|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NumericField | |
|---|---|
| org.apache.lucene.document | The logical representation of a Document for indexing and searching. |
| Uses of NumericField in org.apache.lucene.document |
|---|
| Methods in org.apache.lucene.document that return NumericField | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||