Yasuhiro Horimoto
null+****@clear*****
Mon Apr 23 18:53:52 JST 2018
Yasuhiro Horimoto 2018-04-23 18:53:52 +0900 (Mon, 23 Apr 2018) New Revision: af3afb021305f9123f9cb9035c00452ed4d0198f https://github.com/groonga/groonga/commit/af3afb021305f9123f9cb9035c00452ed4d0198f Merged b45146e: Merge pull request #838 from komainu8/update_news_for_8.0.2 Message: doc news: add more descriptions and missing entry Modified files: doc/source/news.rst Modified: doc/source/news.rst (+17 -3) =================================================================== --- doc/source/news.rst 2018-04-20 17:31:27 +0900 (fd071e1be) +++ doc/source/news.rst 2018-04-23 18:53:52 +0900 (6afbde9cd) @@ -19,12 +19,10 @@ Improvements ``grndb recover --force-truncate`` option that it can be truncated even if locks are left on the table. -* [Windows] Use ``CONDITION_VARIABLE`` instead of Groonga's original implementation. - * [:doc:`/reference/commands/logical_range_filter`] Added ``sort_keys`` option. * Added a new function ``time_format()``. - You can specify time format against a column of Time type. + You can specify time format against a column of ``Time`` type. You can specify with use format of ``strftime`` . * [:doc:`/reference/tokenizers`] Added the tokenizer that to be able to set options. @@ -34,11 +32,19 @@ Improvements when you can set "3" to "N". * ``loose_symbol`` : The keywords including symbols are hit, even the keywords not including symbols are hit also. + For example, even if "090-1111-2222" is searched as "09011112222", + "090", "1111", "2222", "090-1111-2222", hits. * ``remove_blank`` : Ignore blank. + For example, even if "a b c" is searched as "abc", "a", "b", "c", hits. * ``loose_blank`` : The keywords including blank are hit, even the keywords not including blank are hit also. + For example, even if "080 1111 2222" is searched as "08011112222", + "080", "1111", "2222", "080 1111 2222", hits. * [:doc:`/reference/normalizers`] Support Unicode 10.0 + You can use a normalizer that supported Unicode 10.0 by specifying + as below. + ``--normalizer NormalizerNFKC100`` * [:doc:`/reference/normalizers`] Added the normalizers that to be able to set options. You can dynamically change normalizer's behavior. @@ -69,12 +75,20 @@ Improvements * [httpd] Updated bundled nginx to 1.13.12. +* Supported Ubuntu 18.04 (Bionic Beaver) + Fixes ^^^^^ * Fixed a bug that unexpected record is matched with space only query. [groonga-dev,04609][Reported by satouyuzh] +* Fixed a bug that wrong scorer may be used. + It's caused when multiple scorers are used as below. + ``--match_columns 'title || scorer_tf_at_most(content, 2.0)'``. + +* Fixed a bug that it may also take so much time to change "thread_limit". + Thanks ^^^^^^ -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180423/03e3b583/attachment-0001.htm