Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Class and Description |
---|---|
class |
Field
A field is a section of a Document.
|
class |
NumericField
This class provides a
Field that enables indexing
of numeric values for efficient range filtering and
sorting. |