Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by paulsundling: http://wiki.apache.org/solr/SolrPerformanceFactors ------------------------------------------------------------------------------ === Explicit Warming of Sort Fields === - If you do a lot of field based sorting, it is advantageous to add explicitly warming queries to the "newSearcher" and "firstSearcher" even listeners in your solrconfig which sort on those fields, so the !FieldCache is populated prior to any queries being executed by your users. + If you do a lot of field based sorting, it is advantageous to add explicitly warming queries to the "newSearcher" and "firstSearcher" event listeners in your solrconfig which sort on those fields, so the !FieldCache is populated prior to any queries being executed by your users. == Optimization Considerations ==
