Navigation Menu

Skip to content

Commit

Permalink
Substantiate version number in old documents for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent af85e61 commit 50dd8c1
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions _po/ja/reference/1.1.0/commands/load/index.po
Expand Up @@ -113,10 +113,10 @@ msgid "All parameters except `table` are optional."
msgstr ""

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

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

msgid ""
"Abstract\n"
Expand Down Expand Up @@ -991,11 +991,11 @@ msgid "You can put multiple search queries in a `search` request."
msgstr ""

msgid ""
"On the {{ site.droonga_version }}, all search results for a request are return"
"On the 1.1.0, 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.1.0 ではすべての検索クエリの結果を一度にレスポンスとして返却する動作のみ対応していますが、将来"
"的には、それぞれの検索クエリの結果を分割して受け取る(結果が出た物からバラバラに受け取る)動作にも対応する予定です。"

msgid "### Parameters of each query {#query-parameters}"
Expand Down Expand Up @@ -1439,11 +1439,11 @@ msgid ""
msgstr ""

msgid ""
"*Note: On the version {{ site.droonga_version }}, too many records can be retu"
"*Note: On the version 1.1.0, 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.1.0 では、データセットが複数のボリュームに別れている場合、集約前のレコードの代表が `max"
"NSubRecords` で指定した数よりも多く返される場合があります。これは既知の問題で、将来のバージョンで修正される予定です。"

msgid "#### `output` {#query-output}"
Expand Down
2 changes: 1 addition & 1 deletion _po/ja/reference/1.1.0/commands/select/index.po
Expand Up @@ -131,7 +131,7 @@ msgid "All parameters except `table` are optional."
msgstr ""

msgid ""
"On the version {{ site.droonga_version }}, only following parameters are avail"
"On the version 1.1.0, only following parameters are avail"
"able. Others are simply ignored because they are not implemented."
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion ja/reference/1.1.0/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.1.0 の時点では以下のパラメータのみが動作します。これら以外のパラメータは未実装のため無視されます。

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

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

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

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

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

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

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

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

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


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

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

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

* `table`
* `match_columns`
Expand Down
2 changes: 1 addition & 1 deletion reference/1.1.0/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.1.0, 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.1.0/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.1.0.

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.1.0, 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 @@ -985,7 +985,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.1.0, 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.1.0/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.1.0, only following parameters are available. Others are simply ignored because they are not implemented.

* `table`
* `match_columns`
Expand Down

0 comments on commit 50dd8c1

Please sign in to comment.