Re: Lucene Query reuse

2008-09-05 Thread Tobias Hill
Hoss, thanks for your feedback. I was was just a bit surprised to see that I had to go from objects to a string-rep. I did indeed also find out that some information was lost in that process, for instance setMinimumNumberShouldMatch on BooleanQuery. Also, some empty clauses (which was silently ac

Re: Conditional caching

2008-09-05 Thread Tobias Hill
All, thanks for good feedback. Letting the load-balancer route bots to a specific slaves and humans to others seems like the way forward this time. Thanks, Tobias 2008/9/1 Walter Underwood <[EMAIL PROTECTED]> > How many documents do you have in your index? How many unique > queries per day,

RE: matser /slave issue on solr

2008-09-05 Thread dudes dudes
Hi Bill, Thanks very much for your kind reply... I have tried your suggestion, but unfortunately didn't work... and tried other tweaks from the link you sent,,, but no luck :(,,, I also don't find any errors in the log files.. is there any online step by step docs on this topic by any cha

RE: Question about Data Types

2008-09-05 Thread Kashyap, Raghu
Thanks for your response Hoss. Yes we do have Money class already implemented in other areas of our application which I would like to use. I will try this out. -Raghu -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2008 12:20 AM To: solr-u

Re: Solr Logo thought

2008-09-05 Thread Mark Miller
I am working on this a bit. I tried to contact the guys involved in the Shale prizes to see what they did, but I got no responses. Havn't looked into who I might check with at Apache yet. Not sure how much of a prize we need though. Should be motivating, but doesn't need to be crazy I think.

Distributed search and facet counts using facet.limit=-1

2008-09-05 Thread Jaco
Hello, I'm testing the distributed search using the shards= parameter, looking into the facet counts (release: Solr 1.3.0 RC-2). I noticed that when using facet.limit = -1 (to get unlimited number of facet values with count) there are no facet counts returned at all. There is mention of this in ht

Re: Distributed search and facet counts using facet.limit=-1

2008-09-05 Thread Yonik Seeley
Thanks Jaco, I confirmed this problem (not sure why it's still a problem - I thought for sure I had fixed this in the past). -Yonik On Fri, Sep 5, 2008 at 10:50 AM, Jaco <[EMAIL PROTECTED]> wrote: > Hello, > > I'm testing the distributed search using the shards= parameter, looking into > the face

RE: Solr Logo thought

2008-09-05 Thread John Warde
Hi, Don't know whether it been mentioned yet in this thread ... have you looked at http://99designs.com/ (from sitepoint.com)? We have used this numerous times to get logos and websites designed. You set-up a competition and offer prize money and award it to the design you think is best (curre

Re: Solr Slaves Sync

2008-09-05 Thread Chris Hostetter
: As far as I can tell, there is no need to remove a slave from a pool while assuming you are using the replication scripts provided with Solr, this is correct. (i suppose if you were using windows or some other odd replication system, there *might* be a reason for taking them out of rotaiton

Re: Lucene Query reuse

2008-09-05 Thread Chris Hostetter
: I was was just a bit surprised to see that I had to go from objects to a : string-rep. Like i said you don't *have* do ... if you use Solr in an embeeded context, or change your code to be a Solr plugin then you you can use Query obecjts as is ... but when you send the data over the wire it ha

Re: Solr Logo thought

2008-09-05 Thread Lukáš Vlček
Hi, 99designs might be an interesting option. On the other hand I am not sure their process is optimal for Solr case: 1) the one who calls the contest is the one who rates individual pieces (that is how I understand it). How exactly this is done I don't know.

Re: matser /slave issue on solr

2008-09-05 Thread Bill Au
Try running snappuller with the -V option to show debug output. Here's the closest thing to a step by step doc: http://wiki.apache.org/solr/SolrCollectionDistributionOperationsOutline Please note the first bullet under "slave Solr server" that the user id under which the scripts run must be able

SolrCore, reload, synonyms not reloaded

2008-09-05 Thread David Smiley @MITRE.org
I'm using Solr 1.3 and I've never been able to get the SolrCore (formerly MultiCore) reload feature to pick up changes I made to my synonyms file. At index time I expand synonyms. If I change my synonyms.txt file then do a MultiCore RELOAD and then reindex my data and then do a query that should

Somewhat complex scoring/boosting

2008-09-05 Thread Ravindra Sharma
Hi Folks, I have somewhat complex scoring/boosting requirement. Say I have 3 text fields A, B, C and a Numeric field called D. Say My query is "testrank". Scoring should be based on following: Query matches 1. text fields A, B and C, & Highest value of D (highest boost/rank) 2. A and B, & Highe

Custom scoring example

2008-09-05 Thread Ravindra Sharma
I am looking for an example if anyone has done any custom scoring with Solr/Lucene. I need to implement a Query similar to DisjunctionMaxQuery, the only difference would be it should score based on sum of score of sub queries' scores instead of max. Any custom scoring example will help. (On one

Cross-context-forward to solr-instance

2008-09-05 Thread Hachmann, Bjoern
Hi, yesterday I tried the Solr-1.3-RC2 and everything seems to work fine using the traditional single-core setup. But while troubleshooting the new multi-core feature, I realized for the first time, that I have been using the deprecated (even in 1.2) class SolrServlet. This is a huge problem