File
Doc
Category
Size
Date
Package
StorageWrapper.java
API Doc
Apache Lucene 2.1.0
1507
Wed Feb 14 10:46:04 GMT 2007
org.apache.lucene.gdata.storage.lucenestorage
StorageWrapper
public interface StorageWrapper
A interface to be implemented by
StorageWrapper
sub classes to provide a lucene document for each entity wrapped.
see
org.apache.lucene.gdata.storage.lucenestorage.StorageEntryWrapper
see
org.apache.lucene.gdata.storage.lucenestorage.StorageAccountWrapper
see
org.apache.lucene.gdata.storage.lucenestorage.StorageFeedWrapper
author
Simon Willnauer
Fields Summary
Constructors Summary
Methods Summary
public abstract
org.apache.lucene.document.Document
getLuceneDocument
()
Returns a Lucene document representing the Wrapped Entry
return
a Lucene Document
Java Code Source