Sha256: 0c0eceee5f3181d349c5fdbe721f8944bcc419e9320ace11dc846180d8add70a

Contents?: true

Size: 1.57 KB

Versions: 5

Compression:

Stored size: 1.57 KB

Contents

Execution example::

  select Doc --match_columns body --query "シークァーサー" --query_expansion Synonym.body
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_id", 
  #           "UInt32"
  #         ], 
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "body", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         1, 
  #         "001", 
  #         "すっぱいブドウと甘いシークァーサー"
  #       ], 
  #       [
  #         2, 
  #         "002", 
  #         "シークヮーサージュースとゴーヤチャンプル"
  #       ]
  #     ]
  #   ]
  # ]
  select Doc --match_columns body --query "シークヮーサー" --query_expansion Synonym.body
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_id", 
  #           "UInt32"
  #         ], 
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "body", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         1, 
  #         "001", 
  #         "すっぱいブドウと甘いシークァーサー"
  #       ], 
  #       [
  #         2, 
  #         "002", 
  #         "シークヮーサージュースとゴーヤチャンプル"
  #       ]
  #     ]
  #   ]
  # ]

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