Re: Deleteing an index document in nutch

2008-02-07 Thread Dennis Kubes
An easier way to do this (after some digging) is to use: bin/nutch org.apache.nutch.tools.PruneIndexTool You would first need to stop the DistributedSearch$Server, run the tool, which has a dryrun mode as well, then restart the server. Another more brute force way to do this if your indexes a

Re: Deleteing an index document in nutch

2008-02-07 Thread John Mendenhall
> Anybody know how to delete an index document in a distributed search > server? Is that even possible? I will assume by index document, you are referring to a document that has been indexed. If not, delete and forget. When we need to remove a document, we go through the process of filtering ou

Deleteing an index document in nutch

2008-02-07 Thread Dennis Kubes
Anybody know how to delete an index document in a distributed search server? Is that even possible? Dennis