Package org.apache.lucene.document

The Document abstraction.

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,FieldSelector)

Class Summary

AbstractField
DateField Provides support for converting dates to strings and vice-versa.
DateTools Provides support for converting dates to strings and vice-versa.
DateTools.ResolutionSpecifies the time granularity.
DocumentDocuments are the unit of indexing and search.
FieldA field is a section of a Document.
Field.IndexSpecifies whether and how a field should be indexed.
Field.StoreSpecifies whether and how a field should be stored.
Field.TermVectorSpecifies 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.

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.