Re: Tuning Solr caches with high commit rates (NRT)

2010-09-12 Thread Chris Haggstrom
Thanks, Peter. This is really great info. One setting I've found to be very useful for the problem of overlapping onDeskSearchers is to reduce the value of maxWarmingSearchers in solrconfig.xml. I've reduced this to 1, so if a slave is already busy doing pre-warming, it won't try to also pre-

Re: [VOTE] Community Logo Preferences

2008-11-23 Thread Chris Haggstrom
https://issues.apache.org/jira/secure/attachment/12394267/apache_solr_c_blue.jpg https://issues.apache.org/jira/secure/attachment/12394268/apache_solr_c_red.jpg https://issues.apache.org/jira/secure/attachment/12394282/solr2_maho_impression.png https://issues.apache.org/jira/secure/attachment/1239

Compiling Solr 1.3.0 + KStem

2008-11-23 Thread Chris Haggstrom
I was hoping to try using KStem with Solr 1.3.0, but am having trouble getting it to compile. With a fresh Solr 1.3.0 that will build successfully, I unzipped the KStemSolr.zip within the apache-solr-1.3.0 directory, but when I then try to build (using Ant 1.7.1 and Sun HotSpot JDK 1.6.0 up

Re: snapcleaner >> problem solr 1.3

2008-10-16 Thread Chris Haggstrom
On Oct 16, 2008, at 4:29 AM, sunnyfr wrote: still nothing changed : It looks like it worked better to me, in that it resulted in a valid find command for any snapshots with an -mtime of +1: ++ find /data/solr/video/data -maxdepth 1 -name 'snapshot.*' -mtime +1 -print instead of showi

Re: snapcleaner >> problem solr 1.3

2008-10-16 Thread Chris Haggstrom
On Oct 16, 2008, at 3:10 AM, sunnyfr wrote: I've a wierd problem when I try to fire snapcleaner manually : Already : is it correct : [EMAIL PROTECTED]:/data/solr/video# ./bin/snapcleaner -V -D-1 To remove every snapshot older than one day. You need to change "-D -1" to "-D 1". Otherwise, y