yacy_search_server/defaults/yacy.stopwords
reger ee277b9b3e allow for local yacy.stopwords and yacy.badwords list (in DATA/SETTINGS/)
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
2014-11-23 05:22:23 +01:00

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