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/2f917505c1ad1f5c5895fe77ec45f2d1 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/2f917505c1ad1f5c5895fe77ec45f2d1 to your computer and use it in GitHub Desktop.
//For complete examples and data files, please go to https://github.com/groupdocs-search/GroupDocs.Search-for-Java
//Enabling synonym search in search parameters
SearchParameters parameters = new SearchParameters();
parameters.setUseSynonymSearch(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment