public abstract static class MergePolicy.DocMap
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
DocMap()
Sole constructor, typically invoked from sub-classes constructors.
|
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isConsistent(int maxDoc)
Useful from an assert.
|
abstract int |
map(int old)
Return the new doc ID according to its old value.
|