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