Package org.apache.lucene.index
Class MergePolicy.DocMap
- java.lang.Object
-
- org.apache.lucene.index.MergePolicy.DocMap
-
- Enclosing class:
- MergePolicy
public abstract static class MergePolicy.DocMap extends Object
A map of doc IDs.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDocMap()Sole constructor, typically invoked from sub-classes constructors.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract intmap(int old)Return the new doc ID according to its old value.
-