私のsolrインストールは、完全な単語ではなく、単語のスタブのみを提案します。
Conductor を検索すると、次のような結果が得られます。
<int name="conductor">68</int>
<int name="symphoni">51</int>
<int name="no.">46</int>
<int name="rattl">28</int>
私がしたいことは次のとおりです。
- 交響曲ではなく交響曲
- ガラガラの代わりにガラガラ(指揮者のサイモン・ラトル)
等々。
生成された完全なクエリは次のとおりです。
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/subugoe/typo3-solr/blob/master/resources/solr/typo3cores/conf/solrconfig.xml
スキーマは次の場所にあります。
https://github.com/subugoe/typo3-solr/blob/master/resources/solr/typo3cores/conf/english/schema.xml