Class Score


  • public class Score
    extends Object
    This holds the result of matching 2 Documents, Elements or Tokens. This also holds the reference of the Match object, used to aggregate score with the ScoringFunction.
    • Constructor Detail

      • Score

        public Score​(double result,
                     Match match)
    • Method Detail

      • getResult

        public double getResult()
      • getMatch

        public Match getMatch()