是否有一些文件可以更改传递给相似性类的参数,以决定使用哪个版本的重载方法?
我无法在在线文档中找到答案。
答案 0 :(得分:1)
模式文件末尾的相似性部分,如果您可以指定自定义相似性或使用另一个相似性,则与Solr捆绑在一起。
这是默认schema.xml下的内容 -
<!-- Similarity is the scoring routine for each document vs. a query.
A custom Similarity or SimilarityFactory may be specified here, but
the default is fine for most applications.
For more info: http://wiki.apache.org/solr/SchemaXml#Similarity
-->
<!--
<similarity class="com.example.solr.CustomSimilarityFactory">
<str name="paramkey">param value</str>
</similarity>
-->