Hi, This is newbie question. I have indexed some documents using some XML files as indicating in the tutorial <http://lucene.apache.org/solr/4_10_1/tutorial.html> 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 documents within an XML file. For example if I have indexed some files A, B, C, D etc., how to delete indexes of documents from file C. Is there a command like above or other solution without using individual ID? Thank you. Regards Olivier