Interface Matchable

  • All Known Implementing Classes:
    Document, Element

    public interface Matchable
    Interface implemented by Document, Element and Token to enable matching and scoring these objects
    • Method Detail

      • getChildCount

        long getChildCount​(Matchable other)
      • getScoringFunction

        java.util.function.BiFunction<Match,​List<Score>,​Score> getScoringFunction()
      • getWeight

        double getWeight()
      • getUnmatchedChildCount

        long getUnmatchedChildCount​(Matchable other)