mongo icon indicating copy to clipboard operation
mongo copied to clipboard

SERVER-45617 - Support for Serbian language in FTS

Open stef4np opened this issue 2 years ago • 0 comments

JIRA Ticket: https://jira.mongodb.org/browse/SERVER-45617

Notes:

  1. codepoints_diacritic_map.cpp was changed to add removal of diacritis for Đ and đ. It had to be updated manually because it doesn't look like it is being regenerated based on the SConscript script located in the fts/unicode folder.

  2. Serbian stemmer from the latest version of Snowball was adjusted for and compiled with the version of Snowball that is currently being used in MongoDB.

stef4np avatar Nov 27 '21 16:11 stef4np