[
https://issues.apache.org/jira/browse/SOLR-9309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387691#comment-15387691
]
ASF subversion and git services commented on SOLR-9309:
-------------------------------------------------------
Commit 9aa639d45e31059bb2910dade6d7728ea075cd57 in lucene-solr's branch
refs/heads/apiv2 from Chris Hostetter
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=9aa639d ]
SOLR-9309: Fix SolrCloud RTG response structure when multi ids requested but
only 1 found
> SolrCloud RTG with multiple "id" params has inconsistent behavior if only 0
> or 1 ids are returned
> -------------------------------------------------------------------------------------------------
>
> Key: SOLR-9309
> URL: https://issues.apache.org/jira/browse/SOLR-9309
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Hoss Man
> Assignee: Hoss Man
> Fix For: 6.2, master (7.0)
>
> Attachments: SOLR-9309.patch, SOLR-9309.patch
>
>
> * RTG uses a diff reqponse format depending on whether a single id is
> requested or multiple ids are requested.
> * there are 2 ways to request multiple ids:
> *# multiple {{id}} params
> *# comma seperated ids in one (or more) {{ids}} param(s)
> But in cloud mode, asking for multiple ids using the first method can
> incorrectly return the "single" doc response structure if 0 or 1 docs are
> returned (ie: because the other doc(s) don't exist in the index or were
> deleted).
> This inconsistency does not seem to exist in single node solr RTG
> (Example to follow in comment)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]