Kouhei Sutou
null+****@clear*****
Wed Jul 8 17:29:48 JST 2015
Kouhei Sutou 2015-07-08 17:29:48 +0900 (Wed, 08 Jul 2015) New Revision: f45c213774f00a164ffbd8bec2550dfe7ec45e3c https://github.com/groonga/groonga/commit/f45c213774f00a164ffbd8bec2550dfe7ec45e3c Message: doc logical_select: fix typos... Modified files: doc/source/example/reference/commands/logical_select/logical_table_existent.log doc/source/example/reference/commands/logical_select/usage_setup.log doc/source/reference/commands/logical_select.rst Modified: doc/source/example/reference/commands/logical_select/logical_table_existent.log (+6 -6) =================================================================== --- doc/source/example/reference/commands/logical_select/logical_table_existent.log 2015-07-08 17:06:23 +0900 (4952070) +++ doc/source/example/reference/commands/logical_select/logical_table_existent.log 2015-07-08 17:29:48 +0900 (0f93849) @@ -26,7 +26,7 @@ Execution example:: # "Time" # ], # [ - # "likes", + # "n_likes", # "UInt32" # ], # [ @@ -38,35 +38,35 @@ Execution example:: # "The first post!", # "Welcome! This is my first post!", # 1436281200.0, - # 0, + # 5, # "Hello" # ], # [ # "Groonga", # "I started to use Groonga. It's very fast!", # 1436284800.0, - # 0, + # 10, # "Groonga" # ], # [ # "Mroonga", # "I also started to use Mroonga. It's also very fast! Really fast!", # 1436288400.0, - # 0, + # 15, # "Groonga" # ], # [ # "Good-bye Senna", # "I migrated all Senna system!", # 1436367600.0, - # 0, + # 3, # "Senna" # ], # [ # "Good-bye Tritonn", # "I also migrated all Tritonn system!", # 1436371200.0, - # 0, + # 3, # "Senna" # ] # ] Modified: doc/source/example/reference/commands/logical_select/usage_setup.log (+3 -3) =================================================================== --- doc/source/example/reference/commands/logical_select/usage_setup.log 2015-07-08 17:06:23 +0900 (5c41225) +++ doc/source/example/reference/commands/logical_select/usage_setup.log 2015-07-08 17:29:48 +0900 (d72ab71) @@ -6,7 +6,7 @@ Execution example:: # [[0, 1337566253.89858, 0.000355720520019531], true] column_create Entries_20150708 content COLUMN_SCALAR Text # [[0, 1337566253.89858, 0.000355720520019531], true] - column_create Entries_20150708 likes COLUMN_SCALAR UInt32 + column_create Entries_20150708 n_likes COLUMN_SCALAR UInt32 # [[0, 1337566253.89858, 0.000355720520019531], true] column_create Entries_20150708 tag COLUMN_SCALAR ShortText # [[0, 1337566253.89858, 0.000355720520019531], true] @@ -16,7 +16,7 @@ Execution example:: # [[0, 1337566253.89858, 0.000355720520019531], true] column_create Entries_20150709 content COLUMN_SCALAR Text # [[0, 1337566253.89858, 0.000355720520019531], true] - column_create Entries_20150709 likes COLUMN_SCALAR UInt32 + column_create Entries_20150709 n_likes COLUMN_SCALAR UInt32 # [[0, 1337566253.89858, 0.000355720520019531], true] column_create Entries_20150709 tag COLUMN_SCALAR ShortText # [[0, 1337566253.89858, 0.000355720520019531], true] @@ -55,7 +55,7 @@ Execution example:: "tag": "Groonga"} ] # [[0, 1337566253.89858, 0.000355720520019531], 3] - load --table Entries_20150708 + load --table Entries_20150709 [ {"_key": "Good-bye Senna", "created_at": "2015/07/09 00:00:00", Modified: doc/source/reference/commands/logical_select.rst (+3 -3) =================================================================== --- doc/source/reference/commands/logical_select.rst 2015-07-08 17:06:23 +0900 (c834871) +++ doc/source/reference/commands/logical_select.rst 2015-07-08 17:29:48 +0900 (83e0df2) @@ -113,13 +113,13 @@ Here are a schema definition and sample data to show usage. .. table_create Entries_20150708 TABLE_HASH_KEY ShortText .. column_create Entries_20150708 created_at COLUMN_SCALAR Time .. column_create Entries_20150708 content COLUMN_SCALAR Text -.. column_create Entries_20150708 likes COLUMN_SCALAR UInt32 +.. column_create Entries_20150708 n_likes COLUMN_SCALAR UInt32 .. column_create Entries_20150708 tag COLUMN_SCALAR ShortText .. .. table_create Entries_20150709 TABLE_HASH_KEY ShortText .. column_create Entries_20150709 created_at COLUMN_SCALAR Time .. column_create Entries_20150709 content COLUMN_SCALAR Text -.. column_create Entries_20150709 likes COLUMN_SCALAR UInt32 +.. column_create Entries_20150709 n_likes COLUMN_SCALAR UInt32 .. column_create Entries_20150709 tag COLUMN_SCALAR ShortText .. .. table_create Terms TABLE_PAT_KEY ShortText \ @@ -153,7 +153,7 @@ Here are a schema definition and sample data to show usage. .. "tag": "Groonga"} .. ] .. -.. load --table Entries_20150708 +.. load --table Entries_20150709 .. [ .. {"_key": "Good-bye Senna", .. "created_at": "2015/07/09 00:00:00", -------------- next part -------------- HTML����������������������������...Download