Uses of Interface
org.hibernate.search.backend.impl.lucene.works.LuceneWorkDelegate

Packages that use LuceneWorkDelegate
org.hibernate.search.backend.impl.lucene.works   
 

Uses of LuceneWorkDelegate in org.hibernate.search.backend.impl.lucene.works
 

Classes in org.hibernate.search.backend.impl.lucene.works that implement LuceneWorkDelegate
 class DeleteExtWorkDelegate
          Extension of DeleteLuceneWork bound to a single entity.
 class UpdateExtWorkDelegate
          This applies the index update operation using the Lucene operation IndexWriter.updateDocument(Term, org.apache.lucene.document.Document, org.apache.lucene.analysis.Analyzer) This is the most efficient way to update the index, but we can apply it only if the Document is uniquely identified by a single term (so no index sharing across entities or Numeric ids).
 class UpdateWorkDelegate
           
 

Methods in org.hibernate.search.backend.impl.lucene.works that return LuceneWorkDelegate
 LuceneWorkDelegate LuceneWorkVisitor.getDelegate(AddLuceneWork addLuceneWork)
           
 LuceneWorkDelegate LuceneWorkVisitor.getDelegate(DeleteLuceneWork deleteLuceneWork)
           
 LuceneWorkDelegate LuceneWorkVisitor.getDelegate(FlushLuceneWork flushLuceneWork)
           
 LuceneWorkDelegate LuceneWorkVisitor.getDelegate(OptimizeLuceneWork optimizeLuceneWork)
           
 LuceneWorkDelegate LuceneWorkVisitor.getDelegate(PurgeAllLuceneWork purgeAllLuceneWork)
           
 LuceneWorkDelegate LuceneWorkVisitor.getDelegate(UpdateLuceneWork updateLuceneWork)
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved