Re: Decrease warmupTime

2009-02-07 Thread Cheng Zhang
Otis, I did restart the solr server but it may not be enough. I just deleted the tomcat work directory and it works now. No warming anymore. Thanks a lot for your information. -Kevin - Original Message From: Cheng Zhang To: solr-user@lucene.apache.org Sent: Friday, February 6, 200

Re: Decrease warmupTime

2009-02-07 Thread Yonik Seeley
On Sat, Feb 7, 2009 at 1:47 AM, Cheng Zhang wrote: > I did restart the solr server. Here is the config. > > 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 fa

Re: Need help with DictionaryCompoundWordTokenFilterFactory

2009-02-07 Thread Grant Ingersoll
Sounds like you need some work on the analysis part. I would start by using the Solr Admin Analysis tool and play around with your settings for that TokenFilter. Sounds too me like you might want a different approach to compound words. I'm not a German expert, so can't offer too much the