[Groonga-commit] ranguba/epub-searcher at 5916aef [master] Add catalog.test.json for test

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Dec 30 05:56:48 JST 2014


KITAITI Makoto	2014-12-30 05:56:48 +0900 (Tue, 30 Dec 2014)

  New Revision: 5916aefd909195ae1702cb69871ba2ca31a381af
  https://github.com/ranguba/epub-searcher/commit/5916aefd909195ae1702cb69871ba2ca31a381af

  Message:
    Add catalog.test.json for test

  Added files:
    db/catalog.test.json
  Modified files:
    .gitignore

  Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore    2014-12-26 13:39:06 +0900 (1e7e7d9)
+++ .gitignore    2014-12-30 05:56:48 +0900 (6e8625a)
@@ -6,6 +6,7 @@ vendor/gems/*
 .sass-cache/*
 db/*
 !db/catalog.json
+!db/catalog.test.json
 .bundle
 node_modules
 public/stylesheets/

  Added: db/catalog.test.json (+33 -0) 100644
===================================================================
--- /dev/null
+++ db/catalog.test.json    2014-12-30 05:56:48 +0900 (a28b319)
@@ -0,0 +1,33 @@
+{
+  "version": 2,
+  "effectiveDate": "2014-10-15T00:35:29+09:00",
+  "datasets": {
+    "Default": {
+      "nWorkers": 4,
+      "plugins": [
+        "groonga",
+        "search",
+        "crud",
+        "dump",
+        "system",
+        "catalog"
+      ],
+      "schema": {
+      },
+      "replicas": [
+        {
+          "dimension": "_key",
+          "slicer": "hash",
+          "slices": [
+            {
+              "weight": 100,
+              "volume": {
+                "address": "127.0.0.1:10032/droonga.000"
+              }
+            }
+          ]
+        }
+      ]
+    }
+  }
+}
-------------- next part --------------
HTML����������������������������...
Download 



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