Uses of Class
com.azure.search.documents.indexes.models.SemanticField
Packages that use SemanticField
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of SemanticField in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SemanticFieldModifier and TypeMethodDescriptionPrioritizedFields.getTitleField()
Get the titleField property: Defines the title field to be used for semantic ranking, captions, highlights, and answers.SemanticField.setFieldName
(String fieldName) Set the fieldName property: The fieldName property.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SemanticFieldModifier and TypeMethodDescriptionPrioritizedFields.getPrioritizedContentFields()
Get the prioritizedContentFields property: Defines the content fields to be used for semantic ranking, captions, highlights, and answers.PrioritizedFields.getPrioritizedKeywordsFields()
Get the prioritizedKeywordsFields 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 TypeMethodDescriptionPrioritizedFields.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 TypeMethodDescriptionPrioritizedFields.setPrioritizedContentFields
(List<SemanticField> prioritizedContentFields) Set the prioritizedContentFields property: Defines the content fields to be used for semantic ranking, captions, highlights, and answers.PrioritizedFields.setPrioritizedKeywordsFields
(List<SemanticField> prioritizedKeywordsFields) Set the prioritizedKeywordsFields property: Defines the keyword fields to be used for semantic ranking, captions, highlights, and answers.