Uses of Class
com.azure.search.documents.indexes.models.TextWeights
Packages that use TextWeights
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of TextWeights in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return TextWeightsModifier and TypeMethodDescriptionScoringProfile.getTextWeights()
Get the textWeights property: Parameters that boost scoring based on text matches in certain index fields.Methods in com.azure.search.documents.indexes.models with parameters of type TextWeightsModifier and TypeMethodDescriptionScoringProfile.setTextWeights
(TextWeights textWeights) Set the textWeights property: Parameters that boost scoring based on text matches in certain index fields.