IndexDocument encapsulates the acual entity to store, update or delete. All
infomation to process the action on this document are provided via this
interface.
This enables the GDataIndexer to index every kind of document. All the
processing of the original document happens somewhere behind this facade.
{@link org.apache.lucene.gdata.search.index.IndexDocumentBuilderTask} passed
to the {@link org.apache.lucene.gdata.search.index.GDataIndexer} task queue
produce instances of this interface concurrently.
author
Simon Willnauer
Fields Summary
public static final String
FIELD_ENTRY_ID
the index field to identify a document in the index. This acts as a
primary key to fetch the entire entry from the storage
public static final String
FIELD_FEED_ID
the index field to associate a document with a specific feed