You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Otis Gospodnetic (JIRA)" <ji...@apache.org> on 2009/11/05 21:03:32 UTC

[jira] Commented: (SOLR-1537) Dedupe Sharded Search Results by Shard Order or Score

    [ https://issues.apache.org/jira/browse/SOLR-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774053#action_12774053 ] 

Otis Gospodnetic commented on SOLR-1537:
----------------------------------------

The "ID" here being the uniqueKey?  i.e. the use case is the removal of dupes when the same document is indexed in multiple shards and more than 1 shard return that document in the result set?


> Dedupe Sharded Search Results by Shard Order or Score
> -----------------------------------------------------
>
>                 Key: SOLR-1537
>                 URL: https://issues.apache.org/jira/browse/SOLR-1537
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 1.4, 1.5
>         Environment: All
>            Reporter: Dennis Kubes
>             Fix For: 1.5
>
>         Attachments: solr-dedupe-20091031-2.patch, solr-dedupe-20091031.patch
>
>
> Allows sharded search results to dedupe results by ID based on either the order of the shards in the shards param or by score.  Allows the result returned to be deterministic.  If by shards then shards that appear first in the shards param have a higher precedence than shards that appear later.  If by score then higher scores beat out lower scores.  This doesn't allow multiple duplicates because currently SOLR only permits a single result by ID to be returned.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.