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>
IOException
public abstract void withWriterWithoutResult(org.apache.lucene.index.IndexWriter writer) throws IOException
IOException
Copyright © 2003–2015 Atlassian. All rights reserved.