Class and Description |
---|
org.apache.lucene.document.LegacyDoubleField
Please use
DoublePoint instead |
org.apache.lucene.document.LegacyFloatField
Please use
FloatPoint instead |
org.apache.lucene.document.LegacyIntField
Please use
IntPoint instead |
org.apache.lucene.document.LegacyLongField
Please use
LongPoint instead |
org.apache.lucene.search.LegacyNumericRangeQuery
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. |
org.apache.lucene.analysis.LegacyNumericTokenStream
Please switch to
PointValues instead |
org.apache.lucene.util.LegacyNumericUtils
Please use
PointValues instead. |
org.apache.lucene.analysis.Token
This class is outdated and no longer used since Lucene 2.9. Nuke it finally!
|
Enum and Description |
---|
org.apache.lucene.document.FieldType.LegacyNumericType
Please switch to
PointValues instead |
Constructor and Description |
---|
org.apache.lucene.search.similarities.PerFieldSimilarityWrapper()
specify a default similarity for non field-specific calculations.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.