I\'m trying to set up some basic synonyms in Solr. The one I\'ve been working on is:
us, usa, united states
My understanding is that adding that to the synonym f
Try using the SynonymFilterFactory during indexing only, not during querying.
The documentation suggests this as well: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.SynonymFilterFactory