[Groonga-commit] groonga/groonga at c0ccb9c [master] doc: indent

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Mar 27 10:20:54 JST 2015


HAYASHI Kentaro	2015-03-27 10:20:54 +0900 (Fri, 27 Mar 2015)

  New Revision: c0ccb9cbe56e7279084224870d3f45934acf7c8f
  https://github.com/groonga/groonga/commit/c0ccb9cbe56e7279084224870d3f45934acf7c8f

  Message:
    doc: indent

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+1 -1)
===================================================================
--- doc/source/news.rst    2015-03-27 09:52:43 +0900 (3758da1)
+++ doc/source/news.rst    2015-03-27 10:20:54 +0900 (d76ae17)
@@ -34,7 +34,7 @@ Improvements
 * Added missing NormalizerAuto availability check. [GitHub#283] [Reported by Tasuku SUENAGA]
 * Dropped Visual Studio 2010 support.
 * [experimental][mecab] Supported chunked tokenization. This feature is a workaround for MeCab's "too long sentense" error.
-Specify ``GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=yes`` environment variable to enable it. By this configuration, Groonga splits a long text (8192 bytes over text by default) into small chunks and passes each chunk to MeCab. so above error doesn't occur. Additionally, you can customize chunk threshold bytes by ``GRN_MECAB_CHUNK_SIZE_THRESHOLD`` environment variable. Note that ``,``, ``.``, ``!``, ``?``, ``U+3001 IDEOGRAPHIC COMMA``, ``U+3002 IDEOGRAPHIC FULL STOP``, ``U+FF01 FULLWIDTH EXCLAMATION MARK`` and ``U+FF1F FULLWIDTH QUESTION MARK`` are treated as chunk delimiter characters.
+  Specify ``GRN_MECAB_CHUNKED_TOKENIZE_ENABLED=yes`` environment variable to enable it. By this configuration, Groonga splits a long text (8192 bytes over text by default) into small chunks and passes each chunk to MeCab. so above error doesn't occur. Additionally, you can customize chunk threshold bytes by ``GRN_MECAB_CHUNK_SIZE_THRESHOLD`` environment variable. Note that ``,``, ``.``, ``!``, ``?``, ``U+3001 IDEOGRAPHIC COMMA``, ``U+3002 IDEOGRAPHIC FULL STOP``, ``U+FF01 FULLWIDTH EXCLAMATION MARK`` and ``U+FF1F FULLWIDTH QUESTION MARK`` are treated as chunk delimiter characters.
 * Supported scorer with weight. Use ``SCORER(...) * 10'`` for example.
 * Supported ``--pid-file`` in server mode for groonga command.
 * [groonga-httpd] Supported graceful stop to clean Groonga. It doesn't terminate the open connections immediately.
-------------- next part --------------
HTML����������������������������...
Download 



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