Solr replication

2007-10-01 Thread ycrux
Hi ! I'm really new to Solr ! Could anybody please explain me with a short example how I can setup a simple Solr replication with 3 machines (a master node and 2 slaves) ? This is my conf: * master (linux 2.6.20) : - Hostname "solr.master" with IP "192.168.1.1" * 2 slaves (linux 2.6.20) : - Ho

I18N with SOLR

2007-10-01 Thread Dilip.TS
Hello, Is there anyone who has worked on internationalization with SOLR? Apart from using the dynamicField name="*_eng" say for english, is there any other configurations to be made? Regards Dilip

SOLR server

2007-10-01 Thread Mark Jarecki
Hi there I am setting up a dedicated SOLR server on Debian Etch, I was wondering whether the server should be configured 32 bit or 64 bit? What issues are there either way? Cheers Mark

Re: Solr replication

2007-10-01 Thread climbingrose
1)On solr.master: +Edit scripts.conf: solr_hostname=localhost solr_port=8983 rsyncd_port=18983 +Enable and start rsync: rsyncd-enable; rsyncd-start +Run snapshooter: snapshooter After running this, you should be able to see a new folder named snapshot.* in data/index folder. You can can solrconfig.

Re: Re: Solr replication

2007-10-01 Thread ycrux
Works like a charm. Thanks very much. cheers Y. Message d'origine >Date: Mon, 1 Oct 2007 21:55:30 +1000 >De: climbingrose >A: solr-user@lucene.apache.org >Sujet: Re: Solr replication > boundary="=_Part_10345_13696775.1191239730731" > >1)On solr.master: >+Edit scripts.conf: >sol

Searching combined English-Japanese index

2007-10-01 Thread Maximilian Hütter
Hi, I know there has been quite some discussion about Multilanguage searching already, but I am not quite sure this applies to my case. I have an index with field which contain Japanese and English at the same time. Is this possible? Tokenizing is not the big problem here, the StandardTokenizerF

Re: Re: Re: Solr replication

2007-10-01 Thread ycrux
One more question about replication. Now that the replication is working, how can I see the changes on slave nodes ? The page statistics : "http://solr.slave1:8983/solr/admin/stats.jsp"; doesn't reflect the correct number of indexed documents and still shows numDocs=0. Is there any command

Re: Searching combined English-Japanese index

2007-10-01 Thread Yonik Seeley
On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: > When I search using an English term, I get results but the Japanese is > not encoded correctly in the response. (although it is UTF-8 encoded) One quick thing to try is the python writer (wt=python) to see the actual unicode values of what

correlation between score and term frequency

2007-10-01 Thread kubias
Hi! I have a question about the correlation between the score value and the term frequency. Let's assume that we have one index about one set of documents. In addition to that, let's assume that there is only one term in a query. If we now search for the term "car" and get a certain score value X

Re: correlation between score and term frequency

2007-10-01 Thread Grant Ingersoll
Not sure I follow, you get back the same score for two different queries and you wonder why? The best way to see how a score is calculated is to use the explain (debug) functionality in Solr. -Grant On Oct 1, 2007, at 10:06 AM, [EMAIL PROTECTED] wrote: Hi! I have a question about the co

Re: Re: Re: Solr replication

2007-10-01 Thread climbingrose
sh /bin/commit should trigger a refresh. However, this command should be executed as part of snapinstaller so you should have to run it manually. On 10/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > One more question about replication. > > Now that the replication is working, how can I see

Re: Re: Re: Re: Solr replication

2007-10-01 Thread ycrux
Perfect. Thanks for all guys. cheers Y. Message d'origine >Date: Tue, 2 Oct 2007 01:01:37 +1000 >De: climbingrose >A: solr-user@lucene.apache.org >Sujet: Re: Re: Re: Solr replication > boundary="=_Part_11644_22377225.1191250897674" > >sh /bin/commit should trigger a refresh. Ho

Re: Searching combined English-Japanese index

2007-10-01 Thread Maximilian Hütter
Yonik Seeley schrieb: > On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: >> When I search using an English term, I get results but the Japanese is >> not encoded correctly in the response. (although it is UTF-8 encoded) > > One quick thing to try is the python writer (wt=python) to see the

Major CPU performance problems under heavy user load with solr 1.2

2007-10-01 Thread Robert Purdy
Hi there, I am having some major CPU performance problems with heavy user load with solr 1.2. I currently have approximately 4 million documents in the index and I am doing some pretty heavy faceting on multi-valued columns. I know that doing facets are expensive on multi-valued columns but the CP

Re: Schema version question

2007-10-01 Thread Robert Purdy
Thanks Yonik I have not seen any issues with doing that beside some unrelated perfomance issues I just posted in another thread. Robert. Robert Purdy wrote: > > I was wondering if anyone could help me, I just completed a full index of > my data (about 4 million documents) and noticed that wh

Re: solr/home

2007-10-01 Thread yo_keller
I suppose you've solved this problem already. I just ran into it. And solving it took the following steps: -putting in the directory \Tomcat 5.5\conf\Catalina\localhost a proper solr.xml file, much like the one you have, containing only the text - modifying the solrconfig.xml , and this w

Re: Major CPU performance problems under heavy user load with solr 1.2

2007-10-01 Thread Yonik Seeley
On 10/1/07, Robert Purdy <[EMAIL PROTECTED]> wrote: > Hi there, I am having some major CPU performance problems with heavy user > load with solr 1.2. I currently have approximately 4 million documents in > the index and I am doing some pretty heavy faceting on multi-valued columns. > I know that do

Re: Searching combined English-Japanese index

2007-10-01 Thread Yonik Seeley
On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: > Yonik Seeley schrieb: > > On 10/1/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: > >> When I search using an English term, I get results but the Japanese is > >> not encoded correctly in the response. (although it is UTF-8 encoded) > > >

Re: correlation between score and term frequency

2007-10-01 Thread Joseph Doehr
Hi Alex, do you mean, you like to know if both results have the same relevance through the whole content which is indexed and if both results are direct comparable? [EMAIL PROTECTED] schrieb: > I have a question about the correlation between the score value and the > term frequency. Let

Re: Letter-number transitions - can this be turned off

2007-10-01 Thread Mike Klaas
On 30-Sep-07, at 12:47 PM, F Knudson wrote: Is there a flag to disable the letter-number transition in the solr.WordDelimiterFilterFactory? We are indexing category codes, thesaurus codes for which this letter number transition makes no sense. It is bloating the indexing (which is already

Re: correlation between score and term frequency

2007-10-01 Thread Mike Klaas
On 1-Oct-07, at 7:06 AM, [EMAIL PROTECTED] wrote: Hi! I have a question about the correlation between the score value and the term frequency. Let's assume that we have one index about one set of documents. In addition to that, let's assume that there is only one term in a query. If we no

RE: Searching combined English-Japanese index

2007-10-01 Thread Lance Norskog
Some servlet containers don't do UTF-8 out of the box. There is information about this on the wiki. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Monday, October 01, 2007 9:45 AM To: solr-user@lucene.apache.org Subject: Re: Searching

Questions about unit test assistant TestHarness

2007-10-01 Thread Lance Norskog
Hi- Is anybody using the unit test assistant class TestHarness in Solr 1.2? I'm trying to use it in Eclipse and found a few problems with classloading. These might be a quirk of using it with Eclipse. I also found a bug in the commit() function where '(Object)' should be '(Object[])'. Are all

Re: Questions about unit test assistant TestHarness

2007-10-01 Thread Ryan McKinley
What error are you getting exactly? Do you only get the error running from eclipse, or do you also get it running from ant? The TestHarness class is used in almost all the tests, so 'yes', it is ues with solr 1.2. ryan Lance Norskog wrote: Hi- Is anybody using the unit test assistant c

AW: correlation between score and term frequency

2007-10-01 Thread Alexander Kubias
Yes, that was the meaning of my question! Can you answer it? -Ursprüngliche Nachricht- Von: Joseph Doehr [mailto:[EMAIL PROTECTED] Gesendet: Montag, 1. Oktober 2007 20:00 An: solr-user@lucene.apache.org Betreff: Re: correlation between score and term frequency Hi Alex, do you