Re: Cursor mark page duplicates

2019-11-28 Thread Dwane Hall
@lucene.apache.org Subject: Re: Cursor mark page duplicates On 11/28/2019 1:30 AM, Dwane Hall wrote: > I asked a question on the forum a couple of weeks ago regarding cursorMark > duplicates. I initially thought it may be due to HDFSCaching because I was > unable replicate the issue

Re: Cursor mark page duplicates

2019-11-28 Thread Shawn Heisey
On 11/28/2019 1:30 AM, Dwane Hall wrote: I asked a question on the forum a couple of weeks ago regarding cursorMark duplicates. I initially thought it may be due to HDFSCaching because I was unable replicate the issue on local indexes but unfortunately the dreaded duplicates have returned!!

Re: Cursor mark page duplicates

2019-11-28 Thread Dwane Hall
9021/solr/my_collection_shard4_replica_n14/"}] }} As you can see both documents have the same version number but different maxScores and Solr_Update_Date's. My understanding is the cursorMark should only be generated off the id field so I can't see why I would get a different doc

Re: Cursor mark page duplicates

2019-11-11 Thread Dwane Hall
figuration and if I notice any similar behaviour I'll make the community aware of my findings. Once again, Thanks for your input Dwane From: Chris Hostetter Sent: Friday, 8 November 2019 9:58 AM To: solr-user@lucene.apache.org Subject: Re: Cursor mark page

Re: Cursor mark page duplicates

2019-11-07 Thread Chris Hostetter
: I'm using Solr's cursor mark feature and noticing duplicates when paging : through results. The duplicate records happen intermittently and appear : at the end of one page, and the beginning of the next (but not on all : pages through the results). So if rows=20 the duplicate records would

Re: Cursor mark page duplicates

2019-11-07 Thread Erick Erickson
Dwane: Nice writeup. This is puzzling. First, theoretically the two replicas shouldn’t have any effect. Shawn’e comment was more that somehow two _different_ shards had a duplicate ID. Do both replicas have exactly the same document count? You can find this out by

Cursor mark page duplicates

2019-11-07 Thread Dwane Hall
Hey Solr community, I'm using Solr's cursor mark feature and noticing duplicates when paging through results. The duplicate records happen intermittently and appear at the end of one page, and the beginning of the next (but not on all pages through the results). So if rows=20 the duplicate