Class ExactPhraseMatcher.PostingsAndPosition

  • Enclosing class:
    ExactPhraseMatcher

    private static class ExactPhraseMatcher.PostingsAndPosition
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        private final int offset
      • freq

        private int freq
      • upTo

        private int upTo
      • pos

        private int pos
    • Constructor Detail

      • PostingsAndPosition

        public PostingsAndPosition​(PostingsEnum postings,
                                   int offset)