I have an requirement to modify the must match parameter in Solr.
<str name="mm">
2<-1 5<-2 6<50%
</str>
I'm not able to understand the logic behind this syntax.
I have an requirement to modify the must match parameter in Solr.
<str name="mm">
2<-1 5<-2 6<50%
</str>
I'm not able to understand the logic behind this syntax.
mm 代表最小应匹配参数。
它可以帮助您配置与要在搜索结果中返回的文档匹配的查询词的数量。
您可以将其配置为固定数字或应匹配的查询词数的百分比。
有关详细说明和示例检查链接