Navigation Menu

Skip to content

Commit

Permalink
Substantiate version number in old documents for 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jun 28, 2014
1 parent 9f41124 commit dd0f3e2
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions _po/ja/reference/1.0.4/commands/load/index.po
Expand Up @@ -133,10 +133,10 @@ msgid "All parameters except `table` are optional."
msgstr "`table` 以外のパラメータはすべて省略可能です。"

msgid ""
"On the version {{ site.droonga_version }}, only following parameters are avail"
"On the version 1.0.4, only following parameters are avail"
"able. Others are simply ignored because they are not implemented."
msgstr ""
"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。\n"
"また、バージョン 1.0.4 の時点では以下のパラメータのみが動作します。\n"
"これら以外のパラメータは未実装のため無視されます。"

msgid ""
Expand Down
10 changes: 5 additions & 5 deletions _po/ja/reference/1.0.4/commands/search/index.po
Expand Up @@ -1052,7 +1052,7 @@ msgstr ""
msgid ""
"*Note: This parameter is not implemented yet on the version {{ site.droonga_ve"
"rsion }}."
msgstr "※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。"
msgstr "※註:このパラメータはバージョン 1.0.4 では未実装です。指定しても機能しません。"

msgid ""
"Abstract\n"
Expand Down Expand Up @@ -1112,11 +1112,11 @@ msgid "You can put multiple search queries in a `search` request."
msgstr "`search` は、複数の検索クエリを一度に受け取る事ができます。"

msgid ""
"On the {{ site.droonga_version }}, all search results for a request are return"
"On the 1.0.4, all search results for a request are return"
"ed in one time. In the future, as an optional behaviour, each result can be re"
"turned as separated messages progressively."
msgstr ""
"バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
"バージョン 1.0.4 ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
"的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。"

msgid "### Parameters of each query {#query-parameters}"
Expand Down Expand Up @@ -1667,11 +1667,11 @@ msgstr ""
": 集約前のレコード群における、集約対象のカラムの値が一致するレコードの配列。"

msgid ""
"*Note: On the version {{ site.droonga_version }}, too many records can be retu"
"*Note: On the version 1.0.4, too many records can be retu"
"rned larger than the specified `maxNSubRecords`, if the dataset has multiple v"
"olumes. This is a known problem and to be fixed in a future version."
msgstr ""
"※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
"※バージョン 1.0.4 では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
"NSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。"

msgid "#### `output` {#query-output}"
Expand Down
4 changes: 2 additions & 2 deletions _po/ja/reference/1.0.4/commands/select/index.po
Expand Up @@ -177,10 +177,10 @@ msgid "All parameters except `table` are optional."
msgstr "`table` 以外のパラメータはすべて省略可能です。"

msgid ""
"On the version {{ site.droonga_version }}, only following parameters are avail"
"On the version 1.0.4, only following parameters are avail"
"able. Others are simply ignored because they are not implemented."
msgstr ""
"また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。\n"
"また、バージョン 1.0.4 の時点では以下のパラメータのみが動作します。\n"
"これら以外のパラメータは未実装のため無視されます。"

msgid ""
Expand Down
2 changes: 1 addition & 1 deletion _po/ja/tutorial/1.0.4/groonga/index.po
Expand Up @@ -410,7 +410,7 @@ 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"
"This is a known issue on the version 1.0.4, and it will b"
"e fixed in a future release."
msgstr ""
"*注意*: テーブルが完全にできあがるまでは、`table_list` や `column_list` といったコマンドを実行しないでください。テーブルがで"
Expand Down
2 changes: 1 addition & 1 deletion ja/reference/1.0.4/commands/load/index.md
Expand Up @@ -80,7 +80,7 @@ This is compatible to [the `load` command of the Groonga](http://groonga.org/doc

`table` 以外のパラメータはすべて省略可能です。

また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。
また、バージョン 1.0.4 の時点では以下のパラメータのみが動作します。
これら以外のパラメータは未実装のため無視されます。

* `values`
Expand Down
6 changes: 3 additions & 3 deletions ja/reference/1.0.4/commands/search/index.md
Expand Up @@ -703,7 +703,7 @@ Personテーブル(主キーあり):

#### `timeout` {#parameter-timeout}

※註:このパラメータはバージョン {{ site.droonga_version }} では未実装です。指定しても機能しません。
※註:このパラメータはバージョン 1.0.4 では未実装です。指定しても機能しません。

概要
: 検索処理がタイムアウトするまでの時間を指定します。
Expand All @@ -730,7 +730,7 @@ Personテーブル(主キーあり):

`search` は、複数の検索クエリを一度に受け取る事ができます。

バージョン {{ site.droonga_version }} ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。
バージョン 1.0.4 ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。

### 個々の検索クエリのパラメータ {#query-parameters}

Expand Down Expand Up @@ -998,7 +998,7 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
`_subrecs`
: 集約前のレコード群における、集約対象のカラムの値が一致するレコードの配列。

※バージョン {{ site.droonga_version }} では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `maxNSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。
※バージョン 1.0.4 では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `maxNSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。


#### `output` {#query-output}
Expand Down
2 changes: 1 addition & 1 deletion ja/reference/1.0.4/commands/select/index.md
Expand Up @@ -87,7 +87,7 @@ layout: ja

`table` 以外のパラメータはすべて省略可能です。

また、バージョン {{ site.droonga_version }} の時点では以下のパラメータのみが動作します。
また、バージョン 1.0.4 の時点では以下のパラメータのみが動作します。
これら以外のパラメータは未実装のため無視されます。

* `table`
Expand Down
2 changes: 1 addition & 1 deletion ja/tutorial/1.0.4/groonga/index.md
Expand Up @@ -214,7 +214,7 @@ Droongaはクラスタで動作するので、他のエンドポイントも同
# curl "${endpoint}/d/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``column_list` といったコマンドを実行しないでください。テーブルができあがる前にこれらのコマンドを実行してしまうと、インデックスが破損した状態になってしまいます。これはバージョン1.0.4での既知の不具合で、将来のバージョンで修正される予定です。

さて、テーブルを正しく作成できました。
`table_list` コマンドを使って、作成されたテーブルの情報を見てみましょう:
Expand Down
2 changes: 1 addition & 1 deletion reference/1.0.4/commands/load/index.md
Expand Up @@ -71,7 +71,7 @@ Not supported.

All parameters except `table` are optional.

On the version {{ site.droonga_version }}, only following parameters are available. Others are simply ignored because they are not implemented.
On the version 1.0.4, only following parameters are available. Others are simply ignored because they are not implemented.

* `values`
* `table`
Expand Down
6 changes: 3 additions & 3 deletions reference/1.0.4/commands/search/index.md
Expand Up @@ -690,7 +690,7 @@ You can use search queries just internally, without output. For example, the fol

#### `timeout` {#parameter-timeout}

*Note: This parameter is not implemented yet on the version {{ site.droonga_version }}.
*Note: This parameter is not implemented yet on the version 1.0.4.

Abstract
: Threshold to time out for the request.
Expand All @@ -717,7 +717,7 @@ Default value

You can put multiple search queries in a `search` request.

On the {{ site.droonga_version }}, all search results for a request are returned in one time. In the future, as an optional behaviour, each result can be returned as separated messages progressively.
On the 1.0.4, all search results for a request are returned in one time. In the future, as an optional behaviour, each result can be returned as separated messages progressively.

### Parameters of each query {#query-parameters}

Expand Down Expand Up @@ -981,7 +981,7 @@ Grouped results will have all columns of [the result of the basic conditions for
`_subrecs`
: An array of sample records which have the value in its grouped column.

*Note: On the version {{ site.droonga_version }}, too many records can be returned larger than the specified `maxNSubRecords`, if the dataset has multiple volumes. This is a known problem and to be fixed in a future version.
*Note: On the version 1.0.4, too many records can be returned larger than the specified `maxNSubRecords`, if the dataset has multiple volumes. This is a known problem and to be fixed in a future version.


#### `output` {#query-output}
Expand Down
2 changes: 1 addition & 1 deletion reference/1.0.4/commands/select/index.md
Expand Up @@ -78,7 +78,7 @@ Style

All parameters except `table` are optional.

On the version {{ site.droonga_version }}, only following parameters are available. Others are simply ignored because they are not implemented.
On the version 1.0.4, only following parameters are available. Others are simply ignored because they are not implemented.

* `table`
* `match_columns`
Expand Down
2 changes: 1 addition & 1 deletion tutorial/1.0.4/groonga/index.md
Expand Up @@ -209,7 +209,7 @@ Create indexes also.

*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.
This is a known issue on the version 1.0.4, 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:
Expand Down

0 comments on commit dd0f3e2

Please sign in to comment.