예제 #1
0
 public void TestDoubleDelete()
 {
     client.CreateIndex("hello");
     client.DeleteByQueryString("hello", "*");
     //			client.Delete("hello","type", "1");
     client.DeleteIndex("hello");
 }