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
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
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