Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created June 14, 2019 13:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/e3a3cf6c2a28a8716b19978a10951b4b to your computer and use it in GitHub Desktop.
Save GroupDocsGists/e3a3cf6c2a28a8716b19978a10951b4b to your computer and use it in GitHub Desktop.
https://github.com/groupdocs-search/GroupDocs.Search-for-.NET
//Enabling synonym search in search parameters
SearchParameters parameters = new SearchParameters();
parameters.UseSynonymSearch = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment