Uses of Package
org.apache.lucene.document

Packages that use org.apache.lucene.document
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. 
 

Classes in org.apache.lucene.document used by org.apache.lucene.document
BinaryDocValuesField
          Field that stores a per-document BytesRef value.
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.
SortedDocValuesField
           Field that stores a per-document BytesRef value, indexed for sorting.
 

Classes in org.apache.lucene.document used by org.apache.lucene.index
Document
          Documents are the unit of indexing and search.
 

Classes in org.apache.lucene.document used by org.apache.lucene.search
Document
          Documents are the unit of indexing and search.
 



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