YUKI Hiroshi
null+****@clear*****
Thu May 29 20:32:53 JST 2014
YUKI Hiroshi 2014-05-29 20:32:53 +0900 (Thu, 29 May 2014) New Revision: 98ba705cc3fb4e959f311b8f4ba22fb826ef2b2d https://github.com/droonga/droonga.org/commit/98ba705cc3fb4e959f311b8f4ba22fb826ef2b2d Message: Add important note Modified files: _po/ja/tutorial/1.0.3/groonga/index.po _po/ja/tutorial/1.0.4/groonga/index.po ja/tutorial/1.0.3/groonga/index.md ja/tutorial/1.0.4/groonga/index.md tutorial/1.0.3/groonga/index.md tutorial/1.0.4/groonga/index.md Modified: _po/ja/tutorial/1.0.3/groonga/index.po (+11 -0) =================================================================== --- _po/ja/tutorial/1.0.3/groonga/index.po 2014-05-29 20:26:42 +0900 (4f328d7) +++ _po/ja/tutorial/1.0.3/groonga/index.po 2014-05-29 20:32:53 +0900 (7f1b331) @@ -358,6 +358,17 @@ msgid "" msgstr "" msgid "" +"*IMPORTANT NOTE*: Don't run `table_list` or `column_list` before the table is " +"completely created.\n" +"Otherwise indexes can be broken.\n" +"This is a known issue on the version 1.0.3, and it will be fixed in a future r" +"elease." +msgstr "" +"*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルがで" +"きあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン1.0.3での既知の不具合で、将来のバージョン" +"で修正される予定です。" + +msgid "" "OK, now the table has been created successfully.\n" "Let's see it by the `table_list` command:" msgstr "" Modified: _po/ja/tutorial/1.0.4/groonga/index.po (+11 -0) =================================================================== --- _po/ja/tutorial/1.0.4/groonga/index.po 2014-05-29 20:26:42 +0900 (4f328d7) +++ _po/ja/tutorial/1.0.4/groonga/index.po 2014-05-29 20:32:53 +0900 (ac9d7a5) @@ -358,6 +358,17 @@ msgid "" msgstr "" msgid "" +"*IMPORTANT NOTE*: Don't run `table_list` or `column_list` before the table is " +"completely created.\n" +"Otherwise indexes can be broken.\n" +"This is a known issue on the version {{ site.droonga_version }}, and it will b" +"e fixed in a future release." +msgstr "" +"*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルがで" +"きあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.droonga_version" +" }}での既知の不具合で、将来のバージョンで修正される予定です。" + +msgid "" "OK, now the table has been created successfully.\n" "Let's see it by the `table_list` command:" msgstr "" Modified: ja/tutorial/1.0.3/groonga/index.md (+2 -0) =================================================================== --- ja/tutorial/1.0.3/groonga/index.md 2014-05-29 20:26:42 +0900 (be6f4b0) +++ ja/tutorial/1.0.3/groonga/index.md 2014-05-29 20:32:53 +0900 (26cf059) @@ -178,6 +178,8 @@ GroongaをHTTPサーバとして使う場合は、以下のように `-d` オプ # curl "${endpoint}/column_create?table=Location&name=store&flags=COLUMN_INDEX&type=Store&source=location" [[0,1401358519.6187897,0.024788379669189453],true] +*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン1.0.3での既知の不具合で、将来のバージョンで修正される予定です。 + さて、テーブルを正しく作成できました。 `table_list` コマンドを使って、作成されたテーブルの情報を見てみましょう: Modified: ja/tutorial/1.0.4/groonga/index.md (+2 -0) =================================================================== --- ja/tutorial/1.0.4/groonga/index.md 2014-05-29 20:26:42 +0900 (2588e74) +++ ja/tutorial/1.0.4/groonga/index.md 2014-05-29 20:32:53 +0900 (2ed49eb) @@ -178,6 +178,8 @@ GroongaをHTTPサーバとして使う場合は、以下のように `-d` オプ # curl "${endpoint}/column_create?table=Location&name=store&flags=COLUMN_INDEX&type=Store&source=location" [[0,1401358519.6187897,0.024788379669189453],true] +*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン{{ site.droonga_version }}での既知の不具合で、将来のバージョンで修正される予定です。 + さて、テーブルを正しく作成できました。 `table_list` コマンドを使って、作成されたテーブルの情報を見てみましょう: Modified: tutorial/1.0.3/groonga/index.md (+4 -0) =================================================================== --- tutorial/1.0.3/groonga/index.md 2014-05-29 20:26:42 +0900 (2b6da38) +++ tutorial/1.0.3/groonga/index.md 2014-05-29 20:32:53 +0900 (546fdd1) @@ -171,6 +171,10 @@ Create indexes also. # curl "${endpoint}/column_create?table=Location&name=store&flags=COLUMN_INDEX&type=Store&source=location" [[0,1401358519.6187897,0.024788379669189453],true] +*IMPORTANT NOTE*: Don't run `table_list` or `column_list` before the table is completely created. +Otherwise indexes can be broken. +This is a known issue on the version 1.0.3, and it will be fixed in a future release. + OK, now the table has been created successfully. Let's see it by the `table_list` command: Modified: tutorial/1.0.4/groonga/index.md (+4 -0) =================================================================== --- tutorial/1.0.4/groonga/index.md 2014-05-29 20:26:42 +0900 (2b6da38) +++ tutorial/1.0.4/groonga/index.md 2014-05-29 20:32:53 +0900 (24d4081) @@ -171,6 +171,10 @@ Create indexes also. # curl "${endpoint}/column_create?table=Location&name=store&flags=COLUMN_INDEX&type=Store&source=location" [[0,1401358519.6187897,0.024788379669189453],true] +*IMPORTANT NOTE*: Don't run `table_list` or `column_list` before the table is completely created. +Otherwise indexes can be broken. +This is a known issue on the version {{ site.droonga_version }}, and it will be fixed in a future release. + OK, now the table has been created successfully. Let's see it by the `table_list` command: -------------- next part -------------- HTML����������������������������... ダウンロード