[Groonga-commit] groonga/groonga at 38d0eb2 [master] doc select: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Mar 24 10:49:30 JST 2017


Kouhei Sutou	2017-03-24 10:49:30 +0900 (Fri, 24 Mar 2017)

  New Revision: 38d0eb2ddfe860b53a13f3ac6c74ecfa768de7ab
  https://github.com/groonga/groonga/commit/38d0eb2ddfe860b53a13f3ac6c74ecfa768de7ab

  Message:
    doc select: fix a typo
    
    "s" is missing.

  Modified files:
    doc/source/example/reference/commands/select/drilldown_calc_types_all.log
    doc/source/example/reference/commands/select/drilldown_calc_types_avg.log
    doc/source/example/reference/commands/select/drilldown_calc_types_max.log
    doc/source/example/reference/commands/select/drilldown_calc_types_min.log
    doc/source/example/reference/commands/select/drilldown_calc_types_sum.log
    doc/source/example/reference/commands/select/drilldown_limit_negative.log
    doc/source/example/reference/commands/select/drilldown_limit_simple.log
    doc/source/example/reference/commands/select/drilldown_multiple.log
    doc/source/example/reference/commands/select/drilldown_offset_negative.log
    doc/source/example/reference/commands/select/drilldown_offset_simple.log
    doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_asterisk.log
    doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_label.log
    doc/source/example/reference/commands/select/drilldown_output_columns_simple.log
    doc/source/example/reference/commands/select/drilldown_sort_keys_simple.log
    doc/source/example/reference/commands/select/drilldowns_label_keys_multiple.log
    doc/source/example/reference/commands/select/drilldowns_label_output_columns_single_group_key.log
    doc/source/reference/commands/select.rst

  Modified: doc/source/example/reference/commands/select/drilldown_calc_types_all.log (+6 -33)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_calc_types_all.log    2017-03-24 10:32:19 +0900 (ce83b9f)
+++ doc/source/example/reference/commands/select/drilldown_calc_types_all.log    2017-03-24 10:49:30 +0900 (c795846)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit -1 \
-    --output_column _id,n_likes \
+    --output_columns _id,n_likes \
     --drilldown tag \
     --drilldown_calc_types MAX,MIN,SUM,AVG \
     --drilldown_calc_target n_likes \
@@ -24,56 +24,29 @@ Execution example::
   #           "UInt32"
   #         ], 
   #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
   #           "n_likes", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         1, 
-  #         "The first post!", 
-  #         "Welcome! This is my first post!", 
-  #         5, 
-  #         "Hello"
+  #         5
   #       ], 
   #       [
   #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         10
   #       ], 
   #       [
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         15
   #       ], 
   #       [
   #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ], 
   #       [
   #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ]
   #     ], 
   #     [

  Modified: doc/source/example/reference/commands/select/drilldown_calc_types_avg.log (+6 -33)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_calc_types_avg.log    2017-03-24 10:32:19 +0900 (50acb62)
+++ doc/source/example/reference/commands/select/drilldown_calc_types_avg.log    2017-03-24 10:49:30 +0900 (2385427)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit -1 \
-    --output_column _id,n_likes \
+    --output_columns _id,n_likes \
     --drilldown tag \
     --drilldown_calc_types AVG \
     --drilldown_calc_target n_likes \
@@ -24,56 +24,29 @@ Execution example::
   #           "UInt32"
   #         ], 
   #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
   #           "n_likes", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         1, 
-  #         "The first post!", 
-  #         "Welcome! This is my first post!", 
-  #         5, 
-  #         "Hello"
+  #         5
   #       ], 
   #       [
   #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         10
   #       ], 
   #       [
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         15
   #       ], 
   #       [
   #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ], 
   #       [
   #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ]
   #     ], 
   #     [

  Modified: doc/source/example/reference/commands/select/drilldown_calc_types_max.log (+6 -33)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_calc_types_max.log    2017-03-24 10:32:19 +0900 (05d0795)
+++ doc/source/example/reference/commands/select/drilldown_calc_types_max.log    2017-03-24 10:49:30 +0900 (09467b7)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit -1 \
-    --output_column _id,n_likes \
+    --output_columns _id,n_likes \
     --drilldown tag \
     --drilldown_calc_types MAX \
     --drilldown_calc_target n_likes \
@@ -24,56 +24,29 @@ Execution example::
   #           "UInt32"
   #         ], 
   #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
   #           "n_likes", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         1, 
-  #         "The first post!", 
-  #         "Welcome! This is my first post!", 
-  #         5, 
-  #         "Hello"
+  #         5
   #       ], 
   #       [
   #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         10
   #       ], 
   #       [
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         15
   #       ], 
   #       [
   #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ], 
   #       [
   #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ]
   #     ], 
   #     [

  Modified: doc/source/example/reference/commands/select/drilldown_calc_types_min.log (+6 -33)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_calc_types_min.log    2017-03-24 10:32:19 +0900 (2f18111)
+++ doc/source/example/reference/commands/select/drilldown_calc_types_min.log    2017-03-24 10:49:30 +0900 (2db678c)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit -1 \
-    --output_column _id,n_likes \
+    --output_columns _id,n_likes \
     --drilldown tag \
     --drilldown_calc_types MIN \
     --drilldown_calc_target n_likes \
@@ -24,56 +24,29 @@ Execution example::
   #           "UInt32"
   #         ], 
   #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
   #           "n_likes", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         1, 
-  #         "The first post!", 
-  #         "Welcome! This is my first post!", 
-  #         5, 
-  #         "Hello"
+  #         5
   #       ], 
   #       [
   #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         10
   #       ], 
   #       [
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         15
   #       ], 
   #       [
   #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ], 
   #       [
   #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ]
   #     ], 
   #     [

  Modified: doc/source/example/reference/commands/select/drilldown_calc_types_sum.log (+6 -33)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_calc_types_sum.log    2017-03-24 10:32:19 +0900 (0b7358f)
+++ doc/source/example/reference/commands/select/drilldown_calc_types_sum.log    2017-03-24 10:49:30 +0900 (bbf8e81)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit -1 \
-    --output_column _id,n_likes \
+    --output_columns _id,n_likes \
     --drilldown tag \
     --drilldown_calc_types SUM \
     --drilldown_calc_target n_likes \
@@ -24,56 +24,29 @@ Execution example::
   #           "UInt32"
   #         ], 
   #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
   #           "n_likes", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         1, 
-  #         "The first post!", 
-  #         "Welcome! This is my first post!", 
-  #         5, 
-  #         "Hello"
+  #         5
   #       ], 
   #       [
   #         2, 
-  #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         10
   #       ], 
   #       [
   #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         15
   #       ], 
   #       [
   #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ], 
   #       [
   #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         3
   #       ]
   #     ], 
   #     [

  Modified: doc/source/example/reference/commands/select/drilldown_limit_negative.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_limit_negative.log    2017-03-24 10:32:19 +0900 (d4540cc)
+++ doc/source/example/reference/commands/select/drilldown_limit_negative.log    2017-03-24 10:49:30 +0900 (ec934c1)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_sort_keys _key \
     --drilldown_limit -1
@@ -21,22 +21,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_limit_simple.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_limit_simple.log    2017-03-24 10:32:19 +0900 (fbfd01bc)
+++ doc/source/example/reference/commands/select/drilldown_limit_simple.log    2017-03-24 10:49:30 +0900 (1593c15)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_sort_keys _key \
     --drilldown_offset 1 \
@@ -22,22 +22,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_multiple.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_multiple.log    2017-03-24 10:32:19 +0900 (33ae594)
+++ doc/source/example/reference/commands/select/drilldown_multiple.log    2017-03-24 10:49:30 +0900 (3b5f16c)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag,n_likes
   # [
   #   [
@@ -19,22 +19,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_offset_negative.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_offset_negative.log    2017-03-24 10:32:19 +0900 (6e0086c)
+++ doc/source/example/reference/commands/select/drilldown_offset_negative.log    2017-03-24 10:49:30 +0900 (01da525)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_sort_keys _key \
     --drilldown_offset -2
@@ -21,22 +21,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_offset_simple.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_offset_simple.log    2017-03-24 10:32:19 +0900 (ea77c2d)
+++ doc/source/example/reference/commands/select/drilldown_offset_simple.log    2017-03-24 10:49:30 +0900 (fbdbfaa)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_sort_keys _key \
     --drilldown_offset 1
@@ -21,22 +21,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_asterisk.log (+1 -9)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_asterisk.log    2017-03-24 10:32:19 +0900 (0e2cbae)
+++ doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_asterisk.log    2017-03-24 10:49:30 +0900 (5001e0c)
@@ -2,7 +2,7 @@ Execution example::
 
   select Items \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_output_columns '_key, *'
   # [
@@ -20,14 +20,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "Tags"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_label.log (+1 -9)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_label.log    2017-03-24 10:32:19 +0900 (c598286)
+++ doc/source/example/reference/commands/select/drilldown_output_columns_referenced_type_column_label.log    2017-03-24 10:49:30 +0900 (dd69b25)
@@ -2,7 +2,7 @@ Execution example::
 
   select Items \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_output_columns '_key, label'
   # [
@@ -20,14 +20,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "Tags"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_output_columns_simple.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_output_columns_simple.log    2017-03-24 10:32:19 +0900 (7022a7d)
+++ doc/source/example/reference/commands/select/drilldown_output_columns_simple.log    2017-03-24 10:49:30 +0900 (3761a20)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown tag \
     --drilldown_output_columns _key
   # [
@@ -20,22 +20,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldown_sort_keys_simple.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldown_sort_keys_simple.log    2017-03-24 10:32:19 +0900 (140c493)
+++ doc/source/example/reference/commands/select/drilldown_sort_keys_simple.log    2017-03-24 10:49:30 +0900 (e16470a)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldown 'tag, n_likes' \
     --drilldown_sort_keys '-_nsubrecs, _key'
   # [
@@ -20,22 +20,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/example/reference/commands/select/drilldowns_label_keys_multiple.log (+11 -38)
===================================================================
--- doc/source/example/reference/commands/select/drilldowns_label_keys_multiple.log    2017-03-24 10:32:19 +0900 (a49606d)
+++ doc/source/example/reference/commands/select/drilldowns_label_keys_multiple.log    2017-03-24 10:49:30 +0900 (7d0e1bb)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit -1 \
-    --output_column tag,n_likes \
+    --output_columns tag,n_likes \
     --drilldowns[tag.n_likes].keys tag,n_likes \
     --drilldowns[tag.n_likes].output_columns _value.tag,_value.n_likes,_nsubrecs
   # [
@@ -18,60 +18,33 @@ Execution example::
   #       ], 
   #       [
   #         [
-  #           "_id", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
+  #           "tag", 
   #           "ShortText"
   #         ], 
   #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
   #           "n_likes", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ], 
   #       [
-  #         1, 
-  #         "The first post!", 
-  #         "Welcome! This is my first post!", 
-  #         5, 
-  #         "Hello"
+  #         "Hello", 
+  #         5
   #       ], 
   #       [
-  #         2, 
   #         "Groonga", 
-  #         "I started to use Groonga. It's very fast!", 
-  #         10, 
-  #         "Groonga"
+  #         10
   #       ], 
   #       [
-  #         3, 
-  #         "Mroonga", 
-  #         "I also started to use Mroonga. It's also very fast! Really fast!", 
-  #         15, 
-  #         "Groonga"
+  #         "Groonga", 
+  #         15
   #       ], 
   #       [
-  #         4, 
-  #         "Good-bye Senna", 
-  #         "I migrated all Senna system!", 
-  #         3, 
-  #         "Senna"
+  #         "Senna", 
+  #         3
   #       ], 
   #       [
-  #         5, 
-  #         "Good-bye Tritonn", 
-  #         "I also migrated all Tritonn system!", 
-  #         3, 
-  #         "Senna"
+  #         "Senna", 
+  #         3
   #       ]
   #     ], 
   #     {

  Modified: doc/source/example/reference/commands/select/drilldowns_label_output_columns_single_group_key.log (+1 -17)
===================================================================
--- doc/source/example/reference/commands/select/drilldowns_label_output_columns_single_group_key.log    2017-03-24 10:32:19 +0900 (fec2765)
+++ doc/source/example/reference/commands/select/drilldowns_label_output_columns_single_group_key.log    2017-03-24 10:49:30 +0900 (e00ce6d)
@@ -2,7 +2,7 @@ Execution example::
 
   select Entries \
     --limit 0 \
-    --output_column _id \
+    --output_columns _id \
     --drilldowns[tag.n_likes].keys tag,n_likes \
     --drilldowns[tag.n_likes].output_columns _value.tag,_value.n_likes
   # [
@@ -20,22 +20,6 @@ Execution example::
   #         [
   #           "_id", 
   #           "UInt32"
-  #         ], 
-  #         [
-  #           "_key", 
-  #           "ShortText"
-  #         ], 
-  #         [
-  #           "content", 
-  #           "Text"
-  #         ], 
-  #         [
-  #           "n_likes", 
-  #           "UInt32"
-  #         ], 
-  #         [
-  #           "tag", 
-  #           "ShortText"
   #         ]
   #       ]
   #     ], 

  Modified: doc/source/reference/commands/select.rst (+18 -18)
===================================================================
--- doc/source/reference/commands/select.rst    2017-03-24 10:32:19 +0900 (1c8ed57)
+++ doc/source/reference/commands/select.rst    2017-03-24 10:49:30 +0900 (68f2cc1)
@@ -1240,7 +1240,7 @@ Here is a ``drilldown`` with multiple group keys example:
 .. include:: ../../example/reference/commands/select/drilldown_multiple.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag,n_likes
 
 The ``select`` command outputs the following information:
@@ -1282,7 +1282,7 @@ Here is a simple ``drilldown_sort_keys`` example:
 .. include:: ../../example/reference/commands/select/drilldown_sort_keys_simple.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_sort_keys '-_nsubrecs, _key'
 
@@ -1297,7 +1297,7 @@ The sort keys are used in all group keys specified in ``drilldown``:
 .. include:: ../../example/reference/commands/select/drilldown_sort_keys_simple.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown 'tag, n_likes' \
 ..   --drilldown_sort_keys '-_nsubrecs, _key'
 
@@ -1320,7 +1320,7 @@ Here is a ``drilldown_output_columns`` example:
 .. include:: ../../example/reference/commands/select/drilldown_output_columns_simple.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_output_columns _key
 
@@ -1365,7 +1365,7 @@ You can refer ``Tags.label`` by ``label`` in
 .. include:: ../../example/reference/commands/select/drilldown_output_columns_referenced_type_column_label.log
 .. select Items \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_output_columns '_key, label'
 
@@ -1375,7 +1375,7 @@ You can use ``*`` to refer all columns in referenced table (= ``Tags``):
 .. include:: ../../example/reference/commands/select/drilldown_output_columns_referenced_type_column_asterisk.log
 .. select Items \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_output_columns '_key, *'
 
@@ -1405,7 +1405,7 @@ Here is a ``drilldown_offset`` example:
 .. include:: ../../example/reference/commands/select/drilldown_offset_simple.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_sort_keys _key \
 ..   --drilldown_offset 1
@@ -1422,7 +1422,7 @@ grouped result to the 3rd grouped result.
 .. include:: ../../example/reference/commands/select/drilldown_offset_negative.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_sort_keys _key \
 ..   --drilldown_offset -2
@@ -1446,7 +1446,7 @@ Here is a ``drilldown_limit`` example:
 .. include:: ../../example/reference/commands/select/drilldown_limit_simple.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_sort_keys _key \
 ..   --drilldown_offset 1 \
@@ -1464,7 +1464,7 @@ Here is a negative ``drilldown_limit`` value example.
 .. include:: ../../example/reference/commands/select/drilldown_limit_negative.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldown tag \
 ..   --drilldown_sort_keys _key \
 ..   --drilldown_limit -1
@@ -1532,7 +1532,7 @@ Here is a ``MAX`` example:
 .. include:: ../../example/reference/commands/select/drilldown_calc_types_max.log
 .. select Entries \
 ..   --limit -1 \
-..   --output_column _id,n_likes \
+..   --output_columns _id,n_likes \
 ..   --drilldown tag \
 ..   --drilldown_calc_types MAX \
 ..   --drilldown_calc_target n_likes \
@@ -1550,7 +1550,7 @@ Here is a ``MIN`` example:
 .. include:: ../../example/reference/commands/select/drilldown_calc_types_min.log
 .. select Entries \
 ..   --limit -1 \
-..   --output_column _id,n_likes \
+..   --output_columns _id,n_likes \
 ..   --drilldown tag \
 ..   --drilldown_calc_types MIN \
 ..   --drilldown_calc_target n_likes \
@@ -1568,7 +1568,7 @@ Here is a ``SUM`` example:
 .. include:: ../../example/reference/commands/select/drilldown_calc_types_sum.log
 .. select Entries \
 ..   --limit -1 \
-..   --output_column _id,n_likes \
+..   --output_columns _id,n_likes \
 ..   --drilldown tag \
 ..   --drilldown_calc_types SUM \
 ..   --drilldown_calc_target n_likes \
@@ -1586,7 +1586,7 @@ Here is a ``AVG`` example:
 .. include:: ../../example/reference/commands/select/drilldown_calc_types_avg.log
 .. select Entries \
 ..   --limit -1 \
-..   --output_column _id,n_likes \
+..   --output_columns _id,n_likes \
 ..   --drilldown tag \
 ..   --drilldown_calc_types AVG \
 ..   --drilldown_calc_target n_likes \
@@ -1604,7 +1604,7 @@ Here is an example that uses all calculation types:
 .. include:: ../../example/reference/commands/select/drilldown_calc_types_all.log
 .. select Entries \
 ..   --limit -1 \
-..   --output_column _id,n_likes \
+..   --output_columns _id,n_likes \
 ..   --drilldown tag \
 ..   --drilldown_calc_types MAX,MIN,SUM,AVG \
 ..   --drilldown_calc_target n_likes \
@@ -1735,7 +1735,7 @@ column values:
 .. include:: ../../example/reference/commands/select/drilldowns_label_keys_multiple.log
 .. select Entries \
 ..   --limit -1 \
-..   --output_column tag,n_likes \
+..   --output_columns tag,n_likes \
 ..   --drilldowns[tag.n_likes].keys tag,n_likes \
 ..   --drilldowns[tag.n_likes].output_columns _value.tag,_value.n_likes,_nsubrecs
 
@@ -1772,7 +1772,7 @@ Here is an example to refer single group key by ``_key``
 .. include:: ../../example/reference/commands/select/drilldowns_label_output_columns_single_group_key.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldowns[tag.n_likes].keys tag \
 ..   --drilldowns[tag.n_likes].output_columns _key
 
@@ -1789,7 +1789,7 @@ Here is an example to refer each group key in multiple group keys by
 .. include:: ../../example/reference/commands/select/drilldowns_label_output_columns_single_group_key.log
 .. select Entries \
 ..   --limit 0 \
-..   --output_column _id \
+..   --output_columns _id \
 ..   --drilldowns[tag.n_likes].keys tag,n_likes \
 ..   --drilldowns[tag.n_likes].output_columns _value.tag,_value.n_likes
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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