| Thanks for the great documentation/comments, they were very helpful and greatly appreciated. As a direct result , I was able to avoid the issues I was experiencing by removing calls to flush() and clear(). For now, to maintain data consistency between my entities and Hibernate Search, I will refrain from utilizing flush(), clear() or flushToIndexes() and try to batch my updates utilizing multiple transactions verses a single big transaction. |