Re: maxScore field in SolrCloud response

2013-01-25 Thread Chris Hostetter
: Yeah, I've noticed this two in some distrib search tests (it's not : SolrCloud related per say I think, but just distrib search in general). I'm pretty sure that the crux of the issue is that maxScore is only *returned* if scores are requested. When you do a single node request, you have to

Re: maxScore field in SolrCloud response

2013-01-25 Thread Mark Miller
Yeah, I've noticed this two in some distrib search tests (it's not SolrCloud related per say I think, but just distrib search in general). Want to open a JIRA issue about making this consistent? - Mark On Jan 25, 2013, at 2:39 PM, Mingfeng Yang wrote: > We are migrating our Solr index from si

maxScore field in SolrCloud response

2013-01-25 Thread Mingfeng Yang
We are migrating our Solr index from single index to multiple shards with solrcloud. I noticed that when I query solrcloud (to all shards or just one of the shards), the response has a field of maxScore, but query of single index does not include this field. In both cases, we are using Solr 4.0.