Ok I Do a little test after previous email. The work-around that hoss provided is not work when you issue query "*:*"
I tried to issue query like" key:aaa" and work-around works no matter shards node is one or two or more. Thanks hoss. And maybe you could try and help me confirmed this situation is not coincidence. 2010/10/20 Floyd Wu <floyd...@gmail.com> > 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 >> > >