[Groonga-commit] groonga/groonga at 5308239 [master] doc: show only interested values

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 27 16:21:39 JST 2015


Kouhei Sutou	2015-01-27 16:21:39 +0900 (Tue, 27 Jan 2015)

  New Revision: 53082391f0385be53507096378f17709e4a9dffc
  https://github.com/groonga/groonga/commit/53082391f0385be53507096378f17709e4a9dffc

  Message:
    doc: show only interested values

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

  Modified: doc/source/reference/commands/select.rst (+4 -1)
===================================================================
--- doc/source/reference/commands/select.rst    2015-01-27 16:21:27 +0900 (582cec9)
+++ doc/source/reference/commands/select.rst    2015-01-27 16:21:39 +0900 (22efa2b)
@@ -900,7 +900,9 @@ Here is a simple ``drilldown`` example:
 
 .. groonga-command
 .. include:: ../../example/reference/commands/select/drilldown_simple.log
-.. select Entries --drilldown tag
+.. select Entries \
+..   --output_columns _key,tag \
+..   --drilldown tag
 
 The ``select`` command outputs the following information:
 
@@ -913,6 +915,7 @@ Here is a ``drilldown`` with search condition example:
 .. groonga-command
 .. include:: ../../example/reference/commands/select/drilldown_filter.log
 .. select Entries \
+..   --output_columns _key,tag \
 ..   --filter 'n_likes >= 5' \
 ..   --drilldown tag
 
-------------- next part --------------
HTML����������������������������...
Download 



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