fix #1325 add en/protwords.txt
This commit is contained in:
parent
3580ec38d2
commit
02fcc1c154
2 changed files with 9 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue