Package | Description |
---|---|
org.apache.solr.legacy |
Deprecated stuff!
|
org.apache.solr.schema |
IndexSchema and FieldType implementations 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
PointValues instead |
LegacyFieldType
Deprecated.
Please switch to
PointValues instead |
LegacyNumericRangeQuery
Deprecated.
Instead index with
IntPoint , LongPoint , FloatPoint , DoublePoint , and
create range queries with IntPoint.newRangeQuery() ,
LongPoint.newRangeQuery() ,
FloatPoint.newRangeQuery() ,
DoublePoint.newRangeQuery() respectively.
See PointValues for background information on Points. |
LegacyNumericTokenStream
Deprecated.
Please switch to
PointValues instead |
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
PointValues instead |
LegacyNumericUtils.IntRangeBuilder
Deprecated.
|
LegacyNumericUtils.LongRangeBuilder
Deprecated.
|
PointVectorStrategy
Simple
SpatialStrategy which 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
SpatialStrategy which represents Points in two numeric fields. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.