On Oct 25, 2007, at 4:19 PM, Wagner,Harry wrote:
Where is a good place to look for some performance recommendations? We
have a 2.4G index running on server with 16G. Overall performance is
very good, but the initial sort on an index is too slow. Any idea
what,
if anything, in the solrConfig would help that?
One option is to configure a warming query with sorts in
solrconfig.xml. Check out the newSeacher feature:
<http://wiki.apache.org/solr/
SolrConfigXml#head-451a45dd507ac621e7349576b475e9ec37c0e7b9>
Erik