Sha256: 5505c5ffc74a1bb183d079a5242001a60c06aa7613055338d3d0cb0d064de6f1

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

実行例 ::

  > table_create --name Blog1 --flags TABLE_HASH_KEY --key_type ShortText
  [[0,1280378807.97095,0.074659],true]
  > column_create --table Blog1 --name title --flags COLUMN_SCALAR --type ShortText
  [[0,1280378808.24637,0.058739],true]
  > column_create --table Blog1 --name message --flags COLUMN_SCALAR --type ShortText
  [[0,1280378808.50589,0.074658],true]
  > table_create --name IndexBlog1 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
  [[0,1280378808.78136,0.065557],true]
  > column_create --table IndexBlog1 --name index_title --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source title
  [[0,1280378809.04764,0.147413],true]
  > column_create --table IndexBlog1 --name index_message --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source message
  [[0,1280378809.39584,0.124963],true]
  > load --table Blog1
  > [
  > {"_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,1280378809.72157,1.001442],3]
  

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rroonga-1.0.1-x86-mingw32 vendor/local/share/groonga/doc/ja/source/example/tutorial07-1.log