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
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>4.6. タグ検索・参照関係の逆引き &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.6. タグ検索・参照関係の逆引き &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.7. match_columnsパラメータ" href="match_columns.html" />
32
32
  <link rel="prev" title="4.5. ドリルダウン" href="drilldown.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="drilldown.html" title="4.5. ドリルダウン"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -557,7 +557,7 @@ select --table Site --filter &#39;geo_in_circle(location, &quot;128515259x503187
557
557
  <li class="right" >
558
558
  <a href="drilldown.html" title="4.5. ドリルダウン"
559
559
  >前へ</a> |</li>
560
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
560
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
561
561
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
562
562
  </ul>
563
563
  </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>4.1. 基本的な操作 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.1. 基本的な操作 &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.2. リモートアクセス" href="network.html" />
32
32
  <link rel="prev" title="4. チュートリアル" href="../tutorial.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="../tutorial.html" title="4. チュートリアル"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -1068,7 +1068,7 @@ select --table Site --offset 7 --limit 3
1068
1068
  <li class="right" >
1069
1069
  <a href="../tutorial.html" title="4. チュートリアル"
1070
1070
  >前へ</a> |</li>
1071
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
1071
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
1072
1072
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
1073
1073
  </ul>
1074
1074
  </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>4.9. 全文検索の語彙表に対する追加情報 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.9. 全文検索の語彙表に対する追加情報 &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.10. マイクロブログ検索システムの作成" href="micro_blog.html" />
32
32
  <link rel="prev" title="4.8. パトリシア木による前方一致検索" href="patricia_trie.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="patricia_trie.html" title="4.8. パトリシア木による前方一致検索"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -123,7 +123,7 @@
123
123
  <li class="right" >
124
124
  <a href="patricia_trie.html" title="4.8. パトリシア木による前方一致検索"
125
125
  >前へ</a> |</li>
126
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
126
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
127
127
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
128
128
  </ul>
129
129
  </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>4.7. match_columnsパラメータ &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.7. match_columnsパラメータ &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.8. パトリシア木による前方一致検索" href="patricia_trie.html" />
32
32
  <link rel="prev" title="4.6. タグ検索・参照関係の逆引き" href="index.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="index.html" title="4.6. タグ検索・参照関係の逆引き"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -731,7 +731,7 @@ select Articles2 --match_columns comment.comment.content --query mroonga --outpu
731
731
  <li class="right" >
732
732
  <a href="index.html" title="4.6. タグ検索・参照関係の逆引き"
733
733
  >前へ</a> |</li>
734
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
734
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
735
735
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
736
736
  </ul>
737
737
  </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>4.10. マイクロブログ検索システムの作成 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.10. マイクロブログ検索システムの作成 &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.11. クエリ拡張" href="query_expansion.html" />
32
32
  <link rel="prev" title="4.9. 全文検索の語彙表に対する追加情報" href="lexicon.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="lexicon.html" title="4.9. 全文検索の語彙表に対する追加情報"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -1002,7 +1002,7 @@ load --table Comments
1002
1002
  <li class="right" >
1003
1003
  <a href="lexicon.html" title="4.9. 全文検索の語彙表に対する追加情報"
1004
1004
  >前へ</a> |</li>
1005
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
1005
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
1006
1006
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
1007
1007
  </ul>
1008
1008
  </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>4.2. リモートアクセス &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.2. リモートアクセス &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.3. いろいろなデータの保存" href="data.html" />
32
32
  <link rel="prev" title="4.1. 基本的な操作" href="introduction.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="introduction.html" title="4.1. 基本的な操作"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -129,10 +129,10 @@ status
129
129
  # &quot;max_command_version&quot;: 2,
130
130
  # &quot;n_queries&quot;: 0,
131
131
  # &quot;cache_hit_rate&quot;: 0.0,
132
- # &quot;version&quot;: &quot;2.0.5&quot;,
133
- # &quot;alloc_count&quot;: 121,
132
+ # &quot;version&quot;: &quot;3.0.2&quot;,
133
+ # &quot;alloc_count&quot;: 129,
134
134
  # &quot;command_version&quot;: 1,
135
- # &quot;starttime&quot;: 1343713541,
135
+ # &quot;starttime&quot;: 1364461102,
136
136
  # &quot;default_command_version&quot;: 1
137
137
  # }
138
138
  # ]
@@ -198,10 +198,10 @@ status
198
198
  # &quot;max_command_version&quot;: 2,
199
199
  # &quot;n_queries&quot;: 0,
200
200
  # &quot;cache_hit_rate&quot;: 0.0,
201
- # &quot;version&quot;: &quot;2.0.5&quot;,
202
- # &quot;alloc_count&quot;: 122,
201
+ # &quot;version&quot;: &quot;3.0.2&quot;,
202
+ # &quot;alloc_count&quot;: 130,
203
203
  # &quot;command_version&quot;: 1,
204
- # &quot;starttime&quot;: 1343713541,
204
+ # &quot;starttime&quot;: 1364461102,
205
205
  # &quot;default_command_version&quot;: 1
206
206
  # }
207
207
  # ]
@@ -353,7 +353,7 @@ select --table Site --query title:@this
353
353
  <li class="right" >
354
354
  <a href="introduction.html" title="4.1. 基本的な操作"
355
355
  >前へ</a> |</li>
356
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
356
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
357
357
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
358
358
  </ul>
359
359
  </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>4.8. パトリシア木による前方一致検索 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.8. パトリシア木による前方一致検索 &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.9. 全文検索の語彙表に対する追加情報" href="lexicon.html" />
32
32
  <link rel="prev" title="4.7. match_columnsパラメータ" href="match_columns.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="match_columns.html" title="4.7. match_columnsパラメータ"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -290,7 +290,7 @@ select --table PatSuffix --filter &#39;_key @$ &quot;ゆき&quot; &amp;&amp; ori
290
290
  <li class="right" >
291
291
  <a href="match_columns.html" title="4.7. match_columnsパラメータ"
292
292
  >前へ</a> |</li>
293
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
293
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
294
294
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
295
295
  </ul>
296
296
  </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>4.11. クエリ拡張 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.11. クエリ拡張 &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="5. サジェスト" href="../suggest.html" />
32
32
  <link rel="prev" title="4.10. マイクロブログ検索システムの作成" href="micro_blog.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -324,7 +324,7 @@ select Doc --match_columns body --query &quot;シークヮーサー&quot; --quer
324
324
  <li class="right" >
325
325
  <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
326
326
  >前へ</a> |</li>
327
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
327
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
328
328
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
329
329
  </ul>
330
330
  </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>4.4. さまざまな検索条件の指定 &mdash; groonga v3.0.2ドキュメント</title>
10
+ <title>4.4. さまざまな検索条件の指定 &mdash; groonga v3.0.3ドキュメント</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
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
29
- <link rel="top" title="groonga v3.0.2ドキュメント" href="../index.html" />
29
+ <link rel="top" title="groonga v3.0.3ドキュメント" href="../index.html" />
30
30
  <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
31
31
  <link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
32
32
  <link rel="prev" title="4.3. いろいろなデータの保存" href="data.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="data.html" title="4.3. いろいろなデータの保存"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
64
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
65
65
  <li><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
@@ -608,7 +608,7 @@ select --table Site --query &quot;_id:1 OR _id:2&quot; --output_columns _key,loc
608
608
  <li class="right" >
609
609
  <a href="data.html" title="4.3. いろいろなデータの保存"
610
610
  >前へ</a> |</li>
611
- <li><a href="../index.html">groonga v3.0.2ドキュメント</a> &raquo;</li>
611
+ <li><a href="../index.html">groonga v3.0.3ドキュメント</a> &raquo;</li>
612
612
  <li><a href="../tutorial.html" >4. チュートリアル</a> &raquo;</li>
613
613
  </ul>
614
614
  </div>
@@ -1,4 +1,4 @@
1
- .TH "GROONGA" "1" "2013 年 0328 日" "3.0.2" "groonga"
1
+ .TH "GROONGA" "1" "2013 年 0426 日" "3.0.3" "groonga"
2
2
  .SH NAME
3
3
  groonga \- groongaのドキュメント
4
4
  .
@@ -100,7 +100,7 @@ groonga は独自のカラムストアを持つ列指向のデータベースと
100
100
  .sp
101
101
  .nf
102
102
  .ft C
103
- > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.2\-x86.exe
103
+ > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.3\-x86.exe
104
104
  .ft P
105
105
  .fi
106
106
  .sp
@@ -112,7 +112,7 @@ groonga は独自のカラムストアを持つ列指向のデータベースと
112
112
  .sp
113
113
  .nf
114
114
  .ft C
115
- > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.2\-x64.exe
115
+ > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.3\-x64.exe
116
116
  .ft P
117
117
  .fi
118
118
  .sp
@@ -129,7 +129,7 @@ groonga は独自のカラムストアを持つ列指向のデータベースと
129
129
  .sp
130
130
  .nf
131
131
  .ft C
132
- > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.2\-x86.zip
132
+ > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.3\-x86.zip
133
133
  .ft P
134
134
  .fi
135
135
  .sp
@@ -141,7 +141,7 @@ groonga は独自のカラムストアを持つ列指向のデータベースと
141
141
  .sp
142
142
  .nf
143
143
  .ft C
144
- > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.2\-x64.zip
144
+ > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/windows/groonga/groonga\-3.0.3\-x64.zip
145
145
  .ft P
146
146
  .fi
147
147
  .sp
@@ -171,7 +171,7 @@ Microsoft Visual Studio 2010 Expressがインストールする \fBVisual Studio
171
171
  .nf
172
172
  .ft C
173
173
  > cd c:\eUsers\e%USERNAME%\eDownloads
174
- > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/source/groonga/groonga\-3.0.2.zip
174
+ > "c:\e\eProgram Files\e\eInternet Explorer\e\eiexplore.exe" http://packages.groonga.org/source/groonga/groonga\-3.0.3.zip
175
175
  .ft P
176
176
  .fi
177
177
  .sp
@@ -181,7 +181,7 @@ groongaのソースフォルダへと移動します:
181
181
  .sp
182
182
  .nf
183
183
  .ft C
184
- > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-3.0.2
184
+ > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-3.0.3
185
185
  .ft P
186
186
  .fi
187
187
  .sp
@@ -189,7 +189,7 @@ groongaのソースフォルダへと移動します:
189
189
  .sp
190
190
  .nf
191
191
  .ft C
192
- groonga\-3.0.2> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
192
+ groonga\-3.0.3> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
193
193
  .ft P
194
194
  .fi
195
195
  .sp
@@ -197,15 +197,15 @@ Visual C++ 2010 Expressでビルドします:
197
197
  .sp
198
198
  .nf
199
199
  .ft C
200
- groonga\-3.0.2> msbuild groonga.sln /p:Configuration=Release
200
+ groonga\-3.0.3> msbuild groonga.sln /p:Configuration=Release
201
201
  .ft P
202
202
  .fi
203
203
  .sp
204
- Visual C++ 2010 Expressでビルドします:
204
+ Visual C++ 2010 Expressでインストールします:
205
205
  .sp
206
206
  .nf
207
207
  .ft C
208
- groonga\-3.0.2> msbuild groonga.sln /p:Configuration=Release /t:Install
208
+ groonga\-3.0.3> msbuild groonga.sln /p:Configuration=Release /t:Install
209
209
  .ft P
210
210
  .fi
211
211
  .sp
@@ -215,7 +215,7 @@ Visual Studio 2010でビルドします:
215
215
  .sp
216
216
  .nf
217
217
  .ft C
218
- groonga\-3.0.2> devenv groonga.sln /Build Release
218
+ groonga\-3.0.3> devenv groonga.sln /Build Release
219
219
  .ft P
220
220
  .fi
221
221
  .sp
@@ -223,7 +223,7 @@ Visual Studio 2010でインストールします:
223
223
  .sp
224
224
  .nf
225
225
  .ft C
226
- groonga\-3.0.2> devenv groonga.sln /Build Release /Project Install
226
+ groonga\-3.0.3> devenv groonga.sln /Build Release /Project Install
227
227
  .ft P
228
228
  .fi
229
229
  .sp
@@ -259,9 +259,9 @@ groonga\-3.0.2> devenv groonga.sln /Build Release /Project Install
259
259
  .sp
260
260
  .nf
261
261
  .ft C
262
- % curl \-O http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
263
- % tar xvzf groonga\-3.0.2.tar.gz
264
- % cd groonga\-3.0.2
262
+ % curl \-O http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
263
+ % tar xvzf groonga\-3.0.3.tar.gz
264
+ % cd groonga\-3.0.3
265
265
  .ft P
266
266
  .fi
267
267
  .sp
@@ -481,9 +481,9 @@ groongaをビルドするために必要なパッケージをインストール
481
481
  .sp
482
482
  .nf
483
483
  .ft C
484
- % wget http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
485
- % tar xvzf groonga\-3.0.2.tar.gz
486
- % cd groonga\-3.0.2
484
+ % wget http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
485
+ % tar xvzf groonga\-3.0.3.tar.gz
486
+ % cd groonga\-3.0.3
487
487
  .ft P
488
488
  .fi
489
489
  .sp
@@ -782,6 +782,69 @@ groonga\-normalizer\-mysqlパッケージのインストール:
782
782
  % sudo apt\-get \-y install groonga\-normalizer\-mysql
783
783
  .ft P
784
784
  .fi
785
+ .SS 13.04 Raring Ringtail
786
+ .IP ノート
787
+ groongaをインストールするためにuniverseリポジトリを有効にしてください:
788
+ .sp
789
+ .nf
790
+ .ft C
791
+ % sudo cp /etc/apt/sources.list /etc/apt/sources.list.d/universe.list
792
+ % sudo sed \-i\(aq\(aq \-e \(aqs/main/universe/\(aq /etc/apt/sources.list.d/universe.list
793
+ .ft P
794
+ .fi
795
+ .RE
796
+ .sp
797
+ groongaのaptリポジトリを追加します。
798
+ .sp
799
+ /etc/apt/sources.list.d/groonga.list:
800
+ .sp
801
+ .nf
802
+ .ft C
803
+ deb http://packages.groonga.org/ubuntu/ raring universe
804
+ deb\-src http://packages.groonga.org/ubuntu/ raring universe
805
+ .ft P
806
+ .fi
807
+ .sp
808
+ インストール:
809
+ .sp
810
+ .nf
811
+ .ft C
812
+ % sudo apt\-get update
813
+ % sudo apt\-get \-y \-\-allow\-unauthenticated install groonga\-keyring
814
+ % sudo apt\-get update
815
+ % sudo apt\-get \-y install groonga
816
+ .ft P
817
+ .fi
818
+ .sp
819
+ \fI\%MeCab\fP をトークナイザーとして使いたいときは、groonga\-tokenizer\-mecabパッケージをインストールしてください。
820
+ .sp
821
+ groonga\-tokenizer\-mecabパッケージのインストール:
822
+ .sp
823
+ .nf
824
+ .ft C
825
+ % sudo apt\-get \-y install groonga\-tokenizer\-mecab
826
+ .ft P
827
+ .fi
828
+ .sp
829
+ \fI\%Munin\fP プラグインを提供するパッケージもあります。Muninでgroongaの状態をモニターしたい場合は、groonga\-munin\-pluginsパッケージをインストールしてください。
830
+ .sp
831
+ groonga\-munin\-pluginsパッケージのインストール:
832
+ .sp
833
+ .nf
834
+ .ft C
835
+ % sudo apt\-get \-y install groonga\-munin\-plugins
836
+ .ft P
837
+ .fi
838
+ .sp
839
+ MySQL互換のノーマライザーをgroongaのプラグインとして提供するパッケージがあります。MySQL互換のノーマライザーを使うには \fBgroonga\-normalizer\-mysql\fP パッケージをインストールしてください。
840
+ .sp
841
+ groonga\-normalizer\-mysqlパッケージのインストール:
842
+ .sp
843
+ .nf
844
+ .ft C
845
+ % sudo apt\-get \-y install groonga\-normalizer\-mysql
846
+ .ft P
847
+ .fi
785
848
  .SS ソースからビルド
786
849
  .sp
787
850
  groongaをビルドするために必要なパッケージをインストールします:
@@ -796,9 +859,9 @@ groongaをビルドするために必要なパッケージをインストール
796
859
  .sp
797
860
  .nf
798
861
  .ft C
799
- % wget http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
800
- % tar xvzf groonga\-3.0.2.tar.gz
801
- % cd groonga\-3.0.2
862
+ % wget http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
863
+ % tar xvzf groonga\-3.0.3.tar.gz
864
+ % cd groonga\-3.0.3
802
865
  .ft P
803
866
  .fi
804
867
  .sp
@@ -1018,9 +1081,9 @@ groongaをビルドするために必要なパッケージをインストール
1018
1081
  .sp
1019
1082
  .nf
1020
1083
  .ft C
1021
- % wget http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
1022
- % tar xvzf groonga\-3.0.2.tar.gz
1023
- % cd groonga\-3.0.2
1084
+ % wget http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
1085
+ % tar xvzf groonga\-3.0.3.tar.gz
1086
+ % cd groonga\-3.0.3
1024
1087
  .ft P
1025
1088
  .fi
1026
1089
  .sp
@@ -1050,8 +1113,9 @@ configureを実行します( \fBconfigure\fP のオプションについては
1050
1113
  .SS Fedora
1051
1114
  .sp
1052
1115
  このセクションではFedora上でgroonga関連のRPMパッケージをインストールする方法を説明します。これらのパッケージは \fByum\fP でインストールできます。
1053
- .sp
1054
- groonga関連のRPMパッケージはFedoraの公式yumリポジトリにもあります。そのため、groongaのyumリポジトリの代わりにFedoraの公式yumリポジトリを使うこともできます。これらのリポジトリの違いはリリース日当日に最新パッケージが提供されるかどうかです。groongaのyumリポジトリの方では当日提供されます。Fedoraの公式yumリポジトリの方は数日後に提供されます。つまり、ほとんど差はないということです。 :\-)
1116
+ .IP ノート
1117
+ 3.0.2のリリースから、groonga関連のRPMパッケージはFedoraの公式yumリポジトリでリリースしています。groongaのyumリポジトリのかわりにFedoraの公式リポジトリを使います。ただ、いくつか例外があって、 \fBgroonga\-normalizer\-mysql\fP や MeCabの辞書 ( \fBmecab\-ipadic\fP や \fBmecab\-jumandic\fP )パッケージを使うにはgroongaのyumリポジトリを使います。将来的には \fBgroonga\-normalizer\-mysql\fP もFedora公式のyumリポジトリで提供することを計画しています。
1118
+ .RE
1055
1119
  .sp
1056
1120
  32\-bit用と64\-bit用のパッケージを配布していますが、サーバ用途には64\-bitパッケージを利用することをオススメします。32\-bit用パッケージはテスト用か開発用にだけ使って下さい。32\-bit用パッケージを使った場合は、中程度のサイズのデータでもメモリ不足エラーになることがあります。
1057
1121
  .IP ノート
@@ -1075,9 +1139,16 @@ groonga\-server\-gqtp (GQTPサーバー)
1075
1139
  .sp
1076
1140
  .nf
1077
1141
  .ft C
1142
+ % sudo yum install \-y groonga
1143
+ .ft P
1144
+ .fi
1145
+ .sp
1146
+ \fBgroonga\-normalizer\-mysql\fP や \fBmecab\-ipadic\fP 、 \fBmecab\-jumandic\fP といったパッケージを使うには groongaのyumリポジトリを提供する \fBgroonga\-release\fP パッケージをあらかじめインストールします。
1147
+ .sp
1148
+ .nf
1149
+ .ft C
1078
1150
  % sudo rpm \-ivh http://packages.groonga.org/fedora/groonga\-release\-1.1.0\-1.noarch.rpm
1079
1151
  % sudo yum update
1080
- % sudo yum install \-y groonga
1081
1152
  .ft P
1082
1153
  .fi
1083
1154
  .sp
@@ -1142,9 +1213,9 @@ groongaをビルドするために必要なパッケージをインストール
1142
1213
  .sp
1143
1214
  .nf
1144
1215
  .ft C
1145
- % wget http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
1146
- % tar xvzf groonga\-3.0.2.tar.gz
1147
- % cd groonga\-3.0.2
1216
+ % wget http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
1217
+ % tar xvzf groonga\-3.0.3.tar.gz
1218
+ % cd groonga\-3.0.3
1148
1219
  .ft P
1149
1220
  .fi
1150
1221
  .sp
@@ -1188,9 +1259,9 @@ groongaをビルドするために必要なパッケージをインストール
1188
1259
  .sp
1189
1260
  .nf
1190
1261
  .ft C
1191
- % wget http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
1192
- % gtar xvzf groonga\-3.0.2.tar.gz
1193
- % cd groonga\-3.0.2
1262
+ % wget http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
1263
+ % gtar xvzf groonga\-3.0.3.tar.gz
1264
+ % cd groonga\-3.0.3
1194
1265
  .ft P
1195
1266
  .fi
1196
1267
  .sp
@@ -1295,9 +1366,9 @@ groongaはGNUビルドシステムを使っています。以下は一番簡単
1295
1366
  .sp
1296
1367
  .nf
1297
1368
  .ft C
1298
- % wget http://packages.groonga.org/source/groonga/groonga\-3.0.2.tar.gz
1299
- % tar xvzf groonga\-3.0.2.tar.gz
1300
- % cd groonga\-3.0.2
1369
+ % wget http://packages.groonga.org/source/groonga/groonga\-3.0.3.tar.gz
1370
+ % tar xvzf groonga\-3.0.3.tar.gz
1371
+ % cd groonga\-3.0.3
1301
1372
  % ./configure
1302
1373
  % make
1303
1374
  % sudo make install
@@ -2629,10 +2700,10 @@ status
2629
2700
  # "max_command_version": 2,
2630
2701
  # "n_queries": 0,
2631
2702
  # "cache_hit_rate": 0.0,
2632
- # "version": "2.0.5",
2633
- # "alloc_count": 121,
2703
+ # "version": "3.0.2",
2704
+ # "alloc_count": 129,
2634
2705
  # "command_version": 1,
2635
- # "starttime": 1343713541,
2706
+ # "starttime": 1364461102,
2636
2707
  # "default_command_version": 1
2637
2708
  # }
2638
2709
  # ]
@@ -2717,10 +2788,10 @@ status
2717
2788
  # "max_command_version": 2,
2718
2789
  # "n_queries": 0,
2719
2790
  # "cache_hit_rate": 0.0,
2720
- # "version": "2.0.5",
2721
- # "alloc_count": 122,
2791
+ # "version": "3.0.2",
2792
+ # "alloc_count": 130,
2722
2793
  # "command_version": 1,
2723
- # "starttime": 1343713541,
2794
+ # "starttime": 1364461102,
2724
2795
  # "default_command_version": 1
2725
2796
  # }
2726
2797
  # ]
@@ -8944,14 +9015,14 @@ http {
8944
9015
  0.000355720520019531
8945
9016
  ],
8946
9017
  {
8947
- "uptime": 0,
9018
+ "uptime": 1,
8948
9019
  "max_command_version": 2,
8949
9020
  "n_queries": 0,
8950
9021
  "cache_hit_rate": 0.0,
8951
- "version": "2.1.0",
8952
- "alloc_count": 152,
9022
+ "version": "3.0.2",
9023
+ "alloc_count": 150,
8953
9024
  "command_version": 1,
8954
- "starttime": 1356678595,
9025
+ "starttime": 1364461070,
8955
9026
  "default_command_version": 1
8956
9027
  }
8957
9028
  ]
@@ -12778,7 +12849,7 @@ select Entries \-\-match_columns content \-\-query \(aqmroonga OR _key:Groonga\(
12778
12849
  この \fBselect\fP コマンドは \fBEntries\fP テーブルの中から \fBcontent\fP カラムの値に \fBmroonga\fP または \fB_key:Groonga\fP のどちらかの単語を含んでいるレコードを検索します。 \fB_key:Groonga\fP が \fB_key\fP カラムの値が \fBGroonga\fP という条件にはならないことに注意してください。これは \fBALLOW_COLUMN\fP フラグが指定されていないからです。
12779
12850
  .sp
12780
12851
  \fB/reference/grn_expr/query_syntax\fP も見てください。
12781
- .SS クエリー展開オブジェクト一覧
12852
+ .SS \fBquery_expander\fP
12782
12853
  .sp
12783
12854
  クエリー展開用の引数です。クエリー展開はクエリー中の特定の単語を別の単語に置換します。通常は類義語検索に使います。
12784
12855
  .sp
@@ -13774,14 +13845,14 @@ status
13774
13845
  # 0.000355720520019531
13775
13846
  # ],
13776
13847
  # {
13777
- # "uptime": 6,
13848
+ # "uptime": 5,
13778
13849
  # "max_command_version": 2,
13779
13850
  # "n_queries": 30,
13780
13851
  # "cache_hit_rate": 0.0,
13781
- # "version": "2.1.0",
13782
- # "alloc_count": 280,
13852
+ # "version": "3.0.2",
13853
+ # "alloc_count": 278,
13783
13854
  # "command_version": 1,
13784
- # "starttime": 1356678580,
13855
+ # "starttime": 1364461054,
13785
13856
  # "default_command_version": 1
13786
13857
  # }
13787
13858
  # ]
@@ -15429,6 +15500,10 @@ table_create NFKC51Lexicon TABLE_HASH_KEY ShortText \-\-normalizer NormalizerNFK
15429
15500
  .INDENT 0.0
15430
15501
  .IP \(bu 2
15431
15502
  \fBNormalizerMySQLGeneralCI\fP
15503
+ .IP \(bu 2
15504
+ \fBNormalizerMySQLUnicodeCI\fP
15505
+ .IP \(bu 2
15506
+ \fBNormalizerMySQLGeneralCIExceptKanaCIKanaWithVoicedSoundMark\fP
15432
15507
  .UNINDENT
15433
15508
  .UNINDENT
15434
15509
  .UNINDENT
@@ -18344,26 +18419,17 @@ TODO: ...
18344
18419
  .sp
18345
18420
  TODO: ...
18346
18421
  .SS 代入演算子
18422
+ .SS 加算代入演算子
18347
18423
  .sp
18348
- TODO: ...
18349
- .SS 独自の演算子
18350
- .sp
18351
- スクリプト構文はECMAScriptの構文に独自の二項演算子を追加しています。これらは検索に特化した操作をします。演算子の最初の文字は \fB@\fP または \fB*\fP です。
18352
- .SS マッチ演算子
18353
- .sp
18354
- 構文は \fBcolumn @ value\fP です。
18355
- .sp
18356
- この演算子は \fBcolumn\fP の転置インデックスを使って \fBvalue\fP を検索します。普通は全文検索をしますが、タグ検索もできます。これは、タグ検索も転置インデックスを使って実現しているからです。
18357
- .sp
18358
- \fBquery_syntax\fP はデフォルトでこの演算子を使っています。
18424
+ 構文は \fBcolumn += value\fP です。
18359
18425
  .sp
18360
- 以下は簡単な使用例です。
18426
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP を加算代入します。
18361
18427
  .sp
18362
18428
  実行例:
18363
18429
  .sp
18364
18430
  .nf
18365
18431
  .ft C
18366
- select Entries \-\-filter \(aqcontent @ "fast"\(aq \-\-output_columns content
18432
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score += n_likes\(aq
18367
18433
  # [
18368
18434
  # [
18369
18435
  # 0,
@@ -18373,19 +18439,46 @@ select Entries \-\-filter \(aqcontent @ "fast"\(aq \-\-output_columns content
18373
18439
  # [
18374
18440
  # [
18375
18441
  # [
18376
- # 2
18442
+ # 5
18377
18443
  # ],
18378
18444
  # [
18379
18445
  # [
18380
- # "content",
18381
- # "Text"
18446
+ # "_key",
18447
+ # "ShortText"
18448
+ # ],
18449
+ # [
18450
+ # "n_likes",
18451
+ # "UInt32"
18452
+ # ],
18453
+ # [
18454
+ # "_score",
18455
+ # "Int32"
18382
18456
  # ]
18383
18457
  # ],
18384
18458
  # [
18385
- # "I started to use groonga. It\(aqs very fast!"
18459
+ # "Good\-bye Senna",
18460
+ # 3,
18461
+ # 4
18386
18462
  # ],
18387
18463
  # [
18388
- # "I also started to use mroonga. It\(aqs also very fast! Really fast!"
18464
+ # "Good\-bye Tritonn",
18465
+ # 3,
18466
+ # 4
18467
+ # ],
18468
+ # [
18469
+ # "Groonga",
18470
+ # 10,
18471
+ # 11
18472
+ # ],
18473
+ # [
18474
+ # "Mroonga",
18475
+ # 15,
18476
+ # 16
18477
+ # ],
18478
+ # [
18479
+ # "The first post!",
18480
+ # 5,
18481
+ # 6
18389
18482
  # ]
18390
18483
  # ]
18391
18484
  # ]
@@ -18393,24 +18486,22 @@ select Entries \-\-filter \(aqcontent @ "fast"\(aq \-\-output_columns content
18393
18486
  .ft P
18394
18487
  .fi
18395
18488
  .sp
18396
- この式は \fBcontent\fP カラムの値に \fBfast\fP という単語を含んでいるレコードにマッチします。
18397
- .SS 前方一致検索演算子
18398
- .sp
18399
- 構文は \fBcolumn @^ value\fP です。
18489
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score + n_likes\(aq という加算代入演算をそれぞれのレコードへ適用します。
18400
18490
  .sp
18401
- この条件式は \fBvalue\fP で前方一致検索します。前方一致検索は \fBvalue\fP で始まる単語を含むレコードを検索します。
18491
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
18402
18492
  .sp
18403
- カラムの値を高速に前方一致検索できます。ただし、そのカラムにはインデックスを作成し、そのインデックス用のテーブルをパトリシアトライ( \fBTABLE_PAT_KEY\fP )またはダブル配列トライ( \fBTABLE_DAT_KEY\fP )にしなければいけません。あるいは、パトリシアトライテーブルまたはダブル配列テーブルの \fB_key\fP も高速に前方一致検索できます。 \fB_key\fP にインデックスを作成する必要はありません。
18493
+ そのため、 \fB1 + 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18494
+ .SS 減算代入演算子
18404
18495
  .sp
18405
- 他の種類のテーブルでも前方一致検索を使えますがレコード全件を処理します。レコード数が少ない場合には問題ありませんが、レコード数が多いと時間がかかります。
18496
+ 構文は \fBcolumn1 \-= column2\fP です。
18406
18497
  .sp
18407
- 以下は簡単な使用例です。
18498
+ この演算子は \fBcolumn1\fP から \fBcolumn2\fP を減算代入します。
18408
18499
  .sp
18409
18500
  実行例:
18410
18501
  .sp
18411
18502
  .nf
18412
18503
  .ft C
18413
- select Entries \-\-filter \(aq_key @^ "Goo"\(aq \-\-output_columns _key
18504
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score \-= n_likes\(aq
18414
18505
  # [
18415
18506
  # [
18416
18507
  # 0,
@@ -18420,19 +18511,46 @@ select Entries \-\-filter \(aq_key @^ "Goo"\(aq \-\-output_columns _key
18420
18511
  # [
18421
18512
  # [
18422
18513
  # [
18423
- # 2
18514
+ # 5
18424
18515
  # ],
18425
18516
  # [
18426
18517
  # [
18427
18518
  # "_key",
18428
18519
  # "ShortText"
18520
+ # ],
18521
+ # [
18522
+ # "n_likes",
18523
+ # "UInt32"
18524
+ # ],
18525
+ # [
18526
+ # "_score",
18527
+ # "Int32"
18429
18528
  # ]
18430
18529
  # ],
18431
18530
  # [
18432
- # "Good\-bye Tritonn"
18531
+ # "Good\-bye Senna",
18532
+ # 3,
18533
+ # \-2
18433
18534
  # ],
18434
18535
  # [
18435
- # "Good\-bye Senna"
18536
+ # "Good\-bye Tritonn",
18537
+ # 3,
18538
+ # \-2
18539
+ # ],
18540
+ # [
18541
+ # "Groonga",
18542
+ # 10,
18543
+ # \-9
18544
+ # ],
18545
+ # [
18546
+ # "Mroonga",
18547
+ # 15,
18548
+ # \-14
18549
+ # ],
18550
+ # [
18551
+ # "The first post!",
18552
+ # 5,
18553
+ # \-4
18436
18554
  # ]
18437
18555
  # ]
18438
18556
  # ]
@@ -18440,43 +18558,22 @@ select Entries \-\-filter \(aq_key @^ "Goo"\(aq \-\-output_columns _key
18440
18558
  .ft P
18441
18559
  .fi
18442
18560
  .sp
18443
- この式は \fB_key\fP カラムの値が \fBGoo\fP で始まる単語を含むレコードにマッチします。この式には \fBGood\-bye Senna\fP と \fBGood\-bye Tritonn\fP がマッチします。
18444
- .SS 後方一致検索演算子
18445
- .sp
18446
- 構文は \fBcolumn @$ value\fP です。
18561
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score \- n_likes\(aq という減算代入演算をそれぞれのレコードへ適用します。
18447
18562
  .sp
18448
- この演算子は \fBvalue\fP で後方一致検索します。後方一致検索は \fBvalue\fP で終わる単語を含むレコードを検索します。
18563
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
18449
18564
  .sp
18450
- カラムの値を高速に後方一致検索できます。ただし、そのカラムにはインデックスを作成し、そのインデックス用のテーブルを \fBKEY_WITH_SIS\fP フラグ付きのパトリシアトライテーブル( \fBTABLE_PAT_KEY\fP )にしなければいけません。 \fBKEY_WITH_SIS\fP フラグ付きのパトリシアトライテーブル( \fBTABLE_PAT_KEY\fP )の \fB_key\fP 擬似カラムの値も高速に後方一致検索できます。 \fB_key\fP にはインデックスを作成する必要はありません。 \fB_key\fP ベースの高速な後方一致検索よりもカラムベースの高速な後方一致検索を使うことをおすすめします。 \fB_key\fP ベースの高速な後方一致検索は自動的に登録された部分文字列も返ってきます。(TODO: 後方一致検索に関するドキュメントを書いてここからリンクを張る。)
18451
- .IP ノート
18452
- 高速な後方一致検索は日本語のひらがななど非ASCII文字にしか使えません。ASCII文字には高速な後方一致検索を使えません。
18453
- .RE
18565
+ そのため、 \fB1 \- 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18566
+ .SS 乗算代入演算子
18454
18567
  .sp
18455
- 後方一致検索は他の種類のテーブルもしくはパトリシアトライを \fBKEY_WITH_SIS\fP フラグなしで使用しているテーブルに対しても使えますが、レコード全件を処理します。レコード数が少ない場合には問題ありませんが、レコード数が多いと時間がかかります。
18568
+ 構文は \fBcolumn1 *= column2\fP です。
18456
18569
  .sp
18457
- 簡単な例です。ASCII文字ではない文字である日本語のひらがなに対して高速な後方一致検索をしています。
18570
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP を乗算演算する。
18458
18571
  .sp
18459
18572
  実行例:
18460
18573
  .sp
18461
18574
  .nf
18462
18575
  .ft C
18463
- table_create Titles TABLE_NO_KEY
18464
- # [[0, 1337566253.89858, 0.000355720520019531], true]
18465
- column_create Titles content COLUMN_SCALAR ShortText
18466
- # [[0, 1337566253.89858, 0.000355720520019531], true]
18467
- table_create SuffixSearchTerms TABLE_PAT_KEY|KEY_WITH_SIS ShortText
18468
- # [[0, 1337566253.89858, 0.000355720520019531], true]
18469
- column_create SuffixSearchTerms index COLUMN_INDEX Titles content
18470
- # [[0, 1337566253.89858, 0.000355720520019531], true]
18471
- load \-\-table Titles
18472
- [
18473
- {"content": "ぐるんが"},
18474
- {"content": "むるんが"},
18475
- {"content": "せな"},
18476
- {"content": "とりとん"}
18477
- ]
18478
- # [[0, 1337566253.89858, 0.000355720520019531], 4]
18479
- select Titles \-\-query \(aqcontent:$んが\(aq
18576
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score *= n_likes\(aq
18480
18577
  # [
18481
18578
  # [
18482
18579
  # 0,
@@ -18486,25 +18583,46 @@ select Titles \-\-query \(aqcontent:$んが\(aq
18486
18583
  # [
18487
18584
  # [
18488
18585
  # [
18489
- # 2
18586
+ # 5
18490
18587
  # ],
18491
18588
  # [
18492
18589
  # [
18493
- # "_id",
18590
+ # "_key",
18591
+ # "ShortText"
18592
+ # ],
18593
+ # [
18594
+ # "n_likes",
18494
18595
  # "UInt32"
18495
18596
  # ],
18496
18597
  # [
18497
- # "content",
18498
- # "ShortText"
18598
+ # "_score",
18599
+ # "Int32"
18499
18600
  # ]
18500
18601
  # ],
18501
18602
  # [
18502
- # 2,
18503
- # "むるんが"
18603
+ # "Good\-bye Senna",
18604
+ # 3,
18605
+ # 3
18504
18606
  # ],
18505
18607
  # [
18506
- # 1,
18507
- # "ぐるんが"
18608
+ # "Good\-bye Tritonn",
18609
+ # 3,
18610
+ # 3
18611
+ # ],
18612
+ # [
18613
+ # "Groonga",
18614
+ # 10,
18615
+ # 10
18616
+ # ],
18617
+ # [
18618
+ # "Mroonga",
18619
+ # 15,
18620
+ # 15
18621
+ # ],
18622
+ # [
18623
+ # "The first post!",
18624
+ # 5,
18625
+ # 5
18508
18626
  # ]
18509
18627
  # ]
18510
18628
  # ]
@@ -18512,24 +18630,22 @@ select Titles \-\-query \(aqcontent:$んが\(aq
18512
18630
  .ft P
18513
18631
  .fi
18514
18632
  .sp
18515
- この式は \fBcontent\fP カラムの値が \fBんが\fP で終わるレコードにマッチします。この場合は \fBぐるんが\fP \fBむるんが\fP にマッチします。
18516
- .SS 近傍検索演算子
18517
- .sp
18518
- 構文は \fBcolumn *N "word1 word2 ..."\fP です。
18633
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score * n_likes\(aq という乗算代入演算をそれぞれのレコードへ適用します。
18519
18634
  .sp
18520
- この演算子は \fBword1 word2 ...\fP という単語で近傍検索します。近傍検索はすべての単語が含まれていてかつそれぞれの単語が近くにあるレコードを検索します。距離が \fB10\fP 以内の近さであれば近くにあると判断します。今のところ、この値は変更できません。距離の単位はN\-gram系のトークナイザーでは文字数で、形態素解析系のトークナイザーでは単語数です。
18635
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
18521
18636
  .sp
18522
- (TODO: \fBTokenBigram\fP はASCIIだけの単語はトークンに分割しないという説明を追加すること。このため、 \fBTokenBigram\fP はN\-gram系のトークナイザーだけどASCIIだけの単語を扱う時の単位は単語数になる。)
18637
+ そのため、 \fB1 * 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18638
+ .SS 除算代入演算子
18523
18639
  .sp
18524
- \fBcolumn\fP 用の全文検索用インデックスカラムを定義しておく必要があることに注意してください。
18640
+ 構文は \fBcolumn1 /= column2\fP です。
18525
18641
  .sp
18526
- 以下は簡単な使用例です。
18642
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP を除算代入します。
18527
18643
  .sp
18528
18644
  実行例:
18529
18645
  .sp
18530
18646
  .nf
18531
18647
  .ft C
18532
- select Entries \-\-filter \(aqcontent *N "I fast"\(aq \-\-output_columns content
18648
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score /= n_likes\(aq
18533
18649
  # [
18534
18650
  # [
18535
18651
  # 0,
@@ -18539,24 +18655,639 @@ select Entries \-\-filter \(aqcontent *N "I fast"\(aq \-\-output_columns co
18539
18655
  # [
18540
18656
  # [
18541
18657
  # [
18542
- # 1
18658
+ # 5
18543
18659
  # ],
18544
18660
  # [
18545
18661
  # [
18546
- # "content",
18547
- # "Text"
18662
+ # "_key",
18663
+ # "ShortText"
18664
+ # ],
18665
+ # [
18666
+ # "n_likes",
18667
+ # "UInt32"
18668
+ # ],
18669
+ # [
18670
+ # "_score",
18671
+ # "Int32"
18548
18672
  # ]
18549
18673
  # ],
18550
18674
  # [
18551
- # "I started to use groonga. It\(aqs very fast!"
18552
- # ]
18553
- # ]
18554
- # ]
18555
- # ]
18556
- select Entries \-\-filter \(aqcontent *N "I Really"\(aq \-\-output_columns content
18557
- # [[0, 1337566253.89858, 0.000355720520019531], [[[0], [["content", "Text"]]]]]
18558
- select Entries \-\-filter \(aqcontent *N "also Really"\(aq \-\-output_columns content
18559
- # [
18675
+ # "Good\-bye Senna",
18676
+ # 3,
18677
+ # 0
18678
+ # ],
18679
+ # [
18680
+ # "Good\-bye Tritonn",
18681
+ # 3,
18682
+ # 0
18683
+ # ],
18684
+ # [
18685
+ # "Groonga",
18686
+ # 10,
18687
+ # 0
18688
+ # ],
18689
+ # [
18690
+ # "Mroonga",
18691
+ # 15,
18692
+ # 0
18693
+ # ],
18694
+ # [
18695
+ # "The first post!",
18696
+ # 5,
18697
+ # 0
18698
+ # ]
18699
+ # ]
18700
+ # ]
18701
+ # ]
18702
+ .ft P
18703
+ .fi
18704
+ .sp
18705
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score / n_likes\(aq という除算代入演算をそれぞれのレコードへ適用します。
18706
+ .sp
18707
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
18708
+ .sp
18709
+ そのため、 \fB1 / 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18710
+ .SS 剰余代入演算子
18711
+ .sp
18712
+ 構文は \fBcolumn1 %= column2\fP です。
18713
+ .sp
18714
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP を剰余代入します。
18715
+ .sp
18716
+ 実行例:
18717
+ .sp
18718
+ .nf
18719
+ .ft C
18720
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score %= n_likes\(aq
18721
+ # [
18722
+ # [
18723
+ # 0,
18724
+ # 1337566253.89858,
18725
+ # 0.000355720520019531
18726
+ # ],
18727
+ # [
18728
+ # [
18729
+ # [
18730
+ # 5
18731
+ # ],
18732
+ # [
18733
+ # [
18734
+ # "_key",
18735
+ # "ShortText"
18736
+ # ],
18737
+ # [
18738
+ # "n_likes",
18739
+ # "UInt32"
18740
+ # ],
18741
+ # [
18742
+ # "_score",
18743
+ # "Int32"
18744
+ # ]
18745
+ # ],
18746
+ # [
18747
+ # "Good\-bye Senna",
18748
+ # 3,
18749
+ # 1
18750
+ # ],
18751
+ # [
18752
+ # "Good\-bye Tritonn",
18753
+ # 3,
18754
+ # 1
18755
+ # ],
18756
+ # [
18757
+ # "Groonga",
18758
+ # 10,
18759
+ # 1
18760
+ # ],
18761
+ # [
18762
+ # "Mroonga",
18763
+ # 15,
18764
+ # 1
18765
+ # ],
18766
+ # [
18767
+ # "The first post!",
18768
+ # 5,
18769
+ # 1
18770
+ # ]
18771
+ # ]
18772
+ # ]
18773
+ # ]
18774
+ .ft P
18775
+ .fi
18776
+ .sp
18777
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score % n_likes\(aq という除算代入演算をそれぞれのレコードへ適用します。
18778
+ .sp
18779
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
18780
+ .sp
18781
+ そのため、 \fB1 % 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18782
+ .SS 左シフト代入演算子
18783
+ .sp
18784
+ 構文は \fBcolumn1 << column2\fP です。
18785
+ .sp
18786
+ この演算子は \fBcolumn1\fP のビットを左に \fBcolumn2\fP 左ビットシフト代入演算します。
18787
+ .sp
18788
+ 実行例:
18789
+ .sp
18790
+ .nf
18791
+ .ft C
18792
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score <<= n_likes\(aq
18793
+ # [
18794
+ # [
18795
+ # 0,
18796
+ # 1337566253.89858,
18797
+ # 0.000355720520019531
18798
+ # ],
18799
+ # [
18800
+ # [
18801
+ # [
18802
+ # 5
18803
+ # ],
18804
+ # [
18805
+ # [
18806
+ # "_key",
18807
+ # "ShortText"
18808
+ # ],
18809
+ # [
18810
+ # "n_likes",
18811
+ # "UInt32"
18812
+ # ],
18813
+ # [
18814
+ # "_score",
18815
+ # "Int32"
18816
+ # ]
18817
+ # ],
18818
+ # [
18819
+ # "Good\-bye Senna",
18820
+ # 3,
18821
+ # 8
18822
+ # ],
18823
+ # [
18824
+ # "Good\-bye Tritonn",
18825
+ # 3,
18826
+ # 8
18827
+ # ],
18828
+ # [
18829
+ # "Groonga",
18830
+ # 10,
18831
+ # 1024
18832
+ # ],
18833
+ # [
18834
+ # "Mroonga",
18835
+ # 15,
18836
+ # 32768
18837
+ # ],
18838
+ # [
18839
+ # "The first post!",
18840
+ # 5,
18841
+ # 32
18842
+ # ]
18843
+ # ]
18844
+ # ]
18845
+ # ]
18846
+ .ft P
18847
+ .fi
18848
+ .sp
18849
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score << n_likes\(aq という左ビットシフト代入演算をそれぞれのレコードへ適用します。
18850
+ .sp
18851
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
18852
+ .sp
18853
+ そのため、 \fB1 << 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18854
+ .SS 符号あり右シフト代入演算子
18855
+ .sp
18856
+ 構文は \fBcolumn1 >>= column2\fP です。
18857
+ .sp
18858
+ この演算子は \fBcolumn1\fP のビットを \fBcolumn2\fP 右ビットシフト代入演算します。
18859
+ .SS 符号なし右シフト代入演算子
18860
+ .sp
18861
+ 構文は \fBcolumn1 >>>= column2\fP です。
18862
+ .sp
18863
+ この演算子は \fBcolumn1\fP のビットを \fBcolumn2\fP 符号なし右ビットシフト代入演算します。
18864
+ .SS ビット論理積代入演算子
18865
+ .sp
18866
+ 構文は \fBcolumn1 &= column2\fP です。
18867
+ .sp
18868
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP をビット論理積代入演算します。
18869
+ .sp
18870
+ 実行例:
18871
+ .sp
18872
+ .nf
18873
+ .ft C
18874
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score &= n_likes\(aq
18875
+ # [
18876
+ # [
18877
+ # 0,
18878
+ # 1337566253.89858,
18879
+ # 0.000355720520019531
18880
+ # ],
18881
+ # [
18882
+ # [
18883
+ # [
18884
+ # 5
18885
+ # ],
18886
+ # [
18887
+ # [
18888
+ # "_key",
18889
+ # "ShortText"
18890
+ # ],
18891
+ # [
18892
+ # "n_likes",
18893
+ # "UInt32"
18894
+ # ],
18895
+ # [
18896
+ # "_score",
18897
+ # "Int32"
18898
+ # ]
18899
+ # ],
18900
+ # [
18901
+ # "Good\-bye Senna",
18902
+ # 3,
18903
+ # 1
18904
+ # ],
18905
+ # [
18906
+ # "Good\-bye Tritonn",
18907
+ # 3,
18908
+ # 1
18909
+ # ],
18910
+ # [
18911
+ # "Groonga",
18912
+ # 10,
18913
+ # 0
18914
+ # ],
18915
+ # [
18916
+ # "Mroonga",
18917
+ # 15,
18918
+ # 1
18919
+ # ],
18920
+ # [
18921
+ # "The first post!",
18922
+ # 5,
18923
+ # 1
18924
+ # ]
18925
+ # ]
18926
+ # ]
18927
+ # ]
18928
+ .ft P
18929
+ .fi
18930
+ .sp
18931
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score & n_likes\(aq というビット論理積代入演算をそれぞれのレコードへ適用します。
18932
+ .sp
18933
+ 例えば、 \fB_key\fP として"Groonga"を格納しているレコードの値は10です。
18934
+ .sp
18935
+ そのため、 \fB1 & 10\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
18936
+ .SS ビット論理和代入演算子
18937
+ .sp
18938
+ 構文は \fBcolumn1 |= column2\fP です。
18939
+ .sp
18940
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP をビット論理和代入演算する。
18941
+ .sp
18942
+ 実行例:
18943
+ .sp
18944
+ .nf
18945
+ .ft C
18946
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score |= n_likes\(aq
18947
+ # [
18948
+ # [
18949
+ # 0,
18950
+ # 1337566253.89858,
18951
+ # 0.000355720520019531
18952
+ # ],
18953
+ # [
18954
+ # [
18955
+ # [
18956
+ # 5
18957
+ # ],
18958
+ # [
18959
+ # [
18960
+ # "_key",
18961
+ # "ShortText"
18962
+ # ],
18963
+ # [
18964
+ # "n_likes",
18965
+ # "UInt32"
18966
+ # ],
18967
+ # [
18968
+ # "_score",
18969
+ # "Int32"
18970
+ # ]
18971
+ # ],
18972
+ # [
18973
+ # "Good\-bye Senna",
18974
+ # 3,
18975
+ # 3
18976
+ # ],
18977
+ # [
18978
+ # "Good\-bye Tritonn",
18979
+ # 3,
18980
+ # 3
18981
+ # ],
18982
+ # [
18983
+ # "Groonga",
18984
+ # 10,
18985
+ # 11
18986
+ # ],
18987
+ # [
18988
+ # "Mroonga",
18989
+ # 15,
18990
+ # 15
18991
+ # ],
18992
+ # [
18993
+ # "The first post!",
18994
+ # 5,
18995
+ # 5
18996
+ # ]
18997
+ # ]
18998
+ # ]
18999
+ # ]
19000
+ .ft P
19001
+ .fi
19002
+ .sp
19003
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score | n_likes\(aq というビット論理和代入演算をそれぞれのレコードへ適用します。
19004
+ .sp
19005
+ 例えば、 \fB_key\fP として"Groonga"を格納しているレコードの値は10です。
19006
+ .sp
19007
+ そのため、 \fB1 | 10\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
19008
+ .SS ビット排他的論理和代入演算子
19009
+ .sp
19010
+ 構文は \fBcolumn1 ^= column2\fP です。
19011
+ .sp
19012
+ この演算子は \fBcolumn1\fP に \fBcolumn2\fP をビット排他的論理和代入演算します。
19013
+ .sp
19014
+ 実行例:
19015
+ .sp
19016
+ .nf
19017
+ .ft C
19018
+ select Entries \-\-output_columns _key,n_likes,_score \-\-filter true \-\-scorer \(aq_score ^= n_likes\(aq
19019
+ # [
19020
+ # [
19021
+ # 0,
19022
+ # 1337566253.89858,
19023
+ # 0.000355720520019531
19024
+ # ],
19025
+ # [
19026
+ # [
19027
+ # [
19028
+ # 5
19029
+ # ],
19030
+ # [
19031
+ # [
19032
+ # "_key",
19033
+ # "ShortText"
19034
+ # ],
19035
+ # [
19036
+ # "n_likes",
19037
+ # "UInt32"
19038
+ # ],
19039
+ # [
19040
+ # "_score",
19041
+ # "Int32"
19042
+ # ]
19043
+ # ],
19044
+ # [
19045
+ # "Good\-bye Senna",
19046
+ # 3,
19047
+ # 2
19048
+ # ],
19049
+ # [
19050
+ # "Good\-bye Tritonn",
19051
+ # 3,
19052
+ # 2
19053
+ # ],
19054
+ # [
19055
+ # "Groonga",
19056
+ # 10,
19057
+ # 11
19058
+ # ],
19059
+ # [
19060
+ # "Mroonga",
19061
+ # 15,
19062
+ # 14
19063
+ # ],
19064
+ # [
19065
+ # "The first post!",
19066
+ # 5,
19067
+ # 4
19068
+ # ]
19069
+ # ]
19070
+ # ]
19071
+ # ]
19072
+ .ft P
19073
+ .fi
19074
+ .sp
19075
+ \fB\-\-filter\fP による \fB_score\fP の値はこの場合は常に1です。その後、\(aq_score = _score ^ n_likes\(aq という減算代入演算をそれぞれのレコードへ適用します。
19076
+ .sp
19077
+ 例えば、 \fB_key\fP として"Good\-bye Senna"を格納しているレコードの \fB_score\fP の値は3です。
19078
+ .sp
19079
+ そのため、 \fB1 ^ 3\fP という式が評価されてから \fB_score\fP カラムへと演算結果が保存されます。
19080
+ .SS 独自の演算子
19081
+ .sp
19082
+ スクリプト構文はECMAScriptの構文に独自の二項演算子を追加しています。これらは検索に特化した操作をします。演算子の最初の文字は \fB@\fP または \fB*\fP です。
19083
+ .SS マッチ演算子
19084
+ .sp
19085
+ 構文は \fBcolumn @ value\fP です。
19086
+ .sp
19087
+ この演算子は \fBcolumn\fP の転置インデックスを使って \fBvalue\fP を検索します。普通は全文検索をしますが、タグ検索もできます。これは、タグ検索も転置インデックスを使って実現しているからです。
19088
+ .sp
19089
+ \fBquery_syntax\fP はデフォルトでこの演算子を使っています。
19090
+ .sp
19091
+ 以下は簡単な使用例です。
19092
+ .sp
19093
+ 実行例:
19094
+ .sp
19095
+ .nf
19096
+ .ft C
19097
+ select Entries \-\-filter \(aqcontent @ "fast"\(aq \-\-output_columns content
19098
+ # [
19099
+ # [
19100
+ # 0,
19101
+ # 1337566253.89858,
19102
+ # 0.000355720520019531
19103
+ # ],
19104
+ # [
19105
+ # [
19106
+ # [
19107
+ # 2
19108
+ # ],
19109
+ # [
19110
+ # [
19111
+ # "content",
19112
+ # "Text"
19113
+ # ]
19114
+ # ],
19115
+ # [
19116
+ # "I started to use groonga. It\(aqs very fast!"
19117
+ # ],
19118
+ # [
19119
+ # "I also started to use mroonga. It\(aqs also very fast! Really fast!"
19120
+ # ]
19121
+ # ]
19122
+ # ]
19123
+ # ]
19124
+ .ft P
19125
+ .fi
19126
+ .sp
19127
+ この式は \fBcontent\fP カラムの値に \fBfast\fP という単語を含んでいるレコードにマッチします。
19128
+ .SS 前方一致検索演算子
19129
+ .sp
19130
+ 構文は \fBcolumn @^ value\fP です。
19131
+ .sp
19132
+ この条件式は \fBvalue\fP で前方一致検索します。前方一致検索は \fBvalue\fP で始まる単語を含むレコードを検索します。
19133
+ .sp
19134
+ カラムの値を高速に前方一致検索できます。ただし、そのカラムにはインデックスを作成し、そのインデックス用のテーブルをパトリシアトライ( \fBTABLE_PAT_KEY\fP )またはダブル配列トライ( \fBTABLE_DAT_KEY\fP )にしなければいけません。あるいは、パトリシアトライテーブルまたはダブル配列テーブルの \fB_key\fP も高速に前方一致検索できます。 \fB_key\fP にインデックスを作成する必要はありません。
19135
+ .sp
19136
+ 他の種類のテーブルでも前方一致検索を使えますがレコード全件を処理します。レコード数が少ない場合には問題ありませんが、レコード数が多いと時間がかかります。
19137
+ .sp
19138
+ 以下は簡単な使用例です。
19139
+ .sp
19140
+ 実行例:
19141
+ .sp
19142
+ .nf
19143
+ .ft C
19144
+ select Entries \-\-filter \(aq_key @^ "Goo"\(aq \-\-output_columns _key
19145
+ # [
19146
+ # [
19147
+ # 0,
19148
+ # 1337566253.89858,
19149
+ # 0.000355720520019531
19150
+ # ],
19151
+ # [
19152
+ # [
19153
+ # [
19154
+ # 2
19155
+ # ],
19156
+ # [
19157
+ # [
19158
+ # "_key",
19159
+ # "ShortText"
19160
+ # ]
19161
+ # ],
19162
+ # [
19163
+ # "Good\-bye Tritonn"
19164
+ # ],
19165
+ # [
19166
+ # "Good\-bye Senna"
19167
+ # ]
19168
+ # ]
19169
+ # ]
19170
+ # ]
19171
+ .ft P
19172
+ .fi
19173
+ .sp
19174
+ この式は \fB_key\fP カラムの値が \fBGoo\fP で始まる単語を含むレコードにマッチします。この式には \fBGood\-bye Senna\fP と \fBGood\-bye Tritonn\fP がマッチします。
19175
+ .SS 後方一致検索演算子
19176
+ .sp
19177
+ 構文は \fBcolumn @$ value\fP です。
19178
+ .sp
19179
+ この演算子は \fBvalue\fP で後方一致検索します。後方一致検索は \fBvalue\fP で終わる単語を含むレコードを検索します。
19180
+ .sp
19181
+ カラムの値を高速に後方一致検索できます。ただし、そのカラムにはインデックスを作成し、そのインデックス用のテーブルを \fBKEY_WITH_SIS\fP フラグ付きのパトリシアトライテーブル( \fBTABLE_PAT_KEY\fP )にしなければいけません。 \fBKEY_WITH_SIS\fP フラグ付きのパトリシアトライテーブル( \fBTABLE_PAT_KEY\fP )の \fB_key\fP 擬似カラムの値も高速に後方一致検索できます。 \fB_key\fP にはインデックスを作成する必要はありません。 \fB_key\fP ベースの高速な後方一致検索よりもカラムベースの高速な後方一致検索を使うことをおすすめします。 \fB_key\fP ベースの高速な後方一致検索は自動的に登録された部分文字列も返ってきます。(TODO: 後方一致検索に関するドキュメントを書いてここからリンクを張る。)
19182
+ .IP ノート
19183
+ 高速な後方一致検索は日本語のひらがななど非ASCII文字にしか使えません。ASCII文字には高速な後方一致検索を使えません。
19184
+ .RE
19185
+ .sp
19186
+ 後方一致検索は他の種類のテーブルもしくはパトリシアトライを \fBKEY_WITH_SIS\fP フラグなしで使用しているテーブルに対しても使えますが、レコード全件を処理します。レコード数が少ない場合には問題ありませんが、レコード数が多いと時間がかかります。
19187
+ .sp
19188
+ 簡単な例です。ASCII文字ではない文字である日本語のひらがなに対して高速な後方一致検索をしています。
19189
+ .sp
19190
+ 実行例:
19191
+ .sp
19192
+ .nf
19193
+ .ft C
19194
+ table_create Titles TABLE_NO_KEY
19195
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
19196
+ column_create Titles content COLUMN_SCALAR ShortText
19197
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
19198
+ table_create SuffixSearchTerms TABLE_PAT_KEY|KEY_WITH_SIS ShortText
19199
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
19200
+ column_create SuffixSearchTerms index COLUMN_INDEX Titles content
19201
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
19202
+ load \-\-table Titles
19203
+ [
19204
+ {"content": "ぐるんが"},
19205
+ {"content": "むるんが"},
19206
+ {"content": "せな"},
19207
+ {"content": "とりとん"}
19208
+ ]
19209
+ # [[0, 1337566253.89858, 0.000355720520019531], 4]
19210
+ select Titles \-\-query \(aqcontent:$んが\(aq
19211
+ # [
19212
+ # [
19213
+ # 0,
19214
+ # 1337566253.89858,
19215
+ # 0.000355720520019531
19216
+ # ],
19217
+ # [
19218
+ # [
19219
+ # [
19220
+ # 2
19221
+ # ],
19222
+ # [
19223
+ # [
19224
+ # "_id",
19225
+ # "UInt32"
19226
+ # ],
19227
+ # [
19228
+ # "content",
19229
+ # "ShortText"
19230
+ # ]
19231
+ # ],
19232
+ # [
19233
+ # 2,
19234
+ # "むるんが"
19235
+ # ],
19236
+ # [
19237
+ # 1,
19238
+ # "ぐるんが"
19239
+ # ]
19240
+ # ]
19241
+ # ]
19242
+ # ]
19243
+ .ft P
19244
+ .fi
19245
+ .sp
19246
+ この式は \fBcontent\fP カラムの値が \fBんが\fP で終わるレコードにマッチします。この場合は \fBぐるんが\fP と \fBむるんが\fP にマッチします。
19247
+ .SS 近傍検索演算子
19248
+ .sp
19249
+ 構文は \fBcolumn *N "word1 word2 ..."\fP です。
19250
+ .sp
19251
+ この演算子は \fBword1 word2 ...\fP という単語で近傍検索します。近傍検索はすべての単語が含まれていてかつそれぞれの単語が近くにあるレコードを検索します。距離が \fB10\fP 以内の近さであれば近くにあると判断します。今のところ、この値は変更できません。距離の単位はN\-gram系のトークナイザーでは文字数で、形態素解析系のトークナイザーでは単語数です。
19252
+ .sp
19253
+ (TODO: \fBTokenBigram\fP はASCIIだけの単語はトークンに分割しないという説明を追加すること。このため、 \fBTokenBigram\fP はN\-gram系のトークナイザーだけどASCIIだけの単語を扱う時の単位は単語数になる。)
19254
+ .sp
19255
+ \fBcolumn\fP 用の全文検索用インデックスカラムを定義しておく必要があることに注意してください。
19256
+ .sp
19257
+ 以下は簡単な使用例です。
19258
+ .sp
19259
+ 実行例:
19260
+ .sp
19261
+ .nf
19262
+ .ft C
19263
+ select Entries \-\-filter \(aqcontent *N "I fast"\(aq \-\-output_columns content
19264
+ # [
19265
+ # [
19266
+ # 0,
19267
+ # 1337566253.89858,
19268
+ # 0.000355720520019531
19269
+ # ],
19270
+ # [
19271
+ # [
19272
+ # [
19273
+ # 1
19274
+ # ],
19275
+ # [
19276
+ # [
19277
+ # "content",
19278
+ # "Text"
19279
+ # ]
19280
+ # ],
19281
+ # [
19282
+ # "I started to use groonga. It\(aqs very fast!"
19283
+ # ]
19284
+ # ]
19285
+ # ]
19286
+ # ]
19287
+ select Entries \-\-filter \(aqcontent *N "I Really"\(aq \-\-output_columns content
19288
+ # [[0, 1337566253.89858, 0.000355720520019531], [[[0], [["content", "Text"]]]]]
19289
+ select Entries \-\-filter \(aqcontent *N "also Really"\(aq \-\-output_columns content
19290
+ # [
18560
19291
  # [
18561
19292
  # 0,
18562
19293
  # 1337566253.89858,
@@ -19416,9 +20147,13 @@ now()
19416
20147
  .sp
19417
20148
  \fBquery\fP は2つの引数が必要です。 \fBmatch_column\fP と \fBquery_string\fP です。
19418
20149
  .sp
20150
+ 引数の \fBquery_expander\fP や \fBsubstitution_table\fP は省略可能です。
20151
+ .sp
19419
20152
  .nf
19420
20153
  .ft C
19421
20154
  query(match_column, query_string)
20155
+ query(match_column, query_string, query_expander)
20156
+ query(match_column, query_string, substitution_table)
19422
20157
  .ft P
19423
20158
  .fi
19424
20159
  .SS 使い方
@@ -19474,7 +20209,7 @@ load \-\-table Users
19474
20209
  .ft P
19475
20210
  .fi
19476
20211
  .sp
19477
- \fB\-\-match_columns\fP と \fB\-\-query\fP 引数を使わずにキーワード\(aqalice\(aqを\(ga\(gaquery\(ga\(ga 関数を使って検索する簡単な使用例です。
20212
+ \fB\-\-match_columns\fP と \fB\-\-query\fP 引数を使わずにキーワード\(aqalice\(aq\fBquery\fP 関数を使って検索する簡単な使用例です。
19478
20213
  .sp
19479
20214
  実行例:
19480
20215
  .sp
@@ -19644,6 +20379,7 @@ select Users \-\-output_columns name,memo,_score \-\-filter \(aqquery("memo * 10
19644
20379
  .sp
19645
20380
  結果として、意図した様に異なる重みづけを行いつつ全文検索の振舞いを制御することができます。
19646
20381
  .SS 引数
20382
+ .SS 必須引数
19647
20383
  .sp
19648
20384
  必須引数は二つあります。 \fBmatch_column\fP と \fBquery_string\fP です。
19649
20385
  .SS \fBmatch_column\fP
@@ -19662,14 +20398,27 @@ match_columnについては \fIselect\-match\-columns\fP を参照してくだ
19662
20398
  .UNINDENT
19663
20399
  .sp
19664
20400
  query stringについては \fIselect\-query\fP を参照してください。
20401
+ .SS 省略可能引数
20402
+ .sp
20403
+ 省略可能な引数として \fBapproximate_type\fP があります。
20404
+ .SS \fBquery_expander\fP
20405
+ .sp
20406
+ クエリ展開に使うプラグイン名を指定します。
20407
+ .sp
20408
+ \fB/reference/query_expanders/tsv\fP は公式リリースに含まれているプラグインの1つです。
20409
+ .sp
20410
+ 詳細については \fB/reference/query_expanders/tsv\fP を参照してください。
20411
+ .SS \fB置換テーブル\fP
20412
+ .sp
20413
+ 置換テーブルとカラム名を \fB${TABLE}.${COLUMN}\fP という書式でクエリ展開のために指定します。
20414
+ .sp
20415
+ 詳細については \fIquery\-expander\fP を参照してください。
19665
20416
  .SS 戻り値
19666
20417
  .sp
19667
20418
  \fBquery\fP は真偽値(trueもしくはfalse)を返します。
19668
20419
  .SS TODO
19669
20420
  .INDENT 0.0
19670
20421
  .IP \(bu 2
19671
- query_expansionのサポート
19672
- .IP \(bu 2
19673
20422
  query_flagsのサポート
19674
20423
  .UNINDENT
19675
20424
  .SS 参考
@@ -19958,8 +20707,33 @@ load \-\-table Blog
19958
20707
  .sp
19959
20708
  .nf
19960
20709
  .ft C
19961
- select Blog \-\-output_columns _key \e
19962
- \-\-filter "comments.name @ \e"A\e" && comments.content @ \e"groonga\e""
20710
+ select Blog \-\-output_columns _key \-\-filter "comments.name @ \e"A\e" && comments.content @ \e"groonga\e""
20711
+ # [
20712
+ # [
20713
+ # 0,
20714
+ # 1337566253.89858,
20715
+ # 0.000355720520019531
20716
+ # ],
20717
+ # [
20718
+ # [
20719
+ # [
20720
+ # 2
20721
+ # ],
20722
+ # [
20723
+ # [
20724
+ # "_key",
20725
+ # "ShortText"
20726
+ # ]
20727
+ # ],
20728
+ # [
20729
+ # "groonga\(aqs blog"
20730
+ # ],
20731
+ # [
20732
+ # "mroonga\(aqs blog"
20733
+ # ]
20734
+ # ]
20735
+ # ]
20736
+ # ]
19963
20737
  .ft P
19964
20738
  .fi
19965
20739
  .sp
@@ -19977,7 +20751,7 @@ sub_filterなしでは、以下の条件が満たされます。
19977
20751
  .sp
19978
20752
  .nf
19979
20753
  .ft C
19980
- select Blog \-\-output_columns _key \e
20754
+ select Blog \-\-output_columns _key \-\-filter \(aqsub_filter(comments, "name @ \e\e"A\e\e" && content @ \e\e"groonga\e\e"")\(aq
19981
20755
  # [
19982
20756
  # [
19983
20757
  # 0,
@@ -19987,7 +20761,7 @@ select Blog \-\-output_columns _key \e
19987
20761
  # [
19988
20762
  # [
19989
20763
  # [
19990
- # 2
20764
+ # 1
19991
20765
  # ],
19992
20766
  # [
19993
20767
  # [
@@ -19997,14 +20771,10 @@ select Blog \-\-output_columns _key \e
19997
20771
  # ],
19998
20772
  # [
19999
20773
  # "groonga\(aqs blog"
20000
- # ],
20001
- # [
20002
- # "mroonga\(aqs blog"
20003
20774
  # ]
20004
20775
  # ]
20005
20776
  # ]
20006
20777
  # ]
20007
- \-\-filter \(aqsub_filter(comments, "name @ \e\e"A\e\e" && content @ \e\e"groonga\e\e"")\(aq
20008
20778
  .ft P
20009
20779
  .fi
20010
20780
  .sp