|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Writes documents. Possible implementations include adding documents to a writer directly or adding them to a queue.
ObjectQueue.Processors create Documents, and will pass them in to this interface for
writing.
| Method Summary | |
void |
close(LuceneConnection conn)
Release any open resources. |
void |
runComplete()
Signify that the QueueProcessingRunnableImpl has completed. |
void |
setProgressWrapper(com.atlassian.core.util.ProgressWrapper progress)
|
void |
write(org.apache.lucene.document.Document doc)
Write a created document. |
| Method Detail |
public void write(org.apache.lucene.document.Document doc)
doc - public void runComplete()
QueueProcessingRunnableImpl has completed.
public void close(LuceneConnection conn)
throws java.io.IOException
java.io.IOExceptionpublic void setProgressWrapper(com.atlassian.core.util.ProgressWrapper progress)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||