Skip to content

Instantly share code, notes, and snippets.

@grg17
Created November 7, 2018 22:19
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 grg17/cc8a6400d5205555e68c300842b411c0 to your computer and use it in GitHub Desktop.
Save grg17/cc8a6400d5205555e68c300842b411c0 to your computer and use it in GitHub Desktop.
ISearchIndex index = ContentSearchManager.GetIndex("sitecore_master_index")
using (IProviderSearchContext context = index.CreateSearchContext())
{
var resultCount = context.GetQueryable<SearchResultItem>().Count();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment