Uses of Class
org.apache.lucene.util.bkd.BKDReader.BKDInput
-
Packages that use BKDReader.BKDInput Package Description org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper. -
-
Uses of BKDReader.BKDInput in org.apache.lucene.util.bkd
Subclasses of BKDReader.BKDInput in org.apache.lucene.util.bkd Modifier and Type Class Description private static class
BKDReader.BKDOffHeapInput
private static class
BKDReader.BKDOnHeapInput
Fields in org.apache.lucene.util.bkd declared as BKDReader.BKDInput Modifier and Type Field Description private BKDReader.BKDInput
BKDReader.IndexTree. in
(package private) BKDReader.BKDInput
BKDReader. packedIndex
Methods in org.apache.lucene.util.bkd that return BKDReader.BKDInput Modifier and Type Method Description BKDReader.BKDInput
BKDReader.BKDInput. clone()
-