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?
rsday, August 27, 2009 9:57:54 PM
Subject: Re: UpdateRequestProcessor config location
could you provide more details on what exactly is that you have done?
On Fri, Aug 28, 2009 at 7:08 AM, Erik Earle wrote:
>
> I've read through the wiki for this and it explains most everything except
I've read through the wiki for this and it explains most everything except
where in the solrconfig.xml the goes.
I tried it at the top level but that doesn't seem to do anything.
http://wiki.apache.org/solr/UpdateRequestProcessor
.
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:
>
ality.
- Original Message
From: Koji Sekiguchi
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 could
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
I
Upgraded to the tip from svn and still no love.
- Original Message
From: Erik Earle
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 server 2005 w
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 http://host:port/solr/dataimport?command=full-im