Hello to all,
I have a collection of text phrases in more than 20 languages that I'm indexing in solr. Each phrase belongs to one of about 30 different phrase categories. I have specified different fields for each language and added a synonym filter at query time. I would however like the synonym filter to take into account the category as well. So, a specific synonym should be valid and used only in one or more categories per language. (the category is indexed in another field). Is this somehow possible in the current SynonymFilterFactory implementation? Hope it makes sense. Thank you, Spyros