[Groonga-commit] groonga/groonga [master] add missing log.

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2011年 1月 25日 (火) 18:27:34 JST


Kouhei Sutou	2011-01-25 09:27:34 +0000 (Tue, 25 Jan 2011)

  New Revision: d158212270363d1278a014f72ecdf3bf4d9d8ffa

  Log:
    add missing log.

  Added files:
    doc/ja/source/example/tutorial06-6.log

  Added: doc/ja/source/example/tutorial06-6.log (+15 -0) 100644
===================================================================
--- /dev/null
+++ doc/ja/source/example/tutorial06-6.log    2011-01-25 09:27:34 +0000 (91bbc2c)
@@ -0,0 +1,15 @@
+実行例 ::
+
+  > table_create --name GeoIndex --flags TABLE_HASH_KEY --key_type WGS84GeoPoint
+  [[0,1295945106.95941,0.042948258],true]
+  > column_create --table GeoIndex --name index_point --type Site --flags COLUMN_INDEX --source location
+  [[0,1295945107.20325,0.090239769],true]
+  > load --table Site
+  > [
+  >  {"_key":"http://example.org/","location":"128452975x503157902"}
+  >  {"_key":"http://example.net/","location":"128487316x502920929"},
+  > ]
+  [[0,1295945107.49464,0.801677814],2]
+  > select --table Site --filter 'geo_in_circle(location, "128515259x503187188", 5000)' --output_columns _key,location
+  [[0,1295945108.49712,0.000941181],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
+  
\ No newline at end of file




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index