// For complete examples and data files, please go to https://github.com/atirtahirgroupdocs/GroupDocs.Search-for-.NET
IndexRepository repository = new IndexRepository();
repository.AddToRepository(Utilities.indexPath);
repository.AddToRepository(Utilities.indexPath2);
// Update all indexes in repository
repository.Update();