Config Relationship between MaxWarmingSearchers and StreamingUpdateSolrServer

2009-11-16 Thread Erik Earle
My application updates the master index frequently, sometimes very frequently. Is there a good rule of thumb for configuring: 1) maxWarmingSearchers in the master 2) the SUSS thread pool size (and perhaps queue length) to match the server settings?

UpdateRequestProcessor config location

2009-08-27 Thread Erik Earle
I've read through the wiki for this and it explains most everything except where in the solrconfig.xml theupdateRequestProcessorChain goes. I tried it at the top level but that doesn't seem to do anything. http://wiki.apache.org/solr/UpdateRequestProcessor

Re: UpdateRequestProcessor config location

2009-08-27 Thread Erik Earle
I've implemented a fairly simple UpdateRequestProcessor much like the example here: http://wiki.apache.org/solr/UpdateRequestProcessor I attempted the below configuration in solrconfig.xml (like the above link shows) but nothing happens, no errorsnothing. Is this configuration supposed to

Re: Solr Query help - sorting

2009-08-25 Thread Erik Earle
. - Original Message From: Koji Sekiguchi k...@r.email.ne.jp To: solr-user@lucene.apache.org Sent: Tuesday, August 25, 2009 4:04:29 AM Subject: Re: Solr Query help - sorting Hi Erik Earle, Ahh, I read your mail too fast... Erik Hatcher's method should work. Thanks! Koji Erik Hatcher wrote: You

Re: Solr Query help - sorting

2009-08-25 Thread Erik Earle
could do it. But there is no conditional copyField capabilities otherwise. Keep in mind that pragmatically, if you're doing your own indexing code, why not have a line like this? :) max_side = (length width) ? length : width Erik On Aug 25, 2009, at 2:20 PM, Erik Earle wrote

Solr Query help - sorting

2009-08-24 Thread Erik Earle
Suppose I have a database of rectangle attributes that I have indexed in Solr and I want to get the top 10 widest or longest rectangles from one query. name | width | length A | 100| 10 B | 10 | 90 C | 80 | 10 ... My indexed fields are: name, width, length

DataImportHandler ignoring most rows

2009-08-18 Thread Erik Earle
Using: - apache-solr-1.3.0 - java 1.6 - tomcat 6 - sql server 2005 w/ JSQLConnect 4.0 driver I have a group table with 3007 rows. I have confirmed the key is unique with select distinct id from group and it returns 3007. When i re-index using

Re: DataImportHandler ignoring most rows

2009-08-18 Thread Erik Earle
Upgraded to the tip from svn and still no love. - Original Message From: Erik Earle erikea...@yahoo.com To: solr-user@lucene.apache.org Sent: Tuesday, August 18, 2009 3:16:47 PM Subject: DataImportHandler ignoring most rows Using: - apache-solr-1.3.0 - java 1.6 - tomcat 6 - sql