Kouhei Sutou
null+****@clear*****
Fri Dec 28 14:48:50 JST 2012
Kouhei Sutou 2012-12-28 14:48:50 +0900 (Fri, 28 Dec 2012) New Revision: caba498029c884e2ec5875bcaecfaab560013467 https://github.com/groonga/groonga/commit/caba498029c884e2ec5875bcaecfaab560013467 Log: doc: add executed examples Added files: doc/source/example/reference/commands/table_create/data_store_table_no_key.log doc/source/example/reference/commands/table_create/lexicon_table_pat_key.log doc/source/example/reference/commands/table_create/tag_index_table_hash_key.log doc/source/example/reference/normalizers/example-load.log doc/source/example/reference/normalizers/example-table-create.log doc/source/example/reference/normalizers/normalizer-auto.log doc/source/example/reference/normalizers/normalizer-nfkc51.log Added: doc/source/example/reference/commands/table_create/data_store_table_no_key.log (+4 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/commands/table_create/data_store_table_no_key.log 2012-12-28 14:48:50 +0900 (f0a15e4) @@ -0,0 +1,4 @@ +Execution example:: + + table_create Logs TABLE_NO_KEY + # [[0, 1337566253.89858, 0.000355720520019531], true] Added: doc/source/example/reference/commands/table_create/lexicon_table_pat_key.log (+4 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/commands/table_create/lexicon_table_pat_key.log 2012-12-28 14:48:50 +0900 (8745ddb) @@ -0,0 +1,4 @@ +Execution example:: + + table_create Lexicon TABLE_PAT_KEY ShortText + # [[0, 1337566253.89858, 0.000355720520019531], true] Added: doc/source/example/reference/commands/table_create/tag_index_table_hash_key.log (+4 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/commands/table_create/tag_index_table_hash_key.log 2012-12-28 14:48:50 +0900 (f3bb732) @@ -0,0 +1,4 @@ +Execution example:: + + table_create Ages TABLE_DAT_KEY UInt32 + # [[0, 1337566253.89858, 0.000355720520019531], true] Added: doc/source/example/reference/normalizers/example-load.log (+46 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/normalizers/example-load.log 2012-12-28 14:48:50 +0900 (23e5b1d) @@ -0,0 +1,46 @@ +Execution example:: + + load --table Dictionary + [ + {"_key": "Apple"}, + {"_key": "black"}, + {"_key": "COLOR"} + ] + # [[0, 1337566253.89858, 0.000355720520019531], 3] + select Dictionary + # [ + # [ + # 0, + # 1337566253.89858, + # 0.000355720520019531 + # ], + # [ + # [ + # [ + # 3 + # ], + # [ + # [ + # "_id", + # "UInt32" + # ], + # [ + # "_key", + # "ShortText" + # ] + # ], + # [ + # 1, + # "Apple" + # ], + # [ + # 2, + # "black" + # ], + # [ + # 3, + # "COLOR" + # ] + # ] + # ] + # ] Added: doc/source/example/reference/normalizers/example-table-create.log (+4 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/normalizers/example-table-create.log 2012-12-28 14:48:50 +0900 (7a0bfa7) @@ -0,0 +1,4 @@ +Execution example:: + + table_create Dictionary TABLE_HASH_KEY ShortText --normalizer NormalizerAuto + # [[0, 1337566253.89858, 0.000355720520019531], true] Added: doc/source/example/reference/normalizers/normalizer-auto.log (+4 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/normalizers/normalizer-auto.log 2012-12-28 14:48:50 +0900 (7b6aaeb) @@ -0,0 +1,4 @@ +Execution example:: + + table_create NormalLexicon TABLE_HASH_KEY ShortText --normalizer NormalizerAuto + # [[0, 1337566253.89858, 0.000355720520019531], true] Added: doc/source/example/reference/normalizers/normalizer-nfkc51.log (+4 -0) 100644 =================================================================== --- /dev/null +++ doc/source/example/reference/normalizers/normalizer-nfkc51.log 2012-12-28 14:48:50 +0900 (42f62ab) @@ -0,0 +1,4 @@ +Execution example:: + + table_create NFKC51Lexicon TABLE_HASH_KEY ShortText --normalizer NormalizerNFKC51 + # [[0, 1337566253.89858, 0.000355720520019531], true] -------------- next part -------------- HTML����������������������������...Download