Re: Unable to delete document from solr

2015-10-04 Thread Erick Erickson
Your URL does not specify a collection (or core if you're not running SolrCloud). Is that a typo? Earlier versions of Solr assumed (in some cases), "collection1". Best, Erick On Sun, Oct 4, 2015 at 4:56 AM, Tomoko Uchida wrote: > Hi, > > Sorry if I miss the point... > Is your delete query surely

Re: Unable to delete document from solr

2015-10-04 Thread Tomoko Uchida
Hi, Sorry if I miss the point... Is your delete query surely okay? When you search with the delete query, how many docs are returned. For example : http://SOLRSERVER:SOLRPORT/solr/collection_name/search?q=Name:".$Name."; AND Version:".$version." If that helps, Solr returns normal response even i