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
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.
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
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