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