Example #1
0
 public void GetIndicesStatus()
 {
     var client = new ElasticsearchClient();
     var result = client.CatIndices(param => param.V(true));
     Assert.IsNotNull(result);
 }