Hi,
I need to programmatically put search terms through the query analyser and
retrieve the result. I thought the easiest way to do this would be to call
the existing /solr/admin/analysis.jsp, but it would be so much nicer if
there was a XML version of it.
I noticed that there is an analysi
Hi,
You need to send rather than (closing the tag)
HTH
Steph
Thanks for that - I have made the following changes:
- optimize more often
- omitNorms on all non-fulltext fields
- useCompoundfFile=true (will keep an eye on performance)
And that seems to have solved the problem.
-Original Message-
From: Chris Hostetter [mailto:[EMAIL PROTECTED]
Sent:
Thank you! Those are set to zero for me too (at the moment!) so I guess it's
good news.
-Original Message-
From: Mike Klaas [mailto:[EMAIL PROTECTED]
Sent: 11 January 2007 23:13
To: solr-user@lucene.apache.org
Subject: Re: Performance tuning
On 1/11/07, Stephanie Belton &l
Hello,
We are getting hundreds of ‘Lock obtain timed out’ errors (see stack trace
below) – checking the mailing list archive :
INFO: Opening [EMAIL PROTECTED] DirectUpdateHandler2
12-Jan-2007 14:36:37 org.apache.solr.core.SolrException log
SEVERE: Exception during commit/optimize:java.io
rather keep load balancing as a last resort due to cost implications.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley
Sent: 11 January 2007 22:02
To: solr-user@lucene.apache.org
Subject: Re: Performance tuning
On 1/11/07, Stephanie Belton
al Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley
Sent: 11 January 2007 20:32
To: solr-user@lucene.apache.org
Subject: Re: Performance tuning
On 1/11/07, Stephanie Belton <[EMAIL PROTECTED]> wrote:
> This is the output of the free command:
>
>
Thanks for sending this link, I seem to have missed that on the wiki!
-Original Message-
From: Thorsten Scherler [mailto:[EMAIL PROTECTED]
Sent: 11 January 2007 15:06
To: solr-user@lucene.apache.org
Subject: Re: Performance tuning
On Thu, 2007-01-11 at 14:57 +, Stephanie Belton
formance tuning
On 1/11/07, Stephanie Belton <[EMAIL PROTECTED]> wrote:
> Solr is now up and running on our production environment and working
great. However it is taking up a lot of extra CPU and memory (CPU usage has
doubled and memory is swapping). Is there any documentation on perform
: more specificly, you are putting your entire search in quotes, which is
: causing it to be treated as a single searchable entity across several
: fields -- a single DisjunctionMaxQuery, instead of multiple disjunctions
: wrapped in a boolean. When that quoted chunk of text is analyzed by your
:
Thank you for your message Yonik, that was very helpful. I didn't have much
luck with the SnowballPorterFilterFactory so I wrote my own factory last night
and as you said it gives me much more flexibility. Here it is for anyone who's
interested:
package myApp;
import org.apache.lucene.analysis
Hello,
I am using Solr to index and search documents in Russian. I have successfully
set up the RussianAnalyzer but found that it eliminates some tokens such as
numbers. I am therefore indexing my text fields in 2 ways, once with a quite
literal version of the text using something similar to te
Thank you Chris for your response, I got the RussianAnalyzer working
following your advice (once I downloaded the last version of Solr! Mine was
a couple of weeks old and didn't support the plugin feature), I also came
across this new page: http://wiki.apache.org/solr/SolrPlugins
Many thanks, I sh
Hello,
I am running a Perl site and I am evaluating Solr as a gateway to Lucene. So
far I am very pleased with the functionality it provides and the performance.
My Java is quite basic so I am sorry if my questions sound trivial but I am
trying to configure Solr to index a Russian site and I
14 matches
Mail list logo