Re: Score of exact matches

2007-11-08 Thread Papalagi Pakeha
On 11/6/07, Walter Underwood [EMAIL PROTECTED] wrote: This is fairly straightforward and works well with the DisMax handler. Indes the text into three different fields with three different sets of analyzers. Use something like this in the request handler: [...] str name=qf

Score of exact matches

2007-11-05 Thread Papalagi Pakeha
Hi all, I use Solr 1.2 on a job advertising site. I started from the default setup that runs all documents and queries through EnglishPorterFilterFactory. As a result for example an ad with accounts in its title is matched when someone runs a query for accountant because both are stemmed to the

How to get number of indexed documents?

2007-11-01 Thread Papalagi Pakeha
Hello, Is there any way to get XML version of statistics like how many documents are indexed etc? I have found http://.../solr/admin/properties which is cool but doesn't give me the number of indexed documents. Thanks PaPa

Re: How to get number of indexed documents?

2007-11-01 Thread Papalagi Pakeha
Thanks, that's what I wanted :-) PaPa On 11/2/07, Brian Whitman [EMAIL PROTECTED] wrote: does http://.../solr/admin/luke work for you? lst name=index int name=numDocs601818/int ... On Nov 1, 2007, at 10:39 PM, Papalagi Pakeha wrote: Hello, Is there any way to get XML version

Permanently set log level

2007-10-29 Thread Papalagi Pakeha
Hello, how can I permanently change the loglevel of SOLR output to WARNING? I know it can be done from /solr/admin/logging.jsp but that change is forgotten as soon as the server is restarted. I assume I can specify the log level somewhere in some config file, but where? For now I'm using Solr