RE: Solr 5.2: Same Document in Multiple Shard

2015-08-31 Thread Maulin Rathod
without this parameter in solr.in.cmd file. Regards, Maulin -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: 28 August 2015 21:07 To: solr-user@lucene.apache.org Subject: Re: Solr 5.2: Same Document in Multiple Shard Have you done anything special in terms

Re: Solr 5.2: Same Document in Multiple Shard

2015-08-28 Thread Erick Erickson
Have you done anything special in terms of routing or are you using the default compositeId? How are you indexing? Docs are considered "identical" in Solr based solely on the field. If that's the absolute same (possibly including extra whitespace) then this shouldn't be happening, nobody else has