[Groonga-commit] groonga/groonga at 4c20c82 [master] doc: mark stable some features

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Dec 22 14:58:23 JST 2016


Kouhei Sutou	2016-12-22 14:58:23 +0900 (Thu, 22 Dec 2016)

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

  Message:
    doc: mark stable some features
    
    Target features:
    
      * grndb
      * request_cancel command
      * highlight_html function
      * highlight_full function
      * snippet_html function

  Modified files:
    doc/source/reference/commands/request_cancel.rst
    doc/source/reference/executables/grndb.rst
    doc/source/reference/functions/highlight_full.rst
    doc/source/reference/functions/highlight_html.rst
    doc/source/reference/functions/snippet_html.rst

  Modified: doc/source/reference/commands/request_cancel.rst (+0 -4)
===================================================================
--- doc/source/reference/commands/request_cancel.rst    2016-12-21 22:01:10 +0900 (33261dc)
+++ doc/source/reference/commands/request_cancel.rst    2016-12-22 14:58:23 +0900 (3316ba8)
@@ -8,10 +8,6 @@
 Summary
 -------
 
-.. note::
-
-   This command is an experimental feature.
-
 .. versionadded:: 4.0.9
 
 ``request_cancel`` command cancels a running request.

  Modified: doc/source/reference/executables/grndb.rst (+0 -4)
===================================================================
--- doc/source/reference/executables/grndb.rst    2016-12-21 22:01:10 +0900 (99bf13e)
+++ doc/source/reference/executables/grndb.rst    2016-12-22 14:58:23 +0900 (e1ce78a)
@@ -8,10 +8,6 @@
 Summary
 -------
 
-.. note::
-
-   This executable command is an experimental feature.
-
 .. versionadded:: 4.0.9
 
 ``grndb`` manages a Groonga database.

  Modified: doc/source/reference/functions/highlight_full.rst (+0 -4)
===================================================================
--- doc/source/reference/functions/highlight_full.rst    2016-12-21 22:01:10 +0900 (54181e6)
+++ doc/source/reference/functions/highlight_full.rst    2016-12-22 14:58:23 +0900 (b6a08ec)
@@ -8,10 +8,6 @@
 ``highlight_full``
 ==================
 
-.. caution::
-
-   This feature is experimental. API will be changed.
-
 Summary
 -------
 

  Modified: doc/source/reference/functions/highlight_html.rst (+0 -4)
===================================================================
--- doc/source/reference/functions/highlight_html.rst    2016-12-21 22:01:10 +0900 (164ba02)
+++ doc/source/reference/functions/highlight_html.rst    2016-12-22 14:58:23 +0900 (b0d62e3)
@@ -8,10 +8,6 @@
 ``highlight_html``
 ==================
 
-.. caution::
-
-   This feature is experimental. API will be changed.
-
 .. versionadded:: 4.0.5
 
 Summary

  Modified: doc/source/reference/functions/snippet_html.rst (+0 -8)
===================================================================
--- doc/source/reference/functions/snippet_html.rst    2016-12-21 22:01:10 +0900 (2d1bb62)
+++ doc/source/reference/functions/snippet_html.rst    2016-12-22 14:58:23 +0900 (b8d4163)
@@ -8,10 +8,6 @@
 ``snippet_html``
 ================
 
-.. caution::
-
-   This feature is experimental. API will be changed.
-
 Summary
 -------
 
@@ -54,10 +50,6 @@ Here are a schema definition and sample data to show usage.
 ``snippet_html`` can be used in only ``--output_columns`` in
 :doc:`/reference/commands/select`.
 
-You need to specify ``--command_version 2`` argument explicitly
-because function call in ``--output_columns`` is experimental feature
-in Groonga 2.0.9. It will be enabled by default soon.
-
 You also need to specify ``--query`` and/or ``--filter``. Keywords are
 extracted from ``--query`` and ``--filter`` arguments.
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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