| Package | Description |
|---|---|
| org.apache.lucene.document |
Misc extensions of the Document/Field API.
|
| org.apache.lucene.queryparser.flexible.standard.config |
Standard Lucene Query Configuration.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType.NumericType |
FieldType.numericType()
NumericType: if non-null then the field's value will be indexed
numerically so that
NumericRangeQuery can be used at
search time. |
static FieldType.NumericType |
FieldType.NumericType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType.NumericType[] |
FieldType.NumericType.values()
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.NumericType type)
Specifies the field's numeric type.
|
| Modifier and Type | Method and Description |
|---|---|
FieldType.NumericType |
NumericConfig.getType()
Returns the numeric type used to index the numeric values
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumericConfig.setType(FieldType.NumericType type)
Sets the numeric type used to index the numeric values
|
| Constructor and Description |
|---|
NumericConfig(int precisionStep,
NumberFormat format,
FieldType.NumericType type)
Constructs a
NumericConfig object. |
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.