org.hibernate.search.backend.impl.lucene.works
Class UpdateWorkDelegate

java.lang.Object
  extended by org.hibernate.search.backend.impl.lucene.works.UpdateWorkDelegate
All Implemented Interfaces:
LuceneWorkDelegate
Direct Known Subclasses:
UpdateExtWorkDelegate

public class UpdateWorkDelegate
extends Object
implements LuceneWorkDelegate

Author:
Sanne Grinovero (C) 2011 Red Hat Inc.

Method Summary
 void performWork(LuceneWork work, org.apache.lucene.index.IndexWriter writer, IndexingMonitor monitor)
          Will perform work on an IndexWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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 Red Hat Middleware, LLC. All Rights Reserved