You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Greg Harris (JIRA)" <ji...@apache.org> on 2014/12/05 01:08:12 UTC

[jira] [Updated] (SOLR-6822) Block Join duplicates when _root_ is different type than uniqueKey

     [ https://issues.apache.org/jira/browse/SOLR-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Harris updated SOLR-6822:
------------------------------
    Description: 
If you have in your setup _ root _ a different type than your uniqueKey, when you update blocks with the same id, you start getting duplicates of the entire block. So if you have parent->child->grandchild and update the block with the same or different children you will have both blocks in their entirety still in the index found with *:*

This can further create wierdness when doing calls from different shards as a call to the shard itself will give back all results... a call to a different shard with shards=dupeshard will take out the duplicates and affects the numFound and total docs returned, so it is not consistent.

  was:
If you have in your setup _root_ a different type than your uniqueKey, when you update blocks with the same id, you start getting duplicates of the entire block. So if you have parent->child->grandchild and update the block with the same or different children you will have both blocks in their entirety still in the index found with *:*

This can further create wierdness when doing calls from different shards as a call to the shard itself will give back all results... a call to a different shard with shards=dupeshard will take out the duplicates and affects the numFound and total docs returned, so it is not consistent.


> Block Join duplicates when _root_ is different type than uniqueKey
> ------------------------------------------------------------------
>
>                 Key: SOLR-6822
>                 URL: https://issues.apache.org/jira/browse/SOLR-6822
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.10
>            Reporter: Greg Harris
>
> If you have in your setup _ root _ a different type than your uniqueKey, when you update blocks with the same id, you start getting duplicates of the entire block. So if you have parent->child->grandchild and update the block with the same or different children you will have both blocks in their entirety still in the index found with *:*
> This can further create wierdness when doing calls from different shards as a call to the shard itself will give back all results... a call to a different shard with shards=dupeshard will take out the duplicates and affects the numFound and total docs returned, so it is not consistent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org