public ElasticSearchService() { client = ElasticConfig.GetClient(); }
public ElasticIndexService(IHostingEnvironment he) { _he = he; client = ElasticConfig.GetClient(); }