Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 17, 2018 13:05
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/0b3dd7b17f9896c5a7d4edf63c6f3bc2 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/0b3dd7b17f9896c5a7d4edf63c6f3bc2 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
// Create index
Index index = new Index(Utilities.INDEX_PATH);
// Add all files from folder and its subfolders to the index
index.addToIndex(Utilities.DOCUMENTS_PATH);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment