YUKI Hiroshi
null+****@clear*****
Wed May 28 13:39:37 JST 2014
YUKI Hiroshi 2014-05-28 13:39:37 +0900 (Wed, 28 May 2014) New Revision: 183f5bfbf9c9b3864a517e175db03267511949eb https://github.com/droonga/droonga.org/commit/183f5bfbf9c9b3864a517e175db03267511949eb Message: Separate comments 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 (+18 -13) =================================================================== --- _po/ja/reference/1.0.3/commands/search/index.po 2014-05-28 13:35:58 +0900 (9c365d5) +++ _po/ja/reference/1.0.3/commands/search/index.po 2014-05-28 13:39:37 +0900 (0ca4cba) @@ -119,6 +119,20 @@ msgid "" "uery-output).\n" " * `limit`: An integer, applied to [`(root).(table name).output.limit`](#que" "ry-output).\n" +" * `timeout`: An integer, applied to [`(root).timeout`](#parameter-timeout)." +msgstr "" +" * `query`: [`(root).(テーブル名).condition.query`](#usage-condition-query-syntax" +") に対応する文字列。\n" +" * `match_to`: [`(root).(テーブル名).condition.matchTo`](#usage-condition-query-s" +"yntax) に対応するカンマ区切りの文字列。\n" +" * `sort_by`: [`(root).(テーブル名).sortBy`](#query-sortBy) に対応するカンマ区切りの文字列。\n" +" * `attributes`: [`(root).(テーブル名).output.attributes`](#query-output) に対応するカン" +"マ区切りの文字列。\n" +" * `offset`: [`(root).(テーブル名).output.offset`](#query-output) に対応する整数。\n" +" * `limit`: [`(root).(テーブル名).output.limit`](#query-output) に対応する整数。\n" +" * `timeout`: [`(root).timeout`](#parameter-timeout) に対応する整数。" + +msgid "" "<!--\n" " * `group_by[(column name)][key]`: A string, applied to [`(root).(column nam" "e).groupBy.key`](#query-groupBy).\n" @@ -134,25 +148,16 @@ msgid "" "ribute name).attributes`](#query-output).\n" " * `group_by[(column name)][limit]`: An integer, applied to [`(root).(column" " name).output.limit`](#query-output).\n" -"-->\n" -" * `timeout`: An integer, applied to [`(root).timeout`](#parameter-timeout)." +"-->" msgstr "" -" * `query`: [`(root).(テーブル名).condition.query`](#usage-condition-query-syntax" -") に対応する文字列。\n" -" * `match_to`: [`(root).(テーブル名).condition.matchTo`](#usage-condition-query-s" -"yntax) に対応するカンマ区切りの文字列。\n" -" * `sort_by`: [`(root).(テーブル名).sortBy`](#query-sortBy) に対応するカンマ区切りの文字列。\n" -" * `attributes`: [`(root).(テーブル名).output.attributes`](#query-output) に対応するカン" -"マ区切りの文字列。\n" -" * `offset`: [`(root).(テーブル名).output.offset`](#query-output) に対応する整数。\n" -" * `limit`: [`(root).(テーブル名).output.limit`](#query-output) に対応する整数。\n" -" * `timeout`: [`(root).timeout`](#parameter-timeout) に対応する整数。" msgid " For example:" msgstr " 例:" +msgid " * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10`" +msgstr "" + msgid "" -" * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10`\n" "<!--\n" " * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10&group_by" "[location][key]=location&group_by[location][limit]=5&group_by[location][attrib" Modified: ja/reference/1.0.3/commands/search/index.md (+10 -0) =================================================================== --- ja/reference/1.0.3/commands/search/index.md 2014-05-28 13:35:58 +0900 (cf00257) +++ ja/reference/1.0.3/commands/search/index.md 2014-05-28 13:39:37 +0900 (2c7bb8e) @@ -59,10 +59,20 @@ layout: ja * `offset`: [`(root).(テーブル名).output.offset`](#query-output) に対応する整数。 * `limit`: [`(root).(テーブル名).output.limit`](#query-output) に対応する整数。 * `timeout`: [`(root).timeout`](#parameter-timeout) に対応する整数。 + +<!-- + * `group_by[(column name)][key]`: A string, applied to [`(root).(column name).groupBy.key`](#query-groupBy). + * `group_by[(column name)][max_n_sub_records]`: An integer, applied to [`(root).(column name).groupBy.maxNSubRecords`](#query-groupBy). + * `group_by[(column name)][attributes]`: A comma-separated string, applied to [`(root).(column name).output.attributes`](#query-output). + * `group_by[(column name)][attributes][(attribute name)][source]`: A string, applied to [`(root).(column name).output.attributes.(attribute name).source`](#query-output). + * `group_by[(column name)][attributes][(attribute name)][attributes]`: A comma-separated string, applied to [`(root).(column name).output.attributes.(attribute name).attributes`](#query-output). + * `group_by[(column name)][limit]`: An integer, applied to [`(root).(column name).output.limit`](#query-output). +--> 例: * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10` + <!-- * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10&group_by[location][key]=location&group_by[location][limit]=5&group_by[location][attributes]=_key,_nsubrecs` * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10&group_by[location][key]=location&group_by[location][limit]=5&group_by[location][attributes][_key][souce]=_key&group_by[location][attributes][_nsubrecs][souce]=_nsubrecs` Modified: reference/1.0.3/commands/search/index.md (+3 -1) =================================================================== --- reference/1.0.3/commands/search/index.md 2014-05-28 13:35:58 +0900 (7fccaed) +++ reference/1.0.3/commands/search/index.md 2014-05-28 13:39:37 +0900 (fc4630c) @@ -48,6 +48,8 @@ Request URL parameters * `attributes`: A comma-separated string, applied to [`(root).(table name).output.attributes`](#query-output). * `offset`: An integer, applied to [`(root).(table name).output.offset`](#query-output). * `limit`: An integer, applied to [`(root).(table name).output.limit`](#query-output). + * `timeout`: An integer, applied to [`(root).timeout`](#parameter-timeout). + <!-- * `group_by[(column name)][key]`: A string, applied to [`(root).(column name).groupBy.key`](#query-groupBy). * `group_by[(column name)][max_n_sub_records]`: An integer, applied to [`(root).(column name).groupBy.maxNSubRecords`](#query-groupBy). @@ -56,11 +58,11 @@ Request URL parameters * `group_by[(column name)][attributes][(attribute name)][attributes]`: A comma-separated string, applied to [`(root).(column name).output.attributes.(attribute name).attributes`](#query-output). * `group_by[(column name)][limit]`: An integer, applied to [`(root).(column name).output.limit`](#query-output). --> - * `timeout`: An integer, applied to [`(root).timeout`](#parameter-timeout). For example: * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10` + <!-- * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10&group_by[location][key]=location&group_by[location][limit]=5&group_by[location][attributes]=_key,_nsubrecs` * `/tables/Store?query=NY&match_to=_key&attributes=_key,*&limit=10&group_by[location][key]=location&group_by[location][limit]=5&group_by[location][attributes][_key][souce]=_key&group_by[location][attributes][_nsubrecs][souce]=_nsubrecs` -------------- next part -------------- HTML����������������������������... ダウンロード