Uses of Class
com.azure.search.documents.knowledgebases.models.SearchIndexFieldReference
Packages that use SearchIndexFieldReference
Package
Description
Package containing the data models for KnowledgeBaseRetrievalClient.
-
Uses of SearchIndexFieldReference in com.azure.search.documents.knowledgebases.models
Classes in com.azure.search.documents.knowledgebases.models that implement interfaces with type arguments of type SearchIndexFieldReferenceModifier and TypeClassDescriptionfinal classThe SearchIndexFieldReference model.Methods in com.azure.search.documents.knowledgebases.models that return SearchIndexFieldReferenceModifier and TypeMethodDescriptionstatic SearchIndexFieldReferenceSearchIndexFieldReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchIndexFieldReference from the JsonReader.Methods in com.azure.search.documents.knowledgebases.models that return types with arguments of type SearchIndexFieldReferenceModifier and TypeMethodDescriptionKnowledgeBaseSearchIndexActivityArguments.getSearchFields()Get the searchFields property: What fields were searched against.KnowledgeBaseSearchIndexActivityArguments.getSourceDataFields()Get the sourceDataFields property: What fields were selected for search.Method parameters in com.azure.search.documents.knowledgebases.models with type arguments of type SearchIndexFieldReferenceModifier and TypeMethodDescriptionKnowledgeBaseSearchIndexActivityArguments.setSearchFields(List<SearchIndexFieldReference> searchFields) Set the searchFields property: What fields were searched against.KnowledgeBaseSearchIndexActivityArguments.setSourceDataFields(List<SearchIndexFieldReference> sourceDataFields) Set the sourceDataFields property: What fields were selected for search.