[Groonga-commit] groonga/groonga [master] doc: update description

Back to archive index

HAYASHI Kentaro null+****@clear*****
Tue Jan 22 17:27:01 JST 2013


HAYASHI Kentaro	2013-01-22 17:27:01 +0900 (Tue, 22 Jan 2013)

  New Revision: 926f7bcc54ee991e6edd7954aa0201968c3fa7de
  https://github.com/groonga/groonga/commit/926f7bcc54ee991e6edd7954aa0201968c3fa7de

  Log:
    doc: update description

  Modified files:
    doc/source/news.txt

  Modified: doc/source/news.txt (+6 -1)
===================================================================
--- doc/source/news.txt    2013-01-22 16:53:11 +0900 (f6de336)
+++ doc/source/news.txt    2013-01-22 17:27:01 +0900 (dc06c71)
@@ -14,6 +14,9 @@ Improvements
 ^^^^^^^^^^^^
 
 * Supported multiple ``query()`` in a select command.
+  For example, you can specify the keyword which has different weight such as
+  'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'
+  for ``--filter``.
 * Dropped experimental view feature.
 * Added ``grn_logger_reopen`` API for custom logger.
   Note that ``grn_logger_info`` API is deprecated, use ``grn_logger`` API instead.
@@ -22,10 +25,12 @@ Improvements
 * Added ``grn_default_query_logger_set_path()`` and
   ``grn_default_query_logger_get_path()`` API.
   Note that global ``grn_qlog_path`` variable was removed. Use above API.
-* Added translated documentation about normalizer.
+* Added translated documentation about :doc:`/reference/tables` and :doc:`/reference/normalizer`.
 * [deb][rpm] Improved to install with missing dictionary when
   ``groonga-tokenizer-mecab`` package is installed.
 * Supported :ref:`nested-index-search` with range search.
+  For example, you can specify 'column1.column2...columnN <= "1988-01-04 00:00:00"'
+  in ``--filter``.
 
 Fixes
 ^^^^^
-------------- next part --------------
HTML����������������������������...
下載 



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