fix #1325 add en/protwords.txt

This commit is contained in:
Shinsuke Sugaya 2017-11-06 23:24:40 +09:00
parent 3580ec38d2
commit 02fcc1c154
2 changed files with 9 additions and 0 deletions

View file

@ -40,6 +40,10 @@
<arg>"fess"</arg>
<arg>"el/protwords.txt"</arg>
</postConstruct>
<postConstruct name="addConfigFile">
<arg>"fess"</arg>
<arg>"en/protwords.txt"</arg>
</postConstruct>
<postConstruct name="addConfigFile">
<arg>"fess"</arg>
<arg>"en-ie/protwords.txt"</arg>

View file

@ -163,6 +163,10 @@
"kind=>kinder"
]
},
"english_keywords": {
"type": "keyword_marker",
"keywords_path": "${fess.dictionary.path}en/protwords.txt"
},
"finnish_stop": {
"type": "stop",
"stopwords": "_finnish_"
@ -664,6 +668,7 @@
"filter": [
"truncate20_filter",
"lowercase",
"english_keywords",
"possessive_stemmer_en_filter"
]
},