Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Method and Description |
---|---|
MergePolicy.DocMap |
MergePolicy.OneMerge.getDocMap(MergeState mergeState)
Expert: If
MergePolicy.OneMerge.getMergeReaders() reorders document IDs, this method
must be overridden to return a mapping from the natural doc ID
(the doc ID that would result from a natural merge) to the actual doc
ID. |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.