Navigation Menu

Skip to content

Commit

Permalink
Add place holders for regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 25, 2015
1 parent f14ea97 commit d5b789c
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 42 deletions.
64 changes: 36 additions & 28 deletions _po/ja/reference/index.po
@@ -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"
Expand Down Expand Up @@ -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)"
36 changes: 24 additions & 12 deletions _po/ja/tutorial/index.po
@@ -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"
Expand Down Expand Up @@ -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 "## 全文検索"
Expand Down Expand Up @@ -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 "## 等価条件と比較条件"

Expand Down
14 changes: 13 additions & 1 deletion ja/reference/index.md
Expand Up @@ -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)

11 changes: 11 additions & 0 deletions ja/tutorial/index.md
Expand Up @@ -14,11 +14,18 @@ PostgreSQLは組み込みのインデックスとしてGiSTとGINを提供して
このドキュメントは次のことを説明します。

* PGroongaを全文検索用インデックスとして使う方法

* PGroongaを正規表現用インデックスとして使う方法

* PGroongaを等価条件・比較条件用インデックスとして使う方法

* PGroongaを配列用インデックスとして使う方法

* PGroongaをJSON用インデックスとして使う方法

* PGroonga経由でGroongaを使う方法(高度な話題)


## 全文検索

このセクションでは次のことを説明します。
Expand Down Expand Up @@ -238,6 +245,10 @@ SELECT unnest(pgroonga.snippet_html(

詳細は[`pgroonga.snippet_html`関数](../reference/functions/pgroonga-snippet-html.html)を参照してください。

## 正規表現

TODO

## 等価条件と比較条件

等価条件と比較条件にもPGroongaを使うことができます。この使い方をする場合、文字列型と他の型でインデックスの作り方が異なります。条件の書き方は文字列型でも他の型でも違いはありません。
Expand Down
14 changes: 13 additions & 1 deletion reference/index.md
Expand Up @@ -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)

11 changes: 11 additions & 0 deletions tutorial/index.md
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d5b789c

Please sign in to comment.