Package | Description |
---|---|
org.apache.lucene.codecs.lucene60 |
Components from the Lucene 6.0 index format.
|
org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
Modifier and Type | Method and Description |
---|---|
BKDReader |
Lucene60PointsReader.getBKDReader(String fieldName)
Returns the underlying
BKDReader . |
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-2017 Apache Software Foundation. All Rights Reserved.