Class PresearcherMatch<T extends QueryMatch>


  • public class PresearcherMatch<T extends QueryMatch>
    extends java.lang.Object
    Wraps a QueryMatch with information about which queries were selected by the presearcher
    • Constructor Summary

      Constructors 
      Constructor Description
      PresearcherMatch​(java.lang.String id, java.lang.String presearcherMatches, T queryMatch)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • presearcherMatches

        public final java.lang.String presearcherMatches
        The presearcher hits
      • queryMatch

        public final T extends QueryMatch queryMatch
        The QueryMatch
      • queryId

        public final java.lang.String queryId
        The query id
    • Constructor Detail

      • PresearcherMatch

        PresearcherMatch​(java.lang.String id,
                         java.lang.String presearcherMatches,
                         T queryMatch)