Navigation Menu

Skip to content

Commit

Permalink
Fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 29, 2017
1 parent f240730 commit 5fbecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ja/_posts/2017-04-29-pgroonga-1.2.0.md
Expand Up @@ -38,7 +38,7 @@ Ubuntu 17.04とCentOS 6のパッケージでもレプリケーションできる

### トークンフィルター・プラグインのサポート

[`CREATE INDEX USING pgroonga`](https://pgroonga.github.io/ja/reference/create-index-using-pgroonga.html)でインデックスをつくるときにトークンフィルターとプラグインを指定できるようになりました。それぞれ[`token_filters`](https://pgroonga.github.io/ja/reference/create-index-using-pgroonga.html#custom-token-filter)[`plugins`](https://pgroonga.github.io/ja/reference/create-index-using-pgroonga.html#custom-plugins)で指定します。
[`CREATE INDEX USING pgroonga`](https://pgroonga.github.io/ja/reference/create-index-using-pgroonga.html)でインデックスをつくるときにトークンフィルターとプラグインを指定できるようになりました。それぞれ[`token_filters`](https://pgroonga.github.io/ja/reference/create-index-using-pgroonga.html#custom-token-filters)[`plugins`](https://pgroonga.github.io/ja/reference/create-index-using-pgroonga.html#custom-plugins)で指定します。

これによりチューニングの幅が広がりました。たとえば、英語のテキストを全文検索したい場合にステミング機能を使えるようになりました。使い方は公式ドキュメントを参照してください。

Expand Down

0 comments on commit 5fbecb9

Please sign in to comment.