Re: minimum should match, cant explain the amount of hits

2015-12-16 Thread Ron van der Vegt
Thanks! This makes sense, I will change my configuration to 2<-35% On 16-12-15 13:11, Binoy Dalal wrote: The edismax documentation confirms that when a positive % value is provided, solr will round down. If you want solr to round up set your parameter value as '-35%' On Wed, 16 Dec 2015, 17:28

Re: minimum should match, cant explain the amount of hits

2015-12-16 Thread Binoy Dalal
The edismax documentation confirms that when a positive % value is provided, solr will round down. If you want solr to round up set your parameter value as '-35%' On Wed, 16 Dec 2015, 17:28 Binoy Dalal wrote: > My guess is that solr is rounding down while calculating number of > mandatory terms.

Re: minimum should match, cant explain the amount of hits

2015-12-16 Thread Binoy Dalal
My guess is that solr is rounding down while calculating number of mandatory terms. In your case, there are 3 terms, 65% of which is 1.95 which rounded down is 1, but 67% is 2.01 which rounded down is 2 which conforms with the results you're seeing. Maybe someone else can confirm this. On Wed, 16

minimum should match, cant explain the amount of hits

2015-12-16 Thread Ron van der Vegt
Hi, I'm currently searching with the following query: q="sony+led+tv". The minimum should match setting is set on: mm=2<65%. So when there are more then two terms, at least 65% of the terms should match. I'm not using the StopFilterFactory. When turning on debug, this is the parsedquery_toStri