Re: Problem with dismax mm

2010-12-09 Thread Chris Hostetter
: Personally, the mm parameter makes my head hurt. : As I read it, there are actually 4 buckets that rules apply to, not three : in your mm definition, see below. If you have Smiley and Pugh's Solr book, check out pages 138-140... http://wiki.apache.org/solr/PacktBook2009 I created the "mm" syn

Re: Problem with dismax mm

2010-12-03 Thread Em
Thank you both! Erick, what you said was absolutely correct. I missunderstood the definition completely. Now it works as intended. Thank you! Kind regards Erick Erickson wrote: > > from: > http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29 > "If there are l

Re: Problem with dismax mm

2010-12-03 Thread Erick Erickson
from: http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29 "If there are less than 3 optional clauses, they all must match; for 3 to 5 clauses, one less than the number of clauses must match, for 6 or more clauses, 80% must match, rounded down: "2<-1 5<80%"" Personal

Re: Problem with dismax mm

2010-12-03 Thread Shawn Heisey
On 12/3/2010 6:18 AM, Em wrote: I got a little problem with my mm definition: 2<-1 4<50% 5<66% Are you defining this in a request handler in solrconfig.xml? If you have it entered just like that, I think it may not be understanding it. You need to encode the < character. Here's an excerpt