Uses of Class
com.azure.search.documents.indexes.models.TagScoringParameters
Packages that use TagScoringParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of TagScoringParameters in com.azure.search.documents.indexes.models
Classes in com.azure.search.documents.indexes.models that implement interfaces with type arguments of type TagScoringParametersModifier and TypeClassDescriptionfinal classProvides parameter values to a tag scoring function.Methods in com.azure.search.documents.indexes.models that return TagScoringParametersModifier and TypeMethodDescriptionstatic TagScoringParametersTagScoringParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagScoringParameters from the JsonReader.TagScoringFunction.getParameters()Get the parameters property: Parameter values for the tag scoring function.Constructors in com.azure.search.documents.indexes.models with parameters of type TagScoringParametersModifierConstructorDescriptionTagScoringFunction(String fieldName, double boost, TagScoringParameters parameters) Creates an instance of TagScoringFunction class.