Uses of Class
org.apache.lucene.index.MergeState.DocMap
-
Packages that use MergeState.DocMap Package Description 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 Modifier and Type Field Description MergeState.DocMap[]MergeState. docMapsMaps docIDs around deletions.Methods in org.apache.lucene.index that return MergeState.DocMap Modifier and Type Method Description static MergeState.DocMapMergeState.DocMap. build(AtomicReader reader)Creates aMergeState.DocMapinstance appropriate for this reader.
-