Uses of Class
org.apache.lucene.index.PointValues

Packages that use PointValues
Package
Description
Lucene 6.0 file format.
Lucene 8.6 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
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
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.
Comparators, used to compare hits so as to determine their sort order when collecting the top results with TopFieldCollector.
Highlighting search terms.
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.