我的 solr 安装只建议单词的存根,而不是完整的单词。
如果我搜索导体,我会得到这样的结果:
<int name="conductor">68</int>
<int name="symphoni">51</int>
<int name="no.">46</int>
<int name="rattl">28</int>
我想要的是:
- 交响乐而不是syphoni
- 拨浪鼓(Simon Rattle,指挥)而不是拨浪鼓
等等。
生成的完整查询是:
select?fl=abstract&facet=true&facet.field=abstract&facetlimit=8&facet.mincount=1&omitHeader=true&qf=content%5E40.0+title%5E5.0+keywords%5E2.0+tagsH1%5E5.0+tagsH2H3%5E3.0+tagsH4H5H6%5E2.0+tagsInline&json.nl=map&q=conductor&start=0&rows=5
我使用 TYPO3,所以可以在这里找到配置 xml:
https://github.com/subbugoe/typo3-solr/blob/master/resources/solr/typo3cores/conf/solrconfig.xml
架构可以在这里找到:
https://github.com/subbugoe/typo3-solr/blob/master/resources/solr/typo3cores/conf/english/schema.xml