Re: score retrieval performance

2014-05-19 Thread Gora Mohanty
On 19 May 2014 19:52, Michael Ryan wrote: > Is there any significant difference in query speed when retrieving the score > pseudo-field? E.g., does... > > q=foo&sort=date+desc&fl=*,score > > ...take longer to run than... > > q=foo&sort=date+desc&fl=* > > I know there's different code paths in Sol

score retrieval performance

2014-05-19 Thread Michael Ryan
Is there any significant difference in query speed when retrieving the score pseudo-field? E.g., does... q=foo&sort=date+desc&fl=*,score ...take longer to run than... q=foo&sort=date+desc&fl=* I know there's different code paths in Solr depending on whether the score is needed or not, but not