Sha256: 23d90c6e4a619753b43cdc3856e6c955aeea621351d784cb250be3a45617920e

Contents?: true

Size: 1.21 KB

Versions: 5

Compression:

Stored size: 1.21 KB

Contents

Execution example::

  table_create Doc TABLE_PAT_KEY ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create Doc body COLUMN_SCALAR ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  table_create Term TABLE_PAT_KEY|KEY_NORMALIZE ShortText --default_tokenizer TokenBigram
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create Term Doc_body COLUMN_INDEX|WITH_POSITION Doc body
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  table_create Synonym TABLE_PAT_KEY ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  column_create Synonym body COLUMN_SCALAR ShortText
  # [[0, 1337566253.89858, 0.000355720520019531], true]
  load --table Doc
  [
  {"_key": "001", "body": "すっぱいブドウと甘いシークァーサー"},
  {"_key": "002", "body": "シークヮーサージュースとゴーヤチャンプル"},
  ]
  # [[0, 1337566253.89858, 0.000355720520019531], 2]
  load --table Synonym
  [
  {"_key": "シークァーサー", "body": "(シークァーサー OR シークヮーサー)"},
  {"_key": "シークヮーサー", "body": "(シークァーサー OR シークヮーサー)"},
  ]
  # [[0, 1337566253.89858, 0.000355720520019531], 2]

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/query_expansion-1.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log