[hibernate-dev] Re: Hibernate Search: massive batch indexing

2008-06-09 Thread Emmanuel Bernard
On Jun 7, 2008, at 20:14, Sanne Grinovero wrote: thanks for your insights :-) I'll try explain myself better inline: 2008/6/7 Emmanuel Bernard <[EMAIL PROTECTED]>: This sounds very promising. I don't quite understand why you talk about loading lazy objects though? On of the recommendations

[hibernate-dev] Re: Hibernate Search: massive batch indexing

2008-06-07 Thread Sanne Grinovero
thanks for your insights :-) I'll try explain myself better inline: 2008/6/7 Emmanuel Bernard <[EMAIL PROTECTED]>: > This sounds very promising. > I don't quite understand why you talk about loading lazy objects though? > On of the recommendations is to load the object and all it's related > obje

[hibernate-dev] Re: Hibernate Search: massive batch indexing

2008-06-07 Thread Emmanuel Bernard
This sounds very promising. I don't quite understand why you talk about loading lazy objects though? On of the recommendations is to load the object and all it's related objects before indexing. No lazy triggering should happen. eg "from User u left join fetch u.address a left join fetch a.coun