comparison 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
comparison
equal deleted inserted replaced
6352:d3a5d0d95869 6353:9d209d2b34ae
97 available. (John Rouillard) 97 available. (John Rouillard)
98 - Added explanation for modifying Fileclass content files to 98 - Added explanation for modifying Fileclass content files to
99 customizing.txt. Result of mailing list question. (John Rouillard) 99 customizing.txt. Result of mailing list question. (John Rouillard)
100 - issue2551109 - Improve keyword editing in jinja2 template. (Cedric Krier) 100 - issue2551109 - Improve keyword editing in jinja2 template. (Cedric Krier)
101 - issue2551117 - Add example systemd config 101 - issue2551117 - Add example systemd config
102 - Allow admin to configure language used for stemming in xapian
103 indexer. (John Rouillard request by Nagy Gabor)
104
102 105
103 2020-07-13 2.0.0 106 2020-07-13 2.0.0
104 107
105 Fixed: 108 Fixed:
106 109

Roundup Issue Tracker: http://roundup-tracker.org/