| Package | Description | 
|---|---|
| org.apache.solr.legacy | Deprecated stuff! | 
| org.apache.solr.schema | IndexSchemaandFieldTypeimplementations for powering schema.xml | 
| Class and Description | 
|---|
| BBoxStrategy A SpatialStrategy for indexing and searching Rectangles by storing its
 coordinates in numeric fields. | 
| LegacyField Deprecated. 
 Please switch to  PointValuesinstead | 
| LegacyFieldType Deprecated. 
 Please switch to  PointValuesinstead | 
| LegacyNumericRangeQuery Deprecated. 
 Instead index with  IntPoint,LongPoint,FloatPoint,DoublePoint, and
             create range queries withIntPoint.newRangeQuery(),LongPoint.newRangeQuery(),FloatPoint.newRangeQuery(),DoublePoint.newRangeQuery()respectively.
             SeePointValuesfor background information on Points. | 
| LegacyNumericTokenStream Deprecated. 
 Please switch to  PointValuesinstead | 
| LegacyNumericTokenStream.LegacyNumericTermAttribute Deprecated.  Expert: Use this attribute to get the details of the currently generated token. | 
| LegacyNumericTokenStream.LegacyNumericTermAttributeImpl Deprecated.  Implementation of  LegacyNumericTokenStream.LegacyNumericTermAttribute. | 
| LegacyNumericType Deprecated. 
 Please switch to  PointValuesinstead | 
| LegacyNumericUtils.IntRangeBuilder Deprecated.  | 
| LegacyNumericUtils.LongRangeBuilder Deprecated.  | 
| PointVectorStrategy Simple  SpatialStrategywhich represents Points in two numeric fields. | 
| Class and Description | 
|---|
| BBoxStrategy A SpatialStrategy for indexing and searching Rectangles by storing its
 coordinates in numeric fields. | 
| PointVectorStrategy Simple  SpatialStrategywhich represents Points in two numeric fields. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.