[
https://issues.apache.org/jira/browse/SOLR-3214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13224869#comment-13224869
]
Mark Miller commented on SOLR-3214:
-----------------------------------
{noformat}
Index: solr/core/src/test/org/apache/solr/TestDistributedSearch.java
===================================================================
--- solr/core/src/test/org/apache/solr/TestDistributedSearch.java
(revision 1296933)
+++ solr/core/src/test/org/apache/solr/TestDistributedSearch.java
(working copy)
@@ -135,7 +135,10 @@
//is agnostic of request params.
handle.remove("maxScore");
query("q","{!func}"+i1, "fl","*,score"); // even scores should match
exactly here
-
+
+ // multple fl entries
+ query("q","*:*", "fl","id", "fl", t1, "sort","n_tl1 desc");
+
handle.put("highlighting", UNORDERED);
handle.put("response", UNORDERED);
{noformat}
> If you use multiple fl entries rather than a comma separated list, all but
> the first entry can be ignored if you are using distributed search.
> ----------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: SOLR-3214
> URL: https://issues.apache.org/jira/browse/SOLR-3214
> Project: Solr
> Issue Type: Bug
> Components: search
> Reporter: Mark Miller
> Assignee: Mark Miller
> Fix For: 4.0
>
>
> I have not checked yet, but prob in 3.x too.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]