Hi, I would like to check, is it possible to reference to multiple dictionaries for HunspellStemFilterFactory?
i am trying to add more records to the default en_GB.dic file, but the file size has exceeded 1024KB, and ZooKeeper doesn't allow files that are larger than 1024KB to be loaded in. When I tried adding this dictionary="en_GB.dic,en_GB2.dic", it works. But when I tried adding the affix="en_GB.aff,en_GB2.aff", it doesn't work. Do I need to add the second afflix? Or I can work correctly if I just add the second dictionary? I'm using Solr 6.0.1 and ZooKeeper 3.4.8, which are currently the latest versions available. Regards, Edwin