[Groonga-mysql-commit] mroonga/mroonga at d7d378e [master] doc: fix invalid explanation about index_flags

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Mar 26 17:13:54 JST 2015


HAYASHI Kentaro	2015-03-26 17:13:54 +0900 (Thu, 26 Mar 2015)

  New Revision: d7d378e569f083d1cafb9cb61bacc4c9dbe9cf1c
  https://github.com/mroonga/mroonga/commit/d7d378e569f083d1cafb9cb61bacc4c9dbe9cf1c

  Message:
    doc: fix invalid explanation about index_flags

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+1 -1)
===================================================================
--- doc/source/news.rst    2015-03-26 16:58:43 +0900 (b2d7d12)
+++ doc/source/news.rst    2015-03-26 17:13:54 +0900 (060e0f4)
@@ -20,7 +20,7 @@ Improvements
 * [windows] Added Visual Studio 2015 build support.
 * Supported to specify options by table comment when primary key is using hash by ``PRIMARY KEY (...) USING HASH``.
   [GitHub#46] [Patch by Naoya Murakami]
-* Supported index column flags by index comment. Use ``FULLTEXT INDEX (...) COMMENT 'index_flags "COLUMN_INDEX"'`` for example. [GitHub#47] [Patch by Naoya Murakami]
+* Supported index column flags by index comment. You can specify ``NONE``, ``WITH_POSITION``, ``WITH_SECTION`` and ``WITH_WEIGHT`` as index column flags. Use ``FULLTEXT INDEX (...) COMMENT 'index_flags "WITH_POSITION|WITH_SECTION"'`` for example. [GitHub#47] [Patch by Naoya Murakami]
 * Supported to build with MySQL 5.7.
 * [rpm][centos] Supported Percona Server 5.6.x on CentOS 6/7. [Tested on CentOS 6 by Yoshino]
 * Supported ``utf8_unicode_520_ci`` and ``utf8mb4_unicode_520_ci``. To support these collations, Mroonga now requires `groonga-normalizer-mysql <https://github.com/groonga/groonga-normalizer-mysql>`_ 1.0.9.
-------------- next part --------------
HTML����������������������������...
下载 



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