Sha256: 8f8ea8ef86c3ffc96aacd3cf11ea90edd52580af2d45d613b206f13ae158a9a9
Contents?: true
Size: 1.05 KB
Versions: 5
Compression:
Stored size: 1.05 KB
Contents
Execution example:: load --table Thesaurus [ {"_key": "popular", "synonym": ["popular", "n_likes:>=10"]} ] # [[0, 1337566253.89858, 0.000355720520019531], 1] select Entries --match_columns content --query "popular" --query_expansion Thesaurus.synonym # [ # [ # 0, # 1337566253.89858, # 0.000355720520019531 # ], # [ # [ # [ # 2 # ], # [ # [ # "_id", # "UInt32" # ], # [ # "_key", # "ShortText" # ], # [ # "content", # "Text" # ], # [ # "n_likes", # "UInt32" # ] # ], # [ # 2, # "Groonga", # "I started to use groonga. It's very fast!", # 10 # ], # [ # 3, # "Mroonga", # "I also started to use mroonga. It's also very fast! Really fast!", # 15 # ] # ] # ] # ]
Version data entries
5 entries across 5 versions & 1 rubygems