// For complete examples and data files, please go to https://github.com/groupdocs-search/GroupDocs.Search-for-.NET Index index = new Index(Utilities.indexPath); // adding just one file to index index.AddToIndex(Utilities.pathToPstFile);