Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method | Description |
---|---|---|
NumericField |
NumericField.setDoubleValue(double value) |
Initializes the field with the supplied
double value. |
NumericField |
NumericField.setFloatValue(float value) |
Initializes the field with the supplied
float value. |
NumericField |
NumericField.setIntValue(int value) |
Initializes the field with the supplied
int value. |
NumericField |
NumericField.setLongValue(long value) |
Initializes the field with the supplied
long value. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.