fix #2785 Removed BOM from stopwords.txt files for multiple languages in Fess indices
This commit is contained in:
parent
288d36cad8
commit
5b7b17ff4b
12 changed files with 12 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt
|
||||
og
|
||||
i
|
||||
jeg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/german_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/german_stop.txt
|
||||
aber
|
||||
alle
|
||||
allem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt
|
||||
de
|
||||
la
|
||||
que
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt
|
||||
olla
|
||||
olen
|
||||
olet
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/french_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/french_stop.txt
|
||||
au
|
||||
aux
|
||||
avec
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/hungarian_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/hungarian_stop.txt
|
||||
a
|
||||
ahogy
|
||||
ahol
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/italian_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/italian_stop.txt
|
||||
ad
|
||||
al
|
||||
allo
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/dutch_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/dutch_stop.txt
|
||||
de
|
||||
en
|
||||
van
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/norwegian_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/norwegian_stop.txt
|
||||
og
|
||||
i
|
||||
jeg
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/portuguese_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/portuguese_stop.txt
|
||||
de
|
||||
a
|
||||
o
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt
|
||||
и
|
||||
в
|
||||
во
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt
|
||||
# https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt
|
||||
och
|
||||
det
|
||||
att
|
||||
|
|
Loading…
Add table
Reference in a new issue