Class TagScoringParameters

java.lang.Object
com.azure.search.documents.indexes.models.TagScoringParameters

public final class TagScoringParameters extends Object
Provides parameter values to a tag scoring function.
  • Constructor Details

    • TagScoringParameters

      public TagScoringParameters(String tagsParameter)
      Creates an instance of TagScoringParameters class.
      Parameters:
      tagsParameter - the tagsParameter value to set.
  • Method Details

    • getTagsParameter

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