Re: Wildcards / Binary searches

2007-06-06 Thread galo
rmFreq(text:radiohead)=1) 8.781371 = idf(docFreq=4096) 131072.0 = fieldNorm(field=text, doc=9799640) Thanks a lot, galo galo wrote: I was doing a different trick, basically searching q=radioh*+radioh~, and the results are slightly better than ?*, but not great. By the way, the case se

Re: Wildcards / Binary searches

2007-06-06 Thread galo
Yeah i thought of that solution but this is a 20G index with each document having around 300 or those numbers so i was a bit worried about the performance.. I'll try anyway, thanks! On 06/06/07, *Yonik Seeley* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: On 6/6

Wildcards / Binary searches

2007-06-06 Thread galo
And the first would get a bigger score than the second, as it has only 1 flipped bit while the second has 2. Is it possible to implement this in solr? Cheers, galo

Re: wrong path in snappuller

2007-04-25 Thread galo
Why does it need to start an rsyncd in the master in a different port for each ap, is it not enough to call rsync on master:path? Thanks for answering, Galo Chris Hostetter wrote: : and I'm finding the same issues as : https://issues.apache.org/jira/browse/SOLR-188 in the snappu

wrong path in snappuller

2007-04-24 Thread galo
ats} rsync://${master_host}:${rsyncd_port}/solr/${name}/ ${data_dir}/${name}-wip that command fails in non-default installations due to that /solr/ Is this known or should I log it in JIRA? thanks, galo

Re: New docs need server restart after synchronization

2007-04-17 Thread galo
long as you use solr_hostname=localhost and the same port, which is my case). Not a tragedy anyway. How are you dealing with these situations, are there better ways than this? Cheers, galo Chris Hostetter wrote: : problems for a few weeks, snappuller and snapinstaller run every hour : normally, instal

Re: New docs need server restart after synchronization

2007-04-16 Thread galo
Yep, all normal.. galo Bill Au wrote: Did you check for error messages in the snappuller and snapinstaller log files sunder solr/logs? Distribution related errors will not show up in the tomcat logs. Bill On 4/16/07, galo <[EMAIL PROTECTED]> wrote: Hi there, I've been running

New docs need server restart after synchronization

2007-04-16 Thread galo
ges in the tomcat logs or the scripts' ! thanks, galo

Re: Question: index performance

2007-04-13 Thread galo
without doing those searches they're very quick. Is there any reason why the searches would affect tomcat to justify this? Just to clarify, searches are NOT done at the same time as indexing. My tomcat is running with -server -Xmx512m -Xms512m Cheers, galo Yonik Seeley wrote: On 4/13/07, Ja

Re: problems finding negative values

2007-04-05 Thread galo
Ah! thanks. Wrapping the term in quotes solves the issue, but i've tried escaping with \- as Yonik suggested and it doesn't. I guess there's no performance difference between both so I can live with quotes but anyway, for curiosity sake, should \ work? thanks, galo Jeff

problems finding negative values

2007-04-04 Thread galo
Obviously the key field is configured as a search field, indexed, etc. but somehow solr doesn't like negatives. I'm assuming this might have something to do with analysers but can't tell how to fix it.. any ideas?? Thanks galo

failing post-optimize command execution

2007-03-28 Thread galo
ception: error=2, No such file or directory I'm certain the path and filename is correct.. does anybody have problems with this? Cheers, galo

Re: Solr on Tomcat 6.0.10?

2007-03-08 Thread galo
I'm using 6.0.9 and no issues (fingers crossed) Walter Underwood wrote: Is anyone running Solr on Tomcat 6.0.10? Any issues? I searched the archives and didn't see anything. wunder -- Galo Navarro, Developer [EMAIL PROTECTED] t. +44 (0)20 7780 7080 Last.fm | http://www.las

Re: Time after snapshot is "visible" on the slave

2007-03-06 Thread galo
I see your other email.. oh well.. Thanks for your help, Graham Stead wrote: Hi Galo, The snapinstaller actually performs a commit as its last step, so if that didn't work, it's not surprising that running commit separately didn't work, either. I would suggest running the snapinstal

Time after snapshot is "visible" on the slave

2007-03-06 Thread galo
t works. Am I missing any steps or just being too impatient sending queries? Cheers -- Galo Navarro, Developer [EMAIL PROTECTED] t. +44 (0)20 7780 7080 Last.fm | http://www.last.fm Karen House 1-11 Baches Street London N1 6DL http://www.last.fm/user/galeote

Multiple instances, wiki out of date?

2007-02-26 Thread galo
x and I need them to use different indexes. The question is, how can you configure solr.home differently for each of the solr instances deployed in the webapps-plus folder? It would be equally valid if there is a way of fixing the xml in the wiki so individual war files can be specified passing a different solr.home to each.. thanks, galo.