| 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.
|
| org.apache.lucene.search |
Code to search indices.
|
| Class and Description |
|---|
| DateTools.Resolution
Specifies the time granularity.
|
| Document
Documents are the unit of indexing and search.
|
| Field
Expert: directly create a field for a document.
|
| Field.Index
Deprecated.
This is here only to ease transition from
the pre-4.0 APIs.
|
| Field.Store
Specifies whether and how a field should be stored.
|
| Field.TermVector
Deprecated.
This is here only to ease transition from
the pre-4.0 APIs.
|
| 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 |
|---|
| Document
Documents are the unit of indexing and search.
|
| Field
Expert: directly create a field for a document.
|
| Class and Description |
|---|
| Document
Documents are the unit of indexing and search.
|
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.