Uses of Package
org.hibernate.search.backend

Packages that use org.hibernate.search.backend
org.hibernate.search.backend   
org.hibernate.search.backend.impl   
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend
Work
          Represent a Lucene unit work
 

Classes in org.hibernate.search.backend used by org.hibernate.search.backend.impl
AddWork
           
DeleteWork
           
UpdateWork
           
Work
          Represent a Lucene unit work
WorkQueue
          Set of work operations
Workspace
          Lucene workspace This is not intended to be used in a multithreaded environment

One cannot execute modification through an IndexReader when an IndexWriter has been acquired on the same underlying directory One cannot get an IndexWriter when an IndexReader have been acquired and modificed on the same underlying directory The recommended approach is to execute all the modifications on the IndexReaders, Workspace.clean() }, and acquire the index writers