[hibernate-dev] Re: improving Search

2008-06-10 Thread Emmanuel Bernard
On Jun 10, 2008, at 07:17, Sanne Grinovero wrote: Hello Emmanuel, as you asked how to use the SnapshotDeletionPolicy: when you create the IndexWriter do: IndexDeletionPolicy policy = new KeepOnlyLastCommitDeletionPolicy(); SnapshotDeletionPolicy snapshotter = new SnapshotDeletionPolicy(

[hibernate-dev] Re: improving Search

2008-06-10 Thread Sanne Grinovero
Hello Emmanuel, as you asked how to use the SnapshotDeletionPolicy: when you create the IndexWriter do: IndexDeletionPolicy policy = new KeepOnlyLastCommitDeletionPolicy(); SnapshotDeletionPolicy snapshotter = new SnapshotDeletionPolicy(policy); IndexWriter writer = new IndexWriter(dir, auto

Re: [hibernate-dev] Fwd: Please review HHH-2893 and HHH-3059 - what's the wait?

2008-06-10 Thread Max Rydahl Andersen
> Had a couple of patches sitting in Jira for many months - one since > September 07'. Is there anything I can do to speed up the inclusion of > these patches? > > http://opensource.atlassian.com/projects/hibernate/browse/HHH-2893 Primary reason: No test case. > http://opensource.atlassian.com/pr