Kouhei Sutou
null+****@clear*****
Sun Oct 25 22:37:00 JST 2015
Kouhei Sutou 2015-10-25 22:37:00 +0900 (Sun, 25 Oct 2015) New Revision: d5b789cda1effc23c84819058ce1d63074adffab https://github.com/pgroonga/pgroonga.github.io/commit/d5b789cda1effc23c84819058ce1d63074adffab Message: Add place holders for regular expression Modified files: _po/ja/reference/index.po _po/ja/tutorial/index.po ja/reference/index.md ja/tutorial/index.md reference/index.md tutorial/index.md Modified: _po/ja/reference/index.po (+36 -28) =================================================================== --- _po/ja/reference/index.po 2015-10-25 22:26:20 +0900 (3375403) +++ _po/ja/reference/index.po 2015-10-25 22:37:00 +0900 (d96e00a) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-23 19:02+0900\n" +"PO-Revision-Date: 2015-10-25 22:36+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -35,39 +35,47 @@ msgstr "" msgid "## `pgroonga` index" msgstr "## `pgroonga`インデックス" -msgid "" -" * [`CREATE INDEX USING pgroonga`](create-index-using-pgroonga.html)\n" -" * [PGroonga versus GiST and GIN](pgroonga-versus-gist-and-gin.html)\n" -" * [`jsonb` support](jsonb.html)" +msgid " * [`CREATE INDEX USING pgroonga`](create-index-using-pgroonga.html)" msgstr "" -" * [`CREATE INDEX USING pgroonga`](create-index-using-pgroonga.html)\n" -" * [PGroonga対GiSTとGIN](pgroonga-versus-gist-and-gin.html)\n" -" * [`jsonb`サポート](jsonb.html)" + +msgid " * [PGroonga versus GiST and GIN](pgroonga-versus-gist-and-gin.html)" +msgstr " * [PGroonga対GiSTとGIN](pgroonga-versus-gist-and-gin.html)" + +msgid " * [`jsonb` support](jsonb.html)" +msgstr " * [`jsonb`サポート](jsonb.html)" msgid "## Operators" msgstr "## 演算子" -msgid "" -" * [`LIKE` operator](operators/like.html)\n" -" * [`%%` operator](operators/match.html)\n" -" * [`@@` operator](operators/query.html) for non `jsonb` types\n" -" * [`@@` operator](operators/jsonb-query.html) for `jsonb` type\n" -" * [`@>` operator](operators/jsonb-contain.html)" -msgstr "" -" * [`LIKE`演算子](operators/like.html)\n" -" * [`%%`演算子](operators/match.html)\n" -" * `jsonb`型以外の型用の[`@@`演算子](operators/query.html)\n" -" * `jsonb`型用の[`@@`演算子](operators/jsonb-query.html)\n" -" * [`@>`演算子](operators/jsonb-contain.html)" +msgid " * [`LIKE` operator](operators/like.html) for full text search" +msgstr " * 全文検索用の[`LIKE`演算子](operators/like.html)" + +msgid " * `LIKE` operator for regular expression" +msgstr " * 正規表現用の`LIKE`演算子" + +msgid " * [`%%` operator](operators/match.html)" +msgstr " * [`%%`演算子](operators/match.html)" + +msgid " * [`@@` operator](operators/query.html) for non `jsonb` types" +msgstr " * `jsonb`型以外の型用の[`@@`演算子](operators/query.html)" + +msgid " * [`@@` operator](operators/jsonb-query.html) for `jsonb` type" +msgstr " * `jsonb`型用の[`@@`演算子](operators/jsonb-query.html)" + +msgid " * [`@>` operator](operators/jsonb-contain.html)" +msgstr " * [`@>`演算子](operators/jsonb-contain.html)" + +msgid " * `@~` operator" +msgstr " * `@~`演算子" msgid "## Functions" msgstr "## 関数" -msgid "" -" * [`pgroonga.score` function](functions/pgroonga-score.html)\n" -" * [`pgroonga.command` function](functions/pgroonga-command.html)\n" -" * [`pgroonga.table_name` function](functions/pgroonga-table-name.html)" -msgstr "" -" * [`pgroonga.score`関数](functions/pgroonga-score.html)\n" -" * [`pgroonga.command`関数](functions/pgroonga-command.html)\n" -" * [`pgroonga.table_name`関数](functions/pgroonga-table-name.html)" +msgid " * [`pgroonga.score` function](functions/pgroonga-score.html)" +msgstr " * [`pgroonga.score`関数](functions/pgroonga-score.html)" + +msgid " * [`pgroonga.command` function](functions/pgroonga-command.html)" +msgstr " * [`pgroonga.command`関数](functions/pgroonga-command.html)" + +msgid " * [`pgroonga.table_name` function](functions/pgroonga-table-name.html)" +msgstr " * [`pgroonga.table_name`関数](functions/pgroonga-table-name.html)" Modified: _po/ja/tutorial/index.po (+24 -12) =================================================================== --- _po/ja/tutorial/index.po 2015-10-25 22:26:20 +0900 (36831e8) +++ _po/ja/tutorial/index.po 2015-10-25 22:37:00 +0900 (dbeaffe) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-25 21:33+0900\n" +"PO-Revision-Date: 2015-10-25 22:33+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -47,19 +47,25 @@ msgstr "" msgid "This document describes about the followings:" msgstr "このドキュメントは次のことを説明します。" +msgid " * How to use PGroonga as index for full text search" +msgstr " * PGroongaを全文検索用インデックスとして使う方法" + +msgid " * How to use PGroonga as index for regular expression" +msgstr " * PGroongaを正規表現用インデックスとして使う方法" + msgid "" -" * How to use PGroonga as index for full text search\n" " * How to use PGroonga as index for equality condition and comparison conditi" -"ons\n" -" * How to use PGroonga as index for array\n" -" * How to use PGroonga as index for JSON\n" -" * How to use Groonga throw PGroonga (advanced topic)" -msgstr "" -" * PGroongaを全文検索用インデックスとして使う方法\n" -" * PGroongaを等価条件・比較条件用インデックスとして使う方法\n" -" * PGroongaを配列用インデックスとして使う方法\n" -" * PGroongaをJSON用インデックスとして使う方法\n" -" * PGroonga経由でGroongaを使う方法(高度な話題)" +"ons" +msgstr " * PGroongaを等価条件・比較条件用インデックスとして使う方法" + +msgid " * How to use PGroonga as index for array" +msgstr " * PGroongaを配列用インデックスとして使う方法" + +msgid " * How to use PGroonga as index for JSON" +msgstr " * PGroongaをJSON用インデックスとして使う方法" + +msgid " * How to use Groonga throw PGroonga (advanced topic)" +msgstr " * PGroonga経由でGroongaを使う方法(高度な話題)" msgid "## Full text search" msgstr "## 全文検索" @@ -495,6 +501,12 @@ msgstr "" "詳細は[`pgroonga.snippet_html`関数](../reference/functions/pgroonga-snippet-html.ht" "ml)を参照してください。" +msgid "## Regular expression" +msgstr "## 正規表現" + +msgid "TODO" +msgstr "" + msgid "## Equality condition and comparison conditions" msgstr "## 等価条件と比較条件" Modified: ja/reference/index.md (+13 -1) =================================================================== --- ja/reference/index.md 2015-10-25 22:26:20 +0900 (65be791) +++ ja/reference/index.md 2015-10-25 22:37:00 +0900 (9208b20) @@ -10,20 +10,32 @@ layout: ja ## `pgroonga`インデックス * [`CREATE INDEX USING pgroonga`](create-index-using-pgroonga.html) + * [PGroonga対GiSTとGIN](pgroonga-versus-gist-and-gin.html) + * [`jsonb`サポート](jsonb.html) ## 演算子 - * [`LIKE`演算子](operators/like.html) + * 全文検索用の[`LIKE`演算子](operators/like.html) + + * 正規表現用の`LIKE`演算子 + * [`%%`演算子](operators/match.html) + * `jsonb`型以外の型用の[`@@`演算子](operators/query.html) + * `jsonb`型用の[`@@`演算子](operators/jsonb-query.html) + * [`@>`演算子](operators/jsonb-contain.html) + * `@~`演算子 + ## 関数 * [`pgroonga.score`関数](functions/pgroonga-score.html) + * [`pgroonga.command`関数](functions/pgroonga-command.html) + * [`pgroonga.table_name`関数](functions/pgroonga-table-name.html) Modified: ja/tutorial/index.md (+11 -0) =================================================================== --- ja/tutorial/index.md 2015-10-25 22:26:20 +0900 (5c5ce1b) +++ ja/tutorial/index.md 2015-10-25 22:37:00 +0900 (edd6a56) @@ -14,11 +14,18 @@ PostgreSQLは組み込みのインデックスとしてGiSTとGINを提供して このドキュメントは次のことを説明します。 * PGroongaを全文検索用インデックスとして使う方法 + + * PGroongaを正規表現用インデックスとして使う方法 + * PGroongaを等価条件・比較条件用インデックスとして使う方法 + * PGroongaを配列用インデックスとして使う方法 + * PGroongaをJSON用インデックスとして使う方法 + * PGroonga経由でGroongaを使う方法(高度な話題) + ## 全文検索 このセクションでは次のことを説明します。 @@ -238,6 +245,10 @@ SELECT unnest(pgroonga.snippet_html( 詳細は[`pgroonga.snippet_html`関数](../reference/functions/pgroonga-snippet-html.html)を参照してください。 +## 正規表現 + +TODO + ## 等価条件と比較条件 等価条件と比較条件にもPGroongaを使うことができます。この使い方をする場合、文字列型と他の型でインデックスの作り方が異なります。条件の書き方は文字列型でも他の型でも違いはありません。 Modified: reference/index.md (+13 -1) =================================================================== --- reference/index.md 2015-10-25 22:26:20 +0900 (4fc1afd) +++ reference/index.md 2015-10-25 22:37:00 +0900 (beb2d9c) @@ -10,20 +10,32 @@ This document describes about all features. [Tutorial](../tutorial/) focuses on ## `pgroonga` index * [`CREATE INDEX USING pgroonga`](create-index-using-pgroonga.html) + * [PGroonga versus GiST and GIN](pgroonga-versus-gist-and-gin.html) + * [`jsonb` support](jsonb.html) ## Operators - * [`LIKE` operator](operators/like.html) + * [`LIKE` operator](operators/like.html) for full text search + + * `LIKE` operator for regular expression + * [`%%` operator](operators/match.html) + * [`@@` operator](operators/query.html) for non `jsonb` types + * [`@@` operator](operators/jsonb-query.html) for `jsonb` type + * [`@>` operator](operators/jsonb-contain.html) + * `@~` operator + ## Functions * [`pgroonga.score` function](functions/pgroonga-score.html) + * [`pgroonga.command` function](functions/pgroonga-command.html) + * [`pgroonga.table_name` function](functions/pgroonga-table-name.html) Modified: tutorial/index.md (+11 -0) =================================================================== --- tutorial/index.md 2015-10-25 22:26:20 +0900 (cd5f426) +++ tutorial/index.md 2015-10-25 22:37:00 +0900 (e3dcbf1) @@ -14,11 +14,18 @@ PostgreSQL provides GiST and GIN as bundled indexes. You can use PGroonga as alt This document describes about the followings: * How to use PGroonga as index for full text search + + * How to use PGroonga as index for regular expression + * How to use PGroonga as index for equality condition and comparison conditions + * How to use PGroonga as index for array + * How to use PGroonga as index for JSON + * How to use Groonga throw PGroonga (advanced topic) + ## Full text search This section describes about the followings: @@ -236,6 +243,10 @@ SELECT unnest(pgroonga.snippet_html( See [`pgroonga.snippet_html` function](../reference/functions/pgroonga-snippet-html.html) for more details. +## Regular expression + +TODO + ## Equality condition and comparison conditions You can use PGroonga for equality condition and comparison conditions. There are some differences between how to create index for string types and other types. There is no difference between how to write condition for string types and other types. -------------- next part -------------- HTML����������������������������...Download