Re: Remove indexes of XML file

2014-10-25 Thread Olivier Austina
Thank you Alex, I think I can use the file to delete corresponding indexes. Regards Olivier 2014-10-24 21:51 GMT+02:00 Alexandre Rafalovitch : > You can delete individually, all (*:* query) or by specific query. So, > if there is no common query pattern you may need to do a multi-id > query - s

Re: Remove indexes of XML file

2014-10-24 Thread Alexandre Rafalovitch
You can delete individually, all (*:* query) or by specific query. So, if there is no common query pattern you may need to do a multi-id query - something like "id:(id1 id2 id3 id4)" which does require you knowing the IDs. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Sol

Remove indexes of XML file

2014-10-24 Thread Olivier Austina
Hi, This is newbie question. I have indexed some documents using some XML files as indicating in the tutorial with the command : java -jar post.jar *.xml I have seen how to delete an index for one document but how to delete all indexes for doc