Uses of Class
com.azure.search.documents.indexes.models.TextWeights
Packages that use TextWeights
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of TextWeights in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type TextWeightsModifier and TypeClassDescriptionfinal classDefines weights on index fields for which matches should boost scoring in search queries.Methods in com.azure.search.documents.indexes.models that return TextWeightsModifier and TypeMethodDescriptionstatic TextWeightsTextWeights.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TextWeights from the JsonReader.ScoringProfile.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.