Package org.apache.lucene.document
This package contains several point types:
BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial points
-
Class Summary Class Description BigIntegerPoint An indexed 128-bitBigInteger
field.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-float
field 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