Class MultiSorter.LeafAndDocID

  • Enclosing class:
    MultiSorter

    private static class MultiSorter.LeafAndDocID
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LeafAndDocID​(int readerIndex, Bits liveDocs, int maxDoc, int numComparables)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • readerIndex

        final int readerIndex
      • liveDocs

        final Bits liveDocs
      • maxDoc

        final int maxDoc
      • valuesAsComparableLongs

        final long[] valuesAsComparableLongs
      • docID

        int docID
    • Constructor Detail

      • LeafAndDocID

        public LeafAndDocID​(int readerIndex,
                            Bits liveDocs,
                            int maxDoc,
                            int numComparables)