Uses of Package
org.apache.solr.legacy
-
Packages that use org.apache.solr.legacy Package Description org.apache.solr.legacy Deprecated stuff!org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xml -
Classes in org.apache.solr.legacy used by org.apache.solr.legacy Class Description BBoxStrategy Deprecated.LegacyField Deprecated.Please switch toPointValues
insteadLegacyFieldType Deprecated.Please switch toPointValues
insteadLegacyNumericRangeQuery 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.LegacyNumericTermAttribute Deprecated.Expert: Use this attribute to get the details of the currently generated token.LegacyNumericTokenStream.LegacyNumericTermAttributeImpl Deprecated.Implementation ofLegacyNumericTokenStream.LegacyNumericTermAttribute
.LegacyNumericType Deprecated.Please switch toPointValues
insteadLegacyNumericUtils.IntRangeBuilder Deprecated.LegacyNumericUtils.LongRangeBuilder Deprecated. -
Classes in org.apache.solr.legacy used by org.apache.solr.schema Class Description BBoxStrategy Deprecated.