[hibernate-dev] improving Search

2008-06-07 Thread Sanne Grinovero
Hi all, I've been thinking on some more design changes for Hibernate Search, I hope to start a creative discussion. A)FSMasterDirectoryProvider and Index Snapshots. is currently making copies of it's changing index; Using Lucene's SnapshotDeletionPolicy you don't need to switch from an index to a

[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

[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