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

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.
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.
Code to search indices.
Support for index-time and query-time joins.
Lucene field & query support for the spatial geometry implemented in org.apache.lucene.spatial3d.geom.
Block KD-tree, implementing the generic spatial data structure described in this paper.