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

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

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

Subclasses of UpdateWorkDelegate in org.hibernate.search.backend.impl.lucene.works
 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).
 



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