rroonga 3.0.0-x86-mingw32 → 3.0.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (359) hide show
  1. data/doc/text/news.textile +22 -1
  2. data/ext/groonga/rb-grn-array.c +1 -1
  3. data/ext/groonga/rb-grn-logger.c +41 -89
  4. data/ext/groonga/rb-grn-object.c +1 -1
  5. data/ext/groonga/rb-grn-plugin.c +1 -1
  6. data/ext/groonga/rb-grn-query-logger.c +75 -2
  7. data/ext/groonga/rb-grn-table.c +658 -511
  8. data/ext/groonga/rb-grn-utils.c +113 -22
  9. data/ext/groonga/rb-grn.h +7 -1
  10. data/lib/1.9/groonga.so +0 -0
  11. data/lib/2.0/groonga.so +0 -0
  12. data/lib/groonga.rb +18 -18
  13. data/lib/groonga/context.rb +11 -3
  14. data/lib/groonga/logger.rb +26 -0
  15. data/lib/groonga/record.rb +25 -2
  16. data/rroonga-build.rb +1 -1
  17. data/rroonga.gemspec +1 -1
  18. data/test/test-column.rb +103 -1
  19. data/test/test-logger.rb +9 -8
  20. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  21. data/vendor/local/bin/groonga.exe +0 -0
  22. data/vendor/local/bin/libgroonga-0.dll +0 -0
  23. data/vendor/local/bin/libmecab-1.dll +0 -0
  24. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  25. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  26. data/vendor/local/bin/mecab.exe +0 -0
  27. data/vendor/local/include/groonga/groonga.h +20 -4
  28. data/vendor/local/include/groonga/groonga/plugin.h +4 -4
  29. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  31. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  32. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  34. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  35. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  37. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  39. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  40. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  41. data/vendor/local/lib/libgroonga.a +0 -0
  42. data/vendor/local/lib/libgroonga.dll.a +0 -0
  43. data/vendor/local/lib/libmecab.a +0 -0
  44. data/vendor/local/lib/libmecab.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpack.a +0 -0
  46. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  47. data/vendor/local/lib/libmsgpackc.a +0 -0
  48. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  49. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  50. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  52. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  53. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  54. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  55. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  56. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -1
  57. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  58. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  59. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +18 -11
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  63. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +50 -3
  64. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
  65. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +20 -0
  66. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +32 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +2 -4
  68. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
  69. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -0
  70. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +19 -12
  71. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  72. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  73. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  84. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  86. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  87. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  88. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  89. data/vendor/local/share/doc/groonga/en/html/index.html +7 -6
  90. data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
  91. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  92. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  93. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +24 -16
  94. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  95. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  96. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  97. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +54 -10
  98. data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
  99. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/news.html +163 -140
  101. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  107. data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  148. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +39 -10
  158. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -13
  161. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +632 -7
  164. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +7 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
  174. data/vendor/local/share/doc/groonga/en/html/search.html +7 -5
  175. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  176. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +11 -11
  203. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  206. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  207. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -1
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +18 -11
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +50 -3
  215. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
  216. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +20 -0
  217. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +32 -3
  218. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +2 -4
  219. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
  220. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -0
  221. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +19 -12
  222. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  223. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  226. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  227. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  228. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  230. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  231. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  232. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  233. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  234. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  235. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  236. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/index.html +7 -6
  241. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
  242. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  243. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  244. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +16 -10
  245. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  246. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  247. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  248. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +50 -10
  249. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +17 -17
  250. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/news.html +160 -140
  252. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  253. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  254. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  257. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  258. data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  274. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  276. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  277. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
  287. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
  290. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  291. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  292. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  294. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  295. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  296. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  297. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
  298. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  299. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  300. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  301. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  302. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
  303. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  304. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  305. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  308. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -11
  309. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
  311. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -13
  312. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  313. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  314. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +614 -7
  315. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  316. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  317. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +7 -5
  318. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  321. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
  325. data/vendor/local/share/doc/groonga/ja/html/search.html +7 -5
  326. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  327. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  350. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  352. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +11 -11
  354. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  355. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  357. data/vendor/local/share/man/ja/man1/groonga.1 +920 -150
  358. data/vendor/local/share/man/man1/groonga.1 +974 -179
  359. metadata +4 -4
@@ -100,7 +100,7 @@ rb_grn_scan_options (VALUE options, ...)
100
100
  VALUE *value;
101
101
  va_list args;
102
102
 
103
- options = rb_check_convert_type(options, T_HASH, "Hash", "to_hash");
103
+ options = rb_grn_check_convert_to_hash(options);
104
104
  if (NIL_P(options)) {
105
105
  if (NIL_P(original_options)) {
106
106
  options = rb_hash_new();
@@ -153,6 +153,44 @@ rb_grn_equal_option (VALUE option, const char *key)
153
153
  return GRN_FALSE;
154
154
  }
155
155
 
156
+ grn_bool
157
+ rb_grn_equal_string (const char *string1, const char *string2)
158
+ {
159
+ if (string1 == string2) {
160
+ return GRN_TRUE;
161
+ }
162
+
163
+ if (!string1 || !string2) {
164
+ return GRN_FALSE;
165
+ }
166
+
167
+ return strcmp(string1, string2) == 0;
168
+ }
169
+
170
+ VALUE
171
+ rb_grn_convert_to_array (VALUE object)
172
+ {
173
+ return rb_convert_type(object, RUBY_T_ARRAY, "Array", "to_ary");
174
+ }
175
+
176
+ VALUE
177
+ rb_grn_check_convert_to_string (VALUE object)
178
+ {
179
+ return rb_check_string_type(object);
180
+ }
181
+
182
+ VALUE
183
+ rb_grn_check_convert_to_array (VALUE object)
184
+ {
185
+ return rb_check_array_type(object);
186
+ }
187
+
188
+ VALUE
189
+ rb_grn_check_convert_to_hash (VALUE object)
190
+ {
191
+ return rb_check_convert_type(object, RUBY_T_HASH, "Hash", "to_hash");
192
+ }
193
+
156
194
  static VALUE
157
195
  rb_grn_bulk_to_ruby_object_by_range_id (grn_ctx *context, grn_obj *bulk,
158
196
  grn_id range_id,
@@ -586,34 +624,87 @@ rb_grn_vector_to_ruby_object (grn_ctx *context, grn_obj *vector)
586
624
  return array;
587
625
  }
588
626
 
589
- grn_obj *
590
- rb_grn_vector_from_ruby_object (VALUE object, grn_ctx *context, grn_obj *vector)
627
+ static void
628
+ rb_grn_add_vector_element (VALUE rb_element, grn_ctx *context, grn_obj *vector,
629
+ grn_obj *value_buffer)
591
630
  {
592
- VALUE *values;
593
- grn_obj value;
631
+ unsigned int weight = 0;
632
+ if (RVAL2CBOOL(rb_obj_is_kind_of(rb_element, rb_cHash))) {
633
+ VALUE rb_value;
634
+ VALUE rb_weight;
635
+ ID id_value;
636
+ ID id_weight;
637
+ CONST_ID(id_value, "value");
638
+ CONST_ID(id_weight, "weight");
639
+ rb_value = rb_hash_aref(rb_element, ID2SYM(id_value));
640
+ rb_weight = rb_hash_aref(rb_element, ID2SYM(id_weight));
641
+ RVAL2GRNOBJ(rb_value, context, &value_buffer);
642
+ if (!NIL_P(rb_weight)) {
643
+ weight = NUM2UINT(rb_weight);
644
+ }
645
+ } else {
646
+ RVAL2GRNOBJ(rb_element, context, &value_buffer);
647
+ }
648
+ grn_vector_add_element(context, vector,
649
+ GRN_BULK_HEAD(value_buffer),
650
+ GRN_BULK_VSIZE(value_buffer),
651
+ weight,
652
+ value_buffer->header.domain);
653
+ }
654
+
655
+ typedef struct {
656
+ VALUE array;
657
+ grn_ctx *context;
658
+ grn_obj *vector;
659
+ grn_obj value_buffer;
660
+ } VectorFromRubyData;
661
+
662
+ static VALUE
663
+ rb_grn_vector_from_ruby_object_body (VALUE user_data)
664
+ {
665
+ VectorFromRubyData *data = (VectorFromRubyData *)user_data;
666
+ VALUE *rb_values;
667
+ grn_ctx *context;
668
+ grn_obj *vector;
669
+ grn_obj *value_buffer;
594
670
  int i, n;
595
671
 
596
- if (vector)
597
- GRN_OBJ_INIT(vector, GRN_VECTOR, 0, GRN_ID_NIL);
598
- else
599
- vector = grn_obj_open(context, GRN_VECTOR, 0, 0);
672
+ n = RARRAY_LEN(data->array);
673
+ rb_values = RARRAY_PTR(data->array);
674
+ context = data->context;
675
+ vector = data->vector;
676
+ value_buffer = &(data->value_buffer);
677
+ for (i = 0; i < n; i++) {
678
+ rb_grn_add_vector_element(rb_values[i], context, vector, value_buffer);
679
+ }
680
+
681
+ return Qnil;
682
+ }
683
+
684
+ static VALUE
685
+ rb_grn_vector_from_ruby_object_ensure (VALUE user_data)
686
+ {
687
+ VectorFromRubyData *data = (VectorFromRubyData *)user_data;
688
+
689
+ GRN_OBJ_FIN(data->context, &(data->value_buffer));
690
+
691
+ return Qnil;
692
+ }
693
+
694
+ grn_obj *
695
+ rb_grn_vector_from_ruby_object (VALUE object, grn_ctx *context, grn_obj *vector)
696
+ {
697
+ VectorFromRubyData data;
600
698
 
601
699
  if (NIL_P(object))
602
700
  return vector;
603
701
 
604
- GRN_VOID_INIT(&value);
605
- n = RARRAY_LEN(object);
606
- values = RARRAY_PTR(object);
607
- for (i = 0; i < n; i++) {
608
- grn_obj *_value = &value;
609
- RVAL2GRNOBJ(values[i], context, &_value);
610
- grn_vector_add_element(context, vector,
611
- GRN_BULK_HEAD(&value),
612
- GRN_BULK_VSIZE(&value),
613
- 0,
614
- value.header.domain);
615
- }
616
- GRN_OBJ_FIN(context, &value);
702
+ data.array = rb_grn_convert_to_array(object);
703
+ data.context = context;
704
+ data.vector = vector;
705
+ GRN_VOID_INIT(&(data.value_buffer));
706
+ rb_ensure(rb_grn_vector_from_ruby_object_body, (VALUE)(&data),
707
+ rb_grn_vector_from_ruby_object_ensure, (VALUE)(&data));
617
708
 
618
709
  return vector;
619
710
  }
@@ -76,7 +76,7 @@ RB_GRN_BEGIN_DECLS
76
76
 
77
77
  #define RB_GRN_MAJOR_VERSION 3
78
78
  #define RB_GRN_MINOR_VERSION 0
79
- #define RB_GRN_MICRO_VERSION 0
79
+ #define RB_GRN_MICRO_VERSION 1
80
80
 
81
81
  #define RB_GRN_QUERY_DEFAULT_MAX_EXPRESSIONS 32
82
82
 
@@ -319,6 +319,12 @@ void rb_grn_scan_options (VALUE options, ...)
319
319
  RB_GRN_GNUC_NULL_TERMINATED;
320
320
  grn_bool rb_grn_equal_option (VALUE option,
321
321
  const char *key);
322
+ grn_bool rb_grn_equal_string (const char *string1,
323
+ const char *string2);
324
+ VALUE rb_grn_convert_to_array (VALUE object);
325
+ VALUE rb_grn_check_convert_to_string (VALUE object);
326
+ VALUE rb_grn_check_convert_to_array (VALUE object);
327
+ VALUE rb_grn_check_convert_to_hash (VALUE object);
322
328
 
323
329
  VALUE rb_grn_object_alloc (VALUE klass);
324
330
  void rb_grn_object_bind (VALUE self,
Binary file
Binary file
@@ -15,14 +15,14 @@
15
15
  # License along with this library; if not, write to the Free Software
16
16
  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
17
 
18
- require 'pathname'
18
+ require "pathname"
19
19
 
20
20
  base_dir = Pathname.new(__FILE__).dirname.dirname.expand_path
21
21
  local_groonga_dir = base_dir + "vendor" + "local"
22
22
  local_groonga_bin_dir = local_groonga_dir + "bin"
23
23
  if local_groonga_bin_dir.exist?
24
24
  prepend_path = Proc.new do |environment_name, separator|
25
- paths = (ENV[environment_name] || '').split(/#{separator}/)
25
+ paths = (ENV[environment_name] || "").split(/#{separator}/)
26
26
  dir = local_groonga_bin_dir.to_s
27
27
  dir = dir.gsub(/\//, File::ALT_SEPARATOR) if File::ALT_SEPARATOR
28
28
  unless paths.include?(dir)
@@ -34,16 +34,16 @@ if local_groonga_bin_dir.exist?
34
34
  prepend_path.call("PATH", File::PATH_SEPARATOR)
35
35
  end
36
36
 
37
- require 'groonga/geo-point'
38
- require 'groonga/view-record'
39
- require 'groonga/record'
40
- require 'groonga/expression-builder'
41
- require 'groonga/posting'
37
+ require "groonga/geo-point"
38
+ require "groonga/view-record"
39
+ require "groonga/record"
40
+ require "groonga/expression-builder"
41
+ require "groonga/posting"
42
42
  begin
43
43
  major, minor, _ = RUBY_VERSION.split(/\./)
44
44
  require "#{major}.#{minor}/groonga.so"
45
45
  rescue LoadError
46
- require 'groonga.so'
46
+ require "groonga.so"
47
47
  end
48
48
 
49
49
  ##
@@ -90,13 +90,13 @@ module Groonga
90
90
  end
91
91
  end
92
92
 
93
- require 'groonga/context'
94
- require 'groonga/database'
95
- require 'groonga/patricia-trie'
96
- require 'groonga/index-column'
97
- require 'groonga/dumper'
98
- require 'groonga/schema'
99
- require 'groonga/pagination'
100
- require 'groonga/grntest-log'
101
- require 'groonga/logger'
102
- require 'groonga/query-logger'
93
+ require "groonga/context"
94
+ require "groonga/database"
95
+ require "groonga/patricia-trie"
96
+ require "groonga/index-column"
97
+ require "groonga/dumper"
98
+ require "groonga/schema"
99
+ require "groonga/pagination"
100
+ require "groonga/grntest-log"
101
+ require "groonga/logger"
102
+ require "groonga/query-logger"
@@ -137,11 +137,16 @@ module Groonga
137
137
 
138
138
  # Restore commands dumped by "grndump" command.
139
139
  #
140
- # @example Restore dumped commands.
140
+ # @example Restore dumped commands as a String object.
141
141
  # dumped_commands = File.read("dump.grn")
142
142
  # context.restore(dumped_commands)
143
143
  #
144
- # If block is given, response is yielded.
144
+ # @example Restore dumped commands from a File object.
145
+ # File.open("dump.grn") do |file|
146
+ # context.restore(file)
147
+ # end
148
+ #
149
+ # If block is given, a response is yielded.
145
150
  #
146
151
  # @example Restore dumped commands and reports result.
147
152
  # dumped_commands = File.read("dump.grn")
@@ -149,7 +154,10 @@ module Groonga
149
154
  # puts("#{command} -> #{response}")
150
155
  # end
151
156
  #
152
- # @param [String] dumped_commands commands dumped by grndump.
157
+ # @param [#each_line] dumped_commands commands dumped by grndump.
158
+ # It can be a String object or any objects like an IO object such
159
+ # as a File object. It should have #each_line that iterates a
160
+ # line.
153
161
  # @yield [command, response]
154
162
  # Yields a sent command and its response if block is given.
155
163
  # @yieldparam command [String] A sent command.
@@ -42,6 +42,32 @@ module Groonga
42
42
  end
43
43
  end
44
44
 
45
+ class << self
46
+ # @deprecated since 3.0.1. Use {Groonga::Logger.path}
47
+ # instead.
48
+ def log_path
49
+ path
50
+ end
51
+
52
+ # @deprecated since 3.0.1. Use {Groonga::Logger.path=}
53
+ # instead.
54
+ def log_path=(path)
55
+ self.path = path
56
+ end
57
+
58
+ # @deprecated since 3.0.1. Use {Groonga::QueryLogger.path}
59
+ # instead.
60
+ def query_log_path
61
+ QueryLogger.path
62
+ end
63
+
64
+ # @deprecated since 3.0.1. Use {Groonga::QueryLogger.path=}
65
+ # instead.
66
+ def query_log_path=(path)
67
+ QueryLogger.path = path
68
+ end
69
+ end
70
+
45
71
  def log(level, timestamp, title, message, location)
46
72
  guard do
47
73
  puts("#{timestamp}|#{mark(level)}|#{title} #{message} #{location}")
@@ -32,6 +32,9 @@ module Groonga
32
32
  # ...,
33
33
  # ]
34
34
  # </pre>
35
+ #
36
+ # Each value is set by {#[]=}. See {#[]=} how to set weight for a
37
+ # value.
35
38
  def initialize(table, id, values=nil)
36
39
  @table = table
37
40
  @id = id
@@ -67,8 +70,28 @@ module Groonga
67
70
  @table.column_value(@id, column_name, :id => true)
68
71
  end
69
72
 
70
- # このレコードの _column_name_ で指定されたカラムの値を設定す
71
- # る。
73
+ # Sets column value of the record.
74
+ #
75
+ # @overload []=(column_name, value)
76
+ # @param column_name [String] The column name.
77
+ # @param value [Object] The column value. Weight of the value is 0.
78
+ #
79
+ # @example Set a new value
80
+ # user["age"] = 29
81
+ #
82
+ # @overload []=(column_name, value_with_weight)
83
+ # @param column_name [String] The column name.
84
+ # @param value_with_weight [::Hash] The column value with weight.
85
+ # @option value_with_weight [Object] :value (nil) The column value.
86
+ # @option value_with_weight [Integer or nil] :weight (nil)
87
+ # The weight for the value. You need to use vector column and
88
+ # weight supported index column for weight. See
89
+ # {Groonga;:Table#set_column_value} for details.
90
+ #
91
+ # @example Set a new value with weight "2"
92
+ # user["tags"] = [{:value => "groonga", :weight => 2}]
93
+ #
94
+ # @see Groonga::Table#set_column_value
72
95
  def []=(column_name, value)
73
96
  @table.set_column_value(@id, column_name, value, :id => true)
74
97
  end
@@ -19,7 +19,7 @@ module RroongaBuild
19
19
  module RequiredGroongaVersion
20
20
  MAJOR = 3
21
21
  MINOR = 0
22
- MICRO = 2
22
+ MICRO = 3
23
23
  VERSION = [MAJOR, MINOR, MICRO]
24
24
  end
25
25
 
@@ -88,7 +88,7 @@ Gem::Specification.new do |s|
88
88
  s.add_development_dependency("rake-compiler")
89
89
  s.add_development_dependency("bundler")
90
90
  s.add_development_dependency("yard")
91
- s.add_development_dependency("packnga")
91
+ s.add_development_dependency("packnga", [">= 0.9.7"])
92
92
  s.add_development_dependency("RedCloth")
93
93
  end
94
94
 
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2009-2011 Kouhei Sutou <kou@clear-code.com>
1
+ # Copyright (C) 2009-2013 Kouhei Sutou <kou@clear-code.com>
2
2
  #
3
3
  # This library is free software; you can redistribute it and/or
4
4
  # modify it under the terms of the GNU Lesser General Public
@@ -347,4 +347,106 @@ class ColumnTest < Test::Unit::TestCase
347
347
  @posts.add("Hello!", :body => "World")
348
348
  @posts.add("My Hobby", :body => "Drive and Eat")
349
349
  end
350
+
351
+ class WeightTest < self
352
+ def setup
353
+ super
354
+ setup_schema
355
+ end
356
+
357
+ def setup_schema
358
+ Groonga::Schema.define do |schema|
359
+ schema.create_table("Shops", :type => :hash) do |table|
360
+ table.short_text("tags", :type => :vector)
361
+ end
362
+
363
+ schema.create_table("Tags",
364
+ :type => :patricia_trie) do |table|
365
+ table.index("Shops.tags", :with_weight => true)
366
+ end
367
+ end
368
+
369
+ @shops = Groonga["Shops"]
370
+ end
371
+
372
+ def test_vector
373
+ @shops.add("Soul Food India",
374
+ :tags => [
375
+ {:value => "curry", :weight => 10},
376
+ {:value => "hot", :weight => 3},
377
+ ])
378
+ assert_equal([["Soul Food India", 11]],
379
+ select_by_tag("curry"))
380
+ end
381
+
382
+ def test_offline_index
383
+ @shops.add("Soul Food India",
384
+ :tags => [
385
+ {:value => "curry", :weight => 10},
386
+ {:value => "hot", :weight => 3},
387
+ ])
388
+ Groonga::Schema.remove_column("Tags", "Shops_tags")
389
+ Groonga::Schema.change_table("Tags") do |table|
390
+ table.index("Shops.tags", :with_weight => true)
391
+ end
392
+
393
+ assert_equal([["Soul Food India", 11]],
394
+ select_by_tag("curry"))
395
+ end
396
+
397
+ private
398
+ def select_by_tag(tag)
399
+ matched_records = @shops.select do |record|
400
+ record.tags =~ tag
401
+ end
402
+ matched_records.collect do |record|
403
+ [record._key, record.score]
404
+ end
405
+ end
406
+
407
+ class UpdateTest < self
408
+ def test_new_value
409
+ record = @shops.add("Soul Food India",
410
+ :tags => [
411
+ {:value => "curry", :weight => 10},
412
+ {:value => "hot", :weight => 3},
413
+ ])
414
+ new_value = "india"
415
+ new_value_weight = 100
416
+ record.tags = [
417
+ {:value => new_value, :weight => new_value_weight},
418
+ ]
419
+ assert_equal([["Soul Food India", new_value_weight + 1]],
420
+ select_by_tag(new_value))
421
+ end
422
+
423
+ def test_old_value
424
+ old_value = "curry"
425
+ record = @shops.add("Soul Food India",
426
+ :tags => [
427
+ {:value => old_value, :weight => 10},
428
+ {:value => "hot", :weight => 3},
429
+ ])
430
+ record.tags = [
431
+ {:value => "india", :weight => 100},
432
+ ]
433
+ assert_equal([], select_by_tag(old_value))
434
+ end
435
+
436
+ def test_replaced_value
437
+ replaced_value = "hot"
438
+ record = @shops.add("Soul Food India",
439
+ :tags => [
440
+ {:value => "curry", :weight => 10},
441
+ {:value => replaced_value, :weight => 3},
442
+ ])
443
+ replaced_value_weight = 100
444
+ record.tags = [
445
+ {:value => replaced_value, :weight => replaced_value_weight},
446
+ ]
447
+ assert_equal([["Soul Food India", replaced_value_weight + 1]],
448
+ select_by_tag(replaced_value))
449
+ end
450
+ end
451
+ end
350
452
  end