null+****@clear*****
null+****@clear*****
2012年 4月 28日 (土) 15:32:55 JST
Kouhei Sutou 2012-04-28 15:32:55 +0900 (Sat, 28 Apr 2012)
New Revision: a07e4603e4a1ff9761dd0b2efe7a673235be131c
Log:
doc: update execution examples for select
Modified files:
doc/source/example/commands/select/match_columns_some_columns.log
doc/source/example/commands/select/usage_setup.log
Modified: doc/source/example/commands/select/match_columns_some_columns.log (+3 -3)
===================================================================
--- doc/source/example/commands/select/match_columns_some_columns.log 2012-04-28 15:25:26 +0900 (10ee320)
+++ doc/source/example/commands/select/match_columns_some_columns.log 2012-04-28 15:32:55 +0900 (1b58c61)
@@ -4,8 +4,8 @@ Execution example::
[
[
0,
- 1335519594.2908,
- 0.000484466552734375
+ 1335594540.29792,
+ 0.000547885894775391
],
[
[
@@ -24,7 +24,7 @@ Execution example::
],
[
"Groonga",
- 1
+ 11
]
]
]
Modified: doc/source/example/commands/select/usage_setup.log (+6 -7)
===================================================================
--- doc/source/example/commands/select/usage_setup.log 2012-04-28 15:25:26 +0900 (f3d7ab3)
+++ doc/source/example/commands/select/usage_setup.log 2012-04-28 15:32:55 +0900 (5c768d9)
@@ -1,20 +1,19 @@
Execution example::
> table_create Entries TABLE_HASH_KEY ShortText
- [[0,1335519590.44962,0.000199079513549805],true]
+ [[0,1335594537.43378,0.000381708145141602],true]
> column_create Entries content COLUMN_SCALAR Text
- [[0,1335519590.65056,0.00111055374145508],true]
- > table_create Terms TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram
- [[0,1335519590.85251,0.0003509521484375],true]
+ [[0,1335594537.63582,0.000931501388549805],true]
+ > table_create Terms TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram
+ [[0,1335594537.83776,0.000288009643554688],true]
> column_create Terms entries_key_index COLUMN_INDEX|WITH_POSITION Entries _key
- [[0,1335519591.05379,0.0063786506652832],true]
+ [[0,1335594538.03901,0.0059964656829834],true]
> column_create Terms entries_content_index COLUMN_INDEX|WITH_POSITION Entries content
- [[0,1335519591.26108,0.00663256645202637],true]
+ [[0,1335594538.24584,0.00617790222167969],true]
> load --table Entries
> [
> {"_key": "The first post!", "content": "Welcome! This is my first post!"},
> {"_key": "Groonga", "content": "I started to use groonga. It's very fast!"}
> {"_key": "Mroonga", "content": "I also started to use mroonga. It's also very fast! Really fast!"}
> ]
- [[0,1335519591.46857,1.00182437896729],3]
\ No newline at end of file