Treating multiword phrases as one

I would like to know how I can achieve treating multiword fields as one in some scenarios. Specifically, I want to treat phrases such as "swim suit" and "swimsuit" exactly the same way. Currently we are using synonyms for that. But I wonder if there's a better way to handle this. Can I accomplish this using phrase_query without affecting relevance? What are some best practices for this configuration?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.