Sha256: 7bbac1acd41a81115a01b131aea2fce046b7d74608e0ff710a632506fe6d3d05

Contents?: true

Size: 1.16 KB

Versions: 5

Compression:

Stored size: 1.16 KB

Contents

Execution example::

  > table_create --name Blog1 --flags TABLE_HASH_KEY --key_type ShortText
  [[0,1317212795.41036,0.047939793],true]
  > column_create --table Blog1 --name title --flags COLUMN_SCALAR --type ShortText
  [[0,1317212795.65884,0.040658195],true]
  > column_create --table Blog1 --name message --flags COLUMN_SCALAR --type ShortText
  [[0,1317212795.89978,0.029458384],true]
  > table_create --name IndexBlog1 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
  [[0,1317212796.12974,0.183567683],true]
  > column_create --table IndexBlog1 --name index_title --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source title
  [[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
  > [
  > {"_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,1317212797.09575,1.001254761],3]
  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.0.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log