Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
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.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.