Package org.apache.lucene.index
Class MergePolicy.DocMap
java.lang.Object
org.apache.lucene.index.MergePolicy.DocMap
- Enclosing class:
MergePolicy
A map of doc IDs.
-
Method Summary
Modifier and TypeMethodDescriptionabstract intmap(int old) Return the new doc ID according to its old value.
-
Method Details
-
map
public abstract int map(int old) Return the new doc ID according to its old value.
-