예제 #1
0
 public static bool DeleteAll()
 {
     try
     {
         var response = _esClient.DeleteByQuery <OsobaES>(m => m.MatchAll());
         return(response.IsValid);
     }
     catch (Exception)
     {
         throw;
     }
 }