[Groonga-commit] groonga/groonga at b22959a [master] doc: mark deprecated option in Groonga 6.0.3

Back to archive index

Kentaro Hayashi null+****@clear*****
Mon May 30 17:06:25 JST 2016


Kentaro Hayashi	2016-05-30 17:06:25 +0900 (Mon, 30 May 2016)

  New Revision: b22959ad525b995b2d8e09ede9b7b4a24dd52307
  https://github.com/groonga/groonga/commit/b22959ad525b995b2d8e09ede9b7b4a24dd52307

  Message:
    doc: mark deprecated option in Groonga 6.0.3

  Modified files:
    doc/source/reference/commands/select.rst

  Modified: doc/source/reference/commands/select.rst (+16 -0)
===================================================================
--- doc/source/reference/commands/select.rst    2016-05-29 14:45:51 +0900 (bd71002)
+++ doc/source/reference/commands/select.rst    2016-05-30 17:06:25 +0900 (ad8467e)
@@ -789,6 +789,14 @@ values except ``_score`` are outputted.
 ``sortby``
 """"""""""
 
+.. deprecated:: 6.0.3
+   Use :ref:`select-sort-keys` instead.
+
+.. _select-sort-keys:
+
+``sort_keys``
+"""""""""""""
+
 Specifies sort keys separated by ``,``. Each sort key is column
 name.
 
@@ -975,6 +983,14 @@ The ``select`` command outputs the following information:
 ``drilldown_sortby``
 """"""""""""""""""""
 
+.. deprecated:: 6.0.3
+   Use :ref:`select-drilldown-sort-keys` instead.
+
+.. _select-drilldown-sort-keys:
+
+``drilldown_sort_keys``
+"""""""""""""""""""""""
+
 Specifies sort keys for drilldown outputs separated by ``,``. Each
 sort key is column name.
 
-------------- next part --------------
HTML����������������������������...
Download 



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