Navigation Menu

Skip to content

Commit

Permalink
doc en: add install procedure about mroonga_snippet function
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Sep 26, 2012
1 parent 9d9446d commit 25289c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/install.rst
Expand Up @@ -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';

0 comments on commit 25289c5

Please sign in to comment.