Class TagScoringParameters


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

      • TagScoringParameters

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

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