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

Per Steffensen edited comment on SOLR-6796 at 11/26/14 10:11 AM:
-----------------------------------------------------------------

I believe this fix will make {{distrib.singlePass=true}} work for any query 
(together with SOLR-6795). That is, you can turn on distrib.singlePass whenever 
you like, and have a response similar to a non-distributed request to a single 
core/shard containing the same data.
We have a version of Solr based on 4.4.0, with a lot of our own changes, and 
with SOLR-5768, SOLR-1880 and parts of SOLR-5399 merged. With this fix, then 
entire 4.4.0 test-suite is green, when we make all queries issued across the 
test-suite run with {{distrib.singlePass=true}}.
At least it fixes the particular problem that this SOLR-6796 is about.


was (Author: steff1193):
I believe this fix will make {{distrib.singlePass=true}} work for any query. 
That is, you can turn on distrib.singlePass whenever you like, and have a 
response similar to a non-distributed request to a single core/shard containing 
the same data.
We have a version of Solr based on 4.4.0, with a lot of our own changes, and 
with SOLR-5768, SOLR-1880 and parts of SOLR-5399 merged. With this fix, then 
entire 4.4.0 test-suite is green, when we make all queries issued across the 
test-suite run with {{distrib.singlePass=true}}.
At least it fixes the particular problem that this SOLR-6796 is about.

> distrib.singlePass does not return correct set of fields for 
> multi-fl-parameter requests
> ----------------------------------------------------------------------------------------
>
>                 Key: SOLR-6796
>                 URL: https://issues.apache.org/jira/browse/SOLR-6796
>             Project: Solr
>          Issue Type: Bug
>          Components: multicore, search
>    Affects Versions: 5.0
>            Reporter: Per Steffensen
>            Assignee: Shalin Shekhar Mangar
>              Labels: distributed_search, search
>         Attachments: fix.patch, fix.patch, fix.patch, 
> test_that_reveals_the_problem.patch
>
>
> If I pass distrib.singlePass in a request that also has two fl-parameters, in 
> some cases, I will not get the expected set of fields back for the returned 
> documents



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

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

Reply via email to