Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method | Description |
---|---|---|
NumericField.DataType |
NumericField.getDataType() |
Returns the data type of the current value,
null if not yet set. |
static NumericField.DataType |
NumericField.DataType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static NumericField.DataType[] |
NumericField.DataType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.