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