[Groonga-commit] groonga/groonga at 68b4194 [master] doc: fix English and markup

アーカイブの一覧に戻る

Yasuhiro Horimoto null+****@clear*****
Wed Feb 7 21:55:53 JST 2018


Yasuhiro Horimoto	2018-02-07 21:55:53 +0900 (Wed, 07 Feb 2018)

  New Revision: 68b41942888a3177dc3bbcafc21c19851449722f
  https://github.com/groonga/groonga/commit/68b41942888a3177dc3bbcafc21c19851449722f

  Merged 8cbd1e7: Merge pull request #816 from komainu8/release8.0.0_update_news

  Message:
    doc: fix English and markup

  Modified files:
    doc/source/news.rst

  Modified: doc/source/news.rst (+12 -11)
===================================================================
--- doc/source/news.rst    2018-02-07 17:12:57 +0900 (6c1e8bbb7)
+++ doc/source/news.rst    2018-02-07 21:55:53 +0900 (f2df556c1)
@@ -17,31 +17,32 @@ Improvements
 
 * [:doc:`/reference/commands/select`] Added ``--drilldown_adjuster`` and
   ``--drilldowns[LABEL].adjuster``.
-  You can score adjust against result of drilldown.
+  You can adjust score against result of drilldown.
 
 * [:ref:`online-index-construction`] Changed environment variable name
   ``GRN_II_REDUCE_EXPIRE_ENABLE`` to ``GRN_II_REDUCE_EXPIRE_THRESHOLD``.
 
-  GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no.
-  GRN_II_REDUCE_EXPIRE_THRESHOLD=-1 (default) uses
+  ``GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no``.
+  ``GRN_II_REDUCE_EXPIRE_THRESHOLD=32`` (default) uses
   ii->chunk->max_map_seg / 2 as threshold.
-  GRN_II_REDUCE_EXPIRE_THRESHOLD > 0 uses
-  MIN(ii->chunk->max_map_seg / 2, GRN_II_REDUCE_EXPIRE_THRESHOLD)
+  ``GRN_II_REDUCE_EXPIRE_THRESHOLD > 0`` uses
+  MIN(ii->chunk->max_map_seg / 2, ``GRN_II_REDUCE_EXPIRE_THRESHOLD``)
   as threshold.
 
-* [:doc:`/reference/functions/between`] Accept between() without borders.
-  If the number of arguments passed to between() is 3, the 2nd and 3rd
-  arguments are handled as the inclusive edges.[GitHub#685]
+* [:doc:`/reference/functions/between`] Accept ``between()`` without borders.
+  If the number of arguments passed to ``between()`` is 3, the 2nd and 3rd
+  arguments are handled as the inclusive edges. [GitHub#685]
 
 Fixes
 ^^^^^
 
-* Fixed a memory leak for not tiny hash table.
+* Fixed a memory leak for normal hash table.
   [GitHub:mroonga/mroonga#190][Reported by fuku1]
 
-* Fix a memory leak for not tiny array.
+* Fix a memory leak for normal array.
 
-* [:doc:`/reference/commands/select`] Don't cache when output_columns uses not stable function.
+* [:doc:`/reference/commands/select`] Stopped to cache when ``output_columns``
+  uses not stable function.
 
 * [Windows] Fixed wrong value report on WSASend error.
 
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180207/9fcf5ada/attachment-0001.htm 



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