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: > [...] > > exact^

RE: Score of exact matches

2007-11-06 Thread Norskog, Lance
: solr-user@lucene.apache.org Subject: Re: Score of exact matches 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: 0.01

Re: Score of exact matches

2007-11-05 Thread Walter Underwood
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: 0.01 exact^16 noaccent^4 stemmed exact^16 no

Re: Score of exact matches

2007-11-05 Thread Mike Klaas
On 5-Nov-07, at 9:05 PM, Papalagi Pakeha wrote: 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 qu

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 th