public abstract class IndexWriterCallbackWithoutResult extends Object implements IndexWriterCallback<Object>
| Constructor and Description |
|---|
IndexWriterCallbackWithoutResult() |
| Modifier and Type | Method and Description |
|---|---|
Object |
withWriter(org.apache.lucene.index.IndexWriter writer) |
abstract void |
withWriterWithoutResult(org.apache.lucene.index.IndexWriter writer) |
public Object withWriter(org.apache.lucene.index.IndexWriter writer) throws IOException
withWriter in interface IndexWriterCallback<Object>IOExceptionpublic abstract void withWriterWithoutResult(org.apache.lucene.index.IndexWriter writer)
throws IOException
IOExceptionCopyright © 2003–2021 Atlassian. All rights reserved.