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