Navigation Menu

Skip to content

Commit

Permalink
doc select: update execution results
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 27, 2015
1 parent 78f99bf commit 24e0a90
Show file tree
Hide file tree
Showing 26 changed files with 249 additions and 94 deletions.
Expand Up @@ -36,12 +36,12 @@ Execution example::
# ],
# [
# "Groonga",
# "I started to use groonga. It's very fast!",
# "I started to use Groonga. It's very fast!",
# 9
# ],
# [
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 4
# ],
# [
Expand Down
Expand Up @@ -36,12 +36,12 @@ Execution example::
# ],
# [
# "Groonga",
# "I started to use groonga. It's very fast!",
# "I started to use Groonga. It's very fast!",
# 2
# ],
# [
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 1
# ],
# [
Expand Down
4 changes: 2 additions & 2 deletions doc/source/example/reference/commands/select/adjuster_one.log
Expand Up @@ -36,12 +36,12 @@ Execution example::
# ],
# [
# "Groonga",
# "I started to use groonga. It's very fast!",
# "I started to use Groonga. It's very fast!",
# 6
# ],
# [
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 1
# ],
# [
Expand Down
9 changes: 7 additions & 2 deletions doc/source/example/reference/commands/select/filter_equal.log
Expand Up @@ -28,13 +28,18 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ]
# ]
# ]
Expand Down
18 changes: 13 additions & 5 deletions doc/source/example/reference/commands/select/filter_less_than.log
Expand Up @@ -28,31 +28,39 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 1,
# "The first post!",
# "Welcome! This is my first post!",
# 5
# 5,
# "Hello"
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ],
# [
# 4,
# "Good-bye Senna",
# "I migrated all Senna system!",
# 3
# 3,
# "Senna"
# ],
# [
# 5,
# "Good-bye Tritonn",
# "I also migrated all Tritonn system!",
# 3
# 3,
# "Senna"
# ]
# ]
# ]
Expand Down
23 changes: 16 additions & 7 deletions doc/source/example/reference/commands/select/limit_negative.log
Expand Up @@ -28,37 +28,46 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 1,
# "The first post!",
# "Welcome! This is my first post!",
# 5
# 5,
# "Hello"
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ],
# [
# 3,
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# 15
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 15,
# "Groonga"
# ],
# [
# 4,
# "Good-bye Senna",
# "I migrated all Senna system!",
# 3
# 3,
# "Senna"
# ],
# [
# 5,
# "Good-bye Tritonn",
# "I also migrated all Tritonn system!",
# 3
# 3,
# "Senna"
# ]
# ]
# ]
Expand Down
Expand Up @@ -28,13 +28,18 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ]
# ]
# ]
Expand Down Expand Up @@ -67,6 +72,10 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ]
# ]
Expand Down
4 changes: 4 additions & 0 deletions doc/source/example/reference/commands/select/no_limit.log
Expand Up @@ -28,6 +28,10 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ]
# ]
Expand Down
Expand Up @@ -24,12 +24,17 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# "The first post!",
# "Welcome! This is my first post!",
# 5
# 5,
# "Hello"
# ]
# ]
# ]
Expand Down
9 changes: 7 additions & 2 deletions doc/source/example/reference/commands/select/paging.log
Expand Up @@ -28,13 +28,18 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ]
# ]
# ]
Expand Down
9 changes: 7 additions & 2 deletions doc/source/example/reference/commands/select/query_and.log
Expand Up @@ -28,13 +28,18 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ]
# ]
# ]
Expand Down
9 changes: 7 additions & 2 deletions doc/source/example/reference/commands/select/query_equal.log
Expand Up @@ -28,13 +28,18 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ]
# ]
# ]
Expand Down
Expand Up @@ -33,19 +33,25 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 2,
# "Groonga",
# "I started to use groonga. It's very fast!",
# 10
# "I started to use Groonga. It's very fast!",
# 10,
# "Groonga"
# ],
# [
# 3,
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# 15
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 15,
# "Groonga"
# ]
# ]
# ]
Expand Down
Expand Up @@ -28,13 +28,18 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 3,
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# 15
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 15,
# "Groonga"
# ]
# ]
# ]
Expand Down Expand Up @@ -67,19 +72,25 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 3,
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# 15
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 15,
# "Groonga"
# ],
# [
# 5,
# "Good-bye Tritonn",
# "I also migrated all Tritonn system!",
# 3
# 3,
# "Senna"
# ]
# ]
# ]
Expand Down Expand Up @@ -112,19 +123,25 @@ Execution example::
# [
# "n_likes",
# "UInt32"
# ],
# [
# "tag",
# "ShortText"
# ]
# ],
# [
# 3,
# "Mroonga",
# "I also started to use mroonga. It's also very fast! Really fast!",
# 15
# "I also started to use Mroonga. It's also very fast! Really fast!",
# 15,
# "Groonga"
# ],
# [
# 5,
# "Good-bye Tritonn",
# "I also migrated all Tritonn system!",
# 3
# 3,
# "Senna"
# ]
# ]
# ]
Expand Down

0 comments on commit 24e0a90

Please sign in to comment.