I have a SolrPhpClient that I use to communicate with Solr.
I can make queries very easy, for example:
$solr->deleteByQuery("id: 12345")
In any case, I wonder if anyone knows how to delete all the entries in the Solr EXCEPT index that I have inside the array ...
Is it possible...
thank
user188962
source
share