Uses of Class
com.azure.search.documents.indexes.models.TagScoringParameters
Packages that use TagScoringParameters
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of TagScoringParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return TagScoringParametersModifier and TypeMethodDescriptionTagScoringFunction.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.