示例#1
0
 public ElasticIndexService()
 {
     _client = ElasticConfig.GetClient();
 }
 public ElasticSearchService()
 {
     _client = ElasticConfig.GetClient();
 }