When you run dedup, it undeletes all previous deletions from the index. So run dedup before you prune, otherwise all the documents you pruned will be undeleted by dedup.
As far as optimizing goes, you can open an IndexWriter and run optimize(). Take a look at IndexSegment on how an IndexWriter is opened and configured. Andy On 7/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Dear Users! > > How to delete realy from deleted entries from index? > I run the 'prune' tool and 'dedup' tool, and after it I would like to > remove deleted entries from index? How to optimize indexes? > > Regards, > Ferenc >
