mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-01-22 05:08:42 -05:00
ee277b9b3e
if file in DATA/SETTINGS it is loaded otherwise file in ./defaults is loaded (if locale ./defaults/stopwords.xx doesn't exist take solr/lang/stopwords_xx.txt as default) move yacy.stopwords, yacy.stopwords.de and yacy.badwords.example out of root directory to ./defaults directory
7 lines
417 B
Plaintext
7 lines
417 B
Plaintext
# Default stopword list (always loaded)
|
|
# a configured language specific stopword list is appended (like: yacy.stopwords.de)
|
|
# (depending on the language of the yacy user interface)
|
|
# Stopwords are excluded from search queries and excluded from the topword (navigation, in addition to yacy.badwords)
|
|
#
|
|
# if list exists in DATA/SETTINGS/ it takes preference otherwise list is loaded from defaults/ directory
|