Hi guys, could you say how to delete a document in Solr? After I delete a document it still persists in the search results. For example there is the following document saved in Solr: After I POST the following data to localhost:8983/solr/update/?commit=true: Solr each time says 200 OK and responds the following: If I try to search localhost:8983/solr/lexikos/select?q=phrase%3A+%22qwerty%22&wt=json&indent=true for the document once again, it still shown in the results. So how to remove the document from Solr index as well or what else to do? Thanks in advance for any assistance!
-- View this message in context: http://lucene.472066.n3.nabble.com/Solr-How-to-delete-a-document-tp4158649.html Sent from the Solr - User mailing list archive at Nabble.com.