[Groonga-commit] droonga/droonga.org at 2a97f91 [gh-pages] Add description for the pattern ["*"]

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed May 28 09:49:34 JST 2014


YUKI Hiroshi	2014-05-28 09:49:34 +0900 (Wed, 28 May 2014)

  New Revision: 2a97f9155faf37c9fd0768e9bab5c9ed73383568
  https://github.com/droonga/droonga.org/commit/2a97f9155faf37c9fd0768e9bab5c9ed73383568

  Message:
    Add description for the pattern ["*"]

  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 (+4 -2)
===================================================================
--- _po/ja/reference/1.0.3/commands/search/index.po    2014-05-27 18:53:46 +0900 (196e6ae)
+++ _po/ja/reference/1.0.3/commands/search/index.po    2014-05-28 09:49:34 +0900 (d37e00a)
@@ -1654,10 +1654,12 @@ msgstr ""
 
 msgid ""
 "   1. An array of column definitions.\n"
-"   2. A hash of column definitions."
+"   2. A hash of column definitions.\n"
+"   3. A special pattern: . This exports all columns, as is."
 msgstr ""
 "   1. カラムの定義の配列。\n"
-"   2. カラムの定義を値としたハッシュ"
+"   2. カラムの定義を値としたハッシュ。\n"
+"   3. 特殊なパターン:`[\"*\"]` これはすべてのカラムをそのままの形で出力します。"
 
 msgid "  Each column can be defined in one of following styles:"
 msgstr "  各カラムは以下の形式のいずれかで指定します。"

  Modified: ja/reference/1.0.3/commands/search/index.md (+3 -2)
===================================================================
--- ja/reference/1.0.3/commands/search/index.md    2014-05-27 18:53:46 +0900 (418cdc5)
+++ ja/reference/1.0.3/commands/search/index.md    2014-05-28 09:49:34 +0900 (6e1d74a)
@@ -996,8 +996,9 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
 : レコードのカラムの値について、出力形式を配列で指定します。
   個々のカラムの値の出力形式は以下のいずれかで指定します。
   
-   1. カラムの定義の配列。
-   2. カラムの定義を値としたハッシュ
+   1. An array of column definitions.
+   2. A hash of column definitions.
+   3. A special pattern: `["*"]`. This exports all columns, as is.
   
   各カラムは以下の形式のいずれかで指定します。
   

  Modified: reference/1.0.3/commands/search/index.md (+1 -0)
===================================================================
--- reference/1.0.3/commands/search/index.md    2014-05-27 18:53:46 +0900 (cf2ad54)
+++ reference/1.0.3/commands/search/index.md    2014-05-28 09:49:34 +0900 (358c18b)
@@ -980,6 +980,7 @@ An output definition is given as a hash like:
   
    1. An array of column definitions.
    2. A hash of column definitions.
+   3. A special pattern: `["*"]`. This exports all columns, as is.
   
   Each column can be defined in one of following styles:
   
-------------- next part --------------
HTML����������������������������...
Download 



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