[jira] [Updated] (SOLR-6612) maxScore included in distributed search results even if score not requested

2018-01-12 Thread Cassandra Targett (JIRA)

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

Cassandra Targett updated SOLR-6612:

Component/s: multicore

> maxScore included in distributed search results even if score not requested
> ---
>
> Key: SOLR-6612
> URL: https://issues.apache.org/jira/browse/SOLR-6612
> Project: Solr
>  Issue Type: Bug
>  Components: multicore
>Affects Versions: 4.10.1
>Reporter: Steve Molloy
>Priority: Minor
> Attachments: SOLR-6612.patch
>
>
> When performing a search on a single core, maxScore is only included in 
> response if scores were specifically requested (fl=*,score). In distributed 
> searches however, maxScore is always part of results wether or not the scores 
> were requested. The behaviour should be the same whether the search is 
> distributed or not.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Updated] (SOLR-6612) maxScore included in distributed search results even if score not requested

2014-10-09 Thread Steve Molloy (JIRA)

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

Steve Molloy updated SOLR-6612:
---
Attachment: SOLR-6612.patch

Modified returnFields to only return scores if needed and to ensure maxScore is 
unset if not needed.

 maxScore included in distributed search results even if score not requested
 ---

 Key: SOLR-6612
 URL: https://issues.apache.org/jira/browse/SOLR-6612
 Project: Solr
  Issue Type: Bug
Affects Versions: 4.10.1
Reporter: Steve Molloy
Priority: Minor
 Attachments: SOLR-6612.patch


 When performing a search on a single core, maxScore is only included in 
 response if scores were specifically requested (fl=*,score). In distributed 
 searches however, maxScore is always part of results wether or not the scores 
 were requested. The behaviour should be the same whether the search is 
 distributed or not.



--
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