コード例 #1
0
 public ElasticIndexService()
 {
     _client = ElasticConfig.GetClient();
 }
コード例 #2
0
 public ElasticSearchService()
 {
     _client = ElasticConfig.GetClient();
 }