Re: Field list vs getting everything

2018-05-29 Thread root23
Yes i meant fl. So essentially if i ask in the fl list for 10 fields vs all the fields have no effect in terms of the amount of work solr has to do ? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Field list vs getting everything

2018-05-29 Thread Alexandre Rafalovitch
'df' is Default Field parameter and does not affect the fields returned. You probably meant 'fl'. Just not listing field in 'fl' will not have much effect, apart from serialization time and network time. Which may help your real users if your middleware just passes the results to the browser. How