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