Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
Thanks Erick and Karthik for you help. On Thu, 19 Apr 2018 at 19:53 Erick Erickson wrote: > Right, parent/child docs _must_ be treated as a block. By that I mean > you cannot add/delete individuals child docs and/or parent docs. > That's one of the limitations of parent/child blocks and I don't

Re: duplicate doc of uniqueKey

2018-04-19 Thread Erick Erickson
Right, parent/child docs _must_ be treated as a block. By that I mean you cannot add/delete individuals child docs and/or parent docs. That's one of the limitations of parent/child blocks and I don't know of any plans to change that. Best, Erick On Thu, Apr 19, 2018 at 11:14 AM, Novin Novin wrot

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
Hi Karthik, *Was your system time moved to future time and then was reset to current* *time?* Nothing happen like this as far as I known. Thanks in advance Novin On Thu, 19 Apr 2018 at 18:26 Karthik Ramachandran wrote: > Novin, > > Was your system time moved to future time and then was reset

Re: duplicate doc of uniqueKey

2018-04-19 Thread Karthik Ramachandran
Novin, Was your system time moved to future time and then was reset to current time? Solr will add the new document and will send delete for the old document but there will no document matching the criteria. On Thu, Apr 19, 2018 at 1:10 PM, Novin Novin wrote: > Hi Erick, > > I haven't done an

Re: duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
Hi Erick, I haven't done any of merge indexes with MergeIndexes or MapReduceIndexerTool. Actually I found that one of doc does not have child doc, because I am using solr parent child docs for block join queries. As far as I know, it is know issue for parent child docs that if you send only parent

Re: duplicate doc of uniqueKey

2018-04-19 Thread Erick Erickson
Also ask for the _version_ field in your fl list. The _version_ field is used o r optimistic locking. This is mostly a curiosity question The only time I've ever seen something like this is if you, for instance, use MergeIndexes or MapReduceIndexerTool (which does a MergeIndexes under the cove

duplicate doc of uniqueKey

2018-04-19 Thread Novin Novin
Hi Guys, I end up with duplicate docs in solr cloud. I don't know how to debug it. So looking for help here please. Below is details: Solr 6.6.2 zookeeper 3.4.10 Below is example of duplicate record of Json: { "responseHeader":{ "zkConnected":true, "status":0, "QTime":0, "para