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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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)
> >
>
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
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
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
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
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
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
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
25 matches
Mail list logo