[Groonga-commit] groonga/groonga at 24e0a90 [master] doc select: update execution results

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 27 19:08:42 JST 2015


Kouhei Sutou	2015-01-27 19:08:42 +0900 (Tue, 27 Jan 2015)

  New Revision: 24e0a906d9fc3e8655f7831ad6db1babcfe8fe97
  https://github.com/groonga/groonga/commit/24e0a906d9fc3e8655f7831ad6db1babcfe8fe97

  Message:
    doc select: update execution results

  Modified files:
    doc/source/example/reference/commands/select/adjuster_multiple.log
    doc/source/example/reference/commands/select/adjuster_no_factor.log
    doc/source/example/reference/commands/select/adjuster_one.log
    doc/source/example/reference/commands/select/filter_equal.log
    doc/source/example/reference/commands/select/filter_less_than.log
    doc/source/example/reference/commands/select/limit_negative.log
    doc/source/example/reference/commands/select/match_escalation_threshold.log
    doc/source/example/reference/commands/select/no_limit.log
    doc/source/example/reference/commands/select/output_columns_asterisk.log
    doc/source/example/reference/commands/select/paging.log
    doc/source/example/reference/commands/select/query_and.log
    doc/source/example/reference/commands/select/query_equal.log
    doc/source/example/reference/commands/select/query_expander_complex.log
    doc/source/example/reference/commands/select/query_expander_substitute.log
    doc/source/example/reference/commands/select/query_flags_allow_column.log
    doc/source/example/reference/commands/select/query_flags_allow_leading_not.log
    doc/source/example/reference/commands/select/query_flags_none.log
    doc/source/example/reference/commands/select/query_less_than.log
    doc/source/example/reference/commands/select/query_or.log
    doc/source/example/reference/commands/select/simple_filter.log
    doc/source/example/reference/commands/select/simple_query.log
    doc/source/example/reference/commands/select/simple_usage.log
    doc/source/example/reference/commands/select/sortby_descending.log
    doc/source/example/reference/commands/select/sortby_simple.log
    doc/source/example/reference/commands/select/table_nonexistent.log
    doc/source/example/reference/commands/select/usage_setup.log

  Modified: doc/source/example/reference/commands/select/adjuster_multiple.log (+2 -2)
===================================================================
--- doc/source/example/reference/commands/select/adjuster_multiple.log    2015-01-27 19:07:19 +0900 (1f58cd9)
+++ doc/source/example/reference/commands/select/adjuster_multiple.log    2015-01-27 19:08:42 +0900 (eea3235)
@@ -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
   #       ], 
   #       [

  Modified: doc/source/example/reference/commands/select/adjuster_no_factor.log (+2 -2)
===================================================================
--- doc/source/example/reference/commands/select/adjuster_no_factor.log    2015-01-27 19:07:19 +0900 (94baa82)
+++ doc/source/example/reference/commands/select/adjuster_no_factor.log    2015-01-27 19:08:42 +0900 (cb3c9db)
@@ -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
   #       ], 
   #       [

  Modified: doc/source/example/reference/commands/select/adjuster_one.log (+2 -2)
===================================================================
--- doc/source/example/reference/commands/select/adjuster_one.log    2015-01-27 19:07:19 +0900 (8e3de98)
+++ doc/source/example/reference/commands/select/adjuster_one.log    2015-01-27 19:08:42 +0900 (af6ce2d)
@@ -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
   #       ], 
   #       [

  Modified: doc/source/example/reference/commands/select/filter_equal.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/filter_equal.log    2015-01-27 19:07:19 +0900 (ac4d82e)
+++ doc/source/example/reference/commands/select/filter_equal.log    2015-01-27 19:08:42 +0900 (31ce0bf)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/filter_less_than.log (+13 -5)
===================================================================
--- doc/source/example/reference/commands/select/filter_less_than.log    2015-01-27 19:07:19 +0900 (915a2c4)
+++ doc/source/example/reference/commands/select/filter_less_than.log    2015-01-27 19:08:42 +0900 (d2207fd)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/limit_negative.log (+16 -7)
===================================================================
--- doc/source/example/reference/commands/select/limit_negative.log    2015-01-27 19:07:19 +0900 (4b2cb54)
+++ doc/source/example/reference/commands/select/limit_negative.log    2015-01-27 19:08:42 +0900 (a6d941e)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/match_escalation_threshold.log (+11 -2)
===================================================================
--- doc/source/example/reference/commands/select/match_escalation_threshold.log    2015-01-27 19:07:19 +0900 (d3f63e0)
+++ doc/source/example/reference/commands/select/match_escalation_threshold.log    2015-01-27 19:08:42 +0900 (234ba43)
@@ -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"
   #       ]
   #     ]
   #   ]
@@ -67,6 +72,10 @@ Execution example::
   #         [
   #           "n_likes", 
   #           "UInt32"
+  #         ], 
+  #         [
+  #           "tag", 
+  #           "ShortText"
   #         ]
   #       ]
   #     ]

  Modified: doc/source/example/reference/commands/select/no_limit.log (+4 -0)
===================================================================
--- doc/source/example/reference/commands/select/no_limit.log    2015-01-27 19:07:19 +0900 (44b2445)
+++ doc/source/example/reference/commands/select/no_limit.log    2015-01-27 19:08:42 +0900 (220ce14)
@@ -28,6 +28,10 @@ Execution example::
   #         [
   #           "n_likes", 
   #           "UInt32"
+  #         ], 
+  #         [
+  #           "tag", 
+  #           "ShortText"
   #         ]
   #       ]
   #     ]

  Modified: doc/source/example/reference/commands/select/output_columns_asterisk.log (+6 -1)
===================================================================
--- doc/source/example/reference/commands/select/output_columns_asterisk.log    2015-01-27 19:07:19 +0900 (987b466)
+++ doc/source/example/reference/commands/select/output_columns_asterisk.log    2015-01-27 19:08:42 +0900 (5174a87)
@@ -24,12 +24,17 @@ Execution example::
   #         [
   #           "n_likes", 
   #           "UInt32"
+  #         ], 
+  #         [
+  #           "tag", 
+  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         "The first post!", 
   #         "Welcome! This is my first post!", 
-  #         5
+  #         5, 
+  #         "Hello"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/paging.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/paging.log    2015-01-27 19:07:19 +0900 (8f6b7c8)
+++ doc/source/example/reference/commands/select/paging.log    2015-01-27 19:08:42 +0900 (9345933)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_and.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/query_and.log    2015-01-27 19:07:19 +0900 (7d2908c)
+++ doc/source/example/reference/commands/select/query_and.log    2015-01-27 19:08:42 +0900 (364ef79)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_equal.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/query_equal.log    2015-01-27 19:07:19 +0900 (0921a77)
+++ doc/source/example/reference/commands/select/query_equal.log    2015-01-27 19:08:42 +0900 (d7cd8e9)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_expander_complex.log (+10 -4)
===================================================================
--- doc/source/example/reference/commands/select/query_expander_complex.log    2015-01-27 19:07:19 +0900 (5b19851)
+++ doc/source/example/reference/commands/select/query_expander_complex.log    2015-01-27 19:08:42 +0900 (db4af5a)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_expander_substitute.log (+25 -8)
===================================================================
--- doc/source/example/reference/commands/select/query_expander_substitute.log    2015-01-27 19:07:19 +0900 (197f4dd)
+++ doc/source/example/reference/commands/select/query_expander_substitute.log    2015-01-27 19:08:42 +0900 (84ea88b)
@@ -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"
   #       ]
   #     ]
   #   ]
@@ -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"
   #       ]
   #     ]
   #   ]
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_flags_allow_column.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/query_flags_allow_column.log    2015-01-27 19:07:19 +0900 (2fbad01)
+++ doc/source/example/reference/commands/select/query_flags_allow_column.log    2015-01-27 19:08:42 +0900 (edc2da5)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_flags_allow_leading_not.log (+13 -5)
===================================================================
--- doc/source/example/reference/commands/select/query_flags_allow_leading_not.log    2015-01-27 19:07:19 +0900 (aa15a1c)
+++ doc/source/example/reference/commands/select/query_flags_allow_leading_not.log    2015-01-27 19:08:42 +0900 (5d5ea81)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_flags_none.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/query_flags_none.log    2015-01-27 19:07:19 +0900 (860ddb9)
+++ doc/source/example/reference/commands/select/query_flags_none.log    2015-01-27 19:08:42 +0900 (47881c6)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_less_than.log (+13 -5)
===================================================================
--- doc/source/example/reference/commands/select/query_less_than.log    2015-01-27 19:07:19 +0900 (5dd56c1)
+++ doc/source/example/reference/commands/select/query_less_than.log    2015-01-27 19:08:42 +0900 (18d9f69)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/query_or.log (+10 -4)
===================================================================
--- doc/source/example/reference/commands/select/query_or.log    2015-01-27 19:07:19 +0900 (620a6f0)
+++ doc/source/example/reference/commands/select/query_or.log    2015-01-27 19:08:42 +0900 (e22dd13)
@@ -28,19 +28,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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/simple_filter.log (+7 -2)
===================================================================
--- doc/source/example/reference/commands/select/simple_filter.log    2015-01-27 19:07:19 +0900 (bf5aff4)
+++ doc/source/example/reference/commands/select/simple_filter.log    2015-01-27 19:08:42 +0900 (f4f281a)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/simple_query.log (+10 -4)
===================================================================
--- doc/source/example/reference/commands/select/simple_query.log    2015-01-27 19:07:19 +0900 (53c3b80)
+++ doc/source/example/reference/commands/select/simple_query.log    2015-01-27 19:08:42 +0900 (c742dfd)
@@ -28,19 +28,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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/simple_usage.log (+16 -7)
===================================================================
--- doc/source/example/reference/commands/select/simple_usage.log    2015-01-27 19:07:19 +0900 (f773851)
+++ doc/source/example/reference/commands/select/simple_usage.log    2015-01-27 19:08:42 +0900 (1fa2e33)
@@ -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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/sortby_descending.log (+16 -7)
===================================================================
--- doc/source/example/reference/commands/select/sortby_descending.log    2015-01-27 19:07:19 +0900 (d65b6b1)
+++ doc/source/example/reference/commands/select/sortby_descending.log    2015-01-27 19:08:42 +0900 (eb081e7)
@@ -28,37 +28,46 @@ 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"
   #       ], 
   #       [
   #         2, 
   #         "Groonga", 
-  #         "I started to use groonga. It's very fast!", 
-  #         10
+  #         "I started to use Groonga. It's very fast!", 
+  #         10, 
+  #         "Groonga"
   #       ], 
   #       [
   #         1, 
   #         "The first post!", 
   #         "Welcome! This is my first post!", 
-  #         5
+  #         5, 
+  #         "Hello"
   #       ], 
   #       [
   #         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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/sortby_simple.log (+16 -7)
===================================================================
--- doc/source/example/reference/commands/select/sortby_simple.log    2015-01-27 19:07:19 +0900 (cfdd939)
+++ doc/source/example/reference/commands/select/sortby_simple.log    2015-01-27 19:08:42 +0900 (2be752d)
@@ -28,37 +28,46 @@ Execution example::
   #         [
   #           "n_likes", 
   #           "UInt32"
+  #         ], 
+  #         [
+  #           "tag", 
+  #           "ShortText"
   #         ]
   #       ], 
   #       [
   #         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"
   #       ], 
   #       [
   #         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"
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/table_nonexistent.log (+1 -1)
===================================================================
--- doc/source/example/reference/commands/select/table_nonexistent.log    2015-01-27 19:07:19 +0900 (873de51)
+++ doc/source/example/reference/commands/select/table_nonexistent.log    2015-01-27 19:08:42 +0900 (3b93d82)
@@ -11,7 +11,7 @@ Execution example::
   #       [
   #         "grn_select", 
   #         "proc.c", 
-  #         1108
+  #         1175
   #       ]
   #     ]
   #   ]

  Modified: doc/source/example/reference/commands/select/usage_setup.log (+14 -7)
===================================================================
--- doc/source/example/reference/commands/select/usage_setup.log    2015-01-27 19:07:19 +0900 (27436e0)
+++ doc/source/example/reference/commands/select/usage_setup.log    2015-01-27 19:08:42 +0900 (db28b72)
@@ -6,6 +6,8 @@ Execution example::
   # [[0, 1337566253.89858, 0.000355720520019531], true]
   column_create Entries n_likes COLUMN_SCALAR UInt32
   # [[0, 1337566253.89858, 0.000355720520019531], true]
+  column_create Entries tag COLUMN_SCALAR ShortText
+  # [[0, 1337566253.89858, 0.000355720520019531], true]
   table_create Terms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram
   # [[0, 1337566253.89858, 0.000355720520019531], true]
   column_create Terms entries_key_index COLUMN_INDEX|WITH_POSITION Entries _key
@@ -16,18 +18,23 @@ Execution example::
   [
   {"_key":    "The first post!",
    "content": "Welcome! This is my first post!",
-   "n_likes": 5},
+   "n_likes": 5,
+   "tag": "Hello"},
   {"_key":    "Groonga",
-   "content": "I started to use groonga. It's very fast!",
-   "n_likes": 10},
+   "content": "I started to use Groonga. It's very fast!",
+   "n_likes": 10,
+   "tag": "Groonga"},
   {"_key":    "Mroonga",
-   "content": "I also started to use mroonga. It's also very fast! Really fast!",
-   "n_likes": 15},
+   "content": "I also started to use Mroonga. It's also very fast! Really fast!",
+   "n_likes": 15,
+   "tag": "Groonga"},
   {"_key":    "Good-bye Senna",
    "content": "I migrated all Senna system!",
-   "n_likes": 3},
+   "n_likes": 3,
+   "tag": "Senna"},
   {"_key":    "Good-bye Tritonn",
    "content": "I also migrated all Tritonn system!",
-   "n_likes": 3}
+   "n_likes": 3,
+   "tag": "Senna"}
   ]
   # [[0, 1337566253.89858, 0.000355720520019531], 5]
-------------- next part --------------
HTML����������������������������...
Download 



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