On Aug 31, 10:19 pm, Jorge Handl <
jha...@gmail.com> wrote:
> If you just want to casually delete a couple of documents from the index you
> can use "./idx delete <idxDir> <field> <value>" in the indexer directory, it
> will delete all documents that match the given value in the given field. To
> do it more systematically you need to talk to the indexer via RMI or XML/RPC
> and send it a "documentDelete" document.
>
> If you need to delete the entire index, stop the indexer, remove the
> "indexer/indexes" directory and start it again.
>
> - Jorge
>