On 10/16/2020 2:36 PM, David Hastings wrote:
sorry, i was thinking just using the
<delete><query>*:*</query></delete>
method for clearing the index would leave them still

In theory, if you delete all documents at the Solr level, Lucene will delete all the segment files on the next commit, because they are empty. I have not confirmed with testing whether this actually happens.

It is far safer to use a new index as Erick has said, or to delete the index directories completely and restart Solr ... so you KNOW the index has nothing in it.

Thanks,
Shawn

Reply via email to