[Groonga-commit] droonga/droonga.org at 18da290 [gh-pages] Add description about command type

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 18 14:04:25 JST 2013


YUKI Hiroshi	2013-11-18 14:04:25 +0900 (Mon, 18 Nov 2013)

  New Revision: 18da290c965ea91e75b4f728e3d38af06acdf34b
  https://github.com/droonga/droonga.org/commit/18da290c965ea91e75b4f728e3d38af06acdf34b

  Message:
    Add description about command type

  Modified files:
    ja/reference/commands/add/index.md
    ja/reference/commands/column-create/index.md
    ja/reference/commands/search/index.md
    ja/reference/commands/select/index.md
    ja/reference/commands/table-create/index.md

  Modified: ja/reference/commands/add/index.md (+2 -0)
===================================================================
--- ja/reference/commands/add/index.md    2013-11-18 14:01:59 +0900 (6675bf5)
+++ ja/reference/commands/add/index.md    2013-11-18 14:04:25 +0900 (a63fd3b)
@@ -12,6 +12,8 @@ layout: documents
 
 対象のテーブルが主キーを持っており、同じキーのレコードが既に存在している場合には、既存レコードのカラムの値を更新します。
 
+`add` はRequest-Response型のコマンドです。コマンドに対しては必ず対応するレスポンスが返されます。
+
 ## 構文 {#syntax}
 
 対象のテーブルが主キーを持つ場合:

  Modified: ja/reference/commands/column-create/index.md (+2 -0)
===================================================================
--- ja/reference/commands/column-create/index.md    2013-11-18 14:01:59 +0900 (22a2df7)
+++ ja/reference/commands/column-create/index.md    2013-11-18 14:04:25 +0900 (801d97e)
@@ -12,6 +12,8 @@ layout: documents
 
 このコマンドは[Groonga の `column_create` コマンド](http://groonga.org/ja/docs/reference/commands/column_create.html)と互換性があります。
 
+`column_create` はRequest-Response型のコマンドです。コマンドに対しては必ず対応するレスポンスが返されます。
+
 ## 構文 {#syntax}
 
     {

  Modified: ja/reference/commands/search/index.md (+2 -0)
===================================================================
--- ja/reference/commands/search/index.md    2013-11-18 14:01:59 +0900 (3c32160)
+++ ja/reference/commands/search/index.md    2013-11-18 14:04:25 +0900 (88088e7)
@@ -13,6 +13,8 @@ layout: documents
 これは、Droonga において検索機能を提供する最も低レベルのコマンドです。
 検索用のコマンドをプラグインとして実装する際は、内部的にこのコマンドを使用して検索を行うという用途が想定されます。
 
+`search` はRequest-Response型のコマンドです。コマンドに対しては必ず対応するレスポンスが返されます。
+
 ## 構文 {#syntax}
 
     {

  Modified: ja/reference/commands/select/index.md (+2 -0)
===================================================================
--- ja/reference/commands/select/index.md    2013-11-18 14:01:59 +0900 (c141688)
+++ ja/reference/commands/select/index.md    2013-11-18 14:04:25 +0900 (d8e2abe)
@@ -12,6 +12,8 @@ layout: documents
 
 このコマンドは[Groonga の `select` コマンド](http://groonga.org/ja/docs/reference/commands/select.html)と互換性があります。
 
+`select` はRequest-Response型のコマンドです。コマンドに対しては必ず対応するレスポンスが返されます。
+
 ## 構文 {#syntax}
 
     {

  Modified: ja/reference/commands/table-create/index.md (+2 -0)
===================================================================
--- ja/reference/commands/table-create/index.md    2013-11-18 14:01:59 +0900 (e2f5b6a)
+++ ja/reference/commands/table-create/index.md    2013-11-18 14:04:25 +0900 (c01e6cd)
@@ -12,6 +12,8 @@ layout: documents
 
 このコマンドは[Groonga の `table_create` コマンド](http://groonga.org/ja/docs/reference/commands/table_create.html)と互換性があります。
 
+`table_create` はRequest-Response型のコマンドです。コマンドに対しては必ず対応するレスポンスが返されます。
+
 ## 構文 {#syntax}
 
     {
-------------- next part --------------
HTML����������������������������...
Download 



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