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

Hoss Man updated SOLR-1587:
---------------------------

    Fix Version/s: 3.1
                   4.0


Correcting Fix Version based on CHANGES.txt, see this thread for more details...

http://mail-archives.apache.org/mod_mbox/lucene-dev/201005.mbox/%3calpine.deb.1.10.1005251052040.24...@radix.cryptio.net%3e

> Propagating fl=*,score to shards
> --------------------------------
>
>                 Key: SOLR-1587
>                 URL: https://issues.apache.org/jira/browse/SOLR-1587
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.4
>         Environment: any http solr server
>            Reporter: Asaf Ary
>             Fix For: 1.5, 3.1, 4.0
>
>         Attachments: SOLR-1587.patch
>
>
> When doing an HTTP request to a Solr Server using the shards parameter 
> ("_shards_") the behavior of the response varies.
> The following requests cause the entire document (all fields) to return in 
> the response:
> {quote}
>     http://localhost:8180/solr/cpaCore/select/?q=*:*
>     http://localhost:8180/solr/cpaCore/select/?q=*:*&fl=score
>     
> http://localhost:8180/solr/cpaCore/select/?q=*:*&shards=shardLocation/solr/cpaCore
> {quote}
> The following request causes only the fields "id" and "score" to return in 
> the response:
> {quote}
>     
> http://localhost:8180/solr/cpaCore/select/?q=*:*&fl=score&shards=shardLocation/solr/cpaCore
> {quote}
> I don't know if this is by design but it does provide for some inconsistent 
> behavior, as shard requests behave differently than regular requests.

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