Sha256: 7506f2d3c7aa75ebf7ea0eba286b7dafd28cb6549afe712c259d341a587aa4ba

Contents?: true

Size: 613 Bytes

Versions: 7

Compression:

Stored size: 613 Bytes

Contents

Execution example::

  > column_create --table Site --name location --type WGS84GeoPoint
  [[0,1317212734.78744,0.047997601],true]
  > load --table Site
  > [
  >  {"_key":"http://example.org/","location":"128452975x503157902"}
  >  {"_key":"http://example.net/","location":"128487316x502920929"},
  > ]
  [[0,1317212735.0361,0.801149613],2]
  > select --table Site --query "_id:1 OR _id:2" --output_columns _key,location
  [[0,1317212736.03775,0.000261897],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"],["http://example.net/","128487316x502920929"]]]]
  

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rroonga-2.0.4-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.0.3-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/search-4.log