Class MergeState.DocMap

java.lang.Object
org.apache.lucene.index.MergeState.DocMap
Enclosing class:
MergeState

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

    • DocMap

      public DocMap()
      Sole constructor
  • Method Details

    • get

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