|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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) |
| Class Summary | |
|---|---|
| AbstractField | |
| DateField | Deprecated. If you build a new index, use DateTools instead. |
| DateTools | Provides support for converting dates to strings and vice-versa. |
| DateTools.Resolution | Specifies the time granularity. |
| Document | Documents are the unit of indexing and search. |
| 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. |
| FieldSelectorResult | Provides information about what should be done with this Field |
| LoadFirstFieldSelector | Load the First field and break. |
| MapFieldSelector | A FieldSelector based on a Map of field names to FieldSelectorResults |
| NumberTools | Provides support for converting longs to Strings, and back again. |
| SetBasedFieldSelector | Declare what fields to load normally and what fields to load lazily |
The Document abstraction.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||