|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface BatchOpIndexer.DocumentWritingScheme
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(ILuceneConnection 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 |
|---|
void write(org.apache.lucene.document.Document doc)
doc - void runComplete()
QueueProcessingRunnableImpl has completed.
void close(ILuceneConnection conn)
throws java.io.IOException
java.io.IOExceptionvoid setProgressWrapper(com.atlassian.core.util.ProgressWrapper progress)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||