Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method and Description |
---|---|
FieldType.LegacyNumericType |
FieldType.numericType()
Deprecated.
Please switch to
PointValues instead |
static FieldType.LegacyNumericType |
FieldType.LegacyNumericType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static FieldType.LegacyNumericType[] |
FieldType.LegacyNumericType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldType.setNumericType(FieldType.LegacyNumericType type)
Deprecated.
Please switch to
PointValues instead |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.