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
> 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
Anybody know how to delete an index document in a distributed search
server? Is that even possible?
Dennis