YUKI Hiroshi
null+****@clear*****
Thu Dec 26 18:12:23 JST 2013
YUKI Hiroshi 2013-12-26 18:12:23 +0900 (Thu, 26 Dec 2013) New Revision: 88d225f7e12f83f73711606c56152692028c510f https://github.com/droonga/droonga.org/commit/88d225f7e12f83f73711606c56152692028c510f Message: Add description of response message type for each command Modified files: reference/commands/add/index.md reference/commands/column-create/index.md reference/commands/search/index.md reference/commands/select/index.md reference/commands/table-create/index.md Modified: reference/commands/add/index.md (+5 -2) =================================================================== --- reference/commands/add/index.md 2013-12-26 18:08:15 +0900 (1e0df0b) +++ reference/commands/add/index.md 2013-12-26 18:12:23 +0900 (d3b5961) @@ -13,12 +13,15 @@ The `add` command adds a new record to the specified table. Column values of the Style : Request-Response. One response message is always returned per one request. -`type` +`type` of the request : `add` -`body` +`body` of the request : A hash of parameters. +`type` of the response +: `add.result` + ## Parameter syntax {#syntax} If the table has a primary key column: Modified: reference/commands/column-create/index.md (+5 -2) =================================================================== --- reference/commands/column-create/index.md 2013-12-26 18:08:15 +0900 (93353c6) +++ reference/commands/column-create/index.md 2013-12-26 18:12:23 +0900 (745e431) @@ -15,12 +15,15 @@ This is compatible to [the `column_create` command of the Groonga](http://groong Style : Request-Response. One response message is always returned per one request. -`type` +`type` of the request : `column_create` -`body` +`body` of the request : A hash of parameters. +`type` of the response +: `column_create.result` + ## Parameter syntax {#syntax} { Modified: reference/commands/search/index.md (+5 -2) =================================================================== --- reference/commands/search/index.md 2013-12-26 18:08:15 +0900 (ae02a15) +++ reference/commands/search/index.md 2013-12-26 18:12:23 +0900 (d378bcf) @@ -15,12 +15,15 @@ This is designed as the most basic (low layer) command on Droonga, to search inf Style : Request-Response. One response message is always returned per one request. -`type` +`type` of the request : `search` -`body` +`body` of the request : A hash of parameters. +`type` of the response +: `search.result` + ## Parameter syntax {#syntax} { Modified: reference/commands/select/index.md (+5 -2) =================================================================== --- reference/commands/select/index.md 2013-12-26 18:08:15 +0900 (fea52e8) +++ reference/commands/select/index.md 2013-12-26 18:12:23 +0900 (0f1d698) @@ -15,12 +15,15 @@ This is compatible to [the `select` command of the Groonga](http://groonga.org/d Style : Request-Response. One response message is always returned per one request. -`type` +`type` of the request : `select` -`body` +`body` of the request : A hash of parameters. +`type` of the response +: `select.result` + ## Parameter syntax {#syntax} { Modified: reference/commands/table-create/index.md (+5 -2) =================================================================== --- reference/commands/table-create/index.md 2013-12-26 18:08:15 +0900 (d676850) +++ reference/commands/table-create/index.md 2013-12-26 18:12:23 +0900 (e815be4) @@ -15,12 +15,15 @@ This is compatible to [the `table_create` command of the Groonga](http://groonga Style : Request-Response. One response message is always returned per one request. -`type` +`type` of the request : `table_create` -`body` +`body` of the request : A hash of parameters. +`type` of the response +: `table_create.result` + ## Parameter syntax {#syntax} { -------------- next part -------------- HTML����������������������������...Download