Uses of Interface
org.apache.lucene.index.PointValues.PointTree
-
Packages that use PointValues.PointTree Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.sandbox.document This package contains several point types:BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial pointsorg.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper. -
-
Uses of PointValues.PointTree in org.apache.lucene.codecs
Classes in org.apache.lucene.codecs that implement PointValues.PointTree Modifier and Type Class Description class
MutablePointTree
One leafPointValues.PointTree
whose order of points can be changed.Methods in org.apache.lucene.codecs that return PointValues.PointTree Modifier and Type Method Description PointValues.PointTree
MutablePointTree. clone()
-
Uses of PointValues.PointTree in org.apache.lucene.codecs.simpletext
Classes in org.apache.lucene.codecs.simpletext that implement PointValues.PointTree Modifier and Type Class Description private class
SimpleTextBKDReader.SimpleTextPointTree
Methods in org.apache.lucene.codecs.simpletext that return PointValues.PointTree Modifier and Type Method Description PointValues.PointTree
SimpleTextBKDReader.SimpleTextPointTree. clone()
PointValues.PointTree
SimpleTextBKDReader. getPointTree()
-
Uses of PointValues.PointTree in org.apache.lucene.index
Classes in org.apache.lucene.index that implement PointValues.PointTree Modifier and Type Class Description private static class
ExitableDirectoryReader.ExitablePointTree
(package private) static class
PointValuesWriter.MutableSortingPointValues
private static class
SortingCodecReader.SortingPointTree
Fields in org.apache.lucene.index declared as PointValues.PointTree Modifier and Type Field Description private PointValues.PointTree
ExitableDirectoryReader.ExitablePointTree. in
private PointValues.PointTree
SortingCodecReader.SortingPointTree. indexTree
Methods in org.apache.lucene.index that return PointValues.PointTree Modifier and Type Method Description PointValues.PointTree
ExitableDirectoryReader.ExitablePointTree. clone()
PointValues.PointTree
PointValues.PointTree. clone()
Clone, the current node becomes the root of the new tree.PointValues.PointTree
SortingCodecReader.SortingPointTree. clone()
PointValues.PointTree
ExitableDirectoryReader.ExitablePointValues. getPointTree()
abstract PointValues.PointTree
PointValues. getPointTree()
Create a newPointValues.PointTree
to navigate the indexPointValues.PointTree
SortingCodecReader.SortingPointValues. getPointTree()
Methods in org.apache.lucene.index with parameters of type PointValues.PointTree Modifier and Type Method Description private long
PointValues. estimatePointCount(PointValues.IntersectVisitor visitor, PointValues.PointTree pointTree)
private void
PointValues. intersect(PointValues.IntersectVisitor visitor, PointValues.PointTree pointTree)
Constructors in org.apache.lucene.index with parameters of type PointValues.PointTree Constructor Description ExitablePointTree(PointValues pointValues, PointValues.PointTree in, QueryTimeout queryTimeout)
SortingPointTree(PointValues.PointTree indexTree, Sorter.DocMap docMap)
-
Uses of PointValues.PointTree in org.apache.lucene.index.memory
Methods in org.apache.lucene.index.memory that return PointValues.PointTree Modifier and Type Method Description PointValues.PointTree
MemoryIndex.MemoryIndexReader.MemoryIndexPointValues. getPointTree()
-
Uses of PointValues.PointTree in org.apache.lucene.sandbox.document
Fields in org.apache.lucene.sandbox.document declared as PointValues.PointTree Modifier and Type Field Description (package private) PointValues.PointTree
FloatPointNearestNeighbor.Cell. index
Constructors in org.apache.lucene.sandbox.document with parameters of type PointValues.PointTree Constructor Description Cell(PointValues.PointTree index, int readerIndex, byte[] minPacked, byte[] maxPacked, double distanceSquared)
-
Uses of PointValues.PointTree in org.apache.lucene.sandbox.search
Fields in org.apache.lucene.sandbox.search declared as PointValues.PointTree Modifier and Type Field Description (package private) PointValues.PointTree
NearestNeighbor.Cell. index
Constructors in org.apache.lucene.sandbox.search with parameters of type PointValues.PointTree Constructor Description Cell(PointValues.PointTree index, int readerIndex, byte[] minPacked, byte[] maxPacked, double distanceSortKey)
-
Uses of PointValues.PointTree in org.apache.lucene.util.bkd
Classes in org.apache.lucene.util.bkd that implement PointValues.PointTree Modifier and Type Class Description private static class
BKDReader.BKDPointTree
Fields in org.apache.lucene.util.bkd declared as PointValues.PointTree Modifier and Type Field Description private PointValues.PointTree
BKDWriter.MergeReader. pointTree
Methods in org.apache.lucene.util.bkd that return PointValues.PointTree Modifier and Type Method Description PointValues.PointTree
BKDReader.BKDPointTree. clone()
PointValues.PointTree
BKDReader. getPointTree()
-