Sha256: 8f4ee9fad8536f022a8513fb760cb12c32d3b8b1f50e59a5e571e7c86db772e5

Contents?: true

Size: 1.08 KB

Versions: 5

Compression:

Stored size: 1.08 KB

Contents

Execution example::

  table_create --name Blog2 --flags TABLE_HASH_KEY --key_type ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create --table Blog2 --name title --flags COLUMN_SCALAR --type ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create --table Blog2 --name message --flags COLUMN_SCALAR --type ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  table_create --name IndexBlog2 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create --table IndexBlog2 --name index_blog --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Blog2 --source title,message
  # [[0, 1337566253.89858, 0.000355720520019531], 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, 1337566253.89858, 0.000355720520019531], 3]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log