Package org.apache.lucene.gdata.search.index

Contains classes processing of documents and accessing the search index of the server

See:
          Description

Interface Summary
IndexDocument IndexDocument encapsulates the acual entity to store, update or delete.
IndexDocumentBuilder<T extends IndexDocument> Interface for DocumentBuilders
IndexEventListener This interface should be implemented by classes need to be notified when an index is commited
 

Class Summary
GDataIndexer A GDataIndexer encapsulates every writing access to the search index.
GDataIndexWriter Configurable decorator for a lucene IndexWriter
IndexController Default implementation of the SearchComponent interface.
IndexFeedDeleteTask This IndexDocumentBuilder deletes a entire feed form the index the builder is passed to if the feed has any entries in the search index.
 

Enum Summary
IndexAction This enum defines all possible actions on a GData index.
 

Exception Summary
GdataIndexerException This exception will be thrown if an exception in the indexing component occurs
 

Package org.apache.lucene.gdata.search.index Description

Contains classes processing of documents and accessing the search index of the server



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