Ejemplo n.º 1
0
 public ElasticSearchService()
 {
     client = ElasticConfig.GetClient();
 }
Ejemplo n.º 2
0
 public ElasticIndexService(IHostingEnvironment he)
 {
     _he    = he;
     client = ElasticConfig.GetClient();
 }