Class TagScoringFunction


  • public final class TagScoringFunction
    extends ScoringFunction
    Defines a function that boosts scores of documents with string values matching a given list of tags.
    • Constructor Detail

      • TagScoringFunction

        public TagScoringFunction​(String fieldName,
                                  double boost,
                                  TagScoringParameters parameters)
        Creates an instance of TagScoringFunction class.
        Parameters:
        fieldName - the fieldName value to set.
        boost - the boost value to set.
        parameters - the parameters value to set.
    • Method Detail

      • getParameters

        public TagScoringParameters getParameters()
        Get the parameters property: Parameter values for the tag scoring function.
        Returns:
        the parameters value.