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 | Field and Description |
---|---|
MergeState.DocMap[] |
MergeState.docMaps
Maps document IDs from old segments to document IDs in the new segment
|
Constructor and Description |
---|
Sub(MergeState.DocMap docMap)
Sole constructor
|
Modifier and Type | Method and Description |
---|---|
long |
BKDWriter.merge(IndexOutput out,
List<MergeState.DocMap> docMaps,
List<BKDReader> readers)
More efficient bulk-add for incoming
BKDReader s. |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.