Mercurial > p > roundup > code
diff CHANGES.txt @ 6353:9d209d2b34ae
Add indexer_language to change stemmer for xapian FTS indexer
Nagy Gabor asked how to enable the hungarian stemmer in roundup. This
required editing indexer_xapian.py replacing hardcoded "english"
term. This value is now exposed in the config file under [main]
index_language.
This only works for xapian currently.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 28 Mar 2021 23:34:43 -0400 |
| parents | 14c9284a8bad |
| children | a77a7d04ed23 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Mar 27 13:05:50 2021 -0400 +++ b/CHANGES.txt Sun Mar 28 23:34:43 2021 -0400 @@ -99,6 +99,9 @@ customizing.txt. Result of mailing list question. (John Rouillard) - issue2551109 - Improve keyword editing in jinja2 template. (Cedric Krier) - issue2551117 - Add example systemd config +- Allow admin to configure language used for stemming in xapian + indexer. (John Rouillard request by Nagy Gabor) + 2020-07-13 2.0.0
