org.apache.lucene.gdata.storage.lucenestorage
Interface StorageWrapper

All Known Implementing Classes:
StorageAccountWrapper, StorageEntryWrapper, StorageFeedWrapper

public interface StorageWrapper

A interface to be implemented by StorageWrapper sub classes to provide a lucene document for each entity wrapped.

Author:
Simon Willnauer
See Also:
StorageEntryWrapper, StorageAccountWrapper, StorageFeedWrapper

Method Summary
 Document getLuceneDocument()
          Returns a Lucene document representing the Wrapped Entry
 

Method Detail

getLuceneDocument

Document getLuceneDocument()
Returns a Lucene document representing the Wrapped Entry

Returns:
a Lucene Document


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