Sha256: ad22c3831cb3ec3be732ab72f195225d4a70f3f215d2e05781eecdd2e6ddeb89

Contents?: true

Size: 886 Bytes

Versions: 5

Compression:

Stored size: 886 Bytes

Contents

Execution example::

  > select --table Blog1 --match_columns title||message --query groonga
  [[0,1317212798.29761,0.000365318],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"]]]]
  > select --table Blog1 --match_columns title||message --query message
  [[0,1317212798.49954,0.000310648],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"],[1,"grn1","groonga test","groonga message"]]]]
  > select --table Blog1 --match_columns title --query message
  [[0,1317212798.70102,0.000314581],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
  

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-2.log
rroonga-2.0.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log
rroonga-2.0.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log
rroonga-1.3.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log
rroonga-1.3.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log