Kouhei Sutou
null+****@clear*****
Mon Oct 12 23:40:15 JST 2015
Kouhei Sutou 2015-10-12 23:40:15 +0900 (Mon, 12 Oct 2015) New Revision: d12e297ff8df94a6247a658754fd4ad25de254bd https://github.com/pgroonga/pgroonga.github.io/commit/d12e297ff8df94a6247a658754fd4ad25de254bd Message: Stop to use CJK Modified files: _po/ja/index.po _po/ja/overview/index.po index.md ja/index.md ja/overview/index.md overview/index.md reference/pgroonga-versus-gist-and-gin.md Modified: _po/ja/index.po (+7 -6) =================================================================== --- _po/ja/index.po 2015-10-12 23:17:39 +0900 (a6fc2f1) +++ _po/ja/index.po 2015-10-12 23:40:15 +0900 (a59c61d) @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"PO-Revision-Date: 2015-10-12 22:56+0900\n" +"PO-Revision-Date: 2015-10-12 23:39+0900\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -59,12 +59,13 @@ msgstr "" "です。" msgid "" -"As default, PostgreSQL isn't capable for CJK full text search. You can use sup" -"er fast CJK full text search feature by installing PGroonga into your PostgreS" -"QL!" +"PostgreSQL supports full text search against languages that use only alphabet " +"and digit. It means that PostgreSQL doesn't support full text search against J" +"apanese, Chinese and so on. You can use super fast full text search feature ag" +"ainst all languages by installing PGroonga into your PostgreSQL!" msgstr "" -"デフォルトでは、PostgreSQLは日本語を全文検索できません。PGroongaをPostgreSQLにインストールすると日本語対応の超高速全文検索機能を" -"使えるようになります!" +"PostgreSQLはアルファベットと数値だけを使った言語の全文検索だけをサポートしています。これは、日本語や中国語などはサポートしていないということです。" +"PGroongaをPostgreSQLにインストールすると全言語対応の超高速全文検索機能を使えるようになります!" msgid "## Documentations" msgstr "## ドキュメント" Modified: _po/ja/overview/index.po (+13 -6) =================================================================== --- _po/ja/overview/index.po 2015-10-12 23:17:39 +0900 (cd03c43) +++ _po/ja/overview/index.po 2015-10-12 23:40:15 +0900 (2c31904) @@ -34,8 +34,10 @@ msgid "" msgstr "" msgid "" -"As default, PostgreSQL isn't capable for CJK full text search. But you can use" -" super fast CJK full text search by installing PGroonga." +"PostgreSQL supports full text search against languages that use only alphabet " +"and digit. It means that PostgreSQL doesn't support full text search against J" +"apanese, Chinese and so on. You can use super fast full text search feature ag" +"ainst all languages by installing PGroonga into your PostgreSQL!" msgstr "" msgid "" @@ -47,18 +49,21 @@ msgstr "" msgid "## Related extensions" msgstr "" -msgid "There are some extensions that implements CJK ready full text search:" +msgid "" +"There are some extensions that implements full text search against all languag" +"es:" msgstr "" msgid "" " * [pg_trgm](http://www.postgresql.org/docs/9.4/static/pgtrgm.html)\n" " * It's bundled with PostgreSQL but it's not installed as default.\n" -" * You need to change pg\\_trgm source code to support CJK." +" * You need to change pg\\_trgm source code to support all languages." msgstr "" msgid "" " * [pg_bigm](http://pgbigm.osdn.jp/)\n" -" * It supports CJK without changing source code.\n" +" * It supports full text search against all languages without changing sour" +"ce code.\n" " * It requires [Recheck](http://pgbigm.osdn.jp/pg_bigm_en-1-1.html#enable_r" "echeck) to remove false positives.\n" " * Recheck is slow for many hits case. Because Recheck does sequential sear" @@ -66,7 +71,9 @@ msgid "" " * If you disables Recheck, you may get false positives." msgstr "" -msgid "PGroonga supports CJK without changing source code." +msgid "" +"PGroonga supports full text search against all languages without changing sour" +"ce code." msgstr "" msgid "" Modified: index.md (+1 -1) =================================================================== --- index.md 2015-10-12 23:17:39 +0900 (a155954) +++ index.md 2015-10-12 23:40:15 +0900 (54f5917) @@ -21,7 +21,7 @@ layout: en PGroonga (píːzí:lúnɡά) is a PostgreSQL extension to use [Groonga](http://groonga.org/) as the index. -As default, PostgreSQL isn't capable for CJK full text search. You can use super fast CJK full text search feature by installing PGroonga into your PostgreSQL! +PostgreSQL supports full text search against languages that use only alphabet and digit. It means that PostgreSQL doesn't support full text search against Japanese, Chinese and so on. You can use super fast full text search feature against all languages by installing PGroonga into your PostgreSQL! ## Documentations Modified: ja/index.md (+1 -1) =================================================================== --- ja/index.md 2015-10-12 23:17:39 +0900 (ce4f52f) +++ ja/index.md 2015-10-12 23:40:15 +0900 (66e4f63) @@ -20,7 +20,7 @@ layout: ja PGroonga(ぴーじーるんが)はインデックスとして[Groonga](http://groonga.org/ja/)を使うPostgreSQLの拡張機能です。 -デフォルトでは、PostgreSQLは日本語を全文検索できません。PGroongaをPostgreSQLにインストールすると日本語対応の超高速全文検索機能を使えるようになります! +PostgreSQLはアルファベットと数値だけを使った言語の全文検索だけをサポートしています。これは、日本語や中国語などはサポートしていないということです。PGroongaをPostgreSQLにインストールすると全言語対応の超高速全文検索機能を使えるようになります! ## ドキュメント Modified: ja/overview/index.md (+5 -5) =================================================================== --- ja/overview/index.md 2015-10-12 23:17:39 +0900 (6a3c8c3) +++ ja/overview/index.md 2015-10-12 23:40:15 +0900 (369e81c) @@ -9,25 +9,25 @@ PGroonga is a PostgreSQL extension. PGroonga provides a new index that uses [Gro Groonga is an embeddable super fast full text search engine. It can be embedded into MySQL. [Mroonga](http://mroonga.org/) is a storage engine that is based on Groonga. Groonga can also work as standalone search engine. -As default, PostgreSQL isn't capable for CJK full text search. But you can use super fast CJK full text search by installing PGroonga. +PostgreSQLはアルファベットと数値だけを使った言語の全文検索だけをサポートしています。これは、日本語や中国語などはサポートしていないということです。PGroongaをPostgreSQLにインストールすると全言語対応の超高速全文検索機能を使えるようになります! And more, PGroonga supports full text search against all text values in JSON. It's an unique feature. Built-in PostgreSQL features and [JsQuery](https://github.com/postgrespro/jsquery) don't support it. ## Related extensions -There are some extensions that implements CJK ready full text search: +There are some extensions that implements full text search against all languages: * [pg_trgm](http://www.postgresql.org/docs/9.4/static/pgtrgm.html) * It's bundled with PostgreSQL but it's not installed as default. - * You need to change pg\_trgm source code to support CJK. + * You need to change pg\_trgm source code to support all languages. * [pg_bigm](http://pgbigm.osdn.jp/) - * It supports CJK without changing source code. + * It supports full text search against all languages without changing source code. * It requires [Recheck](http://pgbigm.osdn.jp/pg_bigm_en-1-1.html#enable_recheck) to remove false positives. * Recheck is slow for many hits case. Because Recheck does sequential search against records found by index search. * If you disables Recheck, you may get false positives. -PGroonga supports CJK without changing source code. +PGroonga supports full text search against all languages without changing source code. PGroonga works without Recheck. PGroonga can find exact records only by index search. PGroonga is fast for many hits case. Modified: overview/index.md (+5 -5) =================================================================== --- overview/index.md 2015-10-12 23:17:39 +0900 (c2dd22c) +++ overview/index.md 2015-10-12 23:40:15 +0900 (bcc1d2a) @@ -9,25 +9,25 @@ PGroonga is a PostgreSQL extension. PGroonga provides a new index that uses [Gro Groonga is an embeddable super fast full text search engine. It can be embedded into MySQL. [Mroonga](http://mroonga.org/) is a storage engine that is based on Groonga. Groonga can also work as standalone search engine. -As default, PostgreSQL isn't capable for CJK full text search. But you can use super fast CJK full text search by installing PGroonga. +PostgreSQL supports full text search against languages that use only alphabet and digit. It means that PostgreSQL doesn't support full text search against Japanese, Chinese and so on. You can use super fast full text search feature against all languages by installing PGroonga into your PostgreSQL! And more, PGroonga supports full text search against all text values in JSON. It's an unique feature. Built-in PostgreSQL features and [JsQuery](https://github.com/postgrespro/jsquery) don't support it. ## Related extensions -There are some extensions that implements CJK ready full text search: +There are some extensions that implements full text search against all languages: * [pg_trgm](http://www.postgresql.org/docs/9.4/static/pgtrgm.html) * It's bundled with PostgreSQL but it's not installed as default. - * You need to change pg\_trgm source code to support CJK. + * You need to change pg\_trgm source code to support all languages. * [pg_bigm](http://pgbigm.osdn.jp/) - * It supports CJK without changing source code. + * It supports full text search against all languages without changing source code. * It requires [Recheck](http://pgbigm.osdn.jp/pg_bigm_en-1-1.html#enable_recheck) to remove false positives. * Recheck is slow for many hits case. Because Recheck does sequential search against records found by index search. * If you disables Recheck, you may get false positives. -PGroonga supports CJK without changing source code. +PGroonga supports full text search against all languages without changing source code. PGroonga works without Recheck. PGroonga can find exact records only by index search. PGroonga is fast for many hits case. Modified: reference/pgroonga-versus-gist-and-gin.md (+3 -1) =================================================================== --- reference/pgroonga-versus-gist-and-gin.md 2015-10-12 23:17:39 +0900 (0980c38) +++ reference/pgroonga-versus-gist-and-gin.md 2015-10-12 23:40:15 +0900 (7c2fe9d) @@ -5,7 +5,9 @@ layout: en # PGroonga versus GiST and GIN -PostgreSQL provides GiST and GIN as bundled indexes. PGroonga's main feature is CJK ready fast full text search. But PGroonga also provides general propose index features for equality condition and comparison conditions. You can use PGroonga as alternative of GiST and GIN. +PostgreSQL provides GiST and GIN as bundled indexes. You can use them for full text search against languages that use only alphabet and digit such as English. You can't use them for full text search against Japanese, Chinese and so on. + +PGroonga's main feature is fast full text search against all languages. But PGroonga also provides general propose index features for equality condition and comparison conditions. You can use PGroonga as alternative of GiST and GIN. This documents describes about different between PGroonga, GiST and GIN. -------------- next part -------------- HTML����������������������������...Download