Package org.hibernate.search.backend

Interface Summary
WorkQueue Set of work operations
 

Class Summary
AddWork  
DeleteWork  
UpdateWork  
Work Represent a Lucene unit work
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