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
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.