[Groonga-commit] pgroonga/pgroonga.github.io at 95f7f4d [master] Add pgroonga_tuple_is_alive() to index

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 9 18:59:39 JST 2016


Kouhei Sutou	2016-11-09 18:59:39 +0900 (Wed, 09 Nov 2016)

  New Revision: 95f7f4d17dd46264d6c789ccf094d5558743a183
  https://github.com/pgroonga/pgroonga.github.io/commit/95f7f4d17dd46264d6c789ccf094d5558743a183

  Message:
    Add pgroonga_tuple_is_alive() to index

  Modified files:
    _po/ja/reference/index.po
    ja/reference/index.md
    reference/index.md

  Modified: _po/ja/reference/index.po (+18 -1)
===================================================================
--- _po/ja/reference/index.po    2016-11-09 18:59:09 +0900 (e805313)
+++ _po/ja/reference/index.po    2016-11-09 18:59:39 +0900 (f1bfbb1)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-11-04 01:05+0900\n"
+"PO-Revision-Date: 2016-11-09 18:58+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -204,6 +204,23 @@ msgstr "  * [`pgroonga.lock_timeout`パラメーター](parameters/lock_timeout.
 msgid "  * [`pgroonga.enable_wal` parameter](parameters/enable_wal.html)"
 msgstr "  * [`pgroonga.enable_wal`パラメーター](parameters/enable_wal.html)"
 
+msgid "## Groonga functions"
+msgstr "## Groongaの関数"
+
+msgid ""
+"You can use them with [`pgroonga.command` function](functions/pgroonga-command"
+".html). You can't use them in `WHERE` clause."
+msgstr ""
+"[`pgroonga.command`関数](functions/pgroonga-command.html)内で以下のGroongaの関数を使えます。`W"
+"HERE`節では使えません。"
+
+msgid ""
+"  * [`pgroonga_tuple_is_alive` Groonga function](groonga-functions/pgroonga-tu"
+"ple-is-alive.html)"
+msgstr ""
+"  * [`pgroonga_tuple_is_alive` Groonga関数](groonga-functions/pgroonga-tuple-is-"
+"alive.html)"
+
 msgid "## Tuning"
 msgstr "## チューニング"
 

  Modified: ja/reference/index.md (+6 -0)
===================================================================
--- ja/reference/index.md    2016-11-09 18:59:09 +0900 (0ab36cd)
+++ ja/reference/index.md    2016-11-09 18:59:39 +0900 (769cef2)
@@ -102,6 +102,12 @@ PGroonga 1.Y.Zは`pgroonga.XXX_v2`という演算子クラスを提供します
 
   * [`pgroonga.enable_wal`パラメーター](parameters/enable_wal.html)
 
+## Groongaの関数
+
+[`pgroonga.command`関数](functions/pgroonga-command.html)内で以下のGroongaの関数を使えます。`WHERE`節では使えません。
+
+  * [`pgroonga_tuple_is_alive` Groonga関数](groonga-functions/pgroonga-tuple-is-alive.html)
+
 ## チューニング
 
 通常、PGroongaはデフォルトで高速に動くため、特別にPGroongaをチューニングする必要はありません。

  Modified: reference/index.md (+6 -0)
===================================================================
--- reference/index.md    2016-11-09 18:59:09 +0900 (7ddd16c)
+++ reference/index.md    2016-11-09 18:59:39 +0900 (b3f38c6)
@@ -102,6 +102,12 @@ If you use them, you need to use [incompatible case steps](../upgrade/#incompati
 
   * [`pgroonga.enable_wal` parameter](parameters/enable_wal.html)
 
+## Groonga functions
+
+You can use them with [`pgroonga.command` function](functions/pgroonga-command.html). You can't use them in `WHERE` clause.
+
+  * [`pgroonga_tuple_is_alive` Groonga function](groonga-functions/pgroonga-tuple-is-alive.html)
+
 ## Tuning
 
 Normally, you don't need to tune PGroonga because PGroonga works well by default.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index