Package org.apache.lucene.index
Class MergeState.DocMap
java.lang.Object
org.apache.lucene.index.MergeState.DocMap
- Enclosing class:
- MergeState
A map of doc IDs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract int
get
(int docID) Return the mapped docID or -1 if the given doc is not mapped.
-
Constructor Details
-
DocMap
protected DocMap()Sole constructor. (For invocation by subclass constructors, typically implicit.)
-
-
Method Details
-
get
public abstract int get(int docID) Return the mapped docID or -1 if the given doc is not mapped.
-