org.hibernate.search.backend.impl.lucene.works
Class UpdateWorkDelegate
java.lang.Object
org.hibernate.search.backend.impl.lucene.works.UpdateWorkDelegate
- All Implemented Interfaces:
- LuceneWorkDelegate
public class UpdateWorkDelegate
- extends Object
- implements LuceneWorkDelegate
- Author:
- Sanne Grinovero (C) 2011 Red Hat Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
workspace
protected final Workspace workspace
performWork
public void performWork(LuceneWork work,
org.apache.lucene.index.IndexWriter writer,
IndexingMonitor monitor)
- Description copied from interface:
LuceneWorkDelegate
- Will perform work on an IndexWriter.
- Specified by:
performWork in interface LuceneWorkDelegate
- Parameters:
work - the LuceneWork to apply to the IndexWriter.writer - the IndexWriter to use.monitor - will be notified of performed operations
Copyright © 2006-2012 Hibernate. All Rights Reserved.