public class UpdateWorkExecutor extends Object implements LuceneWorkExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
performWork(LuceneWork work,
IndexWriterDelegate delegate,
IndexingMonitor monitor)
Will perform work on an IndexWriter.
|
public void performWork(LuceneWork work, IndexWriterDelegate delegate, IndexingMonitor monitor)
LuceneWorkExecutorperformWork in interface LuceneWorkExecutorwork - the LuceneWork to apply to the IndexWriter.delegate - the IndexWriterDelegate to use.monitor - will be notified of performed operationsCopyright © 2006–2017 Hibernate. All rights reserved.