> what is the reasoning behind adding the bigrams and trigrams manually like that? Maybe if we knew the end goal, we could figure out a different strategy. Happy that at least the matching is working now!
I have large amount of synonyms and keep adding new ones, some of them partially overlap. Its the nature of a language that adding keywords to a phrase creates distinctive meaning. Another example: sales manager -> director of sales regional sales manager -> area manager I'd expect "regional sales manager" to be indexed as both. regional sales manager ^^^^^^^^^^^^^^ -> director of sales ^^^^^^^^^^^^^^^^^^^^^^ -> area manager so that searching for any of those terms matches and highlights relevant part. However when SynonymGraphFilter finds one synonym it will ignore the other. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html