| 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. |