org.apache.lucene.gdata.search.index
Interface IndexDocumentBuilder<T extends IndexDocument>

Type Parameters:
T - IndexDocument implementation
All Superinterfaces:
java.util.concurrent.Callable<T>
All Known Implementing Classes:
IndexFeedDeleteTask

public interface IndexDocumentBuilder<T extends IndexDocument>
extends java.util.concurrent.Callable<T>

Interface for DocumentBuilders

Author:
Simon Willnauer

Method Summary
 T call()
           
 

Method Detail

call

T call()
                             throws GdataIndexerException
Specified by:
call in interface java.util.concurrent.Callable<T extends IndexDocument>
Throws:
GdataIndexerException
See Also:
Callable.call()


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