Navigation Menu

Skip to content

Commit

Permalink
doc: update execution examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 20, 2017
1 parent a2923bf commit b46c205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Expand Up @@ -6,7 +6,7 @@ Execution example::
--limit 0 \
--output_columns _id \
--drilldowns[tag].keys tag \
--drilldowns[tag].tiler "_nsubrecs > 1" \
--drilldowns[tag].filter "_nsubrecs > 1" \
--drilldowns[tag].output_columns _key,_nsubrecs
# [
# [
Expand All @@ -29,7 +29,7 @@ Execution example::
# {
# "tag": [
# [
# 3
# 2
# ],
# [
# [
Expand All @@ -42,10 +42,6 @@ Execution example::
# ]
# ],
# [
# "Hello",
# 1
# ],
# [
# "Groonga",
# 2
# ],
Expand Down
Expand Up @@ -11,7 +11,7 @@ Execution example::
# [
# "Groonga::Sharding::LogicalSelectCommand::Executor.execute_search",
# "/home/kou/work/c/groonga.clean/plugins/sharding/logical_select.rb",
# 726
# 728
# ]
# ]
# ]
Expand Down

0 comments on commit b46c205

Please sign in to comment.