public void Fill() { using (var repo = new IndexableRepository <T>(thisRepo.context, thisRepo.log)) { repo.IndexAll(); } }
public void Purge() { using (var repo = new IndexableRepository <T>(thisRepo.context, thisRepo.log)) { repo.PurgeAllIndex(); } }