Uses of Class
com.azure.search.documents.indexes.models.SearchIndexFieldReference
Packages that use SearchIndexFieldReference
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SearchIndexFieldReference in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SearchIndexFieldReferenceModifier and TypeClassDescriptionfinal classThe SearchIndexFieldReference model.Methods in com.azure.search.documents.indexes.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.indexes.models that return types with arguments of type SearchIndexFieldReferenceModifier and TypeMethodDescriptionSearchIndexKnowledgeSourceParameters.getSearchFields()Get the searchFields property: Used to restrict which fields to search on the search index.SearchIndexKnowledgeSourceParameters.getSourceDataFields()Get the sourceDataFields property: Used to request additional fields for referenced source data.Method parameters in com.azure.search.documents.indexes.models with type arguments of type SearchIndexFieldReferenceModifier and TypeMethodDescriptionSearchIndexKnowledgeSourceParameters.setSearchFields(List<SearchIndexFieldReference> searchFields) Set the searchFields property: Used to restrict which fields to search on the search index.SearchIndexKnowledgeSourceParameters.setSourceDataFields(List<SearchIndexFieldReference> sourceDataFields) Set the sourceDataFields property: Used to request additional fields for referenced source data.