| Interface | Description | 
|---|---|
| LegacyNumericTokenStream.LegacyNumericTermAttribute | Expert: Use this attribute to get the details of the currently generated token. | 
| Class | Description | 
|---|---|
| BBoxStrategy | A SpatialStrategy for indexing and searching Rectangles by storing its
 coordinates in numeric fields. | 
| DistanceValueSource | An implementation of the Lucene ValueSource model that returns the distance
 for a  PointVectorStrategy. | 
| LegacyDoubleField | Deprecated Please use  DoublePointinstead | 
| LegacyField | Deprecated Please switch to  PointValuesinstead | 
| LegacyFieldType | Deprecated Please switch to  PointValuesinstead | 
| LegacyFloatField | Deprecated Please use  FloatPointinstead | 
| LegacyIntField | Deprecated Please use  IntPointinstead | 
| LegacyLongField | Deprecated Please use  LongPointinstead | 
| LegacyNumericRangeQuery<T extends Number> | Deprecated Instead index with  IntPoint,LongPoint,FloatPoint,DoublePoint, and
             create range queries withIntPoint.newRangeQuery(),LongPoint.newRangeQuery(),FloatPoint.newRangeQuery(),DoublePoint.newRangeQuery()respectively. | 
| LegacyNumericTokenStream | Deprecated Please switch to  PointValuesinstead | 
| LegacyNumericTokenStream.LegacyNumericTermAttributeImpl | Implementation of  LegacyNumericTokenStream.LegacyNumericTermAttribute. | 
| LegacyNumericUtils | Deprecated Please use  PointValuesinstead. | 
| LegacyNumericUtils.IntRangeBuilder | |
| LegacyNumericUtils.LongRangeBuilder | |
| PointVectorStrategy | Simple  SpatialStrategywhich represents Points in two numeric fields. | 
| Enum | Description | 
|---|---|
| LegacyNumericType | Deprecated Please switch to  PointValuesinstead | 
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.