Uses of Interface
org.apache.lucene.index.PointValues.PointTree

Packages that use PointValues.PointTree
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Simpletext Codec: writes human readable postings.
The logical representation of a Document for indexing and searching.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
This package contains several point types: BigIntegerPoint for 128-bit integers LatLonPoint for latitude/longitude geospatial points
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top results with TopFieldCollector.
Block KD-tree, implementing the generic spatial data structure described in this paper.