[hibernate-dev] [Search] Lazy initialization vs HSearch - Round 4

Guillaume Smet guillaume.smet at gmail.com
Mon Dec 10 14:27:08 EST 2012


Hi Sanne,

On Mon, Dec 10, 2012 at 7:49 PM, Sanne Grinovero <sanne at hibernate.org> wrote:
> did you try to flush indexes before clearing the session?
>
>     fullTextSession.flushToIndexes();
>     fullTextSession.clear();

Hmmm, no, we didn't. That's probably what we missed...

Is it transactionally safe?

Thanks for your feedback.

-- 
Guillaume


More information about the hibernate-dev mailing list