If someone has a running SolrCloud with data in the index, what is the 
recommended technique for initiating a full-re-index? A delete by query for 
*:*? Deleting data files? Is the Lucene IndexWriter.deleteAll method surfaced 
somehow in Solr since it is supposed to be much faster than 
IW.deleteDocuments(“*:*”)? In case case, what is recommended and what is 
acceptable and supported?

Thanks.

-- Jack Krupansky

Reply via email to