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:
> [...]
>
> exact^
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 th
Thanks, that's what I wanted :-)
PaPa
On 11/2/07, Brian Whitman <[EMAIL PROTECTED]> wrote:
> does http://.../solr/admin/luke work for you?
>
>
> 601818
>
> ...
>
>
> On Nov 1, 2007, at 10:39 PM, Papalagi Pakeha wrote:
>
> > Hello,
> >
>
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
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 with