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

アーカイブの一覧に戻る

HAYASHI Kentaro null+****@clear*****
Thu Nov 22 13:33:28 JST 2012


HAYASHI Kentaro	2012-11-22 13:33:28 +0900 (Thu, 22 Nov 2012)

  New Revision: 4a54895e5cdefb8063396b7d45a002dffa955f66
  https://github.com/groonga/groonga/commit/4a54895e5cdefb8063396b7d45a002dffa955f66

  Log:
    doc: update description more user friendly

  Modified files:
    doc/source/news.txt
    doc/source/reference/indexing.txt

  Modified: doc/source/news.txt (+12 -10)
===================================================================
--- doc/source/news.txt    2012-11-22 11:18:48 +0900 (b1d3c0d)
+++ doc/source/news.txt    2012-11-22 13:33:28 +0900 (2c9f44c)
@@ -16,36 +16,38 @@ Improvements
 * Supported to calculate the value of distance accross border
   in ``geo_distance`` with ``rectangle`` as approximate type. [#1534]
 * [doc] Added the :doc:`/spec/gqtp` specification.
-* Supported normalization even if 1 token was passed to tokenizer.
 * Improved to ignore non critical ``getaddrinfo()`` error which groonga command emits on startup.
 * [experimental] Added ``snippet_html()`` function which extract keyword and surrounding text.
+  See :doc:`/reference/functions/snippet_html` about details.
 * Supported to report error reason when error occured during reading table record.
-* Supported nested index search which enables you to search keyword from multiple table column 
-  by concatinate multiple indexed column name with dot character.
+* Supported to search with keyword by nested index notation ( concatinate multiple 
+  indexed column name with dot character ) if there is a relationship between
+  multiple table with index.
 * Supported to log "[tokenizer][mecab]" tag by ``TokenMecab``.
 * Supported to log "[tokenizer][kytea]" tag by ``TokenKyTea``.
 
 Fixes
 ^^^^^
 
-* Fixed to use network byte order for status code of :ref:`gqtp-header-spec` header.
-  This change affects that groonga <= 2.0.8 client can not connect to groonga 2.0.9 or later.
-* Fixed a bug that UTF-8 normalization computes wrong offset which affects.
+* Fixed to use network byte order for status code of :ref:`gqtp-header-spec`.
+  This change affects that groonga <= 2.0.8 client which connects to groonga server 2.0.9
+  or later can not show status code properly when command failed.
+* Fixed a bug that UTF-8 normalization computes wrong offset which affects to return value
+  of ``snippet_html()``. This change not to insert tag of snippet into invalid location.
   [#1531] [Reported by Tomoatsu Shimada]
 * [windows] Fixed over allocated memory access which cause segmentation fault
   on startup by groonga command. [#1532] [Patch by Akio Tajima]
 * [windows] Fixed a bug that column value couldn't be read when total amount of column data 
   exceeds 128MB. [groonga-dev,01088] [Reported by ongaeshi]
-* Fixed offline index construction for index of ``_key``.
 * Fixed a bug that searching with indexed column for ``Int*`` and ``UInt*`` 
-  except ``Int32/Uint32`` is broken.
+  except ``Int32/Uint32`` returns invalid results.
 * Fixed a bug that deleting record can be found.
 * Fixed a bug that latin1 and koi8r normalizations could not process all string data
   if given string contains NULL character on the way.
 * Fixed to return the correct default value of type when nonexistent reference
   was executed by ``select`` command.
-* Fixed to exclude the value of vector column metadata in offline index construction
-  which affects search results.
+* Fixed to exclude the value of vector column metadata in :ref:``offline-index-construction``.
+  This change not to contain such a metadata as search results.
 
 Thanks
 ^^^^^^

  Modified: doc/source/reference/indexing.txt (+2 -0)
===================================================================
--- doc/source/reference/indexing.txt    2012-11-22 11:18:48 +0900 (a1c33bd)
+++ doc/source/reference/indexing.txt    2012-11-22 13:33:28 +0900 (2a8a30d)
@@ -25,6 +25,8 @@ tweets, news, blog posts and so on will value
 freshness. Online index construction can make fresh
 documents searchable and keep searchable while indexing.
 
+.. offline-index-construction::
+
 Offline index construction
 --------------------------
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る