Uses of Class
com.azure.search.documents.indexes.models.SemanticPrioritizedFields
Packages that use SemanticPrioritizedFields
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SemanticPrioritizedFields in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SemanticPrioritizedFieldsModifier and TypeMethodDescriptionstatic SemanticPrioritizedFieldsSemanticPrioritizedFields.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SemanticPrioritizedFields from the JsonReader.SemanticConfiguration.getPrioritizedFields()Get the prioritizedFields property: Describes the title, content, and keyword fields to be used for semantic ranking, captions, highlights, and answers.SemanticPrioritizedFields.setContentFields(SemanticField... contentFields) Set the contentFields property: Defines the content fields to be used for semantic ranking, captions, highlights, and answers.SemanticPrioritizedFields.setContentFields(List<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.setKeywordsFields(List<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.Constructors in com.azure.search.documents.indexes.models with parameters of type SemanticPrioritizedFieldsModifierConstructorDescriptionSemanticConfiguration(String name, SemanticPrioritizedFields prioritizedFields) Creates an instance of SemanticConfiguration class.