I need help in understanding a query in solr cloud. When user issues a query , there are are two phases of query - one with the purpose(from debug info) of GET_TOP_FIELDS and another with GET_FIELDS.
This is having an effect on end to end performance of the application. - what triggers (any components like facet, highlight, spellchecker ??? ) the two calls - How can I make a query to be executed only with GET_FIELDS only .