null+****@clear*****
null+****@clear*****
2011年 9月 28日 (水) 21:46:29 JST
Kouhei Sutou 2011-09-28 12:46:29 +0000 (Wed, 28 Sep 2011)
New Revision: 311515bde4593ce80a37ec37cbec476fc108f259
Log:
[doc] update examples.
Modified files:
doc/source/commands/suggest-completion.log
doc/source/commands/suggest-correction.log
doc/source/commands/suggest-learn-completion.log
doc/source/commands/suggest-learn-correction.log
doc/source/commands/suggest-learn-suggestion.log
doc/source/commands/suggest-mixed.log
doc/source/commands/suggest-suggestion.log
doc/source/example/completion-1.log
doc/source/example/correction-1.log
doc/source/example/suggestion-1.log
doc/source/example/tutorial/drilldown-1.log
doc/source/example/tutorial/drilldown-2.log
doc/source/example/tutorial/drilldown-3.log
doc/source/example/tutorial/drilldown-4.log
doc/source/example/tutorial/drilldown-5.log
doc/source/example/tutorial/drilldown-6.log
doc/source/example/tutorial/index-1.log
doc/source/example/tutorial/index-2.log
doc/source/example/tutorial/index-3.log
doc/source/example/tutorial/index-4.log
doc/source/example/tutorial/index-5.log
doc/source/example/tutorial/index-6.log
doc/source/example/tutorial/index-7.log
doc/source/example/tutorial/introduction-1.log
doc/source/example/tutorial/introduction-10.log
doc/source/example/tutorial/introduction-11.log
doc/source/example/tutorial/introduction-12.log
doc/source/example/tutorial/introduction-13.log
doc/source/example/tutorial/introduction-14.log
doc/source/example/tutorial/introduction-15.log
doc/source/example/tutorial/introduction-16.log
doc/source/example/tutorial/introduction-17.log
doc/source/example/tutorial/introduction-2.log
doc/source/example/tutorial/introduction-3.log
doc/source/example/tutorial/introduction-4.log
doc/source/example/tutorial/introduction-5.log
doc/source/example/tutorial/introduction-6.log
doc/source/example/tutorial/introduction-7.log
doc/source/example/tutorial/introduction-8.log
doc/source/example/tutorial/introduction-9.log
doc/source/example/tutorial/match_columns-1.log
doc/source/example/tutorial/match_columns-2.log
doc/source/example/tutorial/match_columns-3.log
doc/source/example/tutorial/match_columns-4.log
doc/source/example/tutorial/micro_blog-1.log
doc/source/example/tutorial/micro_blog-10.log
doc/source/example/tutorial/micro_blog-2.log
doc/source/example/tutorial/micro_blog-3.log
doc/source/example/tutorial/micro_blog-4.log
doc/source/example/tutorial/micro_blog-5.log
doc/source/example/tutorial/micro_blog-6.log
doc/source/example/tutorial/micro_blog-7.log
doc/source/example/tutorial/micro_blog-8.log
doc/source/example/tutorial/micro_blog-9.log
doc/source/example/tutorial/network-1.log
doc/source/example/tutorial/network-2.log
doc/source/example/tutorial/network-3.log
doc/source/example/tutorial/patricia_trie-1.log
doc/source/example/tutorial/patricia_trie-2.log
doc/source/example/tutorial/query_expansion-1.log
doc/source/example/tutorial/query_expansion-2.log
doc/source/example/tutorial/query_expansion-3.log
doc/source/example/tutorial/search-1.log
doc/source/example/tutorial/search-2.log
doc/source/example/tutorial/search-3.log
doc/source/example/tutorial/search-4.log
doc/source/example/tutorial/search-5.log
doc/source/example/tutorial/search-6.log
doc/source/example/tutorial/search-7.log
doc/source/tutorial/introduction.txt
doc/source/tutorial/network.txt
Modified: doc/source/commands/suggest-completion.log (+2 -2)
===================================================================
--- doc/source/commands/suggest-completion.log 2011-09-28 12:43:39 +0000 (ca4b1e8)
+++ doc/source/commands/suggest-completion.log 2011-09-28 12:46:29 +0000 (427904b)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types complete --threshold 1 --query en
- [[0,1313562877.81745,0.001827712],{"complete":[[1],[["_key","ShortText"],["_score","Int32"]],["engine",1]]}]
+ > suggest --table item_query --column kana --types complete --frequency_threshold 1 --query en
+ [[0,1317212848.69611,0.00164469],{"complete":[[1],[["_key","ShortText"],["_score","Int32"]],["engine",1]]}]
\ No newline at end of file
Modified: doc/source/commands/suggest-correction.log (+2 -2)
===================================================================
--- doc/source/commands/suggest-correction.log 2011-09-28 12:43:39 +0000 (3ab18bf)
+++ doc/source/commands/suggest-correction.log 2011-09-28 12:46:29 +0000 (2926b99)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types correct --threshold 1 --query saerch
- [[0,1313562878.02203,0.000442789],{"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",1]]}]
+ > suggest --table item_query --column kana --types correct --frequency_threshold 1 --query saerch
+ [[0,1317212848.8995,0.00037794],{"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",1]]}]
\ No newline at end of file
Modified: doc/source/commands/suggest-learn-completion.log (+1 -1)
===================================================================
--- doc/source/commands/suggest-learn-completion.log 2011-09-28 12:43:39 +0000 (d200dc8)
+++ doc/source/commands/suggest-learn-completion.log 2011-09-28 12:46:29 +0000 (624ccc9)
@@ -9,5 +9,5 @@ Execution example::
> {"sequence": "1", "time": 1312950804.76057, "item": "engin"},
> {"sequence": "1", "time": 1312950805.86057, "item": "engine", "type": "submit"}
> ]
- [[0,1313562872.82845,1.577141877],6]
+ [[0,1317212843.70335,1.584911917],6]
\ No newline at end of file
Modified: doc/source/commands/suggest-learn-correction.log (+1 -1)
===================================================================
--- doc/source/commands/suggest-learn-correction.log 2011-09-28 12:43:39 +0000 (ce8be89)
+++ doc/source/commands/suggest-learn-correction.log 2011-09-28 12:46:29 +0000 (c1df61d)
@@ -11,5 +11,5 @@ Execution example::
> {"sequence": "2", "time": 1312950809.76057, "item": "serch"},
> {"sequence": "2", "time": 1312950810.86057, "item": "search", "type": "submit"}
> ]
- [[0,1313562874.6075,2.004191545],8]
+ [[0,1317212845.48948,2.003051709],8]
\ No newline at end of file
Modified: doc/source/commands/suggest-learn-suggestion.log (+1 -1)
===================================================================
--- doc/source/commands/suggest-learn-suggestion.log 2011-09-28 12:43:39 +0000 (48d1418)
+++ doc/source/commands/suggest-learn-suggestion.log 2011-09-28 12:46:29 +0000 (731d596)
@@ -5,5 +5,5 @@ Execution example::
> {"sequence": "3", "time": 1312950803.86057, "item": "search engine", "type": "submit"},
> {"sequence": "3", "time": 1312950808.86057, "item": "web search realtime", "type": "submit"}
> ]
- [[0,1313562876.81305,0.801821271],2]
+ [[0,1317212847.69365,0.801326259],2]
\ No newline at end of file
Modified: doc/source/commands/suggest-mixed.log (+2 -2)
===================================================================
--- doc/source/commands/suggest-mixed.log 2011-09-28 12:43:39 +0000 (64d8c48)
+++ doc/source/commands/suggest-mixed.log 2011-09-28 12:46:29 +0000 (0ac1c93)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types complete|correct|suggest --threshold 1 --query search
- [[0,1313562878.42973,0.001223259],{"complete":[[2],[["_key","ShortText"],["_score","Int32"]],["search",2],["search engine",2]],"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",2]],"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
+ > suggest --table item_query --column kana --types complete|correct|suggest --frequency_threshold 1 --query search
+ [[0,1317212849.30453,0.001329747],{"complete":[[2],[["_key","ShortText"],["_score","Int32"]],["search",2],["search engine",2]],"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",2]],"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
\ No newline at end of file
Modified: doc/source/commands/suggest-suggestion.log (+2 -2)
===================================================================
--- doc/source/commands/suggest-suggestion.log 2011-09-28 12:43:39 +0000 (d4784e1)
+++ doc/source/commands/suggest-suggestion.log 2011-09-28 12:46:29 +0000 (8f8a888)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types suggest --threshold 1 --query search
- [[0,1313562878.22422,0.000812428],{"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
+ > suggest --table item_query --column kana --types suggest --frequency_threshold 1 --query search
+ [[0,1317212849.10158,0.000376811],{"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
\ No newline at end of file
Modified: doc/source/example/completion-1.log (+2 -2)
===================================================================
--- doc/source/example/completion-1.log 2011-09-28 12:43:39 +0000 (d8d2bda)
+++ doc/source/example/completion-1.log 2011-09-28 12:46:29 +0000 (272c0f3)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types complete --threshold 1 --query en
- [[0,1313131879.64588,0.000913584],{"complete":[[1],[["_key","ShortText"],["_score","Int32"]],["engine",1]]}]
+ > suggest --table item_query --column kana --types complete --frequency_threshold 1 --query en
+ [[0,1317212704.42103,0.001348612],{"complete":[[1],[["_key","ShortText"],["_score","Int32"]],["engine",1]]}]
\ No newline at end of file
Modified: doc/source/example/correction-1.log (+2 -2)
===================================================================
--- doc/source/example/correction-1.log 2011-09-28 12:43:39 +0000 (4091455)
+++ doc/source/example/correction-1.log 2011-09-28 12:46:29 +0000 (62dddfc)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types correction --threshold 1 --query saerch
- [[0,1313131812.39207,0.000783031],{"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",1]]}]
+ > suggest --table item_query --column kana --types correction --frequency_threshold 1 --query saerch
+ [[0,1317212708.7696,0.000882462],{"correct":[[1],[["_key","ShortText"],["_score","Int32"]],["search",1]]}]
\ No newline at end of file
Modified: doc/source/example/suggestion-1.log (+2 -2)
===================================================================
--- doc/source/example/suggestion-1.log 2011-09-28 12:43:39 +0000 (9c7723c)
+++ doc/source/example/suggestion-1.log 2011-09-28 12:46:29 +0000 (9a4c752)
@@ -1,5 +1,5 @@
Execution example::
- > suggest --table item_query --column kana --types suggest --threshold 1 --query search
- [[0,1313131808.92868,0.000607197],{"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
+ > suggest --table item_query --column kana --types suggest --frequency_threshold 1 --query search
+ [[0,1317212711.42188,0.000553344],{"suggest":[[2],[["_key","ShortText"],["_score","Int32"]],["search engine",1],["web search realtime",1]]}]
\ No newline at end of file
Modified: doc/source/example/tutorial/drilldown-1.log (+6 -6)
===================================================================
--- doc/source/example/tutorial/drilldown-1.log 2011-09-28 12:43:39 +0000 (a9c9c3f)
+++ doc/source/example/tutorial/drilldown-1.log 2011-09-28 12:46:29 +0000 (d719830)
@@ -1,13 +1,13 @@
-実行例 ::
+Execution example::
> table_create --name SiteDomain --flags TABLE_HASH_KEY --key_type ShortText
- [[0,1308821014.79373,0.08400713],true]
+ [[0,1317212750.98228,0.098212593],true]
> table_create --name SiteCountry --flags TABLE_HASH_KEY --key_type ShortText
- [[0,1308821015.07862,0.039604105],true]
> column_create --table Site --name domain --flags COLUMN_SCALAR --type SiteDomain
- [[0,1308821015.31978,0.038851776],true]
+ [[0,1317212751.28095,0.256200943],true]
+ [[0,1317212751.53719,0.085740621],true]
> column_create --table Site --name country --flags COLUMN_SCALAR --type SiteCountry
- [[0,1308821015.56016,0.038916093],true]
+ [[0,1317212751.82329,0.064026147],true]
> load --table Site
> [
> {"_key":"http://example.org/","domain":".org","country":"japan"},
@@ -20,5 +20,5 @@
> {"_key":"http://example.org/gat","domain":".org","country":"usa"},
> {"_key":"http://example.com/vdw","domain":".com","country":"japan"}
> ]
- [[0,1308821015.80061,2.21225519],9]
+ [[0,1317212752.0878,2.202801388],9]
\ No newline at end of file
Modified: doc/source/example/tutorial/drilldown-2.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/drilldown-2.log 2011-09-28 12:43:39 +0000 (549d5c7)
+++ doc/source/example/tutorial/drilldown-2.log 2011-09-28 12:46:29 +0000 (cc001d0)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --limit 0 --drilldown domain
- [[0,1308821018.21592,0.000324538],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_key","ShortText"],["_nsubrecs","Int32"]],[".org",3],[".net",3],[".com",3]]]]
+ [[0,1317212754.4912,0.000250704],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_key","ShortText"],["_nsubrecs","Int32"]],[".org",3],[".net",3],[".com",3]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/drilldown-3.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/drilldown-3.log 2011-09-28 12:43:39 +0000 (b75e8b1)
+++ doc/source/example/tutorial/drilldown-3.log 2011-09-28 12:46:29 +0000 (2387f46)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --limit 0 --drilldown domain --drilldown_output_columns _id,_key,_nsubrecs
- [[0,1308821018.42021,0.000313807],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_id","UInt32"],["_key","ShortText"],["_nsubrecs","Int32"]],[1,".org",3],[2,".net",3],[3,".com",3]]]]
+ [[0,1317212754.69307,0.000359614],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_id","UInt32"],["_key","ShortText"],["_nsubrecs","Int32"]],[1,".org",3],[2,".net",3],[3,".com",3]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/drilldown-4.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/drilldown-4.log 2011-09-28 12:43:39 +0000 (deb8cba)
+++ doc/source/example/tutorial/drilldown-4.log 2011-09-28 12:46:29 +0000 (1665abf)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --limit 0 --drilldown domain,country
- [[0,1308821018.62463,0.00042405],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_key","ShortText"],["_nsubrecs","Int32"]],[".org",3],[".net",3],[".com",3]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["japan",3],["brazil",1],["usa",2],["korea",1],["china",2]]]]
+ [[0,1317212754.89542,0.000263258],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_key","ShortText"],["_nsubrecs","Int32"]],[".org",3],[".net",3],[".com",3]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["japan",3],["brazil",1],["usa",2],["korea",1],["china",2]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/drilldown-5.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/drilldown-5.log 2011-09-28 12:43:39 +0000 (b385052)
+++ doc/source/example/tutorial/drilldown-5.log 2011-09-28 12:46:29 +0000 (4568327)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --limit 0 --drilldown country --drilldown_sortby _nsubrecs
- [[0,1308821018.83002,0.000406563],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["brazil",1],["korea",1],["usa",2],["china",2],["japan",3]]]]
+ [[0,1317212755.09777,0.000284575],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["brazil",1],["korea",1],["usa",2],["china",2],["japan",3]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/drilldown-6.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/drilldown-6.log 2011-09-28 12:43:39 +0000 (59376a1)
+++ doc/source/example/tutorial/drilldown-6.log 2011-09-28 12:46:29 +0000 (d79a79d)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --limit 0 --drilldown country --drilldown_sortby _nsubrecs --drilldown_limit 2 --drilldown_offset 2
- [[0,1308821019.03466,0.000365367],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["usa",2],["china",2]]]]
+ [[0,1317212755.29988,0.000237191],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["usa",2],["china",2]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-1.log (+7 -7)
===================================================================
--- doc/source/example/tutorial/index-1.log 2011-09-28 12:43:39 +0000 (6c61f54)
+++ doc/source/example/tutorial/index-1.log 2011-09-28 12:46:29 +0000 (6cbe855)
@@ -1,15 +1,15 @@
-実行例 ::
+Execution example::
> table_create --name Video --flags TABLE_HASH_KEY --key_type UInt32
- [[-22,1308820912.80154,0.000455314,"already used name was assigned: <Video>",[["grn_obj_register","db.c",5938,"(stdin)",1274,"table_create --name Video --flags TABLE_HASH_KEY --key_type UInt32"]]],false]
+ [[0,1317212832.70606,0.061331715],true]
> table_create --name Tag --flags TABLE_HASH_KEY --key_type ShortText
- [[-22,1308820913.00517,0.00046206,"already used name was assigned: <Tag>",[["grn_obj_register","db.c",5938,"(stdin)",1275,"table_create --name Tag --flags TABLE_HASH_KEY --key_type ShortText"]]],false]
+ [[0,1317212832.968,0.039868236],true]
> column_create --table Video --name title --flags COLUMN_SCALAR --type ShortText
- [[-22,1308820913.20848,0.000212757,"already used name was assigned: <Video.title>",[["grn_obj_register","db.c",5938,"(stdin)",1276,"column_create --table Video --name title --flags COLUMN_SCALAR --type ShortText"]]],false]
+ [[0,1317212833.20833,0.040494862],true]
> column_create --table Video --name tags --flags COLUMN_VECTOR --type Tag
- [[-22,1308820913.41095,0.000428695,"already used name was assigned: <Video.tags>",[["grn_obj_register","db.c",5938,"(stdin)",1277,"column_create --table Video --name tags --flags COLUMN_VECTOR --type Tag"]]],false]
+ [[0,1317212833.44939,0.051861409],true]
> column_create --table Tag --name index_tags --flags COLUMN_INDEX --type Video --source tags
- [[-22,1308820913.61454,0.00024036,"already used name was assigned: <Tag.index_tags>",[["grn_obj_register","db.c",5938,"(stdin)",1278,"column_create --table Tag --name index_tags --flags COLUMN_INDEX --type Video --source tags"]]],false]
+ [[0,1317212833.70185,0.092878953],true]
> load --table Video
> [
> {"_key":1,"title":"Soccer 2010","tags":["Sports","Soccer"]},
@@ -21,5 +21,5 @@
> {"_key":7,"title":"Draw 8 Month","tags":["Animation","Raccoon"]},
> {"_key":8,"title":"K.O.","tags":["Animation","Music"]}
> ]
- [[0,1308820913.81791,2.009808857],8]
+ [[0,1317212833.99531,2.002850011],8]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-2.log (+4 -4)
===================================================================
--- doc/source/example/tutorial/index-2.log 2011-09-28 12:43:39 +0000 (b7f5fe1)
+++ doc/source/example/tutorial/index-2.log 2011-09-28 12:46:29 +0000 (b3dc5af)
@@ -1,9 +1,9 @@
-実行例 ::
+Execution example::
> select --table Video --query tags:@Variety --output_columns _key,title
- [[0,1308820916.02932,0.000242814],[[[2],[["_key","UInt32"],["title","ShortText"]],[2,"Zenigata Kinjirou"],[5,"Hex Gone!"]]]]
+ [[0,1317212836.19894,0.000330108],[[[2],[["_key","UInt32"],["title","ShortText"]],[2,"Zenigata Kinjirou"],[5,"Hex Gone!"]]]]
> select --table Video --query tags:@Sports --output_columns _key,title
- [[0,1308820916.23053,0.000231493],[[[2],[["_key","UInt32"],["title","ShortText"]],[1,"Soccer 2010"],[4,"Moero!! Ultra Baseball"]]]]
+ [[0,1317212836.39998,0.000316897],[[[2],[["_key","UInt32"],["title","ShortText"]],[1,"Soccer 2010"],[4,"Moero!! Ultra Baseball"]]]]
> select --table Video --query tags:@Animation --output_columns _key,title
- [[0,1308820916.43258,0.000233013],[[[3],[["_key","UInt32"],["title","ShortText"]],[6,"Pikonyan 1"],[7,"Draw 8 Month"],[8,"K.O."]]]]
+ [[0,1317212836.60111,0.000349157],[[[3],[["_key","UInt32"],["title","ShortText"]],[6,"Pikonyan 1"],[7,"Draw 8 Month"],[8,"K.O."]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-3.log (+6 -6)
===================================================================
--- doc/source/example/tutorial/index-3.log 2011-09-28 12:43:39 +0000 (75eece1)
+++ doc/source/example/tutorial/index-3.log 2011-09-28 12:46:29 +0000 (7623d40)
@@ -1,13 +1,13 @@
-実行例 ::
+Execution example::
> table_create --name User --flags TABLE_HASH_KEY --key_type ShortText
- [[-22,1308820916.63478,0.000187163,"already used name was assigned: <User>",[["grn_obj_register","db.c",5938,"(stdin)",1293,"table_create --name User --flags TABLE_HASH_KEY --key_type ShortText"]]],false]
+ [[0,1317212836.80268,0.048923839],true]
> column_create --table User --name username --flags COLUMN_SCALAR --type ShortText
- [[-22,1308820916.8372,0.000179938,"already used name was assigned: <User.username>",[["grn_obj_register","db.c",5938,"(stdin)",1294,"column_create --table User --name username --flags COLUMN_SCALAR --type ShortText"]]],false]
+ [[0,1317212837.05226,0.040322616],true]
> column_create --table User --name friends --flags COLUMN_VECTOR --type User
- [[-22,1308820917.03936,0.000393764,"already used name was assigned: <User.friends>",[["grn_obj_register","db.c",5938,"(stdin)",1295,"column_create --table User --name friends --flags COLUMN_VECTOR --type User"]]],false]
+ [[0,1317212837.29306,0.039978793],true]
> column_create --table User --name index_friends --flags COLUMN_INDEX --type User --source friends
- [[-22,1308820917.24229,0.00020492,"already used name was assigned: <User.index_friends>",[["grn_obj_register","db.c",5938,"(stdin)",1296,"column_create --table User --name index_friends --flags COLUMN_INDEX --type User --source friends"]]],false]
+ [[0,1317212837.53369,0.067271637],true]
> load --table User
> [
> {"_key":"ken","username":"健作","friends":["taro","jiro","tomo","moritapo"]}
@@ -17,5 +17,5 @@
> {"_key":"tomo","username":"トモちゃん","friends":["ken","hana"]}
> {"_key":"hana","username":"花子","friends":["ken","taro","jiro","moritapo","tomo"]}
> ]
- [[0,1308820917.44495,1.609341731],6]
+ [[0,1317212837.80152,1.602221355],6]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-4.log (+3 -3)
===================================================================
--- doc/source/example/tutorial/index-4.log 2011-09-28 12:43:39 +0000 (6b6406a)
+++ doc/source/example/tutorial/index-4.log 2011-09-28 12:46:29 +0000 (30d3e9a)
@@ -1,7 +1,7 @@
-実行例 ::
+Execution example::
> select --table User --query friends:@tomo --output_columns _key,username
- [[0,1308820919.25622,0.000551379],[[[5],[["_key","ShortText"],["username","ShortText"]],["ken","健作"],["taro","ぐるんが太郎"],["jiro","ぐるんが次郎"],["moritapo","森田"],["hana","花子"]]]]
+ [[0,1317212839.60442,0.000260617],[[[5],[["_key","ShortText"],["username","ShortText"]],["ken","健作"],["taro","ぐるんが太郎"],["jiro","ぐるんが次郎"],["moritapo","森田"],["hana","花子"]]]]
> select --table User --query friends:@jiro --output_columns _key,username
- [[0,1308820919.46056,0.000443467],[[[3],[["_key","ShortText"],["username","ShortText"]],["ken","健作"],["taro","ぐるんが太郎"],["hana","花子"]]]]
+ [[0,1317212839.80577,0.000253172],[[[3],[["_key","ShortText"],["username","ShortText"]],["ken","健作"],["taro","ぐるんが太郎"],["hana","花子"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-5.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/index-5.log 2011-09-28 12:43:39 +0000 (f5afb05)
+++ doc/source/example/tutorial/index-5.log 2011-09-28 12:46:29 +0000 (1547605)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table User --limit 0 --drilldown friends
- [[0,1308820919.66284,0.000254632],[[[6],[["_id","UInt32"],["_key","ShortText"],["username","ShortText"],["index_friends","User"],["friends","User"]]],[[6],[["_key","ShortText"],["_nsubrecs","Int32"]],["taro",3],["jiro",3],["tomo",5],["moritapo",2],["ken",3],["hana",1]]]]
+ [[0,1317212840.00717,0.000223187],[[[6],[["_id","UInt32"],["_key","ShortText"],["username","ShortText"],["index_friends","User"],["friends","User"]]],[[6],[["_key","ShortText"],["_nsubrecs","Int32"]],["taro",3],["jiro",3],["tomo",5],["moritapo",2],["ken",3],["hana",1]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-6.log (+5 -5)
===================================================================
--- doc/source/example/tutorial/index-6.log 2011-09-28 12:43:39 +0000 (74b57a0)
+++ doc/source/example/tutorial/index-6.log 2011-09-28 12:46:29 +0000 (b78751f)
@@ -1,15 +1,15 @@
-実行例 ::
+Execution example::
> table_create --name GeoIndex --flags TABLE_PAT_KEY --key_type WGS84GeoPoint
- [[0,1308820919.86871,0.074996815],true]
+ [[0,1317212840.20962,0.088534001],true]
> column_create --table GeoIndex --name index_point --type Site --flags COLUMN_INDEX --source location
- [[0,1308820920.14512,0.125822381],true]
+ [[0,1317212840.49869,0.093704431],true]
> load --table Site
> [
> {"_key":"http://example.org/","location":"128452975x503157902"},
> {"_key":"http://example.net/","location":"128487316x502920929"}
> ]
- [[0,1308820920.47239,0.80439359],2]
+ [[0,1317212840.79332,0.801438285],2]
> select --table Site --filter 'geo_in_circle(location, "128515259x503187188", 5000)' --output_columns _key,location
- [[0,1308820921.4776,0.000305925],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
+ [[0,1317212841.79563,0.000626003],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/index-7.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/index-7.log 2011-09-28 12:43:39 +0000 (27ac237)
+++ doc/source/example/tutorial/index-7.log 2011-09-28 12:46:29 +0000 (f4b0ca2)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --filter 'geo_in_circle(location, "128515259x503187188", 50000)' --output_columns _key,location,_score --sortby '-geo_distance(location, "128515259x503187188")' --scorer '_score = geo_distance(location, "128515259x503187188")'
- [[0,1308820921.67976,0.00036066],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.org/","128452975x503157902",2054],["http://example.net/","128487316x502920929",6720]]]]
+ [[0,1317212841.99878,0.0011657],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.org/","128452975x503157902",2054],["http://example.net/","128487316x502920929",6720]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-1.log (+16 -4)
===================================================================
--- doc/source/example/tutorial/introduction-1.log 2011-09-28 12:43:39 +0000 (6ea0344)
+++ doc/source/example/tutorial/introduction-1.log 2011-09-28 12:46:29 +0000 (b028f26)
@@ -1,6 +1,18 @@
-実行例 ::
+Execution example::
- % groonga /tmp/tutorial.db
- > status
- [[0,1308820929.89434,5.7777e-05],{"alloc_count":525,"starttime":1308820641,"uptime":288,"version":"1.2.2-104-gf48051d","n_queries":376,"cache_hit_rate":0.797872340425532,"command_version":1,"default_command_version":1,"max_command_version":2}]
+ > table_create --name Type --flags TABLE_HASH_KEY --key_type ShortText
+ [[0,1317212791.02322,0.03942904],true]
+ > column_create --table Type --name number --type Int32
+ [[0,1317212791.26314,0.124383285],true]
+ > column_create --table Type --name float --type Float
+ [[0,1317212791.58803,0.027924039],true]
+ > column_create --table Type --name string --type ShortText
+ [[0,1317212791.81654,0.040399047],true]
+ > column_create --table Type --name time --type Time
+ [[0,1317212792.05751,0.027354067],true]
+ > load --table Type
+ > [{"_key":"sample","number":12345,"float":42.195,"string":"GROONGA","time":1234567890.12}]
+ [[0,1317212792.28516,0.200775839],1]
+ > select --table Type
+ [[0,1317212792.68655,0.000199477],[[[1],[["_id","UInt32"],["_key","ShortText"],["time","Time"],["string","ShortText"],["number","Int32"],["float","Float"]],[1,"sample",1234567890.12,"GROONGA",12345,42.195]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-10.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-10.log 2011-09-28 12:43:39 +0000 (49b5113)
+++ doc/source/example/tutorial/introduction-10.log 2011-09-28 12:46:29 +0000 (51fdde7)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query "_key:\"http://example.org/\""
- [[0,1308820934.46932,0.000421384],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
+ [[0,1317212716.9005,0.000478343],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-11.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-11.log 2011-09-28 12:43:39 +0000 (ef91680)
+++ doc/source/example/tutorial/introduction-11.log 2011-09-28 12:46:29 +0000 (fd9852b)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query title:@this
- [[0,1308820934.67264,0.000440628],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
+ [[0,1317212717.10303,0.000581287],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-12.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-12.log 2011-09-28 12:43:39 +0000 (51a4735)
+++ doc/source/example/tutorial/introduction-12.log 2011-09-28 12:46:29 +0000 (dac40d9)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --match_columns title --query this
- [[0,1308820934.87474,0.000280727],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
+ [[0,1317212717.30596,0.000716439],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-13.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-13.log 2011-09-28 12:43:39 +0000 (1afae44)
+++ doc/source/example/tutorial/introduction-13.log 2011-09-28 12:46:29 +0000 (2e2d6e6)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --output_columns _key,title,_score --query title:@test
- [[0,1308820935.07756,0.000495772],[[[9],[["_key","ShortText"],["title","ShortText"],["_score","Int32"]],["http://example.org/","This is test record 1!",1],["http://example.net/","test record 2.",1],["http://example.com/","test test record three.",2],["http://example.net/afr","test record four.",1],["http://example.org/aba","test test test record five.",3],["http://example.com/rab","test test test test record six.",4],["http://example.net/atv","test test test record seven.",3],["http://example.org/gat","test test record eight.",2],["http://example.com/vdw","test test record nine.",2]]]]
+ [[0,1317212717.50916,0.00060758],[[[9],[["_key","ShortText"],["title","ShortText"],["_score","Int32"]],["http://example.org/","This is test record 1!",1],["http://example.net/","test record 2.",1],["http://example.com/","test test record three.",2],["http://example.net/afr","test record four.",1],["http://example.org/aba","test test test record five.",3],["http://example.com/rab","test test test test record six.",4],["http://example.net/atv","test test test record seven.",3],["http://example.org/gat","test test record eight.",2],["http://example.com/vdw","test test record nine.",2]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-14.log (+4 -4)
===================================================================
--- doc/source/example/tutorial/introduction-14.log 2011-09-28 12:43:39 +0000 (3c848ec)
+++ doc/source/example/tutorial/introduction-14.log 2011-09-28 12:46:29 +0000 (29de166)
@@ -1,9 +1,9 @@
-実行例 ::
+Execution example::
> select --table Site --offset 0 --limit 3
- [[0,1308820935.28442,0.000252225],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"],[2,"http://example.net/","test record 2."],[3,"http://example.com/","test test record three."]]]]
+ [[0,1317212717.71574,0.000238544],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"],[2,"http://example.net/","test record 2."],[3,"http://example.com/","test test record three."]]]]
> select --table Site --offset 3 --limit 3
- [[0,1308820935.48834,0.000202216],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[4,"http://example.net/afr","test record four."],[5,"http://example.org/aba","test test test record five."],[6,"http://example.com/rab","test test test test record six."]]]]
+ [[0,1317212717.91925,0.00023617],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[4,"http://example.net/afr","test record four."],[5,"http://example.org/aba","test test test record five."],[6,"http://example.com/rab","test test test test record six."]]]]
> select --table Site --offset 7 --limit 3
- [[0,1308820935.69195,0.000117711],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[8,"http://example.org/gat","test test record eight."],[9,"http://example.com/vdw","test test record nine."]]]]
+ [[0,1317212718.12219,0.00019999],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[8,"http://example.org/gat","test test record eight."],[9,"http://example.com/vdw","test test record nine."]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-15.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-15.log 2011-09-28 12:43:39 +0000 (8a27310)
+++ doc/source/example/tutorial/introduction-15.log 2011-09-28 12:46:29 +0000 (52fbb70)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --sortby -_id
- [[0,1308820935.8941,0.000183882],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[9,"http://example.com/vdw","test test record nine."],[8,"http://example.org/gat","test test record eight."],[7,"http://example.net/atv","test test test record seven."],[6,"http://example.com/rab","test test test test record six."],[5,"http://example.org/aba","test test test record five."],[4,"http://example.net/afr","test record four."],[3,"http://example.com/","test test record three."],[2,"http://example.net/","test record 2."],[1,"http://example.org/","This is test record 1!"]]]]
+ [[0,1317212718.32565,0.000385755],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[9,"http://example.com/vdw","test test record nine."],[8,"http://example.org/gat","test test record eight."],[7,"http://example.net/atv","test test test record seven."],[6,"http://example.com/rab","test test test test record six."],[5,"http://example.org/aba","test test test record five."],[4,"http://example.net/afr","test record four."],[3,"http://example.com/","test test record three."],[2,"http://example.net/","test record 2."],[1,"http://example.org/","This is test record 1!"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-16.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-16.log 2011-09-28 12:43:39 +0000 (2cd2ad5)
+++ doc/source/example/tutorial/introduction-16.log 2011-09-28 12:46:29 +0000 (20746d9)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query title:@test --output_columns _id,_score,title --sortby _score
- [[0,1308820936.09781,0.000563749],[[[9],[["_id","UInt32"],["_score","Int32"],["title","ShortText"]],[1,1,"This is test record 1!"],[2,1,"test record 2."],[4,1,"test record four."],[3,2,"test test record three."],[9,2,"test test record nine."],[8,2,"test test record eight."],[7,3,"test test test record seven."],[5,3,"test test test record five."],[6,4,"test test test test record six."]]]]
+ [[0,1317212718.5331,0.000667311],[[[9],[["_id","UInt32"],["_score","Int32"],["title","ShortText"]],[1,1,"This is test record 1!"],[2,1,"test record 2."],[4,1,"test record four."],[3,2,"test test record three."],[9,2,"test test record nine."],[8,2,"test test record eight."],[7,3,"test test test record seven."],[5,3,"test test test record five."],[6,4,"test test test test record six."]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-17.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-17.log 2011-09-28 12:43:39 +0000 (d34634c)
+++ doc/source/example/tutorial/introduction-17.log 2011-09-28 12:46:29 +0000 (5c73cd1)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query title:@test --output_columns _id,_score,title --sortby _score,_id
- [[0,1308820936.3086,0.000588846],[[[9],[["_id","UInt32"],["_score","Int32"],["title","ShortText"]],[1,1,"This is test record 1!"],[2,1,"test record 2."],[4,1,"test record four."],[3,2,"test test record three."],[8,2,"test test record eight."],[9,2,"test test record nine."],[5,3,"test test test record five."],[7,3,"test test test record seven."],[6,4,"test test test test record six."]]]]
+ [[0,1317212718.73819,0.00069225],[[[9],[["_id","UInt32"],["_score","Int32"],["title","ShortText"]],[1,1,"This is test record 1!"],[2,1,"test record 2."],[4,1,"test record four."],[3,2,"test test record three."],[8,2,"test test record eight."],[9,2,"test test record nine."],[5,3,"test test test record five."],[7,3,"test test test record seven."],[6,4,"test test test test record six."]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-2.log (+8 -3)
===================================================================
--- doc/source/example/tutorial/introduction-2.log 2011-09-28 12:43:39 +0000 (ef7bd56)
+++ doc/source/example/tutorial/introduction-2.log 2011-09-28 12:46:29 +0000 (9d52ea7)
@@ -1,5 +1,10 @@
-実行例 ::
+Execution example::
- > table_create --name Site --flags TABLE_HASH_KEY --key_type ShortText
- [[0,1308820930.09682,0.063827982],true]
+ > column_create --table Site --name link --type Site
+ [[0,1317212792.88872,0.060705006],true]
+ > load --table Site
+ > [{"_key":"http://example.org/","link":"http://example.net/"}]
+ [[0,1317212793.14984,0.200481934],1]
+ > select --table Site --output_columns _key,title,link._key,link.title --query title:@this
+ [[0,1317212793.55084,0.000485897],[[[1],[["_key","ShortText"],["title","ShortText"],["link._key","ShortText"],["link.title","ShortText"]],["http://example.org/","This is test record 1!","http://example.net/","test record 2."]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-3.log (+8 -3)
===================================================================
--- doc/source/example/tutorial/introduction-3.log 2011-09-28 12:43:39 +0000 (eda530f)
+++ doc/source/example/tutorial/introduction-3.log 2011-09-28 12:46:29 +0000 (8088777)
@@ -1,5 +1,10 @@
-実行例 ::
+Execution example::
- > select --table Site
- [[0,1308820930.36252,0.000151605],[[[0],[["_id","UInt32"],["_key","ShortText"]]]]]
+ > column_create --table Site --name links --flags COLUMN_VECTOR --type Site
+ [[0,1317212793.75262,0.049658904],true]
+ > load --table Site
+ > [{"_key":"http://example.org/","links":["http://example.net/","http://example.org/","http://example.com/"]}]
+ [[0,1317212794.00274,0.200473621],1]
+ > select --table Site --output_columns _key,title,links._key,links.title --query title:@this
+ [[0,1317212794.40349,0.000384272],[[[1],[["_key","ShortText"],["title","ShortText"],["links._key","ShortText"],["links.title","ShortText"]],["http://example.org/","This is test record 1!",["http://example.net/","http://example.org/","http://example.com/"],["test record 2.","This is test record 1!","test test record three."]]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-4.log (+3 -3)
===================================================================
--- doc/source/example/tutorial/introduction-4.log 2011-09-28 12:43:39 +0000 (d8a8df7)
+++ doc/source/example/tutorial/introduction-4.log 2011-09-28 12:46:29 +0000 (3f1cc9b)
@@ -1,7 +1,7 @@
-実行例 ::
+Execution example::
> column_create --table Site --name title --flags COLUMN_SCALAR --type ShortText
- [[0,1308820930.56469,0.052566362],true]
+ [[0,1317212712.91734,0.077833747],true]
> select --table Site
- [[0,1308820930.81869,9.5061e-05],[[[0],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]]]]]
+ [[0,1317212713.19572,0.000121119],[[[0],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-5.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-5.log 2011-09-28 12:43:39 +0000 (467a83e)
+++ doc/source/example/tutorial/introduction-5.log 2011-09-28 12:46:29 +0000 (b72100f)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> table_create --name Terms --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
- [[0,1308820931.02058,0.054235759],true]
+ [[0,1317212713.39679,0.092312046],true]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-6.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-6.log 2011-09-28 12:43:39 +0000 (2d62b7b)
+++ doc/source/example/tutorial/introduction-6.log 2011-09-28 12:46:29 +0000 (12e4d30)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> column_create --table Terms --name blog_title --flags COLUMN_INDEX|WITH_POSITION --type Site --source title
- [[0,1308820931.27655,0.173806991],true]
+ [[0,1317212713.68994,0.19739078],true]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-7.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-7.log 2011-09-28 12:43:39 +0000 (472dcfb)
+++ doc/source/example/tutorial/introduction-7.log 2011-09-28 12:46:29 +0000 (d3f8902)
@@ -1,4 +1,4 @@
-実行例 ::
+Execution example::
> load --table Site
> [
@@ -12,5 +12,5 @@
> {"_key":"http://example.org/gat","title":"test test record eight."},
> {"_key":"http://example.com/vdw","title":"test test record nine."},
> ]
- [[0,1308820931.65233,2.210007023],9]
+ [[0,1317212714.08816,2.203527402],9]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-8.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-8.log 2011-09-28 12:43:39 +0000 (d5cd91c)
+++ doc/source/example/tutorial/introduction-8.log 2011-09-28 12:46:29 +0000 (d3b055c)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site
- [[0,1308820934.06389,0.000123535],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"],[2,"http://example.net/","test record 2."],[3,"http://example.com/","test test record three."],[4,"http://example.net/afr","test record four."],[5,"http://example.org/aba","test test test record five."],[6,"http://example.com/rab","test test test test record six."],[7,"http://example.net/atv","test test test record seven."],[8,"http://example.org/gat","test test record eight."],[9,"http://example.com/vdw","test test record nine."]]]]
+ [[0,1317212716.49285,0.000270908],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"],[2,"http://example.net/","test record 2."],[3,"http://example.com/","test test record three."],[4,"http://example.net/afr","test record four."],[5,"http://example.org/aba","test test test record five."],[6,"http://example.com/rab","test test test test record six."],[7,"http://example.net/atv","test test test record seven."],[8,"http://example.org/gat","test test record eight."],[9,"http://example.com/vdw","test test record nine."]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/introduction-9.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/introduction-9.log 2011-09-28 12:43:39 +0000 (f8fccc3)
+++ doc/source/example/tutorial/introduction-9.log 2011-09-28 12:46:29 +0000 (cabdd9b)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query _id:1
- [[0,1308820934.2671,0.000244984],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
+ [[0,1317212716.69871,0.000308514],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/match_columns-1.log (+8 -8)
===================================================================
--- doc/source/example/tutorial/match_columns-1.log 2011-09-28 12:43:39 +0000 (e4a140e)
+++ doc/source/example/tutorial/match_columns-1.log 2011-09-28 12:46:29 +0000 (9729133)
@@ -1,22 +1,22 @@
-実行例 ::
+Execution example::
> table_create --name Blog1 --flags TABLE_HASH_KEY --key_type ShortText
- [[0,1308820990.03354,0.035673804],true]
+ [[0,1317212795.41036,0.047939793],true]
> column_create --table Blog1 --name title --flags COLUMN_SCALAR --type ShortText
- [[0,1308820990.27064,0.039038327],true]
+ [[0,1317212795.65884,0.040658195],true]
> column_create --table Blog1 --name message --flags COLUMN_SCALAR --type ShortText
- [[0,1308820990.51063,0.02746529],true]
+ [[0,1317212795.89978,0.029458384],true]
> table_create --name IndexBlog1 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
- [[0,1308820990.73983,0.050621344],true]
+ [[0,1317212796.12974,0.183567683],true]
> column_create --table IndexBlog1 --name index_title --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source title
- [[0,1308820990.99215,0.0775106330000001],true]
+ [[0,1317212796.51381,0.092148792],true]
> column_create --table IndexBlog1 --name index_message --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source message
+ [[0,1317212796.80646,0.088690675],true]
> load --table Blog1
- [[0,1308820991.2714,0.374852452],true]
> [
> {"_key":"grn1","title":"groonga test","message":"groonga message"},
> {"_key":"grn2","title":"baseball result","message":"rakutan eggs 4 - 4 groonga moritars"},
> {"_key":"grn3","title":"groonga message","message":"none"}
> ]
- [[0,1308820991.64629,1.006391124],3]
+ [[0,1317212797.09575,1.001254761],3]
\ No newline at end of file
Modified: doc/source/example/tutorial/match_columns-2.log (+4 -4)
===================================================================
--- doc/source/example/tutorial/match_columns-2.log 2011-09-28 12:43:39 +0000 (9cc6b0b)
+++ doc/source/example/tutorial/match_columns-2.log 2011-09-28 12:46:29 +0000 (6a6b4f9)
@@ -1,9 +1,9 @@
-実行例 ::
+Execution example::
> select --table Blog1 --match_columns title||message --query groonga
- [[0,1308820992.85475,0.000567046],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"]]]]
+ [[0,1317212798.29761,0.000365318],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"]]]]
> select --table Blog1 --match_columns title||message --query message
- [[0,1308820993.05879,0.000509674],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"],[1,"grn1","groonga test","groonga message"]]]]
+ [[0,1317212798.49954,0.000310648],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"],[1,"grn1","groonga test","groonga message"]]]]
> select --table Blog1 --match_columns title --query message
- [[0,1308820993.26226,0.000493886],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
+ [[0,1317212798.70102,0.000314581],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/match_columns-3.log (+7 -7)
===================================================================
--- doc/source/example/tutorial/match_columns-3.log 2011-09-28 12:43:39 +0000 (a6b0b2b)
+++ doc/source/example/tutorial/match_columns-3.log 2011-09-28 12:46:29 +0000 (2ba4a6a)
@@ -1,20 +1,20 @@
-実行例 ::
+Execution example::
> table_create --name Blog2 --flags TABLE_HASH_KEY --key_type ShortText
- [[0,1308820993.46608,0.05057593],true]
+ [[0,1317212798.90253,0.052986511],true]
> column_create --table Blog2 --name title --flags COLUMN_SCALAR --type ShortText
- [[0,1308820993.71836,0.038892177],true]
+ [[0,1317212799.156,0.028355347],true]
> column_create --table Blog2 --name message --flags COLUMN_SCALAR --type ShortText
- [[0,1308820993.95896,0.050752981],true]
+ [[0,1317212799.38486,0.040142104],true]
> table_create --name IndexBlog2 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
- [[0,1308820994.21131,0.038689527],true]
+ [[0,1317212799.62539,0.039673533],true]
> column_create --table IndexBlog2 --name index_blog --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Blog2 --source title,message
- [[0,1308820994.45174,0.089530422],true]
+ [[0,1317212799.86551,0.079790187],true]
> load --table Blog2
> [
> {"_key":"grn1","title":"groonga test","message":"groonga message"},
> {"_key":"grn2","title":"baseball result","message":"rakutan eggs 4 - 4 groonga moritars"},
> {"_key":"grn3","title":"groonga message","message":"none"}
> ]
- [[0,1308820994.74295,1.006034383],3]
+ [[0,1317212800.14589,1.001367315],3]
\ No newline at end of file
Modified: doc/source/example/tutorial/match_columns-4.log (+4 -4)
===================================================================
--- doc/source/example/tutorial/match_columns-4.log 2011-09-28 12:43:39 +0000 (0214dd4)
+++ doc/source/example/tutorial/match_columns-4.log 2011-09-28 12:46:29 +0000 (a758289)
@@ -1,9 +1,9 @@
-実行例 ::
+Execution example::
> select --table Blog2 --match_columns title||message --query groonga
- [[0,1308820995.95094,0.000554864],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"],[3,"grn3","groonga message","none"]]]]
+ [[0,1317212801.34801,0.000328232],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"],[3,"grn3","groonga message","none"]]]]
> select --table Blog2 --match_columns title||message --query message
- [[0,1308820996.1552,0.000481635],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"]]]]
+ [[0,1317212801.54962,0.000320935],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"]]]]
> select --table Blog2 --match_columns title --query message
- [[0,1308820996.35865,0.000473223],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
+ [[0,1317212801.75107,0.000323124],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-1.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-1.log 2011-09-28 12:43:39 +0000 (20c5532)
+++ doc/source/example/tutorial/micro_blog-1.log 2011-09-28 12:46:29 +0000 (fa0d1df)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Users --match_columns name,location_str,description --query 東京 --output_columns _key,name
- [[0,1308820976.45769,0.000541951],[[[2],[["_key","ShortText"],["name","ShortText"]],["tasukuchan","グニャラくん"],["OffGao","OffGao"]]]]
+ [[0,1317212781.80175,0.000302755],[[[2],[["_key","ShortText"],["name","ShortText"]],["tasukuchan","グニャラくん"],["OffGao","OffGao"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-10.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-10.log 2011-09-28 12:43:39 +0000 (8fdc1a6)
+++ doc/source/example/tutorial/micro_blog-10.log 2011-09-28 12:46:29 +0000 (0626dd3)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select Comments --filter 'last_modified<=1268802000' --output_columns posted_by.name,comment,last_modified --drilldown hash_tags,posted_by
- [[0,1308820978.29463,0.000712033],[[[5],[["posted_by.name","ShortText"],["comment","ShortText"],["last_modified","Time"]],["hsiomaneki","マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。",1268795100.0],["グニャラくん","初の書き込み。テストテスト。",1268794800.0],["hsiomaneki","@tasukuchan ようこそ!!!",1268795100.0],["グニャラくん","@daijiro ありがとう!",1268798400.0],["グニャラくん","groongaなう #groonga",1268802000.0]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",1]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["daijiro",2],["tasukuchan",3]]]]
+ [[0,1317212783.61997,0.000426254],[[[5],[["posted_by.name","ShortText"],["comment","ShortText"],["last_modified","Time"]],["hsiomaneki","マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。",1268795100.0],["グニャラくん","初の書き込み。テストテスト。",1268794800.0],["hsiomaneki","@tasukuchan ようこそ!!!",1268795100.0],["グニャラくん","@daijiro ありがとう!",1268798400.0],["グニャラくん","groongaなう #groonga",1268802000.0]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",1]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["daijiro",2],["tasukuchan",3]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-2.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-2.log 2011-09-28 12:43:39 +0000 (9cd0993)
+++ doc/source/example/tutorial/micro_blog-2.log 2011-09-28 12:46:29 +0000 (87e77fe)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Users --filter 'geo_in_circle(location,"128484216x502919856",5000)' --output_columns _key,name
- [[0,1308820976.66084,0.000278696],[[[2],[["_key","ShortText"],["name","ShortText"]],["tasukuchan","グニャラくん"],["OffGao","OffGao"]]]]
+ [[0,1317212782.00321,0.000241271],[[[2],[["_key","ShortText"],["name","ShortText"]],["tasukuchan","グニャラくん"],["OffGao","OffGao"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-3.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-3.log 2011-09-28 12:43:39 +0000 (f12fe06)
+++ doc/source/example/tutorial/micro_blog-3.log 2011-09-28 12:46:29 +0000 (02c8047)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Users --query follower:@tasukuchan --output_columns _key,name
- [[0,1308820976.86282,0.000287394],[[[2],[["_key","ShortText"],["name","ShortText"]],["daijiro","hsiomaneki"],["OffGao","OffGao"]]]]
+ [[0,1317212782.20472,0.000231885],[[[2],[["_key","ShortText"],["name","ShortText"]],["daijiro","hsiomaneki"],["OffGao","OffGao"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-4.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-4.log 2011-09-28 12:43:39 +0000 (16139ed)
+++ doc/source/example/tutorial/micro_blog-4.log 2011-09-28 12:46:29 +0000 (752a412)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Comments --filter 'geo_in_circle(location,"127975798x502919856",20000)' --output_columns posted_by.name,comment --drilldown hash_tags,posted_by
- [[0,1308820977.06572,0.000719797],[[[4],[["posted_by.name","ShortText"],["comment","ShortText"]],["OffGao","@daijiro @tasukuchan 登録してみましたよー!"],["グニャラくん","groongaなう #groonga"],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"],["OffGao","中野ブロードウェイなうなう"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",2],["travel",1]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["OffGao",2],["tasukuchan",2]]]]
+ [[0,1317212782.40617,0.000451828],[[[4],[["posted_by.name","ShortText"],["comment","ShortText"]],["OffGao","@daijiro @tasukuchan 登録してみましたよー!"],["グニャラくん","groongaなう #groonga"],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"],["OffGao","中野ブロードウェイなうなう"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",2],["travel",1]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["OffGao",2],["tasukuchan",2]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-5.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-5.log 2011-09-28 12:43:39 +0000 (2642a85)
+++ doc/source/example/tutorial/micro_blog-5.log 2011-09-28 12:46:29 +0000 (d3da832)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Comments --query comment:@なう --output_columns comment,_score
- [[0,1308820977.27259,0.000430023],[[[2],[["comment","ShortText"],["_score","Int32"]],["groongaなう #groonga",1],["中野ブロードウェイなうなう",2]]]]
+ [[0,1317212782.60919,0.000239996],[[[2],[["comment","ShortText"],["_score","Int32"]],["groongaなう #groonga",1],["中野ブロードウェイなうなう",2]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-6.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-6.log 2011-09-28 12:43:39 +0000 (58ad6f8)
+++ doc/source/example/tutorial/micro_blog-6.log 2011-09-28 12:46:29 +0000 (d1a596d)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Comments --query comment:@羽田 --filter 'geo_in_circle(location,"127975798x502919856",20000)' --output_columns posted_by.name,comment --drilldown hash_tags,posted_by
- [[0,1308820977.4759,0.000704534],[[[1],[["posted_by.name","ShortText"],["comment","ShortText"]],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",1],["travel",1]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["tasukuchan",1]]]]
+ [[0,1317212782.81082,0.000427163],[[[1],[["posted_by.name","ShortText"],["comment","ShortText"]],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",1],["travel",1]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["tasukuchan",1]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-7.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-7.log 2011-09-28 12:43:39 +0000 (8b9e25c)
+++ doc/source/example/tutorial/micro_blog-7.log 2011-09-28 12:46:29 +0000 (f084859)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Comments --query hash_tags:@groonga --output_columns posted_by.name,comment --drilldown posted_by
- [[0,1308820977.68094,0.000539037],[[[2],[["posted_by.name","ShortText"],["comment","ShortText"]],["グニャラくん","groongaなう #groonga"],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["tasukuchan",2]]]]
+ [[0,1317212783.01379,0.000311974],[[[2],[["posted_by.name","ShortText"],["comment","ShortText"]],["グニャラくん","groongaなう #groonga"],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["tasukuchan",2]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-8.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-8.log 2011-09-28 12:43:39 +0000 (2128800)
+++ doc/source/example/tutorial/micro_blog-8.log 2011-09-28 12:46:29 +0000 (ee68b6b)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Comments --query posted_by:tasukuchan --output_columns comment --drilldown hash_tags
- [[0,1308820977.88551,0.000513653],[[[4],[["comment","ShortText"]],["初の書き込み。テストテスト。"],["@daijiro ありがとう!"],["groongaなう #groonga"],["groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",2],["travel",1]]]]
+ [[0,1317212783.21601,0.000313114],[[[4],[["comment","ShortText"]],["初の書き込み。テストテスト。"],["@daijiro ありがとう!"],["groongaなう #groonga"],["groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",2],["travel",1]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/micro_blog-9.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/micro_blog-9.log 2011-09-28 12:43:39 +0000 (394b6f8)
+++ doc/source/example/tutorial/micro_blog-9.log 2011-09-28 12:46:29 +0000 (789cfd0)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Users --query _key:tasukuchan --output_columns favorites.posted_by,favorites.comment
- [[0,1308820978.09026,0.000447909],[[[1],[["favorites.posted_by","Users"],["favorites.comment","ShortText"]],[["daijiro","OffGao"],["マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。","@daijiro @tasukuchan 登録してみましたよー!"]]]]]
+ [[0,1317212783.41809,0.000257979],[[[1],[["favorites.posted_by","Users"],["favorites.comment","ShortText"]],[["daijiro","OffGao"],["マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。","@daijiro @tasukuchan 登録してみましたよー!"]]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/network-1.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/network-1.log 2011-09-28 12:43:39 +0000 (8ddcfad)
+++ doc/source/example/tutorial/network-1.log 2011-09-28 12:46:29 +0000 (bdd3109)
@@ -1,8 +1,8 @@
-実行例 ::
+Execution example::
% groonga -c
> status
- [[0,1308820928.88213,4.1937e-05],{"alloc_count":548,"starttime":1308820641,"uptime":287,"version":"1.2.2-104-gf48051d","n_queries":375,"cache_hit_rate":0.533333333333333,"command_version":1,"default_command_version":1,"max_command_version":2}]
+ [[0,1317212813.13814,0.000102148],{"alloc_count":184,"starttime":1317212806,"uptime":7,"version":"1.2.5-84-g5c190df","n_queries":14,"cache_hit_rate":0.0,"command_version":1,"default_command_version":1,"max_command_version":2}]
> ctrl-d
%
\ No newline at end of file
Modified: doc/source/example/tutorial/network-2.log (+1 -1)
===================================================================
--- doc/source/example/tutorial/network-2.log 2011-09-28 12:43:39 +0000 (d5c9d21)
+++ doc/source/example/tutorial/network-2.log 2011-09-28 12:46:29 +0000 (d60fd97)
@@ -1,4 +1,4 @@
-実行例 ::
+Execution example::
% groonga -c
> shutdown
Modified: doc/source/example/tutorial/network-3.log (+3 -3)
===================================================================
--- doc/source/example/tutorial/network-3.log 2011-09-28 12:43:39 +0000 (a7b5fca)
+++ doc/source/example/tutorial/network-3.log 2011-09-28 12:46:29 +0000 (7b9ac85)
@@ -1,12 +1,12 @@
-実行例 ::
+Execution example::
http://[IPまたはホスト名]:[ポート番号]/d/status
実行される処理:
> status
- [[0,1308820929.085,4.9675e-05],{"alloc_count":548,"starttime":1308820641,"uptime":288,"version":"1.2.2-104-gf48051d","n_queries":375,"cache_hit_rate":0.533333333333333,"command_version":1,"default_command_version":1,"max_command_version":2}]
+ [[0,1317212813.33982,0.000109691],{"alloc_count":184,"starttime":1317212806,"uptime":7,"version":"1.2.5-84-g5c190df","n_queries":14,"cache_hit_rate":0.0,"command_version":1,"default_command_version":1,"max_command_version":2}]
http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&query=title:@this
実行される処理:
> select --table Site --query title:@this
- [[0,1308820929.28709,6.8668e-05],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
+ [[0,1317212813.54112,6.7993e-05],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/patricia_trie-1.log (+4 -4)
===================================================================
--- doc/source/example/tutorial/patricia_trie-1.log 2011-09-28 12:43:39 +0000 (b02e50e)
+++ doc/source/example/tutorial/patricia_trie-1.log 2011-09-28 12:46:29 +0000 (868d346)
@@ -1,14 +1,14 @@
-実行例 ::
+Execution example::
> table_create --name PatPrefix --flags TABLE_PAT_KEY --key_type ShortText
- [[0,1308820996.96716,0.044653865],true]
+ [[0,1317212719.34619,0.047490604],true]
> load --table PatPrefix
> [
> {"_key":"ひろゆき"},
> {"_key":"まろゆき"},
> {"_key":"ひろあき"}
> ]
- [[0,1308820997.21348,1.005917803],3]
+ [[0,1317212719.59456,1.001406593],3]
> select --table PatPrefix --query _key:@ひろ
- [[0,1308820998.42103,0.000401963],[[[2],[["_id","UInt32"],["_key","ShortText"]],[3,"ひろあき"],[1,"ひろゆき"]]]]
+ [[0,1317212720.79648,0.00031203],[[[2],[["_id","UInt32"],["_key","ShortText"]],[3,"ひろあき"],[1,"ひろゆき"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/patricia_trie-2.log (+6 -6)
===================================================================
--- doc/source/example/tutorial/patricia_trie-2.log 2011-09-28 12:43:39 +0000 (bc1e798)
+++ doc/source/example/tutorial/patricia_trie-2.log 2011-09-28 12:46:29 +0000 (dcba50f)
@@ -1,18 +1,18 @@
-実行例 ::
+Execution example::
> table_create --name PatSuffix --flags TABLE_PAT_KEY|KEY_WITH_SIS --key_type ShortText
- [[0,1308820998.62409,0.056108533],true]
+ [[0,1317212720.99778,0.0531648179999999],true]
> column_create --table PatSuffix --name original --type Bool
- [[0,1308820998.8819,0.038650376],true]
+ [[0,1317212721.25163,0.099479727],true]
> load --table PatSuffix
> [
> {"_key":"ひろゆき","original":true},
> {"_key":"まろゆき","original":true},
> {"_key":"ひろあき","original":true}
> ]
- [[0,1308820999.12224,1.0055318],3]
+ [[0,1317212721.55167,1.001449341],3]
> select --table PatSuffix --query _key:@ゆき
- [[0,1308821000.32928,0.000440379],[[[4],[["_id","UInt32"],["_key","ShortText"],["original","Bool"]],[1,"ひろゆき",true],[5,"まろゆき",true],[3,"ゆき",false],[2,"ろゆき",false]]]]
+ [[0,1317212722.75369,0.000313623],[[[4],[["_id","UInt32"],["_key","ShortText"],["original","Bool"]],[1,"ひろゆき",true],[5,"まろゆき",true],[3,"ゆき",false],[2,"ろゆき",false]]]]
> select --table PatSuffix --query "_key:@ゆき original:true"
- [[0,1308821000.5325,0.000412256],[[[2],[["_id","UInt32"],["_key","ShortText"],["original","Bool"]],[1,"ひろゆき",true],[5,"まろゆき",true]]]]
+ [[0,1317212722.95502,0.00032577],[[[2],[["_id","UInt32"],["_key","ShortText"],["original","Bool"]],[1,"ひろゆき",true],[5,"まろゆき",true]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/query_expansion-1.log (+10 -9)
===================================================================
--- doc/source/example/tutorial/query_expansion-1.log 2011-09-28 12:43:39 +0000 (c3d483e)
+++ doc/source/example/tutorial/query_expansion-1.log 2011-09-28 12:46:29 +0000 (78575a8)
@@ -1,26 +1,27 @@
-実行例 ::
+Execution example::
> table_create Doc TABLE_PAT_KEY ShortText
+ [[0,1317212801.95257,0.054058921],true]
> column_create Doc body COLUMN_SCALAR ShortText
+ [[0,1317212802.2071,0.040301713],true]
> table_create Term TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram
+ [[0,1317212802.44812,0.027340933],true]
> column_create Term Doc_body COLUMN_INDEX|WITH_POSITION Doc body
+ [[0,1317212802.676,0.079743674],true]
> table_create Synonym TABLE_PAT_KEY ShortText
+ [[0,1317212802.95629,0.03656858],true]
> column_create Synonym body COLUMN_SCALAR ShortText
+ [[0,1317212803.19316,0.040515932],true]
> load --table Doc
> [
> {"_key": "001", "body": "すっぱいブドウと甘いシークァーサー"},
> {"_key": "002", "body": "シークヮーサージュースとゴーヤチャンプル"},
> ]
+ [[0,1317212803.43422,0.80056314],2]
> load --table Synonym
> [
> {"_key": "シークァーサー", "body": "(シークァーサー OR シークヮーサー)"},
> {"_key": "シークヮーサー", "body": "(シークァーサー OR シークヮーサー)"},
> ]
- [[0,1315902793.79405,0.067835793],true]
- [[0,1315902793.86204,0.055032625],true]
- [[0,1315902793.91716,0.033071456],true]
- [[0,1315902793.95031,0.084515422],true]
- [[0,1315902794.03489,0.039670759],true]
- [[0,1315902794.07463,0.047553673],true]
- [[0,1315902794.12225,0.030597533],2]
- [[0,1315902794.15293,0.001469182],2]
+ [[0,1317212804.43524,0.801037492],2]
+
\ No newline at end of file
Modified: doc/source/example/tutorial/query_expansion-2.log (+4 -3)
===================================================================
--- doc/source/example/tutorial/query_expansion-2.log 2011-09-28 12:43:39 +0000 (0e3de9b)
+++ doc/source/example/tutorial/query_expansion-2.log 2011-09-28 12:46:29 +0000 (54c8b22)
@@ -1,6 +1,7 @@
-実行例 ::
+Execution example::
> select Doc --match_columns body --query "シークァーサー"
+ [[0,1317212805.4371,0.000567851],[[[1],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"001","すっぱいブドウと甘いシークァーサー"]]]]
> select Doc --match_columns body --query "シークヮーサー"
- [[0,1315902890.34086,0.001523795],[[[1],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"001","すっぱいブドウと甘いシークァーサー"]]]]
- [[0,1315902896.11284,0.00103016],[[[1],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[2,"002","シークヮーサージュースとゴーヤチャンプル"]]]]
+ [[0,1317212805.63859,0.000387831],[[[1],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[2,"002","シークヮーサージュースとゴーヤチャンプル"]]]]
+
\ No newline at end of file
Modified: doc/source/example/tutorial/query_expansion-3.log (+4 -3)
===================================================================
--- doc/source/example/tutorial/query_expansion-3.log 2011-09-28 12:43:39 +0000 (cade93b)
+++ doc/source/example/tutorial/query_expansion-3.log 2011-09-28 12:46:29 +0000 (9135b47)
@@ -1,6 +1,7 @@
-実行例 ::
+Execution example::
> select Doc --match_columns body --query "シークァーサー" --query_expansion Synonym.body
+ [[0,1317212805.84016,0.000441852],[[[2],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"001","すっぱいブドウと甘いシークァーサー"],[2,"002","シークヮーサージュースとゴーヤチャンプル"]]]]
> select Doc --match_columns body --query "シークヮーサー" --query_expansion Synonym.body
- [[0,1315903097.36968,0.007449833],[[[2],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"001","すっぱいブドウと甘いシークァーサー"],[2,"002","シークヮーサージュースとゴーヤチャンプル"]]]]
- [[0,1315903109.46887,0.001223129],[[[2],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"001","すっぱいブドウと甘いシークァーサー"],[2,"002","シークヮーサージュースとゴーヤチャンプル"]]]]
+ [[0,1317212806.04176,0.000580261],[[[2],[["_id","UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"001","すっぱいブドウと甘いシークァーサー"],[2,"002","シークヮーサージュースとゴーヤチャンプル"]]]]
+
\ No newline at end of file
Modified: doc/source/example/tutorial/search-1.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/search-1.log 2011-09-28 12:43:39 +0000 (6120509)
+++ doc/source/example/tutorial/search-1.log 2011-09-28 12:46:29 +0000 (7dd2694)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --filter "_id <= 1" --output_columns _id,_key
- [[0,1308820947.12902,0.000234772],[[[1],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"]]]]
+ [[0,1317212733.77852,0.000333188],[[[1],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/search-2.log (+3 -3)
===================================================================
--- doc/source/example/tutorial/search-2.log 2011-09-28 12:43:39 +0000 (d365f70)
+++ doc/source/example/tutorial/search-2.log 2011-09-28 12:46:29 +0000 (8517fbf)
@@ -1,7 +1,7 @@
-実行例 ::
+Execution example::
> select --table Site --filter "_id >= 4 && _id <= 6" --output_columns _id,_key
- [[0,1308820947.331,0.000465292],[[[3],[["_id","UInt32"],["_key","ShortText"]],[4,"http://example.net/afr"],[5,"http://example.org/aba"],[6,"http://example.com/rab"]]]]
+ [[0,1317212733.97986,0.000297681],[[[3],[["_id","UInt32"],["_key","ShortText"]],[4,"http://example.net/afr"],[5,"http://example.org/aba"],[6,"http://example.com/rab"]]]]
> select --table Site --filter "_id <= 2 || _id >= 7" --output_columns _id,_key
- [[0,1308820947.5341,0.00048586],[[[5],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"],[2,"http://example.net/"],[7,"http://example.net/atv"],[8,"http://example.org/gat"],[9,"http://example.com/vdw"]]]]
+ [[0,1317212734.18118,0.000250524],[[[5],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"],[2,"http://example.net/"],[7,"http://example.net/atv"],[8,"http://example.org/gat"],[9,"http://example.com/vdw"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/search-3.log (+3 -3)
===================================================================
--- doc/source/example/tutorial/search-3.log 2011-09-28 12:43:39 +0000 (b39eff0)
+++ doc/source/example/tutorial/search-3.log 2011-09-28 12:46:29 +0000 (28898da)
@@ -1,7 +1,7 @@
-実行例 ::
+Execution example::
> select --table Site --filter "1" --scorer "_score = rand()" --output_columns _id,_key,_score --sortby _score
- [[0,1308820947.7379,0.000649717],[[[9],[["_id","UInt32"],["_key","ShortText"],["_score","Int32"]],[9,"http://example.com/vdw",327254586],[6,"http://example.com/rab",498777856],[8,"http://example.org/gat",524872353],[5,"http://example.org/aba",631704567],[4,"http://example.net/afr",791698927],[2,"http://example.net/",822890675],[7,"http://example.net/atv",1255179497],[1,"http://example.org/",1469834481],[3,"http://example.com/",1610120709]]]]
+ [[0,1317212734.38283,0.000354558],[[[9],[["_id","UInt32"],["_key","ShortText"],["_score","Int32"]],[6,"http://example.com/rab",424238335],[9,"http://example.com/vdw",596516649],[7,"http://example.net/atv",719885386],[2,"http://example.net/",846930886],[8,"http://example.org/gat",1649760492],[3,"http://example.com/",1681692777],[4,"http://example.net/afr",1714636915],[1,"http://example.org/",1804289383],[5,"http://example.org/aba",1957747793]]]]
> select --table Site --filter "1" --scorer "_score = rand()" --output_columns _id,_key,_score --sortby _score
- [[0,1308820947.94322,0.000598748],[[[9],[["_id","UInt32"],["_key","ShortText"],["_score","Int32"]],[8,"http://example.org/gat",112805732],[6,"http://example.com/rab",160051528],[2,"http://example.net/",269455306],[4,"http://example.net/afr",352406219],[9,"http://example.com/vdw",1120048829],[1,"http://example.org/",1572276965],[5,"http://example.org/aba",1600028624],[3,"http://example.com/",1703964683],[7,"http://example.net/atv",2040332871]]]]
+ [[0,1317212734.58497,0.000350529],[[[9],[["_id","UInt32"],["_key","ShortText"],["_score","Int32"]],[4,"http://example.net/afr",783368690],[2,"http://example.net/",1025202362],[5,"http://example.org/aba",1102520059],[1,"http://example.org/",1189641421],[3,"http://example.com/",1350490027],[8,"http://example.org/gat",1365180540],[9,"http://example.com/vdw",1540383426],[7,"http://example.net/atv",1967513926],[6,"http://example.com/rab",2044897763]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/search-4.log (+4 -4)
===================================================================
--- doc/source/example/tutorial/search-4.log 2011-09-28 12:43:39 +0000 (93ab5db)
+++ doc/source/example/tutorial/search-4.log 2011-09-28 12:46:29 +0000 (62a73eb)
@@ -1,13 +1,13 @@
-実行例 ::
+Execution example::
> column_create --table Site --name location --type WGS84GeoPoint
- [[0,1308820948.149,0.106673308],true]
+ [[0,1317212734.78744,0.047997601],true]
> load --table Site
> [
> {"_key":"http://example.org/","location":"128452975x503157902"}
> {"_key":"http://example.net/","location":"128487316x502920929"},
> ]
- [[0,1308820948.45731,0.804828624],2]
+ [[0,1317212735.0361,0.801149613],2]
> select --table Site --query "_id:1 OR _id:2" --output_columns _key,location
- [[0,1308820949.46367,0.000415883],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"],["http://example.net/","128487316x502920929"]]]]
+ [[0,1317212736.03775,0.000261897],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"],["http://example.net/","128487316x502920929"]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/search-5.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/search-5.log 2011-09-28 12:43:39 +0000 (c6b1502)
+++ doc/source/example/tutorial/search-5.log 2011-09-28 12:46:29 +0000 (707b05f)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query "_id:1 OR _id:2" --output_columns _key,location,_score --scorer '_score = geo_distance(location, "128515259x503187188")'
- [[0,1308820949.66719,0.000579851],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.org/","128452975x503157902",2054],["http://example.net/","128487316x502920929",6720]]]]
+ [[0,1317212736.23918,0.000393211],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.org/","128452975x503157902",2054],["http://example.net/","128487316x502920929",6720]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/search-6.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/search-6.log 2011-09-28 12:43:39 +0000 (d2f2142)
+++ doc/source/example/tutorial/search-6.log 2011-09-28 12:46:29 +0000 (c3e7046)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --query "_id:1 OR _id:2" --output_columns _key,location,_score --scorer '_score = geo_distance(location, "128515259x503187188")' --sortby -_score
- [[0,1308820949.87105,0.00059959],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.net/","128487316x502920929",6720],["http://example.org/","128452975x503157902",2054]]]]
+ [[0,1317212736.44102,0.000345608],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.net/","128487316x502920929",6720],["http://example.org/","128452975x503157902",2054]]]]
\ No newline at end of file
Modified: doc/source/example/tutorial/search-7.log (+2 -2)
===================================================================
--- doc/source/example/tutorial/search-7.log 2011-09-28 12:43:39 +0000 (4f1f048)
+++ doc/source/example/tutorial/search-7.log 2011-09-28 12:46:29 +0000 (5305925)
@@ -1,5 +1,5 @@
-実行例 ::
+Execution example::
> select --table Site --output_columns _key,location --filter 'geo_in_circle(location, "128515259x503187188", 5000)'
- [[0,1308820950.07638,0.000388003],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
+ [[0,1317212736.64335,0.000245378],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
\ No newline at end of file
Modified: doc/source/tutorial/introduction.txt (+1 -1)
===================================================================
--- doc/source/tutorial/introduction.txt 2011-09-28 12:43:39 +0000 (cf38b29)
+++ doc/source/tutorial/introduction.txt 2011-09-28 12:46:29 +0000 (3e2db09)
@@ -55,7 +55,7 @@ DBの操作
.. groonga-command
.. include:: ../example/tutorial/introduction-1.log
-.. .. % groonga /tmp/tutorial.db
+.. .. % groonga -n /tmp/groonga-databases/introduction.db
.. status
以上のように、コマンドの実行結果は基本的にjson形式で返却されます。jsonの配列の0番目の要素に、エラーコードや実行時間などの情報が入ります。jsonの配列の1番目の様子に、コマンドの実行結果が入ります。
Modified: doc/source/tutorial/network.txt (+1 -1)
===================================================================
--- doc/source/tutorial/network.txt 2011-09-28 12:43:39 +0000 (f0ba625)
+++ doc/source/tutorial/network.txt 2011-09-28 12:46:29 +0000 (bd2917a)
@@ -25,7 +25,7 @@ groongaがデーモンモードで起動し、指定したポート番号でgroo
実行例::
- % groonga -d /tmp/tutorial.db
+ % groonga -d /tmp/groonga-databases/introduction.db
12345
%