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

Markus updated SOLR-1909:
-------------------------

    Description: 
Deduplication does not return any information in its response object about 
found (and optionally overwritten) duplicates. The is a use-case on the list:
http://osdir.com/ml/solr-user.lucene.apache.org/2010-05/msg00319.html

In short, it would be nice to have the updateRequestHandler optionally return 
information on found duplicates. Fields like the id and calculated signature 
come to mind.

<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">3134</int></lst>
<lst name="duplicates">
<doc>
<str name="id">ID</id>
<str name="signature">HASH</str>
</doc>
...
</lst>
</response>


  was:
Deduplication does not return any information in its response object about 
found (and optionally overwritten) duplicates. The is a use-case on the list:
http://osdir.com/ml/solr-user.lucene.apache.org/2010-05/msg00319.html

In short, it would be nice to have the updateRequestHandler optionally return 
information on found duplicates. Fields like the id and calculated signature 
come to mind.

<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">3134</int></lst>
</response>



> Return information on found duplicates during update
> ----------------------------------------------------
>
>                 Key: SOLR-1909
>                 URL: https://issues.apache.org/jira/browse/SOLR-1909
>             Project: Solr
>          Issue Type: Improvement
>          Components: update
>    Affects Versions: 1.4
>            Reporter: Markus
>            Priority: Minor
>             Fix For: 1.5
>
>
> Deduplication does not return any information in its response object about 
> found (and optionally overwritten) duplicates. The is a use-case on the list:
> http://osdir.com/ml/solr-user.lucene.apache.org/2010-05/msg00319.html
> In short, it would be nice to have the updateRequestHandler optionally return 
> information on found duplicates. Fields like the id and calculated signature 
> come to mind.
> <?xml version="1.0" encoding="UTF-8"?>
> <response>
> <lst name="responseHeader"><int name="status">0</int><int 
> name="QTime">3134</int></lst>
> <lst name="duplicates">
> <doc>
> <str name="id">ID</id>
> <str name="signature">HASH</str>
> </doc>
> ...
> </lst>
> </response>

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


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

Reply via email to