| 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use MergeState.DocMap | |
|---|---|
| org.apache.lucene.index | Code to maintain and access indices. | 
| Uses of MergeState.DocMap in org.apache.lucene.index | 
|---|
| Fields in org.apache.lucene.index declared as MergeState.DocMap | |
|---|---|
 MergeState.DocMap[] | 
MergeState.docMaps
Maps docIDs around deletions.  | 
| Methods in org.apache.lucene.index that return MergeState.DocMap | |
|---|---|
static MergeState.DocMap | 
MergeState.DocMap.build(AtomicReader reader)
Creates a MergeState.DocMap instance appropriate for
  this reader. | 
| Methods in org.apache.lucene.index with parameters of type MergeState.DocMap | |
|---|---|
static List<SortedBytesMergeUtils.SortedSourceSlice> | 
SortedBytesMergeUtils.buildSlices(int[] docBases,
            MergeState.DocMap[] docMaps,
            DocValues[] docValues,
            SortedBytesMergeUtils.MergeContext ctx)
Creates the SortedBytesMergeUtils.SortedSourceSlices for
  merging. | 
  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||