SERVER-45617 - Support for Serbian language in FTS#1433
SERVER-45617 - Support for Serbian language in FTS#1433stef4np wants to merge 5 commits intomongodb:masterfrom
Conversation
|
Thanks for the PR! Checking in, I wanted to see if you could update this to master. I see SERVER-45617 is still open, so I've bumped it to remind folks that this PR is available. I saw you already signed our contributor's agreement. |
|
Hello @kelly-cs, I've updated this PR to master. Unfortunatelly I can't build mongod from source ever since it moved on from SCons, so I can't verify if it still works like it used to. |
|
Thanks @stef4np. We recently changed the build process to bazel. If it's not working for you and you suspect a bug, it would be helpful to get a SERVER ticket with your issue / what you've tried / in what environment (and I can assign it to the folks who manage our build tools). I know there was recently an issue SERVER-98117 but that was related to SCons, not bazel. |
JIRA Ticket: https://jira.mongodb.org/browse/SERVER-45617
Notes:
codepoints_diacritic_map.cppwas 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 theSConscriptscript located in thefts/unicodefolder.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.