Hi, is it possible to have a synonym file where single synonyms can also contain commas, e.g. names like "Washington, George". Perhaps it would suffice to tell the SynonymFilterFacotry to use another separator character (instead of the comma)? I tried this and changed the line where the parseRules-method is called in the original implementation of SynonymFilterFactory (simply replacing "," with"#"), but this didn't work as expected.
Thanks Matthias