Package org.apache.solr.legacy
Deprecated stuff!
-
Interface Summary Interface Description LegacyNumericTokenStream.LegacyNumericTermAttribute Expert: Use this attribute to get the details of the currently generated token. -
Class Summary 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 aPointVectorStrategy
.LegacyDoubleField Deprecated. Please useDoublePoint
insteadLegacyField Deprecated. Please switch toPointValues
insteadLegacyFieldType Deprecated. Please switch toPointValues
insteadLegacyFloatField Deprecated. Please useFloatPoint
insteadLegacyIntField Deprecated. Please useIntPoint
insteadLegacyLongField Deprecated. Please useLongPoint
insteadLegacyNumericRangeQuery<T extends Number> Deprecated. Instead index withIntPoint
,LongPoint
,FloatPoint
,DoublePoint
, and create range queries withIntPoint.newRangeQuery()
,LongPoint.newRangeQuery()
,FloatPoint.newRangeQuery()
,DoublePoint.newRangeQuery()
respectively.LegacyNumericTokenStream Deprecated. Please switch toPointValues
insteadLegacyNumericTokenStream.LegacyNumericTermAttributeImpl Implementation ofLegacyNumericTokenStream.LegacyNumericTermAttribute
.LegacyNumericUtils Deprecated. Please usePointValues
instead.LegacyNumericUtils.IntRangeBuilder LegacyNumericUtils.LongRangeBuilder PointVectorStrategy SimpleSpatialStrategy
which represents Points in two numeric fields. -
Enum Summary Enum Description LegacyNumericType Deprecated. Please switch toPointValues
instead