Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created March 30, 2015 00:09
Show Gist options
  • Save gbellmann/6f598efea42226db4cc4 to your computer and use it in GitHub Desktop.
Save gbellmann/6f598efea42226db4cc4 to your computer and use it in GitHub Desktop.
public SearchIndexClient GetIndexClientForPeliculas(SearchServiceClient serviceClient)
{
SearchIndexClient indexClient = serviceClient.Indexes.GetClient("peliculas");
return indexClient;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment