Hi all ,
I'm testing the dismax requesthandler , im trying to customize the mm ( Minimum Match ) Parameter ( i already tooked a look at the documentation )
<str name="mm">
2<-2 3<-70% 5<-50%
</str>
<int name="ps">100</int>
<str name="q.alt">*:*</str>
I have 3 Questions :
mm , i understood what it does , i want to verify if my param is ok , does
correct me if im wrong
2<-2 3<-70% 5<-50% stands for ? :- if 1 or 2 terms match 100% of them
- if 3 to 4 match only 70% of them
- if 5 or more match only 50%
ps : what does this param? it's mandotory ?
- q.alt : the same i did not understand the utility of that one.
Can you provide me some advices for the best configuration of DisMax ?
Thank you !