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

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.10. grn_expr &mdash; groonga v3.0.2 documentation</title>
10
+ <title>8.10. grn_expr &mdash; groonga v3.0.3 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.2 documentation" href="../index.html" />
28
+ <link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
29
29
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
30
30
  <link rel="next" title="8.10.1. Query syntax" href="grn_expr/query_syntax.html" />
31
31
  <link rel="prev" title="8.9. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="pseudo_column.html" title="8.9. 疑似カラム (pseudo_column)"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
63
+ <li><a href="../index.html">groonga v3.0.3 documentation</a> &raquo;</li>
64
64
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -179,7 +179,7 @@ parsing string.</p>
179
179
  <li class="right" >
180
180
  <a href="pseudo_column.html" title="8.9. 疑似カラム (pseudo_column)"
181
181
  >previous</a> |</li>
182
- <li><a href="../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
182
+ <li><a href="../index.html">groonga v3.0.3 documentation</a> &raquo;</li>
183
183
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
184
184
  </ul>
185
185
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.10.1. Query syntax &mdash; groonga v3.0.2 documentation</title>
10
+ <title>8.10.1. Query syntax &mdash; groonga v3.0.3 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.3 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.10. grn_expr" href="../grn_expr.html" />
30
30
  <link rel="next" title="8.10.2. Script syntax" href="script_syntax.html" />
31
31
  <link rel="prev" title="8.10. grn_expr" href="../grn_expr.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="../grn_expr.html" title="8.10. grn_expr"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.3 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../grn_expr.html" accesskey="U">8.10. grn_expr</a> &raquo;</li>
66
66
  </ul>
@@ -1351,7 +1351,7 @@ doesn't support <tt class="docutils literal"><span class="pre">column:=</span></
1351
1351
  <li class="right" >
1352
1352
  <a href="../grn_expr.html" title="8.10. grn_expr"
1353
1353
  >previous</a> |</li>
1354
- <li><a href="../../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
1354
+ <li><a href="../../index.html">groonga v3.0.3 documentation</a> &raquo;</li>
1355
1355
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
1356
1356
  <li><a href="../grn_expr.html" >8.10. grn_expr</a> &raquo;</li>
1357
1357
  </ul>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.10.2. Script syntax &mdash; groonga v3.0.2 documentation</title>
10
+ <title>8.10.2. Script syntax &mdash; groonga v3.0.3 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '3.0.2',
18
+ VERSION: '3.0.3',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.3 documentation" href="../../index.html" />
29
29
  <link rel="up" title="8.10. grn_expr" href="../grn_expr.html" />
30
30
  <link rel="next" title="8.11. Function" href="../function.html" />
31
31
  <link rel="prev" title="8.10.1. Query syntax" href="query_syntax.html" />
@@ -60,7 +60,7 @@
60
60
  <li class="right" >
61
61
  <a href="query_syntax.html" title="8.10.1. Query syntax"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.3 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
65
65
  <li><a href="../grn_expr.html" accesskey="U">8.10. grn_expr</a> &raquo;</li>
66
66
  </ul>
@@ -1477,7 +1477,619 @@ equal to <tt class="docutils literal"><span class="pre">5</span></tt>.</p>
1477
1477
  </div>
1478
1478
  <div class="section" id="assignment-operators">
1479
1479
  <h2>8.10.2.7. Assignment operators<a class="headerlink" href="#assignment-operators" title="Permalink to this headline">¶</a></h2>
1480
- <p>TODO: ...</p>
1480
+ <div class="section" id="addition-assignment-operator">
1481
+ <h3>8.10.2.7.1. Addition assignment operator<a class="headerlink" href="#addition-assignment-operator" title="Permalink to this headline">¶</a></h3>
1482
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">+=</span> <span class="pre">column2</span></tt>.</p>
1483
+ <p>The operator performs addition assginment operation on column1 by column2.</p>
1484
+ <p>Execution example:</p>
1485
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score += n_likes&#39;
1486
+ # [
1487
+ # [
1488
+ # 0,
1489
+ # 1337566253.89858,
1490
+ # 0.000355720520019531
1491
+ # ],
1492
+ # [
1493
+ # [
1494
+ # [
1495
+ # 5
1496
+ # ],
1497
+ # [
1498
+ # [
1499
+ # &quot;_key&quot;,
1500
+ # &quot;ShortText&quot;
1501
+ # ],
1502
+ # [
1503
+ # &quot;n_likes&quot;,
1504
+ # &quot;UInt32&quot;
1505
+ # ],
1506
+ # [
1507
+ # &quot;_score&quot;,
1508
+ # &quot;Int32&quot;
1509
+ # ]
1510
+ # ],
1511
+ # [
1512
+ # &quot;Good-bye Senna&quot;,
1513
+ # 3,
1514
+ # 4
1515
+ # ],
1516
+ # [
1517
+ # &quot;Good-bye Tritonn&quot;,
1518
+ # 3,
1519
+ # 4
1520
+ # ],
1521
+ # [
1522
+ # &quot;Groonga&quot;,
1523
+ # 10,
1524
+ # 11
1525
+ # ],
1526
+ # [
1527
+ # &quot;Mroonga&quot;,
1528
+ # 15,
1529
+ # 16
1530
+ # ],
1531
+ # [
1532
+ # &quot;The first post!&quot;,
1533
+ # 5,
1534
+ # 6
1535
+ # ]
1536
+ # ]
1537
+ # ]
1538
+ # ]
1539
+ </pre></div>
1540
+ </div>
1541
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1542
+ then performs addition assignment operation such as '_score = _score + n_likes' for each records.</p>
1543
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1544
+ is 3.</p>
1545
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">+</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1546
+ </div>
1547
+ <div class="section" id="subtraction-assignment-operator">
1548
+ <h3>8.10.2.7.2. Subtraction assignment operator<a class="headerlink" href="#subtraction-assignment-operator" title="Permalink to this headline">¶</a></h3>
1549
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">-=</span> <span class="pre">column2</span></tt>.</p>
1550
+ <p>The operator performs subtraction assginment operation on column1 by column2.</p>
1551
+ <p>Execution example:</p>
1552
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score -= n_likes&#39;
1553
+ # [
1554
+ # [
1555
+ # 0,
1556
+ # 1337566253.89858,
1557
+ # 0.000355720520019531
1558
+ # ],
1559
+ # [
1560
+ # [
1561
+ # [
1562
+ # 5
1563
+ # ],
1564
+ # [
1565
+ # [
1566
+ # &quot;_key&quot;,
1567
+ # &quot;ShortText&quot;
1568
+ # ],
1569
+ # [
1570
+ # &quot;n_likes&quot;,
1571
+ # &quot;UInt32&quot;
1572
+ # ],
1573
+ # [
1574
+ # &quot;_score&quot;,
1575
+ # &quot;Int32&quot;
1576
+ # ]
1577
+ # ],
1578
+ # [
1579
+ # &quot;Good-bye Senna&quot;,
1580
+ # 3,
1581
+ # -2
1582
+ # ],
1583
+ # [
1584
+ # &quot;Good-bye Tritonn&quot;,
1585
+ # 3,
1586
+ # -2
1587
+ # ],
1588
+ # [
1589
+ # &quot;Groonga&quot;,
1590
+ # 10,
1591
+ # -9
1592
+ # ],
1593
+ # [
1594
+ # &quot;Mroonga&quot;,
1595
+ # 15,
1596
+ # -14
1597
+ # ],
1598
+ # [
1599
+ # &quot;The first post!&quot;,
1600
+ # 5,
1601
+ # -4
1602
+ # ]
1603
+ # ]
1604
+ # ]
1605
+ # ]
1606
+ </pre></div>
1607
+ </div>
1608
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1609
+ then performs subtraction assignment operation such as '_score = _score - n_likes' for each records.</p>
1610
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1611
+ is 3.</p>
1612
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">-</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1613
+ </div>
1614
+ <div class="section" id="multiplication-assignment-operator">
1615
+ <h3>8.10.2.7.3. Multiplication assignment operator<a class="headerlink" href="#multiplication-assignment-operator" title="Permalink to this headline">¶</a></h3>
1616
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">*=</span> <span class="pre">column2</span></tt>.</p>
1617
+ <p>The operator performs multiplication assginment operation on column1 by column2.</p>
1618
+ <p>Execution example:</p>
1619
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score *= n_likes&#39;
1620
+ # [
1621
+ # [
1622
+ # 0,
1623
+ # 1337566253.89858,
1624
+ # 0.000355720520019531
1625
+ # ],
1626
+ # [
1627
+ # [
1628
+ # [
1629
+ # 5
1630
+ # ],
1631
+ # [
1632
+ # [
1633
+ # &quot;_key&quot;,
1634
+ # &quot;ShortText&quot;
1635
+ # ],
1636
+ # [
1637
+ # &quot;n_likes&quot;,
1638
+ # &quot;UInt32&quot;
1639
+ # ],
1640
+ # [
1641
+ # &quot;_score&quot;,
1642
+ # &quot;Int32&quot;
1643
+ # ]
1644
+ # ],
1645
+ # [
1646
+ # &quot;Good-bye Senna&quot;,
1647
+ # 3,
1648
+ # 3
1649
+ # ],
1650
+ # [
1651
+ # &quot;Good-bye Tritonn&quot;,
1652
+ # 3,
1653
+ # 3
1654
+ # ],
1655
+ # [
1656
+ # &quot;Groonga&quot;,
1657
+ # 10,
1658
+ # 10
1659
+ # ],
1660
+ # [
1661
+ # &quot;Mroonga&quot;,
1662
+ # 15,
1663
+ # 15
1664
+ # ],
1665
+ # [
1666
+ # &quot;The first post!&quot;,
1667
+ # 5,
1668
+ # 5
1669
+ # ]
1670
+ # ]
1671
+ # ]
1672
+ # ]
1673
+ </pre></div>
1674
+ </div>
1675
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1676
+ then performs subtraction assignment operation such as '_score = _score * n_likes' for each records.</p>
1677
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1678
+ is 3.</p>
1679
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">*</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1680
+ </div>
1681
+ <div class="section" id="division-assignment-operator">
1682
+ <h3>8.10.2.7.4. Division assignment operator<a class="headerlink" href="#division-assignment-operator" title="Permalink to this headline">¶</a></h3>
1683
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">/=</span> <span class="pre">column2</span></tt>.</p>
1684
+ <p>The operator performs division assginment operation on column1 by column2.</p>
1685
+ <p>Execution example:</p>
1686
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score /= n_likes&#39;
1687
+ # [
1688
+ # [
1689
+ # 0,
1690
+ # 1337566253.89858,
1691
+ # 0.000355720520019531
1692
+ # ],
1693
+ # [
1694
+ # [
1695
+ # [
1696
+ # 5
1697
+ # ],
1698
+ # [
1699
+ # [
1700
+ # &quot;_key&quot;,
1701
+ # &quot;ShortText&quot;
1702
+ # ],
1703
+ # [
1704
+ # &quot;n_likes&quot;,
1705
+ # &quot;UInt32&quot;
1706
+ # ],
1707
+ # [
1708
+ # &quot;_score&quot;,
1709
+ # &quot;Int32&quot;
1710
+ # ]
1711
+ # ],
1712
+ # [
1713
+ # &quot;Good-bye Senna&quot;,
1714
+ # 3,
1715
+ # 0
1716
+ # ],
1717
+ # [
1718
+ # &quot;Good-bye Tritonn&quot;,
1719
+ # 3,
1720
+ # 0
1721
+ # ],
1722
+ # [
1723
+ # &quot;Groonga&quot;,
1724
+ # 10,
1725
+ # 0
1726
+ # ],
1727
+ # [
1728
+ # &quot;Mroonga&quot;,
1729
+ # 15,
1730
+ # 0
1731
+ # ],
1732
+ # [
1733
+ # &quot;The first post!&quot;,
1734
+ # 5,
1735
+ # 0
1736
+ # ]
1737
+ # ]
1738
+ # ]
1739
+ # ]
1740
+ </pre></div>
1741
+ </div>
1742
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1743
+ then performs subtraction assignment operation such as '_score = _score / n_likes' for each records.</p>
1744
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1745
+ is 3.</p>
1746
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">/</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1747
+ </div>
1748
+ <div class="section" id="modulo-assignment-operator">
1749
+ <h3>8.10.2.7.5. Modulo assignment operator<a class="headerlink" href="#modulo-assignment-operator" title="Permalink to this headline">¶</a></h3>
1750
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">%=</span> <span class="pre">column2</span></tt>.</p>
1751
+ <p>The operator performs modulo assginment operation on column1 by column2.</p>
1752
+ <p>Execution example:</p>
1753
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score %= n_likes&#39;
1754
+ # [
1755
+ # [
1756
+ # 0,
1757
+ # 1337566253.89858,
1758
+ # 0.000355720520019531
1759
+ # ],
1760
+ # [
1761
+ # [
1762
+ # [
1763
+ # 5
1764
+ # ],
1765
+ # [
1766
+ # [
1767
+ # &quot;_key&quot;,
1768
+ # &quot;ShortText&quot;
1769
+ # ],
1770
+ # [
1771
+ # &quot;n_likes&quot;,
1772
+ # &quot;UInt32&quot;
1773
+ # ],
1774
+ # [
1775
+ # &quot;_score&quot;,
1776
+ # &quot;Int32&quot;
1777
+ # ]
1778
+ # ],
1779
+ # [
1780
+ # &quot;Good-bye Senna&quot;,
1781
+ # 3,
1782
+ # 1
1783
+ # ],
1784
+ # [
1785
+ # &quot;Good-bye Tritonn&quot;,
1786
+ # 3,
1787
+ # 1
1788
+ # ],
1789
+ # [
1790
+ # &quot;Groonga&quot;,
1791
+ # 10,
1792
+ # 1
1793
+ # ],
1794
+ # [
1795
+ # &quot;Mroonga&quot;,
1796
+ # 15,
1797
+ # 1
1798
+ # ],
1799
+ # [
1800
+ # &quot;The first post!&quot;,
1801
+ # 5,
1802
+ # 1
1803
+ # ]
1804
+ # ]
1805
+ # ]
1806
+ # ]
1807
+ </pre></div>
1808
+ </div>
1809
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1810
+ then performs subtraction assignment operation such as '_score = _score % n_likes' for each records.</p>
1811
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1812
+ is 3.</p>
1813
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">%</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1814
+ </div>
1815
+ <div class="section" id="bitwise-left-shift-assignment-operator">
1816
+ <h3>8.10.2.7.6. Bitwise left shift assignment operator<a class="headerlink" href="#bitwise-left-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1817
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&lt;&lt;=</span> <span class="pre">column2</span></tt>.</p>
1818
+ <p>The operator performs left shift assginment operation on column1 by column2.</p>
1819
+ <p>Execution example:</p>
1820
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score &lt;&lt;= n_likes&#39;
1821
+ # [
1822
+ # [
1823
+ # 0,
1824
+ # 1337566253.89858,
1825
+ # 0.000355720520019531
1826
+ # ],
1827
+ # [
1828
+ # [
1829
+ # [
1830
+ # 5
1831
+ # ],
1832
+ # [
1833
+ # [
1834
+ # &quot;_key&quot;,
1835
+ # &quot;ShortText&quot;
1836
+ # ],
1837
+ # [
1838
+ # &quot;n_likes&quot;,
1839
+ # &quot;UInt32&quot;
1840
+ # ],
1841
+ # [
1842
+ # &quot;_score&quot;,
1843
+ # &quot;Int32&quot;
1844
+ # ]
1845
+ # ],
1846
+ # [
1847
+ # &quot;Good-bye Senna&quot;,
1848
+ # 3,
1849
+ # 8
1850
+ # ],
1851
+ # [
1852
+ # &quot;Good-bye Tritonn&quot;,
1853
+ # 3,
1854
+ # 8
1855
+ # ],
1856
+ # [
1857
+ # &quot;Groonga&quot;,
1858
+ # 10,
1859
+ # 1024
1860
+ # ],
1861
+ # [
1862
+ # &quot;Mroonga&quot;,
1863
+ # 15,
1864
+ # 32768
1865
+ # ],
1866
+ # [
1867
+ # &quot;The first post!&quot;,
1868
+ # 5,
1869
+ # 32
1870
+ # ]
1871
+ # ]
1872
+ # ]
1873
+ # ]
1874
+ </pre></div>
1875
+ </div>
1876
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1877
+ then performs subtraction assignment operation such as '_score = _score &lt;&lt; n_likes' for each records.</p>
1878
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1879
+ is 3.</p>
1880
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">&lt;&lt;</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1881
+ </div>
1882
+ <div class="section" id="bitwise-signed-right-shift-assignment-operator">
1883
+ <h3>8.10.2.7.7. Bitwise signed right shift assignment operator<a class="headerlink" href="#bitwise-signed-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1884
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column2</span> <span class="pre">&gt;&gt;=</span> <span class="pre">column2</span></tt>.</p>
1885
+ <p>The operator performs signed right shift assginment operation on column1 by column2.</p>
1886
+ </div>
1887
+ <div class="section" id="bitwise-unsigned-right-shift-assignment-operator">
1888
+ <h3>8.10.2.7.8. Bitwise unsigned right shift assignment operator<a class="headerlink" href="#bitwise-unsigned-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1889
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&gt;&gt;&gt;=</span> <span class="pre">column2</span></tt>.</p>
1890
+ <p>The operator performs unsigned right shift assginment operation on column1 by column2.</p>
1891
+ </div>
1892
+ <div class="section" id="bitwise-and-assignment-operator">
1893
+ <h3>8.10.2.7.9. Bitwise AND assignment operator<a class="headerlink" href="#bitwise-and-assignment-operator" title="Permalink to this headline">¶</a></h3>
1894
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&amp;=</span> <span class="pre">column2</span></tt>.</p>
1895
+ <p>The operator performs bitwise AND assignment operation on column1 by column2.</p>
1896
+ <p>Execution example:</p>
1897
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score &amp;= n_likes&#39;
1898
+ # [
1899
+ # [
1900
+ # 0,
1901
+ # 1337566253.89858,
1902
+ # 0.000355720520019531
1903
+ # ],
1904
+ # [
1905
+ # [
1906
+ # [
1907
+ # 5
1908
+ # ],
1909
+ # [
1910
+ # [
1911
+ # &quot;_key&quot;,
1912
+ # &quot;ShortText&quot;
1913
+ # ],
1914
+ # [
1915
+ # &quot;n_likes&quot;,
1916
+ # &quot;UInt32&quot;
1917
+ # ],
1918
+ # [
1919
+ # &quot;_score&quot;,
1920
+ # &quot;Int32&quot;
1921
+ # ]
1922
+ # ],
1923
+ # [
1924
+ # &quot;Good-bye Senna&quot;,
1925
+ # 3,
1926
+ # 1
1927
+ # ],
1928
+ # [
1929
+ # &quot;Good-bye Tritonn&quot;,
1930
+ # 3,
1931
+ # 1
1932
+ # ],
1933
+ # [
1934
+ # &quot;Groonga&quot;,
1935
+ # 10,
1936
+ # 0
1937
+ # ],
1938
+ # [
1939
+ # &quot;Mroonga&quot;,
1940
+ # 15,
1941
+ # 1
1942
+ # ],
1943
+ # [
1944
+ # &quot;The first post!&quot;,
1945
+ # 5,
1946
+ # 1
1947
+ # ]
1948
+ # ]
1949
+ # ]
1950
+ # ]
1951
+ </pre></div>
1952
+ </div>
1953
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
1954
+ then performs subtraction assignment operation such as '_score = _score &amp; n_likes' for each records.</p>
1955
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Groonga&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
1956
+ is 10.</p>
1957
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">&amp;</span> <span class="pre">10</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1958
+ </div>
1959
+ <div class="section" id="bitwise-or-assignment-operator">
1960
+ <h3>8.10.2.7.10. Bitwise OR assignment operator<a class="headerlink" href="#bitwise-or-assignment-operator" title="Permalink to this headline">¶</a></h3>
1961
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">|=</span> <span class="pre">column2</span></tt>.</p>
1962
+ <p>The operator performs bitwise OR assignment operation on column1 by column2.</p>
1963
+ <p>Execution example:</p>
1964
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score |= n_likes&#39;
1965
+ # [
1966
+ # [
1967
+ # 0,
1968
+ # 1337566253.89858,
1969
+ # 0.000355720520019531
1970
+ # ],
1971
+ # [
1972
+ # [
1973
+ # [
1974
+ # 5
1975
+ # ],
1976
+ # [
1977
+ # [
1978
+ # &quot;_key&quot;,
1979
+ # &quot;ShortText&quot;
1980
+ # ],
1981
+ # [
1982
+ # &quot;n_likes&quot;,
1983
+ # &quot;UInt32&quot;
1984
+ # ],
1985
+ # [
1986
+ # &quot;_score&quot;,
1987
+ # &quot;Int32&quot;
1988
+ # ]
1989
+ # ],
1990
+ # [
1991
+ # &quot;Good-bye Senna&quot;,
1992
+ # 3,
1993
+ # 3
1994
+ # ],
1995
+ # [
1996
+ # &quot;Good-bye Tritonn&quot;,
1997
+ # 3,
1998
+ # 3
1999
+ # ],
2000
+ # [
2001
+ # &quot;Groonga&quot;,
2002
+ # 10,
2003
+ # 11
2004
+ # ],
2005
+ # [
2006
+ # &quot;Mroonga&quot;,
2007
+ # 15,
2008
+ # 15
2009
+ # ],
2010
+ # [
2011
+ # &quot;The first post!&quot;,
2012
+ # 5,
2013
+ # 5
2014
+ # ]
2015
+ # ]
2016
+ # ]
2017
+ # ]
2018
+ </pre></div>
2019
+ </div>
2020
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
2021
+ then performs subtraction assignment operation such as '_score = _score | n_likes' for each records.</p>
2022
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Groonga&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
2023
+ is 10.</p>
2024
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">|</span> <span class="pre">10</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
2025
+ </div>
2026
+ <div class="section" id="bitwise-xor-assignment-operator">
2027
+ <h3>8.10.2.7.11. Bitwise XOR assignment operator<a class="headerlink" href="#bitwise-xor-assignment-operator" title="Permalink to this headline">¶</a></h3>
2028
+ <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">^=</span> <span class="pre">column2</span></tt>.</p>
2029
+ <p>The operator performs bitwise XOR assginment operation on column1 by column2.</p>
2030
+ <p>Execution example:</p>
2031
+ <div class="highlight-none"><div class="highlight"><pre>select Entries --output_columns _key,n_likes,_score --filter true --scorer &#39;_score ^= n_likes&#39;
2032
+ # [
2033
+ # [
2034
+ # 0,
2035
+ # 1337566253.89858,
2036
+ # 0.000355720520019531
2037
+ # ],
2038
+ # [
2039
+ # [
2040
+ # [
2041
+ # 5
2042
+ # ],
2043
+ # [
2044
+ # [
2045
+ # &quot;_key&quot;,
2046
+ # &quot;ShortText&quot;
2047
+ # ],
2048
+ # [
2049
+ # &quot;n_likes&quot;,
2050
+ # &quot;UInt32&quot;
2051
+ # ],
2052
+ # [
2053
+ # &quot;_score&quot;,
2054
+ # &quot;Int32&quot;
2055
+ # ]
2056
+ # ],
2057
+ # [
2058
+ # &quot;Good-bye Senna&quot;,
2059
+ # 3,
2060
+ # 2
2061
+ # ],
2062
+ # [
2063
+ # &quot;Good-bye Tritonn&quot;,
2064
+ # 3,
2065
+ # 2
2066
+ # ],
2067
+ # [
2068
+ # &quot;Groonga&quot;,
2069
+ # 10,
2070
+ # 11
2071
+ # ],
2072
+ # [
2073
+ # &quot;Mroonga&quot;,
2074
+ # 15,
2075
+ # 14
2076
+ # ],
2077
+ # [
2078
+ # &quot;The first post!&quot;,
2079
+ # 5,
2080
+ # 4
2081
+ # ]
2082
+ # ]
2083
+ # ]
2084
+ # ]
2085
+ </pre></div>
2086
+ </div>
2087
+ <p>The value of <tt class="docutils literal"><span class="pre">_score</span></tt> by <tt class="docutils literal"><span class="pre">--filter</span></tt> is always 1 in this case,
2088
+ then performs subtraction assignment operation such as '_score = _score ^ n_likes' for each records.</p>
2089
+ <p>For example, the value of <tt class="docutils literal"><span class="pre">_score</span></tt> about the record which stores &quot;Good-bye Senna&quot; as the <tt class="docutils literal"><span class="pre">_key</span></tt>
2090
+ is 3.</p>
2091
+ <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">^</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
2092
+ </div>
1481
2093
  </div>
1482
2094
  <div class="section" id="original-operators">
1483
2095
  <h2>8.10.2.8. Original operators<a class="headerlink" href="#original-operators" title="Permalink to this headline">¶</a></h2>
@@ -1909,7 +2521,20 @@ are also normalized.</p>
1909
2521
  </li>
1910
2522
  </ul>
1911
2523
  </li>
1912
- <li><a class="reference internal" href="#assignment-operators">8.10.2.7. Assignment operators</a></li>
2524
+ <li><a class="reference internal" href="#assignment-operators">8.10.2.7. Assignment operators</a><ul>
2525
+ <li><a class="reference internal" href="#addition-assignment-operator">8.10.2.7.1. Addition assignment operator</a></li>
2526
+ <li><a class="reference internal" href="#subtraction-assignment-operator">8.10.2.7.2. Subtraction assignment operator</a></li>
2527
+ <li><a class="reference internal" href="#multiplication-assignment-operator">8.10.2.7.3. Multiplication assignment operator</a></li>
2528
+ <li><a class="reference internal" href="#division-assignment-operator">8.10.2.7.4. Division assignment operator</a></li>
2529
+ <li><a class="reference internal" href="#modulo-assignment-operator">8.10.2.7.5. Modulo assignment operator</a></li>
2530
+ <li><a class="reference internal" href="#bitwise-left-shift-assignment-operator">8.10.2.7.6. Bitwise left shift assignment operator</a></li>
2531
+ <li><a class="reference internal" href="#bitwise-signed-right-shift-assignment-operator">8.10.2.7.7. Bitwise signed right shift assignment operator</a></li>
2532
+ <li><a class="reference internal" href="#bitwise-unsigned-right-shift-assignment-operator">8.10.2.7.8. Bitwise unsigned right shift assignment operator</a></li>
2533
+ <li><a class="reference internal" href="#bitwise-and-assignment-operator">8.10.2.7.9. Bitwise AND assignment operator</a></li>
2534
+ <li><a class="reference internal" href="#bitwise-or-assignment-operator">8.10.2.7.10. Bitwise OR assignment operator</a></li>
2535
+ <li><a class="reference internal" href="#bitwise-xor-assignment-operator">8.10.2.7.11. Bitwise XOR assignment operator</a></li>
2536
+ </ul>
2537
+ </li>
1913
2538
  <li><a class="reference internal" href="#original-operators">8.10.2.8. Original operators</a><ul>
1914
2539
  <li><a class="reference internal" href="#match-operator">8.10.2.8.1. Match operator</a></li>
1915
2540
  <li><a class="reference internal" href="#prefix-search-operator">8.10.2.8.2. Prefix search operator</a></li>
@@ -1963,7 +2588,7 @@ are also normalized.</p>
1963
2588
  <li class="right" >
1964
2589
  <a href="query_syntax.html" title="8.10.1. Query syntax"
1965
2590
  >previous</a> |</li>
1966
- <li><a href="../../index.html">groonga v3.0.2 documentation</a> &raquo;</li>
2591
+ <li><a href="../../index.html">groonga v3.0.3 documentation</a> &raquo;</li>
1967
2592
  <li><a href="../../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
1968
2593
  <li><a href="../grn_expr.html" >8.10. grn_expr</a> &raquo;</li>
1969
2594
  </ul>