I believe enableLazyFieldLoading setting is supposed to help with the partial-fields use-case. But not with query time itself, but with re-hydrating stored fields to return. Which I guess is part of the query time from the user's point of view.
https://cwiki.apache.org/confluence/display/solr/Query+Settings+in+SolrConfig#QuerySettingsinSolrConfig-enableLazyFieldLoading Regards, Alex. ---- Newsletter and resources for Solr beginners and intermediates: http://www.solr-start.com/ On 1 September 2016 at 20:04, kshitij tyagi <kshitij.shopcl...@gmail.com> wrote: > Hi, > > > I am having around 100 fields in single document. I want to know that if I > use fl and get only single field from query will that reduce query time?? > > or getting all the fields through query and getting one field using fl in > query both will have same query time??