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 sure how much slower the score path is...

-Michael

Reply via email to