Package org.apache.lucene.document

The Document abstraction.

See:
          Description

Class Summary
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.
NumberTools Provides support for converting longs to Strings, and back again.
 

Package org.apache.lucene.document Description

The Document abstraction.



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