Uses of Class
com.azure.search.documents.knowledgebases.models.KnowledgeBaseSearchIndexActivityArguments
Packages that use KnowledgeBaseSearchIndexActivityArguments
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of KnowledgeBaseSearchIndexActivityArguments in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type KnowledgeBaseSearchIndexActivityArgumentsModifier and TypeClassDescriptionfinal classRepresents the arguments the search index retrieval activity was run with.Methods in com.azure.search.documents.knowledgebases.models that return KnowledgeBaseSearchIndexActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseSearchIndexActivityArguments.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KnowledgeBaseSearchIndexActivityArguments from the JsonReader.KnowledgeBaseSearchIndexActivityRecord.getSearchIndexArguments()Get the searchIndexArguments property: The search index arguments for the retrieval activity.Set the filter property: The filter string.Set the search property: The search string used to query the search index.KnowledgeBaseSearchIndexActivityArguments.setSearchFields(List<SearchIndexFieldReference> searchFields) Set the searchFields property: What fields were searched against.KnowledgeBaseSearchIndexActivityArguments.setSemanticConfigurationName(String semanticConfigurationName) Set the semanticConfigurationName property: What semantic configuration was used from the search index.KnowledgeBaseSearchIndexActivityArguments.setSourceDataFields(List<SearchIndexFieldReference> sourceDataFields) Set the sourceDataFields property: What fields were selected for search.Methods in com.azure.search.documents.knowledgebases.models with parameters of type KnowledgeBaseSearchIndexActivityArgumentsModifier and TypeMethodDescriptionKnowledgeBaseSearchIndexActivityRecord.setSearchIndexArguments(KnowledgeBaseSearchIndexActivityArguments searchIndexArguments) Set the searchIndexArguments property: The search index arguments for the retrieval activity.