Sha256: c5582601da79f5c653ce3dda097278b90474dae2df9f47a000fb3a98fcb6fd63

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 KB

Contents

Execution example::

  suggest --table item_query --column kana --types complete|correct|suggest --frequency_threshold 1 --query search
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   {
  #     "suggest": [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "_score", 
  #           "Int32"
  #         ]
  #       ], 
  #       [
  #         "search engine", 
  #         1
  #       ], 
  #       [
  #         "web search realtime", 
  #         1
  #       ]
  #     ], 
  #     "complete": [
  #       [
  #         2
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "_score", 
  #           "Int32"
  #         ]
  #       ], 
  #       [
  #         "search", 
  #         2
  #       ], 
  #       [
  #         "search engine", 
  #         2
  #       ]
  #     ], 
  #     "correct": [
  #       [
  #         1
  #       ], 
  #       [
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "_score", 
  #           "Int32"
  #         ]
  #       ], 
  #       [
  #         "search", 
  #         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/reference/commands/suggest-mixed.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/reference/commands/suggest-mixed.log