Package org.apache.lucene.index
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 Summary
Constructors Modifier Constructor Description protectedDocMap()Sole constructor.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intget(int docID)Return the mapped docID or -1 if the given doc is not mapped.
-