On Sat, Feb 7, 2009 at 1:47 AM, Cheng Zhang <zhangyongji...@yahoo.com> wrote: > I did restart the solr server. Here is the config. > > <filterCache > class="solr.LRUCache" > size="512" > initialSize="512" > autowarmCount="128"/>
This may still be taking too much time (and may not be needed, esp with the current faceting implementation in 1.4-dev which uses the filterCache less). Do you have static warming queries (newSearcher section of solrconfig.xml)? -Yoni