[Groonga-mysql-commit] mroonga/mroonga [master] doc en: add install procedure about mroonga_snippet function

Back to archive index

HAYASHI Kentaro null+****@clear*****
Wed Sep 26 19:21:07 JST 2012


HAYASHI Kentaro	2012-09-26 19:21:07 +0900 (Wed, 26 Sep 2012)

  New Revision: 25289c51726d5120dd4dc6db6aa9e47bb2d726e6
  https://github.com/mroonga/mroonga/commit/25289c51726d5120dd4dc6db6aa9e47bb2d726e6

  Log:
    doc en: add install procedure about mroonga_snippet function

  Modified files:
    doc/source/install.rst

  Modified: doc/source/install.rst (+6 -0)
===================================================================
--- doc/source/install.rst    2012-09-26 17:19:20 +0900 (dcce342)
+++ doc/source/install.rst    2012-09-26 19:21:07 +0900 (84eac0e)
@@ -361,3 +361,9 @@ To get the record ID assigned by groonga in INSERT, install last_insert_grn_id f
 Invoke CREATE FUNCTION like the following. ::
 
  mysql> CREATE FUNCTION last_insert_grn_id RETURNS INTEGER soname 'ha_mroonga.so';
+
+To enable snippet (keyword in context) UDF, install mroonga_snippet function.
+
+Invoke CREATE FUNCTION like the following. ::
+
+ mysql> CREATE FUNCTION mroonga_snippet RETURNS STRING soname 'ha_mroonga.so';
-------------- next part --------------
HTML����������������������������...
Descargar 



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