Uses of Package
org.apache.lucene.document

Packages that use org.apache.lucene.document
org.apache.lucene.ant Ant task to create Lucene indexes. 
org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. 
org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks. 
org.apache.lucene.benchmark.standard   
org.apache.lucene.demo   
org.apache.lucene.document The logical representation of a Document for indexing and searching. 
org.apache.lucene.gdata.search.analysis Classes used for extracting content from entries and building lucene documents. 
org.apache.lucene.gdata.search.config All classes used for index and search configuration 
org.apache.lucene.gdata.search.index Contains classes processing of documents and accessing the search index of the server 
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
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. 
 

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

Classes in org.apache.lucene.document used by org.apache.lucene.benchmark.byTask.feeds
Document
          Documents are the unit of indexing and search.
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.
 

Classes in org.apache.lucene.document used by org.apache.lucene.benchmark.byTask.tasks
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)
 

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

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

Classes in org.apache.lucene.document used by org.apache.lucene.document
AbstractField
           
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
 

Classes in org.apache.lucene.document used by org.apache.lucene.gdata.search.analysis
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.
 

Classes in org.apache.lucene.document used by org.apache.lucene.gdata.search.config
Field.Index
          Specifies whether and how a field should be indexed.
Field.Store
          Specifies whether and how a field should be stored.
 

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

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

Classes in org.apache.lucene.document used by org.apache.lucene.index
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)
 

Classes in org.apache.lucene.document used by org.apache.lucene.queryParser
DateTools.Resolution
          Specifies the time granularity.
 

Classes in org.apache.lucene.document used by org.apache.lucene.search
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)
 



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