[Groonga-commit] groonga/groonga at 6d98c26 [master] doc tokenize: fix the default of mode

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 14 23:10:01 JST 2014


Kouhei Sutou	2014-08-14 23:10:01 +0900 (Thu, 14 Aug 2014)

  New Revision: 6d98c261c6f2a9f1db7d22e9db9d1783d1eaca0b
  https://github.com/groonga/groonga/commit/6d98c261c6f2a9f1db7d22e9db9d1783d1eaca0b

  Message:
    doc tokenize: fix the default of mode

  Modified files:
    doc/source/reference/commands/tokenize.rst

  Modified: doc/source/reference/commands/tokenize.rst (+3 -1)
===================================================================
--- doc/source/reference/commands/tokenize.rst    2014-08-14 23:08:08 +0900 (d569b1a)
+++ doc/source/reference/commands/tokenize.rst    2014-08-14 23:10:01 +0900 (2e1f3fd)
@@ -25,7 +25,7 @@ optional::
            string
            [normalizer=null]
            [flags=NONE]
-           [mode=null]
+           [mode=ADD]
 
 Usage
 -----
@@ -172,6 +172,8 @@ is tokenized by the rule that adding a document. If the mode is specified
 ``GET``, the text is tokenized by the rule that searching a document. If
 the mode is omitted, the text is tokenized by the ``ADD`` mode.
 
+The default mode is ``ADD``.
+
 Here is an example to the ``ADD`` mode.
 
 .. groonga-command
-------------- next part --------------
HTML����������������������������...
Download 



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