[Groonga-commit] droonga/fluent-plugin-droonga at 29f2958 [master] Add a simple test case

Back to archive index

Yoji Shidara null+****@clear*****
Thu Nov 28 18:12:07 JST 2013


Yoji Shidara	2013-11-28 18:12:07 +0900 (Thu, 28 Nov 2013)

  New Revision: 29f29584e4e056e6db3443f4fbf869ec914d30b7
  https://github.com/droonga/fluent-plugin-droonga/commit/29f29584e4e056e6db3443f4fbf869ec914d30b7

  Message:
    Add a simple test case

  Added files:
    test/command/suite/search/simple.test

  Added: test/command/suite/search/simple.test (+23 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/search/simple.test    2013-11-28 18:12:07 +0900 (24f6bc0)
@@ -0,0 +1,23 @@
+#@include fixture/documents.jsons
+{
+  "type": "search",
+  "dataset": "Droonga",
+  "body": {
+    "queries": {
+      "result": {
+        "source": "Documents",
+        "output": {
+          "elements": [
+            "startTime",
+            "elapsedTime",
+            "count",
+            "attributes",
+            "records"
+          ],
+          "limit": -1,
+          "attributes": ["_key", "title"]
+        }
+      }
+    }
+  }
+}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index