Class MergeState.DocMap

  • Enclosing class:
    MergeState

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

      Constructors 
      Modifier Constructor Description
      protected DocMap()
      Sole constructor.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int get​(int docID)
      Return the mapped docID or -1 if the given doc is not mapped.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.