Enum and Description |
---|
org.apache.lucene.document.FieldType.LegacyNumericType
Please switch to
PointValues instead |
Enum Constant and Description |
---|
org.apache.lucene.uninverting.UninvertingReader.Type.LEGACY_DOUBLE
Index with points and use
UninvertingReader.Type.DOUBLE_POINT instead. |
org.apache.lucene.uninverting.UninvertingReader.Type.LEGACY_FLOAT
Index with points and use
UninvertingReader.Type.FLOAT_POINT instead. |
org.apache.lucene.uninverting.UninvertingReader.Type.LEGACY_INTEGER
Index with points and use
UninvertingReader.Type.INTEGER_POINT instead. |
org.apache.lucene.uninverting.UninvertingReader.Type.LEGACY_LONG
Index with points and use
UninvertingReader.Type.LONG_POINT instead. |
org.apache.lucene.spatial.geopoint.document.GeoPointField.TermEncoding.NUMERIC
encodes prefix and full resolution terms - use with
LegacyNumericTokenStream |
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.