Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MergeState.NoDelDocMap |
Modifier and Type | Field and Description |
---|---|
(package private) MergeState.DocMap |
MappingMultiPostingsEnum.currentMap |
MergeState.DocMap[] |
MergeState.docMaps
Maps docIDs around deletions.
|
Modifier and Type | Method and Description |
---|---|
static MergeState.DocMap |
MergeState.DocMap.build(CodecReader reader)
Creates a
MergeState.DocMap instance appropriate for
this reader. |
(package private) static MergeState.DocMap |
MergeState.DocMap.build(int maxDoc,
Bits liveDocs) |
Modifier and Type | Field and Description |
---|---|
(package private) MergeState.DocMap |
BKDWriter.MergeReader.docMap |
Modifier and Type | Method and Description |
---|---|
long |
BKDWriter.merge(IndexOutput out,
java.util.List<MergeState.DocMap> docMaps,
java.util.List<BKDReader> readers,
java.util.List<java.lang.Integer> docIDBases)
More efficient bulk-add for incoming
BKDReader s. |
Constructor and Description |
---|
MergeReader(BKDReader bkd,
MergeState.DocMap docMap,
int docIDBase) |