Skip to content

Instantly share code, notes, and snippets.

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/2365b860d1cddfdc424ab2ca744f8519 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/2365b860d1cddfdc424ab2ca744f8519 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-.NET
// Create index
Index index = new Index(Utilities.indexPath);
// all files from folder and its subfolders will be added to the index
index.AddToIndex(Utilities.documentsPath);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment