Skip to content

Commit

Permalink
fix #2785 Removed BOM from stopwords.txt files for multiple languages…
Browse files Browse the repository at this point in the history
… in Fess indices
  • Loading branch information
marevol committed Nov 27, 2023
1 parent e35c04d commit 39bf5f1
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/da/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/de/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/es/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/fi/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/fr/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/hu/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/it/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/nl/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/no/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/pt/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/ru/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
и
в
во
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fess_indices/fess/sv/stopwords.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 39bf5f1

Please sign in to comment.