Re: [hibernate-dev] HSEARCH-1270 : indexing (still) happening after Session#clear()

2013-10-01 Thread Sanne Grinovero
On 1 October 2013 19:41, Hardy Ferentschik wrote: > > On 1 Jan 2013, at 8:09 PM, Sanne Grinovero wrote: > >> On 1 October 2013 15:41, Hardy Ferentschik wrote: >>> >>> On 30 Jan 2013, at 11:00 PM, Sanne Grinovero wrote: >>> I'm having a half-baked solution for HSEARCH-1270, and it looks lik

Re: [hibernate-dev] HSEARCH-1270 : indexing (still) happening after Session#clear()

2013-10-01 Thread Hardy Ferentschik
On 1 Jan 2013, at 8:09 PM, Sanne Grinovero wrote: > On 1 October 2013 15:41, Hardy Ferentschik wrote: >> >> On 30 Jan 2013, at 11:00 PM, Sanne Grinovero wrote: >> >>> I'm having a half-baked solution for HSEARCH-1270, and it looks like I >>> can't do better than that without waiting for HHH-

Re: [hibernate-dev] HSEARCH-1270 : indexing (still) happening after Session#clear()

2013-10-01 Thread Sanne Grinovero
On 1 October 2013 15:41, Hardy Ferentschik wrote: > > On 30 Jan 2013, at 11:00 PM, Sanne Grinovero wrote: > >> I'm having a half-baked solution for HSEARCH-1270, and it looks like I >> can't do better than that without waiting for HHH-8577 to be included >> in ORM [JIRA links at the bottom]. > >

Re: [hibernate-dev] HSEARCH-1270 : indexing (still) happening after Session#clear()

2013-10-01 Thread Hardy Ferentschik
On 30 Jan 2013, at 11:00 PM, Sanne Grinovero wrote: > I'm having a half-baked solution for HSEARCH-1270, and it looks like I > can't do better than that without waiting for HHH-8577 to be included > in ORM [JIRA links at the bottom]. Can you make a use case example. Clearing the queue makes onl

Re: [hibernate-dev] HSEARCH-1270 : indexing (still) happening after Session#clear()

2013-09-30 Thread Sanne Grinovero
To better explain the idea, this is exactly what I have in mind: https://github.com/Sanne/hibernate-search/compare/ba01525c88a5445b5a210043630cd355c1b56aba?expand=1 Sanne On 30 September 2013 22:00, Sanne Grinovero wrote: > I'm having a half-baked solution for HSEARCH-1270, and it looks like I

[hibernate-dev] HSEARCH-1270 : indexing (still) happening after Session#clear()

2013-09-30 Thread Sanne Grinovero
I'm having a half-baked solution for HSEARCH-1270, and it looks like I can't do better than that without waiting for HHH-8577 to be included in ORM [JIRA links at the bottom]. # The problem described by HSEARCH-1270 After the user has enqueued some indexing operations in Hibernate Search's Worker,