| Package | Description |
|---|---|
| org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
| org.apache.lucene.index |
Code to maintain and access indices.
|
| Class and Description |
|---|
| DateTools.Resolution
Specifies the time granularity.
|
| Field
Expert: directly create a field for a document.
|
| Field.Store
Specifies whether and how a field should be stored.
|
| FieldType
Describes the properties of a field.
|
| FieldType.NumericType
Data type of the numeric value
|
| NumericDocValuesField
Field that stores a per-document
long value for scoring,
sorting or value retrieval. |
| Class and Description |
|---|
| Field
Expert: directly create a field for a document.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.