Uses of Class
com.azure.search.documents.indexes.models.SemanticField
Packages that use SemanticField
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SemanticField in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type SemanticFieldModifier and TypeClassDescriptionfinal classA field that is used as part of the semantic configuration.Methods in com.azure.search.documents.indexes.models that return SemanticFieldModifier and TypeMethodDescriptionstatic SemanticFieldSemanticField.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SemanticField from the JsonReader.SemanticPrioritizedFields.getTitleField()Get the titleField property: Defines the title field to be used for semantic ranking, captions, highlights, and answers.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SemanticFieldModifier and TypeMethodDescriptionSemanticPrioritizedFields.getContentFields()Get the contentFields property: Defines the content fields to be used for semantic ranking, captions, highlights, and answers.SemanticPrioritizedFields.getKeywordsFields()Get the keywordsFields property: Defines the keyword fields to be used for semantic ranking, captions, highlights, and answers.Methods in com.azure.search.documents.indexes.models with parameters of type SemanticFieldModifier and TypeMethodDescriptionSemanticPrioritizedFields.setContentFields(SemanticField... contentFields) Set the contentFields property: Defines the content fields to be used for semantic ranking, captions, highlights, and answers.SemanticPrioritizedFields.setKeywordsFields(SemanticField... keywordsFields) Set the keywordsFields property: Defines the keyword fields to be used for semantic ranking, captions, highlights, and answers.SemanticPrioritizedFields.setTitleField(SemanticField titleField) Set the titleField property: Defines the title field to be used for semantic ranking, captions, highlights, and answers.Method parameters in com.azure.search.documents.indexes.models with type arguments of type SemanticFieldModifier and TypeMethodDescriptionSemanticPrioritizedFields.setContentFields(List<SemanticField> contentFields) Set the contentFields property: Defines the content fields to be used for semantic ranking, captions, highlights, and answers.SemanticPrioritizedFields.setKeywordsFields(List<SemanticField> keywordsFields) Set the keywordsFields property: Defines the keyword fields to be used for semantic ranking, captions, highlights, and answers.