AI OnAI Off
Are you seeing the words added when you run Synonyms().List()? http://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/9/DotNET-Client-API/Searching/Synonyms/
Try specifying .InField() - .InField(x => x.SearchText()) and .InField(x => x.SearchTitle()) for instance.
Is this index hosted in an on premise solution?
Been trying to get synonyms working. But when I add it to my query I just get empty results back. Code is as follows. (with out the UsingSynonyms() everything works fine)
Anyone seening my mistake?