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