I tried this work-around, but seems not work for me.
I still get array of score in the response.

I have two physical server A and B

localhost --> A
test -->B

I issue query to A like this

http://localhost:8983/solr/core0/select?shards=test:8983/solr,localhost:8983/solr/core0&indent=on&version=2.2&q=*%3A*&fq=&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=standard
Hi Hoss,

But when I change query to

http://localhost:8983/solr/core0/select?shards=test:8983/solr&indent=on&version=2.2&q=*%3A*&fq=&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=standard

The score will be noraml. (that's just like issue query to test:8983)

any idea?



2010/10/16 Chris Hostetter <hossman_luc...@fucit.org>

>
> : Thanks. But do you have any suggest or work-around to deal with it?
>
> Posted in SOLR-2140
>
>   <field name="score" type="ignored" multiValued="false" />
>
> ..this key is to make sure solr knows "score" is not multiValued
>
>
> -Hoss
>

Reply via email to