Class Hit

  • All Implemented Interfaces:
    Comparable<Hit>

    public class Hit
    extends Object
    implements Comparable<Hit>
    Represents a hit from the predicate search algorithm. Each hit is associated with a subquery bitmap, indicating which subqueries the hit represents.
    Author:
    Magnar Nedland
    • Constructor Detail

      • Hit

        public Hit​(int docId)
      • Hit

        public Hit​(int docId,
                   long subquery)