HAYASHI Kentaro
null+****@clear*****
Wed Mar 26 13:00:38 JST 2014
HAYASHI Kentaro 2014-03-26 13:00:38 +0900 (Wed, 26 Mar 2014) New Revision: 69964a0db74a623665d7b4503bd7a2ad1266aaa7 https://github.com/groonga/groonga/commit/69964a0db74a623665d7b4503bd7a2ad1266aaa7 Message: doc: update examples Modified files: doc/source/example/reference/commands/delete/cascade.log doc/source/example/reference/commands/normalize/normalizer_auto_ascii.log doc/source/example/reference/commands/status.log doc/source/example/reference/executables/groonga-httpd.log doc/source/example/tutorial/introduction-2.log doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log doc/source/example/tutorial/match_columns-nested-index-select.log doc/source/example/tutorial/network-1.log doc/source/example/tutorial/network-3.log Modified: doc/source/example/reference/commands/delete/cascade.log (+2 -2) =================================================================== --- doc/source/example/reference/commands/delete/cascade.log 2014-03-26 12:50:35 +0900 (1a0643a) +++ doc/source/example/reference/commands/delete/cascade.log 2014-03-26 13:00:38 +0900 (1e1ebc1) @@ -14,13 +14,13 @@ Execution example:: {"_key": 2, "name": "Mike", country: "United States"} {"_key": 3, "name": "Takashi", country: "Japan"} {"_key": 4, "name": "Hanako", country: "Japan"} - ] + ] # [[0, 1337566253.89858, 0.000355720520019531], 4] load --table Country [ {"_key": "United States"} {"_key": "Japan"} - ] + ] # [[0, 1337566253.89858, 0.000355720520019531], 2] delete Country "United States" # [[0, 1337566253.89858, 0.000355720520019531], true] Modified: doc/source/example/reference/commands/normalize/normalizer_auto_ascii.log (+2 -1) =================================================================== --- doc/source/example/reference/commands/normalize/normalizer_auto_ascii.log 2014-03-26 12:50:35 +0900 (f6719c2) +++ doc/source/example/reference/commands/normalize/normalizer_auto_ascii.log 2014-03-26 13:00:38 +0900 (306f498) @@ -9,6 +9,7 @@ Execution example:: # ], # { # "normalized": "abcde 123", - # "types": [] + # "types": [], + # "checks": [] # } # ] Modified: doc/source/example/reference/commands/status.log (+5 -5) =================================================================== --- doc/source/example/reference/commands/status.log 2014-03-26 12:50:35 +0900 (eeab9a3) +++ doc/source/example/reference/commands/status.log 2014-03-26 13:00:38 +0900 (1dc4b90) @@ -8,14 +8,14 @@ Execution example:: # 0.000355720520019531 # ], # { - # "uptime": 1, + # "uptime": 7, # "max_command_version": 2, - # "n_queries": 0, + # "n_queries": 39, # "cache_hit_rate": 0.0, - # "version": "3.1.1", - # "alloc_count": 291, + # "version": "4.0.1", + # "alloc_count": 309, # "command_version": 1, - # "starttime": 1387938926, + # "starttime": 1395806014, # "default_command_version": 1 # } # ] Modified: doc/source/example/reference/executables/groonga-httpd.log (+3 -3) =================================================================== --- doc/source/example/reference/executables/groonga-httpd.log 2014-03-26 12:50:35 +0900 (c8d0040) +++ doc/source/example/reference/executables/groonga-httpd.log 2014-03-26 13:00:38 +0900 (919502d) @@ -12,10 +12,10 @@ Execution example:: "max_command_version": 2, "n_queries": 0, "cache_hit_rate": 0.0, - "version": "3.1.1", - "alloc_count": 160, + "version": "4.0.1", + "alloc_count": 161, "command_version": 1, - "starttime": 1387938911, + "starttime": 1395806036, "default_command_version": 1 } ] Modified: doc/source/example/tutorial/introduction-2.log (+3 -3) =================================================================== --- doc/source/example/tutorial/introduction-2.log 2014-03-26 12:50:35 +0900 (7b30569) +++ doc/source/example/tutorial/introduction-2.log 2014-03-26 13:00:38 +0900 (a141982) @@ -13,10 +13,10 @@ Execution example:: # "max_command_version": 2, # "n_queries": 0, # "cache_hit_rate": 0.0, - # "version": "3.1.1", - # "alloc_count": 160, + # "version": "4.0.1", + # "alloc_count": 161, # "command_version": 1, - # "starttime": 1387938935, + # "starttime": 1395806057, # "default_command_version": 1 # } # ] Modified: doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log (+2 -2) =================================================================== --- doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log 2014-03-26 12:50:35 +0900 (0d015da) +++ doc/source/example/tutorial/match_columns-nested-index-select-with-three-relationship.log 2014-03-26 13:00:38 +0900 (b15f265) @@ -1,6 +1,6 @@ Execution example:: - select Articles2 --match_columns comment.content --query mroonga --output_columns "_id, _score, *" + select Articles2 --match_columns comment.content --query mroonga --output_columns "_id, _score, *" # [ # [ # 0, @@ -45,7 +45,7 @@ Execution example:: # ] # ] # ] - select Articles2 --match_columns comment.comment.content --query mroonga --output_columns "_id, _score, *" + select Articles2 --match_columns comment.comment.content --query mroonga --output_columns "_id, _score, *" # [ # [ # 0, Modified: doc/source/example/tutorial/match_columns-nested-index-select.log (+1 -1) =================================================================== --- doc/source/example/tutorial/match_columns-nested-index-select.log 2014-03-26 12:50:35 +0900 (d8302f0) +++ doc/source/example/tutorial/match_columns-nested-index-select.log 2014-03-26 13:00:38 +0900 (be656fb) @@ -1,6 +1,6 @@ Execution example:: - select Articles --match_columns comment.content --query groonga --output_columns "_id, _score, *" + select Articles --match_columns comment.content --query groonga --output_columns "_id, _score, *" # [ # [ # 0, Modified: doc/source/example/tutorial/network-1.log (+3 -3) =================================================================== --- doc/source/example/tutorial/network-1.log 2014-03-26 12:50:35 +0900 (5631ec4) +++ doc/source/example/tutorial/network-1.log 2014-03-26 13:00:38 +0900 (f9d8ae0) @@ -13,10 +13,10 @@ Execution example:: # "max_command_version": 2, # "n_queries": 0, # "cache_hit_rate": 0.0, - # "version": "3.1.1", - # "alloc_count": 139, + # "version": "4.0.1", + # "alloc_count": 140, # "command_version": 1, - # "starttime": 1387938957, + # "starttime": 1395806078, # "default_command_version": 1 # } # ] Modified: doc/source/example/tutorial/network-3.log (+4 -4) =================================================================== --- doc/source/example/tutorial/network-3.log 2014-03-26 12:50:35 +0900 (4ff5cad) +++ doc/source/example/tutorial/network-3.log 2014-03-26 13:00:38 +0900 (fa7350d) @@ -10,14 +10,14 @@ Execution example:: # 0.000355720520019531 # ], # { - # "uptime": 0, + # "uptime": 1, # "max_command_version": 2, # "n_queries": 0, # "cache_hit_rate": 0.0, - # "version": "3.1.1", - # "alloc_count": 140, + # "version": "4.0.1", + # "alloc_count": 141, # "command_version": 1, - # "starttime": 1387939627, + # "starttime": 1395806078, # "default_command_version": 1 # } # ] -------------- next part -------------- HTML����������������������������... ダウンロード