Hello everyone Loving solr, got an idiot question for you.
I have been manually deleting our index in the python interpretor when testing from solr import SolrConnection c = SolrConnection(host='localhost:8983', persistent=False) allgone = '[ * : * ]' c.deleteByQuery(query=allgone) c.commit(optimize-True) I've forgotten the exact syntax for this line allgone = '[ * : * ]' Can't seem to get it right, anyone know what it should be? Is it '[all:all]' or something? Any help, greatly appreciated -- View this message in context: http://www.nabble.com/DeleteByQuery-python-syntax-for-delte-all-tf4109267.html#a11685509 Sent from the Solr - User mailing list archive at Nabble.com.