[Groonga-mysql-commit] mroonga/mroonga at 19a7ac7 [master] doc: use tokenizer instead of parser

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Jun 28 18:14:23 JST 2016


Kentaro Hayashi	2016-06-28 18:14:23 +0900 (Tue, 28 Jun 2016)

  New Revision: 19a7ac7e365c9922367f9800055915c1d19453ae
  https://github.com/mroonga/mroonga/commit/19a7ac7e365c9922367f9800055915c1d19453ae

  Message:
    doc: use tokenizer instead of parser
    
    --with-default-parser option is deprecated since Mroonga 5.04

  Modified files:
    doc/source/install/others.rst

  Modified: doc/source/install/others.rst (+5 -5)
===================================================================
--- doc/source/install/others.rst    2016-06-28 17:56:20 +0900 (946a25b)
+++ doc/source/install/others.rst    2016-06-28 18:14:23 +0900 (77bac89)
@@ -183,20 +183,20 @@ this parameter::
   % ./configure \
       --with-mysql-source=/usr/local/src/mysql-5.6.21
 
-``--with-default-parser=PARSER``
-++++++++++++++++++++++++++++++++
+``--with-default-tokenizer=TOKENIZER``
+++++++++++++++++++++++++++++++++++++++
 
-Specifies the default parser for full text. You can custom it in
+Specifies the default tokenizer for full text. You can custom it in
 my.cnf.
 
 The default is ``TokenBigram``.
 
-Here is an example to use ``TokenMecab`` as the default parser::
+Here is an example to use ``TokenMecab`` as the default tokenizer::
 
   % ./configure \
       --with-mysql-source=/usr/local/src/mysql-5.6.21 \
       --with-mysql-config=/usr/local/mysql/bin/mysql_config \
-      --with-default-parser=TokenMecab
+      --with-default-tokenizer=TokenMecab
 
 ``--prefix=PATH``
 +++++++++++++++++
-------------- next part --------------
HTML����������������������������...
Download 



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