| Package | Description |
|---|---|
| org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
| org.apache.lucene.queryParser.standard.config |
Standard Lucene Query Configuration
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
NumericField.DataType |
NumericConfig.getType()
Returns the numeric type used to index the numeric values
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericConfig.setType(NumericField.DataType type)
Sets the numeric type used to index the numeric values
|
| Constructor and Description |
|---|
NumericConfig(int precisionStep,
NumberFormat format,
NumericField.DataType type)
Constructs a
NumericConfig object. |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.