| Package | Description |
|---|---|
| org.apache.lucene.codecs.lucene60 |
Lucene 6.0 file format.
|
| org.apache.lucene.util.bkd |
Block KD-tree, implementing the generic spatial data structure described in
this paper.
|
| Class and Description |
|---|
| BKDReader
Handles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written with
BKDWriter. |
| Class and Description |
|---|
| BKDReader
Handles intersection of an multi-dimensional shape in byte[] space with a block KD-tree previously written with
BKDWriter. |
| BKDReader.IntersectState
Used to track all state for a single call to
BKDReader.intersect(org.apache.lucene.index.PointValues.IntersectVisitor). |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.