XML output for Analysis admin functionality

2007-08-28 Thread Stephanie Belton
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

RE: question: optimize

2007-01-16 Thread Stephanie Belton
Hi, You need to send rather than (closing the tag) HTH Steph

RE: Lock obtain timeout

2007-01-15 Thread Stephanie Belton
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:

RE: Performance tuning

2007-01-12 Thread Stephanie Belton
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

Lock obtain timeout

2007-01-12 Thread Stephanie Belton
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

RE: Performance tuning

2007-01-11 Thread Stephanie Belton
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

RE: Performance tuning

2007-01-11 Thread 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: > >

RE: Performance tuning

2007-01-11 Thread Stephanie Belton
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

RE: Performance tuning

2007-01-11 Thread 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

RE: Using dismax to find multiple terms across multiple fields

2006-12-02 Thread Stephanie Belton
: 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 :

RE: Using dismax to find multiple terms across multiple fields

2006-12-01 Thread Stephanie Belton
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

Using dismax to find multiple terms across multiple fields

2006-11-30 Thread Stephanie Belton
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

RE: How to set up RussianAnalyzer?

2006-11-29 Thread Stephanie Belton
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

How to set up RussianAnalyzer?

2006-11-27 Thread Stephanie Belton
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