[Groonga-commit] droonga/droonga.org at a53cd3e [gh-pages] Describe type and body of command messages in a unified format

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 25 18:32:44 JST 2013


YUKI Hiroshi	2013-12-25 18:32:44 +0900 (Wed, 25 Dec 2013)

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

  Message:
    Describe type and body of command messages in a unified format

  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 (+8 -1)
===================================================================
--- reference/commands/add/index.md    2013-12-25 18:24:58 +0900 (a00c57b)
+++ reference/commands/add/index.md    2013-12-25 18:32:44 +0900 (3d4999e)
@@ -10,7 +10,14 @@ layout: documents
 
 The `add` command adds a new record to the specified table. Column values of the existing record are updated by given values, if the table has a primary key and there is existing record with the specified key.
 
-This is a request-response style command. One response message is always returned per one request.
+Style
+: Request-Response. One response message is always returned per one request.
+
+`type`
+: `add`
+
+`body`
+: A hash of parameters.
 
 ## Syntax {#syntax}
 

  Modified: reference/commands/column-create/index.md (+8 -1)
===================================================================
--- reference/commands/column-create/index.md    2013-12-25 18:24:58 +0900 (41d3bc1)
+++ reference/commands/column-create/index.md    2013-12-25 18:32:44 +0900 (e8e412f)
@@ -12,7 +12,14 @@ The `column_create` command creates a new column into the specified table..
 
 This is compatible to [the `column_create` command of the Groonga](http://groonga.org/docs/reference/commands/column_create.html).
 
-This is a request-response style command. One response message is always returned per one request.
+Style
+: Request-Response. One response message is always returned per one request.
+
+`type`
+: `column_create`
+
+`body`
+: A hash of parameters.
 
 ## Syntax {#syntax}
 

  Modified: reference/commands/search/index.md (+8 -1)
===================================================================
--- reference/commands/search/index.md    2013-12-25 18:24:58 +0900 (03f0a91)
+++ reference/commands/search/index.md    2013-12-25 18:32:44 +0900 (09a0181)
@@ -12,7 +12,14 @@ The `search` command finds records from the specified table based on given condi
 
 This is designed as the most basic (low layer) command on Droonga, to search information from a database. When you want to add a new plugin including "search" feature, you should develop it as just a wrapper of this command, instead of developing something based on more low level technologies.
 
-This is a request-response style command. One response message is always returned per one request.
+Style
+: Request-Response. One response message is always returned per one request.
+
+`type`
+: `search`
+
+`body`
+: A hash of parameters.
 
 ## Syntax {#syntax}
 

  Modified: reference/commands/select/index.md (+8 -1)
===================================================================
--- reference/commands/select/index.md    2013-12-25 18:24:58 +0900 (23c9efe)
+++ reference/commands/select/index.md    2013-12-25 18:32:44 +0900 (a93d66e)
@@ -12,7 +12,14 @@ The `select` command finds records from the specified table based on given condi
 
 This is compatible to [the `select` command of the Groonga](http://groonga.org/docs/reference/commands/select.html).
 
-This is a request-response style command. One response message is always returned per one request.
+Style
+: Request-Response. One response message is always returned per one request.
+
+`type`
+: `select`
+
+`body`
+: A hash of parameters.
 
 ## Syntax {#syntax}
 

  Modified: reference/commands/table-create/index.md (+8 -1)
===================================================================
--- reference/commands/table-create/index.md    2013-12-25 18:24:58 +0900 (b81581c)
+++ reference/commands/table-create/index.md    2013-12-25 18:32:44 +0900 (1110782)
@@ -12,7 +12,14 @@ The `table_create` command creates a new table.
 
 This is compatible to [the `table_create` command of the Groonga](http://groonga.org/docs/reference/commands/table_create.html).
 
-This is a request-response style command. One response message is always returned per one request.
+Style
+: Request-Response. One response message is always returned per one request.
+
+`type`
+: `table_create`
+
+`body`
+: A hash of parameters.
 
 ## Syntax {#syntax}
 
-------------- next part --------------
HTML����������������������������...
Download 



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