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 > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
