[Groonga-mysql-commit] mroonga/mroonga at de367d2 [master] doc: add description about none

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Sep 27 12:12:45 JST 2018


Kentaro Hayashi	2018-09-27 12:12:45 +0900 (Thu, 27 Sep 2018)

  Revision: de367d25e77fc77cbe240b53cd034595504eb413
  https://github.com/mroonga/mroonga/commit/de367d25e77fc77cbe240b53cd034595504eb413

  Message:
    doc: add description about none

  Modified files:
    doc/source/tutorial/storage.rst

  Modified: doc/source/tutorial/storage.rst (+5 -0)
===================================================================
--- doc/source/tutorial/storage.rst    2018-09-27 11:42:50 +0900 (34837805)
+++ doc/source/tutorial/storage.rst    2018-09-27 12:12:45 +0900 (bd907330)
@@ -128,6 +128,11 @@ You can specify one of the following values as the tokenizer. "tokenizer" in Mro
        ``content`` as is. For example, this value is used for prefix
        search.
 
+   * - ``none``
+     - .. versionadded:: 8.07 It does not tokenize at all. Use
+       ``none`` if you want to treat ``content`` as is. For example,
+       this value is used for prefix search.
+
    * - ``TokenBigram``
      - It tokenises in bigram. But continuous alphabets, numbers or
        symbols are treated as a token. So there can exist tokes with 3
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180927/2b428fbf/attachment.htm 



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