| Package | Description |
|---|---|
| org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
| 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.queryParser |
A simple query parser implemented with JavaCC.
|
| org.apache.lucene.search |
Code to search indices.
|
| Class and Description |
|---|
| Fieldable
Synonymous with
Field. |
| Class and Description |
|---|
| AbstractField
Base class for Field implementations
|
| DateTools.Resolution
Specifies the time granularity.
|
| Field
A field is a section of a Document.
|
| Field.Index
Specifies whether and how a field should be indexed.
|
| Field.Store
Specifies whether and how a field should be stored.
|
| Field.TermVector
Specifies whether and how a field should have term vectors.
|
| Fieldable
Synonymous with
Field. |
| FieldSelector
Similar to a
FileFilter, the FieldSelector allows one to make decisions about
what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector) |
| FieldSelectorResult
Provides information about what should be done with this Field
|
| NumericField
This class provides a
Field that enables indexing
of numeric values for efficient range filtering and
sorting. |
| NumericField.DataType
Data type of the value in
NumericField. |
| Class and Description |
|---|
| Document
Documents are the unit of indexing and search.
|
| FieldSelector
Similar to a
FileFilter, the FieldSelector allows one to make decisions about
what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector) |
| Class and Description |
|---|
| DateTools.Resolution
Specifies the time granularity.
|
| Class and Description |
|---|
| Document
Documents are the unit of indexing and search.
|
| FieldSelector
Similar to a
FileFilter, the FieldSelector allows one to make decisions about
what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector) |