This commit is contained in:
deepzz0
2016-11-01 22:27:13 +08:00
parent 29b8828228
commit 98cde57aa3
11 changed files with 127 additions and 20 deletions

View File

@@ -61,13 +61,6 @@ func TestIndexDocument(t *testing.T) {
}
}
func TestIndexQuerySimple(t *testing.T) {
_, err := IndexQuerySimple(INDEX, TYPE, 10, 1, "JS")
if err != nil {
t.Error(err)
}
}
func TestIndexQueryDSL(t *testing.T) {
kw := "实现访问限制"
dsl := map[string]interface{}{