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
DoublePoint instead |
LegacyField | Deprecated
Please switch to
PointValues instead |
LegacyFieldType | Deprecated
Please switch to
PointValues instead |
LegacyFloatField | Deprecated
Please use
FloatPoint instead |
LegacyIntField | Deprecated
Please use
IntPoint instead |
LegacyLongField | Deprecated
Please use
LongPoint instead |
LegacyNumericRangeQuery<T extends Number> | Deprecated
Instead index with
IntPoint , LongPoint , FloatPoint , DoublePoint , and
create range queries with IntPoint.newRangeQuery() ,
LongPoint.newRangeQuery() ,
FloatPoint.newRangeQuery() ,
DoublePoint.newRangeQuery() respectively. |
LegacyNumericTokenStream | Deprecated
Please switch to
PointValues instead |
LegacyNumericTokenStream.LegacyNumericTermAttributeImpl |
Implementation of
LegacyNumericTokenStream.LegacyNumericTermAttribute . |
LegacyNumericUtils | Deprecated
Please use
PointValues instead. |
LegacyNumericUtils.IntRangeBuilder | |
LegacyNumericUtils.LongRangeBuilder | |
PointVectorStrategy |
Simple
SpatialStrategy which represents Points in two numeric fields. |
Enum | Description |
---|---|
LegacyNumericType | Deprecated
Please switch to
PointValues instead |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.