public interface LuceneWorkDelegate
LuceneWorkDelegate interface.
| Modifier and Type | Method and Description |
|---|---|
void |
performWork(LuceneWork work,
org.apache.lucene.index.IndexWriter writer,
IndexingMonitor monitor)
Will perform work on an IndexWriter.
|
void performWork(LuceneWork work, org.apache.lucene.index.IndexWriter writer, IndexingMonitor monitor)
work - the LuceneWork to apply to the IndexWriter.writer - the IndexWriter to use.monitor - will be notified of performed operationsUnsupportedOperationException - when the work is not compatible with an IndexWriter.Copyright © 2006–2015 Hibernate. All rights reserved.