Class MergeState.DocMap

  • Enclosing class:
    MergeState

    public abstract static class MergeState.DocMap
    extends Object
    A map of doc IDs.
    • Constructor Detail

      • DocMap

        protected DocMap()
        Sole constructor. (For invocation by subclass constructors, typically implicit.)
    • Method Detail

      • get

        public abstract int get​(int docID)
        Return the mapped docID or -1 if the given doc is not mapped.