[Groonga-commit] droonga/droonga.org at daaedbb [gh-pages] Update description about the special column name "*"

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed May 28 10:21:10 JST 2014


YUKI Hiroshi	2014-05-28 10:21:10 +0900 (Wed, 28 May 2014)

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

  Message:
    Update description about the special column name "*"

  Modified files:
    _po/ja/reference/1.0.3/commands/search/index.po
    ja/reference/1.0.3/commands/search/index.md
    reference/1.0.3/commands/search/index.md

  Modified: _po/ja/reference/1.0.3/commands/search/index.po (+7 -7)
===================================================================
--- _po/ja/reference/1.0.3/commands/search/index.po    2014-05-28 10:16:09 +0900 (678563f)
+++ _po/ja/reference/1.0.3/commands/search/index.po    2014-05-28 10:21:10 +0900 (0b7c142)
@@ -1738,19 +1738,19 @@ msgstr ""
 
 msgid ""
 "  In this case, you can use a special column name `\"*\"` which means \"all colum"
-"ns except `_key`\":"
-msgstr "  この場合、「`_key`以外のすべてのカラム」を意味する特別なカラム名 `\"*\"`を使用できます。"
+"ns except special columns like `_key`\"."
+msgstr "  この場合、「`_key` のような特殊なカラムを除くすべてのカラム」を意味する特別なカラム名 `\"*\"`を使用できます。"
 
 msgid ""
-"    * `[\"*\"]` exports all columns except `_key`, as is.\n"
+"    * `[\"*\"]` exports all columns (except `_key` and `_id`), as is.\n"
 "    * `[\"_key\", \"*\"]` exports exports all columns as is, with preceding `_key`"
 ".\n"
-"    * `[\"*\", \"_key\"]` exports exports all columns as is, with following `_key`"
-"."
+"    * `[\"*\", \"_nsubrecs\"]` exports exports all columns as is, with following `"
+"_nsubrecs`."
 msgstr ""
-"    * `[\"*\"]` と指定すると、 `_key` 以外のすべてのカラムがそのままの形で出力されます。\n"
+"    * `[\"*\"]` と指定すると、(`_key` や `_id` 以外の)すべてのカラムがそのままの形で出力されます。\n"
 "    * `[\"_key\", \"*\"]` と指定すると、 `_key` に続いてすべてのカラムがそのままの形で出力されます。\n"
-"    * `[\"*\", \"_key\"]` と指定すると、 すべてのカラムがそのままの形で出力された後に `_key` が出力されます。"
+"    * `[\"*\", \"_nsubrecs\"]` と指定すると、 すべてのカラムがそのままの形で出力された後に `_nsubrecs` が出力されます。"
 
 msgid ""
 "  A hash of column definitions can contain any type definition described above"

  Modified: ja/reference/1.0.3/commands/search/index.md (+3 -3)
===================================================================
--- ja/reference/1.0.3/commands/search/index.md    2014-05-28 10:16:09 +0900 (d8c959c)
+++ ja/reference/1.0.3/commands/search/index.md    2014-05-28 10:21:10 +0900 (0c6454d)
@@ -1036,11 +1036,11 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
         { "label" : "realName", "source" : "name" }
       ]
   
-  この場合、「`_key`以外のすべてのカラム」を意味する特別なカラム名 `"*"`を使用できます。
+  この場合、「`_key` のような特殊なカラムを除くすべてのカラム」を意味する特別なカラム名 `"*"`を使用できます。
   
-    * `["*"]` と指定すると、 `_key` 以外のすべてのカラムがそのままの形で出力されます。
+    * `["*"]` と指定すると、(`_key` や `_id` 以外の)すべてのカラムがそのままの形で出力されます。
     * `["_key", "*"]` と指定すると、 `_key` に続いてすべてのカラムがそのままの形で出力されます。
-    * `["*", "_key"]` と指定すると、 すべてのカラムがそのままの形で出力された後に `_key` が出力されます。
+    * `["*", "_nsubrecs"]` と指定すると、 すべてのカラムがそのままの形で出力された後に `_nsubrecs` が出力されます。
   
   カラムの定義を値としたハッシュでは、カラムの出力名をキー、上記の形式で示されたカラムの定義を値として、カラムの定義を0個以上含めることができます。例:
   

  Modified: reference/1.0.3/commands/search/index.md (+3 -3)
===================================================================
--- reference/1.0.3/commands/search/index.md    2014-05-28 10:16:09 +0900 (3b36ca5)
+++ reference/1.0.3/commands/search/index.md    2014-05-28 10:21:10 +0900 (458ddf3)
@@ -1018,11 +1018,11 @@ An output definition is given as a hash like:
         { "label" : "realName", "source" : "name" }
       ]
   
-  In this case, you can use a special column name `"*"` which means "all columns except `_key`":
+  In this case, you can use a special column name `"*"` which means "all columns except special columns like `_key`".
   
-    * `["*"]` exports all columns except `_key`, as is.
+    * `["*"]` exports all columns (except `_key` and `_id`), as is.
     * `["_key", "*"]` exports exports all columns as is, with preceding `_key`.
-    * `["*", "_key"]` exports exports all columns as is, with following `_key`.
+    * `["*", "_nsubrecs"]` exports exports all columns as is, with following `_nsubrecs`.
   
   A hash of column definitions can contain any type definition described above except `label` of hashes, because keys of the hash means `label` of each column, like:
   
-------------- next part --------------
HTML����������������������������...
Download 



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