Class TagScoringParameters
java.lang.Object
com.azure.search.documents.indexes.models.TagScoringParameters
Provides parameter values to a tag scoring function.
-
Constructor Summary
ConstructorsConstructorDescriptionTagScoringParameters
(String tagsParameter) Creates an instance of TagScoringParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the tagsParameter property: The name of the parameter passed in search queries to specify the list of tags to compare against the target field.
-
Constructor Details
-
TagScoringParameters
Creates an instance of TagScoringParameters class.- Parameters:
tagsParameter
- the tagsParameter value to set.
-
-
Method Details
-
getTagsParameter
Get the tagsParameter property: The name of the parameter passed in search queries to specify the list of tags to compare against the target field.- Returns:
- the tagsParameter value.
-