Package org.apache.lucene.document
This package contains several point types:
- BigIntegerPointfor 128-bit integers
- LatLonPointfor latitude/longitude geospatial points
- 
Class Summary Class Description BigIntegerPoint An indexed 128-bitBigIntegerfield.DoublePointMultiRangeBuilder Builder for multi range queries for DoublePointsFloatPointMultiRangeBuilder Builder for multi range queries for FloatPointsFloatPointNearestNeighbor KNN search on top of N dimensional indexed float points.HalfFloatPoint An indexedhalf-floatfield for fast range filters.IntPointMultiRangeBuilder Builder for multi range queries for IntPointsLatLonBoundingBox An indexed 2-Dimension Bounding Box field for the Geospatial Lat/Lon Coordinate systemLongPointMultiRangeBuilder Builder for multi range queries for LongPoints