[Groonga-commit] droonga/droonga.org at d118876 [gh-pages] Fix example

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Apr 4 16:24:02 JST 2014


YUKI Hiroshi	2014-04-04 16:24:02 +0900 (Fri, 04 Apr 2014)

  New Revision: d118876a1283e0104ed2f0d7e3aa327b33cc6281
  https://github.com/droonga/droonga.org/commit/d118876a1283e0104ed2f0d7e3aa327b33cc6281

  Message:
    Fix example

  Modified files:
    _po/ja/reference/catalog/version2/index.po
    ja/reference/catalog/version2/index.md
    reference/catalog/version2/index.md

  Modified: _po/ja/reference/catalog/version2/index.po (+14 -8)
===================================================================
--- _po/ja/reference/catalog/version2/index.po    2014-04-04 16:05:53 +0900 (02f8194)
+++ _po/ja/reference/catalog/version2/index.po    2014-04-04 16:24:02 +0900 (003232d)
@@ -965,17 +965,23 @@ msgid ""
 "{\n"
 "  \"dimension\": \"_key\",\n"
 "  \"slicer\": \"hash\",\n"
-"  \"slices\": {\n"
-"    \"volume\": {\n"
-"      \"address\": \"localhost:24224/volume.000\"\n"
+"  \"slices\": [\n"
+"    {\n"
+"      \"volume\": {\n"
+"        \"address\": \"localhost:24224/volume.000\"\n"
+"      }\n"
 "    },\n"
-"    \"volume\": {\n"
-"      \"address\": \"localhost:24224/volume.001\"\n"
+"    {\n"
+"      \"volume\": {\n"
+"        \"address\": \"localhost:24224/volume.001\"\n"
+"      }\n"
 "    },\n"
-"    \"volume\": {\n"
-"      \"address\": \"localhost:24224/volume.002\"\n"
+"    {\n"
+"      \"volume\": {\n"
+"        \"address\": \"localhost:24224/volume.002\"\n"
+"      }\n"
 "    }\n"
-"  }\n"
+"  ]\n"
 "~~~"
 msgstr ""
 

  Modified: ja/reference/catalog/version2/index.md (+14 -8)
===================================================================
--- ja/reference/catalog/version2/index.md    2014-04-04 16:05:53 +0900 (4b8390a)
+++ ja/reference/catalog/version2/index.md    2014-04-04 16:24:02 +0900 (2b893a0)
@@ -721,17 +721,23 @@ Index `name` and `address` on the referencing table.
 {
   "dimension": "_key",
   "slicer": "hash",
-  "slices": {
-    "volume": {
-      "address": "localhost:24224/volume.000"
+  "slices": [
+    {
+      "volume": {
+        "address": "localhost:24224/volume.000"
+      }
     },
-    "volume": {
-      "address": "localhost:24224/volume.001"
+    {
+      "volume": {
+        "address": "localhost:24224/volume.001"
+      }
     },
-    "volume": {
-      "address": "localhost:24224/volume.002"
+    {
+      "volume": {
+        "address": "localhost:24224/volume.002"
+      }
     }
-  }
+  ]
 ~~~
 
 ### Slice 定義 {#slice}

  Modified: reference/catalog/version2/index.md (+14 -8)
===================================================================
--- reference/catalog/version2/index.md    2014-04-04 16:05:53 +0900 (e0335d1)
+++ reference/catalog/version2/index.md    2014-04-04 16:24:02 +0900 (5aa6439)
@@ -723,17 +723,23 @@ which is ratio-scaled slicer function, of `_key`.
 {
   "dimension": "_key",
   "slicer": "hash",
-  "slices": {
-    "volume": {
-      "address": "localhost:24224/volume.000"
+  "slices": [
+    {
+      "volume": {
+        "address": "localhost:24224/volume.000"
+      }
     },
-    "volume": {
-      "address": "localhost:24224/volume.001"
+    {
+      "volume": {
+        "address": "localhost:24224/volume.001"
+      }
     },
-    "volume": {
-      "address": "localhost:24224/volume.002"
+    {
+      "volume": {
+        "address": "localhost:24224/volume.002"
+      }
     }
-  }
+  ]
 ~~~
 
 ### Slice definition {#slice}
-------------- next part --------------
HTML����������������������������...
Download 



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