[Groonga-commit] ranguba/epub-searcher at 3c965ba [master] Generate catalog.json for development environment.

Back to archive index

KitaitiMakoto null+****@clear*****
Wed Oct 15 01:09:33 JST 2014


KitaitiMakoto	2014-10-15 01:09:33 +0900 (Wed, 15 Oct 2014)

  New Revision: 3c965bade05c4d4ae76aa1b3a882bda16689b916
  https://github.com/ranguba/epub-searcher/commit/3c965bade05c4d4ae76aa1b3a882bda16689b916

  Merged db3353c: Merge pull request #2 from KitaitiMakoto/dev-env

  Message:
    Generate catalog.json for development environment.
    
        $ mkdir db
        $ cd db
        $ bundle exec droonga-engine-catalog-generate --hosts=127.0.0.1 --output=./catalog.json

  Added files:
    db/catalog.json

  Added: db/catalog.json (+33 -0) 100644
===================================================================
--- /dev/null
+++ db/catalog.json    2014-10-15 01:09:33 +0900 (cddf143)
@@ -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:10031/droonga.000"
+              }
+            }
+          ]
+        }
+      ]
+    }
+  }
+}
-------------- next part --------------
HTML����������������������������...
Télécharger 



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