public class UpdateWorkDelegate extends Object implements LuceneWorkDelegate
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)
LuceneWorkDelegate
performWork
in interface LuceneWorkDelegate
work
- the LuceneWork to apply to the IndexWriter.writer
- the IndexWriter to use.monitor
- will be notified of performed operationsCopyright © 2006–2013 Hibernate. All rights reserved.