Uses of Class
org.apache.lucene.index.MergePolicy.DocMap

Packages that use MergePolicy.DocMap
org.apache.lucene.index Code to maintain and access indices. 
 

Uses of MergePolicy.DocMap in org.apache.lucene.index
 

Methods in org.apache.lucene.index that return MergePolicy.DocMap
 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-2014 Apache Software Foundation. All Rights Reserved.