rroonga 3.0.7-x86-mingw32 → 3.0.8-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 (481) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +13 -3
  3. data/doc/text/news.textile +8 -0
  4. data/ext/groonga/extconf.rb +1 -3
  5. data/ext/groonga/rb-grn-table-key-support.c +0 -4
  6. data/ext/groonga/rb-grn.h +1 -1
  7. data/lib/1.9/groonga.so +0 -0
  8. data/lib/2.0/groonga.so +0 -0
  9. data/lib/2.1/groonga.so +0 -0
  10. data/rroonga-build.rb +3 -3
  11. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  12. data/vendor/local/bin/groonga.exe +0 -0
  13. data/vendor/local/bin/libgroonga-0.dll +0 -0
  14. data/vendor/local/bin/libmecab-1.dll +0 -0
  15. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  16. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  17. data/vendor/local/bin/mecab-config +2 -2
  18. data/vendor/local/bin/mecab.exe +0 -0
  19. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +10 -2
  20. data/vendor/local/include/groonga/groonga.h +30 -1048
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  22. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  23. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  24. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  26. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  27. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  28. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  29. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  30. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  31. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  32. data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  37. data/vendor/local/lib/libgroonga.a +0 -0
  38. data/vendor/local/lib/libgroonga.dll.a +0 -0
  39. data/vendor/local/lib/libgroonga.la +2 -2
  40. data/vendor/local/lib/libmecab.a +0 -0
  41. data/vendor/local/lib/libmecab.dll.a +0 -0
  42. data/vendor/local/lib/libmecab.la +1 -1
  43. data/vendor/local/lib/libmsgpack.a +0 -0
  44. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpack.la +1 -1
  46. data/vendor/local/lib/libmsgpackc.a +0 -0
  47. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  48. data/vendor/local/lib/libmsgpackc.la +1 -1
  49. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  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/sbin/groonga-httpd-restart +85 -49
  56. data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
  57. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +77 -0
  58. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +17 -0
  59. data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +5 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  61. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  62. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
  63. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  64. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  65. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  66. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  67. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  68. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +8 -0
  69. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +136 -1
  70. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +114 -0
  71. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +92 -0
  72. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +37 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +70 -0
  74. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +71 -0
  75. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +49 -0
  76. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +83 -0
  77. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +55 -0
  78. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +67 -0
  79. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +35 -0
  80. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +44 -0
  81. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +56 -0
  82. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +39 -0
  83. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +246 -0
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +56 -0
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +31 -0
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +219 -0
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +109 -0
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +31 -0
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +29 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +63 -31
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -1
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +85 -34
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +77 -0
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -3
  95. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +218 -1
  96. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +19 -15
  97. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +16 -19
  98. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +5 -1
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
  100. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +18 -5
  101. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +9 -0
  102. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
  103. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/contribution.html +60 -55
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +11 -10
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +10 -10
  109. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +219 -0
  110. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +26 -26
  111. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
  112. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +118 -105
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
  115. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
  116. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/genindex.html +638 -6
  122. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/index.html +50 -24
  124. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  125. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  126. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  127. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
  128. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  129. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  130. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  131. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  132. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  133. data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -5
  134. data/vendor/local/share/doc/groonga/en/html/news.html +308 -152
  135. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  141. data/vendor/local/share/doc/groonga/en/html/reference.html +37 -18
  142. data/vendor/local/share/doc/groonga/en/html/reference/api.html +30 -12
  143. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +322 -0
  144. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +284 -0
  145. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +197 -0
  146. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +190 -23
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +254 -0
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +219 -0
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +173 -16
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +237 -0
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +244 -0
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +186 -0
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +196 -0
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +237 -0
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +200 -0
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +648 -0
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +227 -0
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +180 -0
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +546 -0
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +321 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +179 -0
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +177 -0
  163. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command.html +17 -16
  165. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +71 -44
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +7 -7
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +203 -48
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +10 -10
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +219 -0
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +94 -94
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +33 -33
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +39 -39
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +219 -12
  203. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +31 -28
  212. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +22 -23
  214. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +9 -6
  217. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +17 -7
  219. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  230. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  232. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/server/package.html +22 -8
  239. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  240. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +14 -5
  257. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +12 -12
  259. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +2 -2
  263. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +77 -0
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +17 -0
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +5 -0
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +8 -0
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +136 -1
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +114 -0
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +92 -0
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +37 -0
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +70 -0
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +71 -0
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +49 -0
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +83 -0
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +55 -0
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +67 -0
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +35 -0
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +44 -0
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +56 -0
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +39 -0
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +246 -0
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +56 -0
  291. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +31 -0
  292. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +219 -0
  293. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +109 -0
  294. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +31 -0
  295. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +29 -0
  296. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +63 -31
  297. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -1
  298. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +85 -34
  299. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +77 -0
  300. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -3
  301. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +218 -1
  302. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +19 -15
  303. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +16 -19
  304. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +5 -1
  305. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
  306. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +18 -5
  307. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +9 -0
  308. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
  309. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
  310. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  311. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  312. data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -56
  313. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +12 -11
  314. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +11 -11
  315. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +220 -0
  316. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +27 -27
  317. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +62 -62
  318. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +119 -106
  319. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
  320. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +38 -38
  321. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -10
  322. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  323. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
  324. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
  325. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  326. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/genindex.html +642 -10
  328. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  329. data/vendor/local/share/doc/groonga/ja/html/index.html +50 -25
  330. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
  331. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
  332. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
  333. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +12 -12
  334. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
  335. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
  337. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
  338. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
  339. data/vendor/local/share/doc/groonga/ja/html/limitations.html +15 -6
  340. data/vendor/local/share/doc/groonga/ja/html/news.html +336 -154
  341. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
  342. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  343. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
  344. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  345. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
  346. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  347. data/vendor/local/share/doc/groonga/ja/html/reference.html +38 -19
  348. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +31 -13
  349. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +319 -0
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +285 -0
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +198 -0
  352. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +191 -24
  353. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +255 -0
  354. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +220 -0
  355. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +172 -17
  356. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +238 -0
  357. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +245 -0
  358. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +187 -0
  359. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +197 -0
  360. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +238 -0
  361. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +201 -0
  362. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +649 -0
  363. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +228 -0
  364. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +181 -0
  365. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +547 -0
  366. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +322 -0
  367. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +180 -0
  368. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +178 -0
  369. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
  370. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +18 -17
  371. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
  372. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
  373. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +64 -45
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +8 -8
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +207 -49
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  391. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +11 -11
  392. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +222 -0
  393. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +95 -95
  394. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
  395. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +34 -34
  396. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
  397. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
  398. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
  399. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
  400. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
  401. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
  402. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
  403. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
  404. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
  405. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
  406. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
  407. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  408. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +194 -12
  409. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  410. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
  411. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
  412. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
  413. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
  414. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
  415. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
  416. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
  417. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +31 -29
  418. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
  419. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -23
  420. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
  421. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
  422. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +10 -15
  423. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
  424. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +11 -7
  425. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
  426. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
  427. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
  429. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
  430. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
  431. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
  432. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
  433. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
  434. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
  435. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
  436. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  438. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  439. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
  440. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  441. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  442. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
  443. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
  444. data/vendor/local/share/doc/groonga/ja/html/server/package.html +17 -10
  445. data/vendor/local/share/doc/groonga/ja/html/spec.html +11 -11
  446. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
  447. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
  448. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  449. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -6
  450. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
  451. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
  452. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
  453. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
  454. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  455. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
  456. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  457. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
  458. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
  459. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
  460. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  461. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
  462. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +16 -6
  463. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
  464. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +13 -13
  465. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
  466. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
  467. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
  468. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  469. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  470. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  471. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  472. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  473. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  474. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  475. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  476. data/vendor/local/share/groonga/html/admin/css/groonga-admin.css +4 -0
  477. data/vendor/local/share/groonga/html/admin/index.html +28 -26
  478. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +13 -5
  479. data/vendor/local/share/man/ja/man1/groonga.1 +3418 -350
  480. data/vendor/local/share/man/man1/groonga.1 +3485 -348
  481. metadata +116 -63
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>13.2.4. クエリの実現 &mdash; groonga v3.0.5 documentation</title>
10
+ <title>13.2.5. クエリの実現 &mdash; groonga v3.0.8 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.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
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.5 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../../index.html" />
29
29
  <link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
30
- <link rel="next" title="13.2.6. リリース手順" href="release.html" />
31
- <link rel="prev" title="13.2.3. ドキュメント作成" href="document.html" />
30
+ <link rel="next" title="13.2.7. リリース手順" href="release.html" />
31
+ <link rel="prev" title="13.2.4. ドキュメント作成" href="document.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="release.html" title="13.2.6. リリース手順"
58
+ <a href="release.html" title="13.2.7. リリース手順"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="document.html" title="13.2.3. ドキュメント作成"
61
+ <a href="document.html" title="13.2.4. ドキュメント作成"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
65
65
  <li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> &raquo;</li>
66
66
  </ul>
@@ -72,27 +72,27 @@
72
72
  <div class="body">
73
73
 
74
74
  <div class="section" id="id1">
75
- <h1>13.2.4. クエリの実現<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
75
+ <h1>13.2.5. クエリの実現<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
76
76
  <p>groongaのデータベースには大量のデータを格納し、その中から必要な部分を高速に取り出すことができます。必要な部分をgroongaのデータベースに問い合わせるためのクエリの表現と実行に関して、groongaは複数の手段を用意しています。</p>
77
77
  <div class="section" id="id2">
78
- <h2>13.2.4.1. クエリ実行のためのインタフェース<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
78
+ <h2>13.2.5.1. クエリ実行のためのインタフェース<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
79
79
  <p>groongaは低機能で単純なライブラリインタフェースから、高機能で複雑なコマンドインタフェースまでいくつかの階層的なインタフェースをユーザプログラムに提供しています。</p>
80
80
  <p>クエリ実行のためのインタフェースも階層的なインタフェースのそれぞれに対応する形で用意されています。以下に低レイヤなインタフェースから順に説明します。</p>
81
81
  <div class="section" id="db-api">
82
- <h3>13.2.4.1.1. DB_API<a class="headerlink" href="#db-api" title="Permalink to this headline">¶</a></h3>
82
+ <h3>13.2.5.1.1. DB_API<a class="headerlink" href="#db-api" title="Permalink to this headline">¶</a></h3>
83
83
  <p>DB_APIは、groongaデータベースを操作するための一群のC言語向けAPI関数を提供します。DB_APIはデータベースを構成する個々の部分に対する単純な操作関数を提供します。DB_APIの機能を組み合わせることによって複雑なクエリを実行することができます。後述のすべてのクエリインタフェースはDB_APIの機能を組み合わせることによって実現されています。</p>
84
84
  </div>
85
85
  <div class="section" id="grn-expr">
86
- <h3>13.2.4.1.2. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h3>
86
+ <h3>13.2.5.1.2. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h3>
87
87
  <p>grn_exprは、groongaデータベースに対する検索処理や更新処理のための条件を表現するためのデータ構造で、複数の条件を再帰的に組み合わせてより複雑な条件を表現することができます。grn_exprによって表現されたクエリを実行するためには、grn_table_select()関数を使用します。</p>
88
88
  </div>
89
89
  <div class="section" id="groonga">
90
- <h3>13.2.4.1.3. groonga実行ファイル<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h3>
90
+ <h3>13.2.5.1.3. groonga実行ファイル<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h3>
91
91
  <p>groongaデータベースを操作するためのコマンドインタープリタです。渡されたコマンドを解釈し、実行結果を返します。コマンドの実処理はC言語で記述されます。ユーザがC言語で定義した関数を新たなコマンドとしてgroonga実行ファイルに組み込むことができます。各コマンドはいくつかの文字列引数を受け取り、これをクエリとして解釈して実行します。引数をgrn_exprとして解釈するか、別の形式として解釈してDB_APIを使ってデータベースを操作するかはコマンド毎に自由に決めることができます。</p>
92
92
  </div>
93
93
  </div>
94
94
  <div class="section" id="id3">
95
- <h2>13.2.4.2. grn_exprで表現できるクエリ<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
95
+ <h2>13.2.5.2. grn_exprで表現できるクエリ<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
96
96
  <p>grn_exprは代入や関数呼び出しのような様々な操作を表現できますが、この中で検索クエリを表現するgrn_exprのことを特に条件式とよびます。条件式を構成する個々の要素を関係式と呼びます。条件式は一個以上の関係式か、あるいは条件式を論理演算子で結合したものです。</p>
97
97
  <p>論理演算子は、以下の3種類があります。</p>
98
98
  <div class="highlight-none"><div class="highlight"><pre>&amp;&amp; (論理積)
@@ -116,7 +116,7 @@ suffix()
116
116
  </div>
117
117
  </div>
118
118
  <div class="section" id="grn-table-select">
119
- <h2>13.2.4.3. grn_table_select()<a class="headerlink" href="#grn-table-select" title="Permalink to this headline">¶</a></h2>
119
+ <h2>13.2.5.3. grn_table_select()<a class="headerlink" href="#grn-table-select" title="Permalink to this headline">¶</a></h2>
120
120
  <p>grn_table_select()関数は、grn_exprで表現された検索クエリを実行するときに使います。引数として、検索対象となるテーブル、クエリを表すgrn_expr、検索結果を格納するテーブル、それに検索にマッチしたレコードを検索結果にどのように反映するかを指定する演算子を渡します。演算子と指定できるのは下記の4種類です。</p>
121
121
  <div class="highlight-none"><div class="highlight"><pre>GRN_OP_OR
122
122
  GRN_OP_AND
@@ -128,34 +128,34 @@ GRN_OP_ADJUST
128
128
  <p>grn_table_select()は、データベース上に定義されたテーブルや索引などを組み合わせて可能な限り高速に指定されたクエリを実行しようとします。</p>
129
129
  </div>
130
130
  <div class="section" id="id4">
131
- <h2>13.2.4.4. 関係式<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
131
+ <h2>13.2.5.4. 関係式<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
132
132
  <p>関係式は、検索しようとしているデータが満たすべき条件を、指定した値の間の関係として表現します。いずれの関係式も、その関係が成り立ったときに評価されるcallback、コールバック関数に渡されるargとを引数として指定することができます。callbackが与えられず、argのみが数値で与えられた場合はスコア値の係数とみなされます。主な関係式について説明します。</p>
133
133
  <div class="section" id="equal-v1-v2-arg-callback">
134
- <h3>13.2.4.4.1. equal(v1, v2, arg, callback)<a class="headerlink" href="#equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
134
+ <h3>13.2.5.4.1. equal(v1, v2, arg, callback)<a class="headerlink" href="#equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
135
135
  <p>v1の値とv2の値が等しいことを表します。</p>
136
136
  </div>
137
137
  <div class="section" id="not-equal-v1-v2-arg-callback">
138
- <h3>13.2.4.4.2. not_equal(v1, v2, arg, callback)<a class="headerlink" href="#not-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
138
+ <h3>13.2.5.4.2. not_equal(v1, v2, arg, callback)<a class="headerlink" href="#not-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
139
139
  <p>v1の値とv2の値が等しくないことを表します。</p>
140
140
  </div>
141
141
  <div class="section" id="less-v1-v2-arg-callback">
142
- <h3>13.2.4.4.3. less(v1, v2, arg, callback)<a class="headerlink" href="#less-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
142
+ <h3>13.2.5.4.3. less(v1, v2, arg, callback)<a class="headerlink" href="#less-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
143
143
  <p>v1の値がv2の値よりも小さいことを表します。</p>
144
144
  </div>
145
145
  <div class="section" id="greater-v1-v2-arg-callback">
146
- <h3>13.2.4.4.4. greater(v1, v2, arg, callback)<a class="headerlink" href="#greater-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
146
+ <h3>13.2.5.4.4. greater(v1, v2, arg, callback)<a class="headerlink" href="#greater-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
147
147
  <p>v1の値がv2の値よりも大きいことを表します。</p>
148
148
  </div>
149
149
  <div class="section" id="less-equal-v1-v2-arg-callback">
150
- <h3>13.2.4.4.5. less_equal(v1, v2, arg, callback)<a class="headerlink" href="#less-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
150
+ <h3>13.2.5.4.5. less_equal(v1, v2, arg, callback)<a class="headerlink" href="#less-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
151
151
  <p>v1の値がv2の値と等しいか小さいことを表します。</p>
152
152
  </div>
153
153
  <div class="section" id="greater-equal-v1-v2-arg-callback">
154
- <h3>13.2.4.4.6. greater_equal(v1, v2, arg, callback)<a class="headerlink" href="#greater-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
154
+ <h3>13.2.5.4.6. greater_equal(v1, v2, arg, callback)<a class="headerlink" href="#greater-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
155
155
  <p>v1の値がv2の値と等しいか大きいことを表します。</p>
156
156
  </div>
157
157
  <div class="section" id="contain-v1-v2-mode-arg-callback">
158
- <h3>13.2.4.4.7. contain(v1, v2, mode, arg, callback)<a class="headerlink" href="#contain-v1-v2-mode-arg-callback" title="Permalink to this headline">¶</a></h3>
158
+ <h3>13.2.5.4.7. contain(v1, v2, mode, arg, callback)<a class="headerlink" href="#contain-v1-v2-mode-arg-callback" title="Permalink to this headline">¶</a></h3>
159
159
  <p>v1の値がv2の値を含んでいることを表します。また、v1の値が要素に分解されるとき、それぞれの要素に対して二つ目の要素が一致するためのmodeとして下記のいずれかを指定することができます。</p>
160
160
  <div class="highlight-none"><div class="highlight"><pre>EXACT: v2の値もv1の値と同様に要素に分解したとき、それぞれの要素が完全に一致する(デフォルト)
161
161
  UNSPLIT: v2の値は要素に分解しない
@@ -166,28 +166,28 @@ PARTIAL: v1の値の要素がv2の値に中間一致する
166
166
  </div>
167
167
  </div>
168
168
  <div class="section" id="near-v1-v2-arg-callback">
169
- <h3>13.2.4.4.8. near(v1, v2, arg, callback)<a class="headerlink" href="#near-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
169
+ <h3>13.2.5.4.8. near(v1, v2, arg, callback)<a class="headerlink" href="#near-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
170
170
  <p>v1の値の中に、v2の値の要素が接近して含まれていることを表します。(v2には値の配列を渡します)</p>
171
171
  </div>
172
172
  <div class="section" id="similar-v1-v2-arg-callback">
173
- <h3>13.2.4.4.9. similar(v1, v2, arg, callback)<a class="headerlink" href="#similar-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
173
+ <h3>13.2.5.4.9. similar(v1, v2, arg, callback)<a class="headerlink" href="#similar-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
174
174
  <p>v1の値とv2の値が類似していることを表します。</p>
175
175
  </div>
176
176
  <div class="section" id="prefix-v1-v2-arg-callback">
177
- <h3>13.2.4.4.10. prefix(v1, v2, arg, callback)<a class="headerlink" href="#prefix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
177
+ <h3>13.2.5.4.10. prefix(v1, v2, arg, callback)<a class="headerlink" href="#prefix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
178
178
  <p>v1の値がv2の値に対して前方一致することを表します。</p>
179
179
  </div>
180
180
  <div class="section" id="suffix-v1-v2-arg-callback">
181
- <h3>13.2.4.4.11. suffix(v1, v2, arg, callback)<a class="headerlink" href="#suffix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
181
+ <h3>13.2.5.4.11. suffix(v1, v2, arg, callback)<a class="headerlink" href="#suffix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
182
182
  <p>v1の値がv2の値に対して後方一致することを表します。</p>
183
183
  </div>
184
184
  </div>
185
185
  </div>
186
186
  <div class="section" id="id5">
187
- <h1>13.2.5. クエリの実例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h1>
187
+ <h1>13.2.6. クエリの実例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h1>
188
188
  <p>grn_exprを使って様々な検索クエリを表現することができます。</p>
189
189
  <div class="section" id="id6">
190
- <h2>13.2.5.1. 検索例1<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
190
+ <h2>13.2.6.1. 検索例1<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
191
191
  <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
192
192
  grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
193
193
  grn_expr_append_obj(ctx, query, column, GRN_OP_PUSH, 1);
@@ -199,7 +199,7 @@ result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
199
199
  <p>tableのcolumnの値がstringを含むレコードをresultに返します。columnの値が'needle in haystack'であるレコードr1と、columnの値が'haystack'であるレコードr2がtableに登録されていたとき、stringに'needle'を指定したなら、レコードr1のみがヒットします。</p>
200
200
  </div>
201
201
  <div class="section" id="id7">
202
- <h2>13.2.5.2. 検索例2<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
202
+ <h2>13.2.6.2. 検索例2<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
203
203
  <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
204
204
  grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
205
205
  grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
@@ -223,7 +223,7 @@ grn_obj_close(ctx, query);
223
223
  <p>tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。次に、resultにセットされたレコードのうち、column2の値がstringにexactモードでヒットするレコードについては、得られたスコア値にscore2を積算したものを、元のスコア値に加えます。</p>
224
224
  </div>
225
225
  <div class="section" id="id8">
226
- <h2>13.2.5.3. 検索例3<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
226
+ <h2>13.2.6.3. 検索例3<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
227
227
  <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
228
228
  grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
229
229
  grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
@@ -249,7 +249,7 @@ if (grn_table_size(ctx, result) &lt; t1) {
249
249
  <p>tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。得られた検索結果数がt1よりも小さい場合は、partialモードで再度検索し、ヒットしたレコードについて得られるスコア値にscore2を積算してresultに追加します。</p>
250
250
  </div>
251
251
  <div class="section" id="id9">
252
- <h2>13.2.5.4. 検索例4<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
252
+ <h2>13.2.6.4. 検索例4<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
253
253
  <div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
254
254
  grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
255
255
  grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
@@ -271,46 +271,46 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で
271
271
  <div class="sphinxsidebarwrapper">
272
272
  <h3><a href="../../index.html">Table Of Contents</a></h3>
273
273
  <ul>
274
- <li><a class="reference internal" href="#">13.2.4. クエリの実現</a><ul>
275
- <li><a class="reference internal" href="#id2">13.2.4.1. クエリ実行のためのインタフェース</a><ul>
276
- <li><a class="reference internal" href="#db-api">13.2.4.1.1. DB_API</a></li>
277
- <li><a class="reference internal" href="#grn-expr">13.2.4.1.2. grn_expr</a></li>
278
- <li><a class="reference internal" href="#groonga">13.2.4.1.3. groonga実行ファイル</a></li>
274
+ <li><a class="reference internal" href="#">13.2.5. クエリの実現</a><ul>
275
+ <li><a class="reference internal" href="#id2">13.2.5.1. クエリ実行のためのインタフェース</a><ul>
276
+ <li><a class="reference internal" href="#db-api">13.2.5.1.1. DB_API</a></li>
277
+ <li><a class="reference internal" href="#grn-expr">13.2.5.1.2. grn_expr</a></li>
278
+ <li><a class="reference internal" href="#groonga">13.2.5.1.3. groonga実行ファイル</a></li>
279
279
  </ul>
280
280
  </li>
281
- <li><a class="reference internal" href="#id3">13.2.4.2. grn_exprで表現できるクエリ</a></li>
282
- <li><a class="reference internal" href="#grn-table-select">13.2.4.3. grn_table_select()</a></li>
283
- <li><a class="reference internal" href="#id4">13.2.4.4. 関係式</a><ul>
284
- <li><a class="reference internal" href="#equal-v1-v2-arg-callback">13.2.4.4.1. equal(v1, v2, arg, callback)</a></li>
285
- <li><a class="reference internal" href="#not-equal-v1-v2-arg-callback">13.2.4.4.2. not_equal(v1, v2, arg, callback)</a></li>
286
- <li><a class="reference internal" href="#less-v1-v2-arg-callback">13.2.4.4.3. less(v1, v2, arg, callback)</a></li>
287
- <li><a class="reference internal" href="#greater-v1-v2-arg-callback">13.2.4.4.4. greater(v1, v2, arg, callback)</a></li>
288
- <li><a class="reference internal" href="#less-equal-v1-v2-arg-callback">13.2.4.4.5. less_equal(v1, v2, arg, callback)</a></li>
289
- <li><a class="reference internal" href="#greater-equal-v1-v2-arg-callback">13.2.4.4.6. greater_equal(v1, v2, arg, callback)</a></li>
290
- <li><a class="reference internal" href="#contain-v1-v2-mode-arg-callback">13.2.4.4.7. contain(v1, v2, mode, arg, callback)</a></li>
291
- <li><a class="reference internal" href="#near-v1-v2-arg-callback">13.2.4.4.8. near(v1, v2, arg, callback)</a></li>
292
- <li><a class="reference internal" href="#similar-v1-v2-arg-callback">13.2.4.4.9. similar(v1, v2, arg, callback)</a></li>
293
- <li><a class="reference internal" href="#prefix-v1-v2-arg-callback">13.2.4.4.10. prefix(v1, v2, arg, callback)</a></li>
294
- <li><a class="reference internal" href="#suffix-v1-v2-arg-callback">13.2.4.4.11. suffix(v1, v2, arg, callback)</a></li>
281
+ <li><a class="reference internal" href="#id3">13.2.5.2. grn_exprで表現できるクエリ</a></li>
282
+ <li><a class="reference internal" href="#grn-table-select">13.2.5.3. grn_table_select()</a></li>
283
+ <li><a class="reference internal" href="#id4">13.2.5.4. 関係式</a><ul>
284
+ <li><a class="reference internal" href="#equal-v1-v2-arg-callback">13.2.5.4.1. equal(v1, v2, arg, callback)</a></li>
285
+ <li><a class="reference internal" href="#not-equal-v1-v2-arg-callback">13.2.5.4.2. not_equal(v1, v2, arg, callback)</a></li>
286
+ <li><a class="reference internal" href="#less-v1-v2-arg-callback">13.2.5.4.3. less(v1, v2, arg, callback)</a></li>
287
+ <li><a class="reference internal" href="#greater-v1-v2-arg-callback">13.2.5.4.4. greater(v1, v2, arg, callback)</a></li>
288
+ <li><a class="reference internal" href="#less-equal-v1-v2-arg-callback">13.2.5.4.5. less_equal(v1, v2, arg, callback)</a></li>
289
+ <li><a class="reference internal" href="#greater-equal-v1-v2-arg-callback">13.2.5.4.6. greater_equal(v1, v2, arg, callback)</a></li>
290
+ <li><a class="reference internal" href="#contain-v1-v2-mode-arg-callback">13.2.5.4.7. contain(v1, v2, mode, arg, callback)</a></li>
291
+ <li><a class="reference internal" href="#near-v1-v2-arg-callback">13.2.5.4.8. near(v1, v2, arg, callback)</a></li>
292
+ <li><a class="reference internal" href="#similar-v1-v2-arg-callback">13.2.5.4.9. similar(v1, v2, arg, callback)</a></li>
293
+ <li><a class="reference internal" href="#prefix-v1-v2-arg-callback">13.2.5.4.10. prefix(v1, v2, arg, callback)</a></li>
294
+ <li><a class="reference internal" href="#suffix-v1-v2-arg-callback">13.2.5.4.11. suffix(v1, v2, arg, callback)</a></li>
295
295
  </ul>
296
296
  </li>
297
297
  </ul>
298
298
  </li>
299
- <li><a class="reference internal" href="#id5">13.2.5. クエリの実例</a><ul>
300
- <li><a class="reference internal" href="#id6">13.2.5.1. 検索例1</a></li>
301
- <li><a class="reference internal" href="#id7">13.2.5.2. 検索例2</a></li>
302
- <li><a class="reference internal" href="#id8">13.2.5.3. 検索例3</a></li>
303
- <li><a class="reference internal" href="#id9">13.2.5.4. 検索例4</a></li>
299
+ <li><a class="reference internal" href="#id5">13.2.6. クエリの実例</a><ul>
300
+ <li><a class="reference internal" href="#id6">13.2.6.1. 検索例1</a></li>
301
+ <li><a class="reference internal" href="#id7">13.2.6.2. 検索例2</a></li>
302
+ <li><a class="reference internal" href="#id8">13.2.6.3. 検索例3</a></li>
303
+ <li><a class="reference internal" href="#id9">13.2.6.4. 検索例4</a></li>
304
304
  </ul>
305
305
  </li>
306
306
  </ul>
307
307
 
308
308
  <h4>Previous topic</h4>
309
309
  <p class="topless"><a href="document.html"
310
- title="previous chapter">13.2.3. ドキュメント作成</a></p>
310
+ title="previous chapter">13.2.4. ドキュメント作成</a></p>
311
311
  <h4>Next topic</h4>
312
312
  <p class="topless"><a href="release.html"
313
- title="next chapter">13.2.6. リリース手順</a></p>
313
+ title="next chapter">13.2.7. リリース手順</a></p>
314
314
  <h3>This Page</h3>
315
315
  <ul class="this-page-menu">
316
316
  <li><a href="../../_sources/contribution/development/query.txt"
@@ -340,12 +340,12 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で
340
340
  <a href="../../genindex.html" title="General Index"
341
341
  >index</a></li>
342
342
  <li class="right" >
343
- <a href="release.html" title="13.2.6. リリース手順"
343
+ <a href="release.html" title="13.2.7. リリース手順"
344
344
  >next</a> |</li>
345
345
  <li class="right" >
346
- <a href="document.html" title="13.2.3. ドキュメント作成"
346
+ <a href="document.html" title="13.2.4. ドキュメント作成"
347
347
  >previous</a> |</li>
348
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
348
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
349
349
  <li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
350
350
  <li><a href="../development.html" >13.2. groonga開発者向け情報</a> &raquo;</li>
351
351
  </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>13.2.6. リリース手順 &mdash; groonga v3.0.5 documentation</title>
10
+ <title>13.2.7. リリース手順 &mdash; groonga v3.0.8 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.5',
18
+ VERSION: '3.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
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.5 documentation" href="../../index.html" />
28
+ <link rel="top" title="groonga v3.0.8 documentation" href="../../index.html" />
29
29
  <link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
30
- <link rel="next" title="13.2.7. テスト方法" href="test.html" />
31
- <link rel="prev" title="13.2.4. クエリの実現" href="query.html" />
30
+ <link rel="next" title="13.2.8. テスト方法" href="test.html" />
31
+ <link rel="prev" title="13.2.5. クエリの実現" href="query.html" />
32
32
  </head>
33
33
  <body>
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="test.html" title="13.2.7. テスト方法"
58
+ <a href="test.html" title="13.2.8. テスト方法"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="query.html" title="13.2.4. クエリの実現"
61
+ <a href="query.html" title="13.2.5. クエリの実現"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
64
64
  <li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
65
65
  <li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> &raquo;</li>
66
66
  </ul>
@@ -72,9 +72,9 @@
72
72
  <div class="body">
73
73
 
74
74
  <div class="section" id="id1">
75
- <h1>13.2.6. リリース手順<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
75
+ <h1>13.2.7. リリース手順<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
76
76
  <div class="section" id="id2">
77
- <h2>13.2.6.1. 前提条件<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
77
+ <h2>13.2.7.1. 前提条件<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
78
78
  <p>リリース手順の前提条件は以下の通りです。</p>
79
79
  <ul class="simple">
80
80
  <li>ビルド環境は Ubuntu 12.04 LTS(Precise Pangolin)</li>
@@ -90,7 +90,7 @@
90
90
  </ul>
91
91
  </div>
92
92
  <div class="section" id="id3">
93
- <h2>13.2.6.2. ビルド環境の準備<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
93
+ <h2>13.2.7.2. ビルド環境の準備<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
94
94
  <p>以下にgroongaのリリース作業を行うために事前にインストール
95
95
  しておくべきパッケージを示します。</p>
96
96
  <p>なお、ビルド環境としては Ubuntu 12.04 LTS(Precise Pangolin)を前提として説明しているため、その他の環境では適宜読み替えて下さい。:</p>
@@ -109,7 +109,7 @@ mercurial python-docutils python-jinja2 ruby1.9.1-full mingw-w64 g++-mingw-w64 m
109
109
  </div>
110
110
  </div>
111
111
  <div class="section" id="id4">
112
- <h2>13.2.6.3. パッケージ署名用秘密鍵のインポート<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
112
+ <h2>13.2.7.3. パッケージ署名用秘密鍵のインポート<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
113
113
  <p>リリース作業ではRPMパッケージに対する署名を行います。
114
114
  その際、パッケージ署名用の鍵が必要です。</p>
115
115
  <p>groongaプロジェクトでは署名用の鍵をリリース担当者の公開鍵で暗号化してリポジトリのpackages/ディレクトリ以下へと登録しています。</p>
@@ -139,7 +139,7 @@ gpg&gt; quit
139
139
  <p>この作業は、新規にリリースを行うことになった担当者やパッケージに署名する鍵に変更があった場合などに行います。</p>
140
140
  </div>
141
141
  <div class="section" id="id5">
142
- <h2>13.2.6.4. リリース作業用ディレクトリの作成<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
142
+ <h2>13.2.7.4. リリース作業用ディレクトリの作成<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
143
143
  <p>groongaのリリース作業ではリリース専用の環境下(コンパイルフラグ)でビルドする必要があります。</p>
144
144
  <p>リリース時と開発時でディレクトリを分けずに作業することもできますが、誤ったコンパイルフラグでリリースしてしまう危険があります。</p>
145
145
  <p>そのため、以降の説明では$GROONGA_DIR以下のディレクトリにリリース用の作業ディレクトリ(groonga.clean)としてソースコードをcloneしたものとして説明します。</p>
@@ -150,7 +150,7 @@ gpg&gt; quit
150
150
  <p>この作業はリリース作業ごとに行います。</p>
151
151
  </div>
152
152
  <div class="section" id="id6">
153
- <h2>13.2.6.5. 変更点のまとめ<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
153
+ <h2>13.2.7.5. 変更点のまとめ<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
154
154
  <p>前回リリース時からの変更点を$GROONGA_CLONE_DIR/doc/source/news.txtにまとめます。
155
155
  ここでまとめた内容についてはリリースアナウンスにも使用します。</p>
156
156
  <p>前回リリースからの変更履歴を参照するには以下のコマンドを実行します。:</p>
@@ -169,7 +169,7 @@ gpg&gt; quit
169
169
  </ul>
170
170
  </div>
171
171
  <div class="section" id="groonga">
172
- <h2>13.2.6.6. groongaのウェブサイトの取得<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h2>
172
+ <h2>13.2.7.6. groongaのウェブサイトの取得<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h2>
173
173
  <p>groongaのウェブサイトのソースはgroonga同様にgithubにリポジトリを置いています。</p>
174
174
  <p>リリース作業では後述するコマンド(make update-latest-release)にてトップページのバージョンを置き換えることができるようになっています。</p>
175
175
  <p>groongaのウェブサイトのソースコードを$GROONGA_GITHUB_COM_PATHとして取得するためには、$GROONGA_DIRにて以下のコマンドを実行します。:</p>
@@ -179,7 +179,7 @@ gpg&gt; quit
179
179
  <p>これで、$GROONGA_GITHUB_COM_PATHにgroonga.github.comのソースを取得できます。</p>
180
180
  </div>
181
181
  <div class="section" id="cutter">
182
- <h2>13.2.6.7. cutterのソースコード取得<a class="headerlink" href="#cutter" title="Permalink to this headline">¶</a></h2>
182
+ <h2>13.2.7.7. cutterのソースコード取得<a class="headerlink" href="#cutter" title="Permalink to this headline">¶</a></h2>
183
183
  <p>groongaのリリース作業では、cutterに含まれるスクリプトを使用しています。</p>
184
184
  <p>そこであらかじめ用意しておいた$HOME/work/cutterディレクトリにてcutterのソースコードを以下のコマンドにて取得します。:</p>
185
185
  <div class="highlight-none"><div class="highlight"><pre>% git clone git@github.com:clear-code/cutter.git
@@ -188,7 +188,7 @@ gpg&gt; quit
188
188
  <p>これで、$CUTTER_SOURCE_PATHディレクトリにcutterのソースを取得できます。</p>
189
189
  </div>
190
190
  <div class="section" id="configure">
191
- <h2>13.2.6.8. configureスクリプトの生成<a class="headerlink" href="#configure" title="Permalink to this headline">¶</a></h2>
191
+ <h2>13.2.7.8. configureスクリプトの生成<a class="headerlink" href="#configure" title="Permalink to this headline">¶</a></h2>
192
192
  <p>groongaのソースコードをcloneした時点ではconfigureスクリプトが含まれておらず、そのままmakeコマンドにてビルドすることができません。</p>
193
193
  <p>$GROONGA_CLONE_DIRにてautogen.shを以下のように実行します。:</p>
194
194
  <div class="highlight-none"><div class="highlight"><pre>% sh autogen.sh
@@ -197,7 +197,7 @@ gpg&gt; quit
197
197
  <p>このコマンドの実行により、configureスクリプトが生成されます。</p>
198
198
  </div>
199
199
  <div class="section" id="id7">
200
- <h2>13.2.6.9. configureスクリプトの実行<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
200
+ <h2>13.2.7.9. configureスクリプトの実行<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
201
201
  <p>Makefileを生成するためにconfigureスクリプトを実行します。</p>
202
202
  <p>リリース用にビルドするためには以下のオプションを指定してconfigureを実行します。:</p>
203
203
  <div class="highlight-none"><div class="highlight"><pre>% ./configure CFLAGS=&quot;-O0 -ggdb3&quot; CXXFLAGS=&quot;-O0 -ggdb3&quot; --prefix=/tmp/local --with-rsync-path=&quot;packages@packages.groonga.org:public&quot; --with-groonga-github-com-path=$HOME/work/groonga/groonga.github.com --enable-document --with-ruby19 --with-cutter-source-path=$HOME/work/cutter/cutter
@@ -216,7 +216,7 @@ gpg&gt; quit
216
216
  </div>
217
217
  </div>
218
218
  <div class="section" id="make-update-latest-release">
219
- <h2>13.2.6.10. make update-latest-releaseの実行<a class="headerlink" href="#make-update-latest-release" title="Permalink to this headline">¶</a></h2>
219
+ <h2>13.2.7.10. make update-latest-releaseの実行<a class="headerlink" href="#make-update-latest-release" title="Permalink to this headline">¶</a></h2>
220
220
  <p>make update-latest-releaseコマンドでは、OLD_RELEASE_DATEに前回のリリースの日付を、NEW_RELEASE_DATEに次回リリースの日付を指定します。</p>
221
221
  <p>2.0.2のリリースを行った際は以下のコマンドを実行しました。::</p>
222
222
  <div class="highlight-none"><div class="highlight"><pre>% make update-latest-release OLD_RELEASE=2.0.1 OLD_RELEASE_DATE=2012-03-29 NEW_RELEASE_DATE=2012-04-29
@@ -225,7 +225,7 @@ gpg&gt; quit
225
225
  <p>これにより、clone済みのgroongaのWebサイトのトップページのソース(index.html,ja/index.html)やRPMパッケージのspecファイルのバージョン表記などが更新されます。</p>
226
226
  </div>
227
227
  <div class="section" id="make-update-files">
228
- <h2>13.2.6.11. make update-filesの実行<a class="headerlink" href="#make-update-files" title="Permalink to this headline">¶</a></h2>
228
+ <h2>13.2.7.11. make update-filesの実行<a class="headerlink" href="#make-update-files" title="Permalink to this headline">¶</a></h2>
229
229
  <p>ロケールメッセージの更新や変更されたファイルのリスト等を更新するために以下のコマンドを実行します。:</p>
230
230
  <div class="highlight-none"><div class="highlight"><pre>% make update-files
231
231
  </pre></div>
@@ -234,7 +234,7 @@ gpg&gt; quit
234
234
  <p>リリースに必要なファイルですので漏れなくコミットします。</p>
235
235
  </div>
236
236
  <div class="section" id="make-update-po">
237
- <h2>13.2.6.12. make update-poの実行<a class="headerlink" href="#make-update-po" title="Permalink to this headline">¶</a></h2>
237
+ <h2>13.2.7.12. make update-poの実行<a class="headerlink" href="#make-update-po" title="Permalink to this headline">¶</a></h2>
238
238
  <p>ドキュメントの最新版と各国語版の内容を同期するために、poファイルの更新を以下のコマンドにて実行します。:</p>
239
239
  <div class="highlight-none"><div class="highlight"><pre>% make update-po
240
240
  </pre></div>
@@ -242,7 +242,7 @@ gpg&gt; quit
242
242
  <p>make update-poを実行すると、doc/locale/ja/LC_MESSAGES以下の各種.poファイルが更新されます。</p>
243
243
  </div>
244
244
  <div class="section" id="po">
245
- <h2>13.2.6.13. poファイルの翻訳<a class="headerlink" href="#po" title="Permalink to this headline">¶</a></h2>
245
+ <h2>13.2.7.13. poファイルの翻訳<a class="headerlink" href="#po" title="Permalink to this headline">¶</a></h2>
246
246
  <p>make update-poコマンドの実行により更新した各種.poファイルを翻訳します。</p>
247
247
  <p>翻訳結果をHTMLで確認するために、以下のコマンドを実行します。:</p>
248
248
  <div class="highlight-none"><div class="highlight"><pre>% make -C doc/locale/ja html
@@ -252,14 +252,14 @@ gpg&gt; quit
252
252
  <p>確認が完了したら、翻訳済みpoファイルをコミットします。</p>
253
253
  </div>
254
254
  <div class="section" id="id8">
255
- <h2>13.2.6.14. リリースタグの設定<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
255
+ <h2>13.2.7.14. リリースタグの設定<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
256
256
  <p>リリース用のタグを打つには以下のコマンドを実行します。:</p>
257
257
  <div class="highlight-none"><div class="highlight"><pre>% make tag
258
258
  </pre></div>
259
259
  </div>
260
260
  </div>
261
261
  <div class="section" id="id9">
262
- <h2>13.2.6.15. リリース用アーカイブファイルの作成<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
262
+ <h2>13.2.7.15. リリース用アーカイブファイルの作成<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
263
263
  <p>リリース用のソースアーカイブファイルを作成するために以下のコマンドを$GROONGA_CLONE_DIRにて実行します。:</p>
264
264
  <div class="highlight-none"><div class="highlight"><pre>% make dist
265
265
  </pre></div>
@@ -273,7 +273,7 @@ make distで生成したtar.gzのversionおよびversion.shがタグと一致す
273
273
  </div>
274
274
  </div>
275
275
  <div class="section" id="id10">
276
- <h2>13.2.6.16. パッケージのビルド<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
276
+ <h2>13.2.7.16. パッケージのビルド<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
277
277
  <p>リリース用のアーカイブファイルができたので、パッケージ化する作業を行います。</p>
278
278
  <p>パッケージ化作業は以下の3種類を対象に行います。</p>
279
279
  <ul class="simple">
@@ -283,7 +283,7 @@ make distで生成したtar.gzのversionおよびversion.shがタグと一致す
283
283
  </ul>
284
284
  <p>パッケージのビルドではいくつかのサブタスクから構成されています。</p>
285
285
  <div class="section" id="id11">
286
- <h3>13.2.6.16.1. ビルド用パッケージのダウンロード<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
286
+ <h3>13.2.7.16.1. ビルド用パッケージのダウンロード<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
287
287
  <p>debパッケージのビルドに必要なパッケージをダウンロードするには以下のコマンドを実行します。:</p>
288
288
  <div class="highlight-none"><div class="highlight"><pre>% cd packages/apt
289
289
  % make download
@@ -312,7 +312,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
312
312
  </div>
313
313
  </div>
314
314
  <div class="section" id="debian">
315
- <h2>13.2.6.17. Debian系パッケージのビルド<a class="headerlink" href="#debian" title="Permalink to this headline">¶</a></h2>
315
+ <h2>13.2.7.17. Debian系パッケージのビルド<a class="headerlink" href="#debian" title="Permalink to this headline">¶</a></h2>
316
316
  <p>groongaのpackages/aptサブディレクトリに移動して、以下のコマンドを実行します。:</p>
317
317
  <div class="highlight-none"><div class="highlight"><pre>% cd packages/apt
318
318
  % make build PALALLEL=yes
@@ -347,7 +347,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
347
347
  </div>
348
348
  </div>
349
349
  <div class="section" id="red-hat">
350
- <h2>13.2.6.18. Red Hat系パッケージのビルド<a class="headerlink" href="#red-hat" title="Permalink to this headline">¶</a></h2>
350
+ <h2>13.2.7.18. Red Hat系パッケージのビルド<a class="headerlink" href="#red-hat" title="Permalink to this headline">¶</a></h2>
351
351
  <p>groongaのpackages/yumサブディレクトリに移動して、以下のコマンドを実行します。:</p>
352
352
  <div class="highlight-none"><div class="highlight"><pre>% cd packages/yum
353
353
  % make build PALALLES=yes
@@ -379,7 +379,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
379
379
  </div>
380
380
  </div>
381
381
  <div class="section" id="windows">
382
- <h2>13.2.6.19. Windows用パッケージのビルド<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h2>
382
+ <h2>13.2.7.19. Windows用パッケージのビルド<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h2>
383
383
  <p>packages/windowsサブディレクトリに移動して、以下のコマンドを実行します。:</p>
384
384
  <div class="highlight-none"><div class="highlight"><pre>% cd packages/windows
385
385
  % make build
@@ -394,7 +394,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
394
394
  <p>make installerが正常に終了するとWindowsインストーラをfilesディレクトリ以下に作成します。</p>
395
395
  </div>
396
396
  <div class="section" id="id12">
397
- <h2>13.2.6.20. パッケージの動作確認<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
397
+ <h2>13.2.7.20. パッケージの動作確認<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
398
398
  <p>ビルドしたパッケージに対しリリース前の動作確認を行います。</p>
399
399
  <p>Debian系もしくはRed Hat系の場合には本番環境へとアップロードする前にローカルのaptないしyumのリポジトリを参照して正常に更新できることを確認します。</p>
400
400
  <p>ここでは以下のようにrubyを利用してリポジトリをwebサーバ経由で参照できるようにします。:</p>
@@ -403,7 +403,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
403
403
  </pre></div>
404
404
  </div>
405
405
  <div class="section" id="grntest">
406
- <h3>13.2.6.20.1. grntestの準備<a class="headerlink" href="#grntest" title="Permalink to this headline">¶</a></h3>
406
+ <h3>13.2.7.20.1. grntestの準備<a class="headerlink" href="#grntest" title="Permalink to this headline">¶</a></h3>
407
407
  <p>grntestを実行するためにはgroongaのテストデータとgrntestのソースが必要です。</p>
408
408
  <p>まずgroongaのソースを任意のディレクトリへと展開します。:</p>
409
409
  <div class="highlight-none"><div class="highlight"><pre>% tar zxvf groonga-(バージョン).tar.gz
@@ -417,7 +417,7 @@ README.md binlib license test
417
417
  </div>
418
418
  </div>
419
419
  <div class="section" id="id13">
420
- <h3>13.2.6.20.2. grntestの実行方法<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
420
+ <h3>13.2.7.20.2. grntestの実行方法<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
421
421
  <p>grntestではgroongaコマンドを明示的にしていすることができます。
422
422
  後述のパッケージごとのgrntestによる動作確認では以下のようにして実行します。:</p>
423
423
  <div class="highlight-none"><div class="highlight"><pre>% GROONGA=(groongaのパス指定) test/function/run-test.sh
@@ -431,7 +431,7 @@ README.md binlib license test
431
431
  <p>grntestでエラーが発生しないことを確認します。</p>
432
432
  </div>
433
433
  <div class="section" id="id14">
434
- <h3>13.2.6.20.3. Debian系の場合<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
434
+ <h3>13.2.7.20.3. Debian系の場合<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
435
435
  <p>Debian系の場合の動作確認手順は以下の通りとなります。</p>
436
436
  <ul class="simple">
437
437
  <li>旧バージョンをchroot環境へとインストールする</li>
@@ -446,7 +446,7 @@ README.md binlib license test
446
446
  </ul>
447
447
  </div>
448
448
  <div class="section" id="id15">
449
- <h3>13.2.6.20.4. Red Hat系の場合<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
449
+ <h3>13.2.7.20.4. Red Hat系の場合<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
450
450
  <p>Red Hat系の場合の動作確認手順は以下の通りとなります。</p>
451
451
  <ul class="simple">
452
452
  <li>旧バージョンをchroot環境へとインストール</li>
@@ -458,7 +458,7 @@ README.md binlib license test
458
458
  </ul>
459
459
  </div>
460
460
  <div class="section" id="id16">
461
- <h3>13.2.6.20.5. Windows向けの場合<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
461
+ <h3>13.2.7.20.5. Windows向けの場合<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
462
462
  <ul class="simple">
463
463
  <li>新規インストール/上書きインストールを行う</li>
464
464
  <li>grntestのアーカイブを展開してインストールしたバージョンでテストを実行する</li>
@@ -468,7 +468,7 @@ README.md binlib license test
468
468
  </div>
469
469
  </div>
470
470
  <div class="section" id="id17">
471
- <h2>13.2.6.21. リリースアナウンスの作成<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h2>
471
+ <h2>13.2.7.21. リリースアナウンスの作成<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h2>
472
472
  <p>リリースの際にはリリースアナウンスを流して、groongaを広く通知します。</p>
473
473
  <p>news.txtに変更点をまとめましたが、それを元にリリースアナウンスを作成します。</p>
474
474
  <p>リリースアナウンスには以下を含めます。</p>
@@ -499,7 +499,7 @@ README.md binlib license test
499
499
  </ul>
500
500
  </div>
501
501
  <div class="section" id="id18">
502
- <h2>13.2.6.22. パッケージのアップロード<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h2>
502
+ <h2>13.2.7.22. パッケージのアップロード<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h2>
503
503
  <p>動作確認が完了し、Debian系、Red Hat系、Windows向け、ソースコードそれぞれにおいてパッケージやアーカイブのアップロードを行います。</p>
504
504
  <p>Debian系のパッケージのアップロードには以下のコマンドを実行します。:</p>
505
505
  <div class="highlight-none"><div class="highlight"><pre>% cd packages/apt
@@ -524,7 +524,7 @@ README.md binlib license test
524
524
  <p>アップロードが正常終了すると、リリース対象のリポジトリデータやパッケージ、アーカイブ等がpackages.groonga.orgへと反映されます。</p>
525
525
  </div>
526
526
  <div class="section" id="blogroonga">
527
- <h2>13.2.6.23. blogroonga(ブログ)の更新<a class="headerlink" href="#blogroonga" title="Permalink to this headline">¶</a></h2>
527
+ <h2>13.2.7.23. blogroonga(ブログ)の更新<a class="headerlink" href="#blogroonga" title="Permalink to this headline">¶</a></h2>
528
528
  <p><a class="reference external" href="http://groonga.org/blog/">http://groonga.org/blog/</a> および <a class="reference external" href="http://groonga.org/blog/">http://groonga.org/blog/</a> にて公開されているリリース案内を作成します。</p>
529
529
  <p>基本的にはリリースアナウンスの内容をそのまま記載します。</p>
530
530
  <p>cloneしたWebサイトのソースに対して以下のファイルを新規追加します。</p>
@@ -555,7 +555,7 @@ published: false
555
555
  </div>
556
556
  </div>
557
557
  <div class="section" id="id19">
558
- <h2>13.2.6.24. ドキュメントのアップロード<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h2>
558
+ <h2>13.2.7.24. ドキュメントのアップロード<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h2>
559
559
  <p>doc/source以下のドキュメントを更新、翻訳まで完了している状態で、ドキュメントのアップロード作業を行います。</p>
560
560
  <p>そのためにはまず以下のコマンドを実行します。:</p>
561
561
  <div class="highlight-none"><div class="highlight"><pre>% make update-document
@@ -564,8 +564,20 @@ published: false
564
564
  <p>これによりcloneしておいたgroonga.github.comのdoc/locale以下に更新したドキュメントがコピーされます。</p>
565
565
  <p>生成されているドキュメントに問題のないことを確認できたら、コミット、pushしてgroonga.orgへと反映します。</p>
566
566
  </div>
567
- <div class="section" id="id20">
568
- <h2>13.2.6.25. リリースアナウンス<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h2>
567
+ <div class="section" id="homebrew">
568
+ <h2>13.2.7.25. Homebrewの更新<a class="headerlink" href="#homebrew" title="Permalink to this headline">¶</a></h2>
569
+ <p>OS Xでのパッケージ管理方法として <a class="reference external" href="http://brew.sh/">Homebrew</a> があります。</p>
570
+ <p>groongaを簡単にインストールできるようにするために、Homebrewへpull requestを送ります。</p>
571
+ <blockquote>
572
+ <div><a class="reference external" href="https://github.com/mxcl/homebrew">https://github.com/mxcl/homebrew</a></div></blockquote>
573
+ <p>すでにgroongaのFormulaは取り込まれているので、リリースのたびにFormulaの内容を更新する作業を実施します。</p>
574
+ <p>groonga 3.0.6のときは以下のように更新してpull requestを送りました。</p>
575
+ <blockquote>
576
+ <div><a class="reference external" href="https://github.com/mxcl/homebrew/pull/21456/files">https://github.com/mxcl/homebrew/pull/21456/files</a></div></blockquote>
577
+ <p>上記URLを参照するとわかるようにソースアーカイブのurlとsha1チェックサムを更新します。</p>
578
+ </div>
579
+ <div class="section" id="id21">
580
+ <h2>13.2.7.26. リリースアナウンス<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h2>
569
581
  <p>作成したリリースアナウンスをメーリングリストへと流します。</p>
570
582
  <ul class="simple">
571
583
  <li>groonga-dev <a class="reference external" href="mailto:groonga-dev&#37;&#52;&#48;lists&#46;sourceforge&#46;jp">groonga-dev<span>&#64;</span>lists<span>&#46;</span>sourceforge<span>&#46;</span>jp</a></li>
@@ -573,7 +585,7 @@ published: false
573
585
  </ul>
574
586
  </div>
575
587
  <div class="section" id="freecode-com">
576
- <h2>13.2.6.26. freecode.comへリリース情報を登録<a class="headerlink" href="#freecode-com" title="Permalink to this headline">¶</a></h2>
588
+ <h2>13.2.7.27. freecode.comへリリース情報を登録<a class="headerlink" href="#freecode-com" title="Permalink to this headline">¶</a></h2>
577
589
  <p>groongaプロジェクトではfreecode.comでもリリース情報を発信しています。</p>
578
590
  <p>freecode.comのプロジェクトページは以下の通りです。</p>
579
591
  <blockquote>
@@ -588,26 +600,26 @@ published: false
588
600
  </div>
589
601
  </div>
590
602
  <div class="section" id="twitter">
591
- <h2>13.2.6.27. Twitterでリリースアナウンスをする<a class="headerlink" href="#twitter" title="Permalink to this headline">¶</a></h2>
603
+ <h2>13.2.7.28. Twitterでリリースアナウンスをする<a class="headerlink" href="#twitter" title="Permalink to this headline">¶</a></h2>
592
604
  <p>blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)</p>
593
605
  <p>このボタンを経由する場合、ツイート内容に自動的にリリースタイトル(「groonga 2.0.8リリース」など)とblogroongaのリリースエントリのURLが挿入されます。</p>
594
606
  <p>この作業はblogroongaの英語版、日本語版それぞれで行います。
595
607
  あらかじめgroongaアカウントでログインしておくとアナウンスを円滑に行うことができます。</p>
596
608
  <p>以上でリリース作業は終了です。</p>
597
609
  </div>
598
- <div class="section" id="id21">
599
- <h2>13.2.6.28. リリース後にやること<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h2>
610
+ <div class="section" id="id22">
611
+ <h2>13.2.7.29. リリース後にやること<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h2>
600
612
  <p>リリースアナウンスを流し終えたら、次期バージョンの開発が始まります。</p>
601
613
  <ul class="simple">
602
614
  <li>groonga プロジェクトの新規バージョン追加</li>
603
615
  <li>groonga のbase_versionの更新</li>
604
616
  </ul>
605
- <div class="section" id="id22">
606
- <h3>13.2.6.28.1. groonga プロジェクトの新規バージョン追加<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
617
+ <div class="section" id="id23">
618
+ <h3>13.2.7.29.1. groonga プロジェクトの新規バージョン追加<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
607
619
  <p><a class="reference external" href="http://redmine.groonga.org/projects/groonga/settings">groonga プロジェクトの設定ページ</a> にて新規バージョンを追加します。(例: release-2.0.6)</p>
608
620
  </div>
609
- <div class="section" id="id24">
610
- <h3>13.2.6.28.2. groonga バージョン更新<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
621
+ <div class="section" id="id25">
622
+ <h3>13.2.7.29.2. groonga バージョン更新<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
611
623
  <p>$GROONGA_CLONE_DIRにて以下のコマンドを実行します。:</p>
612
624
  <div class="highlight-none"><div class="highlight"><pre>% make update-version NEW_VERSION=2.0.6
613
625
  </pre></div>
@@ -620,14 +632,14 @@ published: false
620
632
  </div>
621
633
  </div>
622
634
  <div class="section" id="tips">
623
- <h2>13.2.6.29. ビルド時のTIPS<a class="headerlink" href="#tips" title="Permalink to this headline">¶</a></h2>
624
- <div class="section" id="id25">
625
- <h3>13.2.6.29.1. ビルドを並列化したい<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
635
+ <h2>13.2.7.30. ビルド時のTIPS<a class="headerlink" href="#tips" title="Permalink to this headline">¶</a></h2>
636
+ <div class="section" id="id26">
637
+ <h3>13.2.7.30.1. ビルドを並列化したい<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
626
638
  <p>make build PALALLES=yesを指定するとchroot環境で並列にビルドを
627
639
  実行できます。</p>
628
640
  </div>
629
- <div class="section" id="id26">
630
- <h3>13.2.6.29.2. 特定の環境向けのみビルドしたい<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
641
+ <div class="section" id="id27">
642
+ <h3>13.2.7.30.2. 特定の環境向けのみビルドしたい<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
631
643
  <p>Debian系の場合、CODES,ARCHITECTURESオプションを明示的に指定することで、特定のリリース、アーキテクチャのみビルドすることができます。</p>
632
644
  <p>squeezeのi386のみビルドしたい場合には以下のコマンドを実行します。:</p>
633
645
  <div class="highlight-none"><div class="highlight"><pre>% make build ARCHITECTURES=i386 CODES=squeeze
@@ -642,13 +654,13 @@ published: false
642
654
  <p>buildコマンド以外でも build-in-chroot build-repository-rpmなどのサブタスクでもARCHITECTURES,DISTRIBUTIONSの指定は有効です。</p>
643
655
  <p>centosの場合、CENTOS_VERSIONSを指定することで特定のバージョンのみビルドすることができます。</p>
644
656
  </div>
645
- <div class="section" id="id27">
646
- <h3>13.2.6.29.3. パッケージの署名用のパスフレーズを知りたい<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
657
+ <div class="section" id="id28">
658
+ <h3>13.2.7.30.3. パッケージの署名用のパスフレーズを知りたい<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
647
659
  <p>パッケージの署名に必要な秘密鍵のパスフレーズについては
648
660
  リリース担当者向けの秘密鍵を復号したテキストの1行目に記載してあります。</p>
649
661
  </div>
650
- <div class="section" id="id28">
651
- <h3>13.2.6.29.4. バージョンを明示的に指定してドキュメントを生成したい<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
662
+ <div class="section" id="id29">
663
+ <h3>13.2.7.30.4. バージョンを明示的に指定してドキュメントを生成したい<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
652
664
  <p>リリース後にドキュメントの一部を差し替えたい場合、特に何も指定しないと生成したHTMLに埋め込まれるバージョンが「v3.0.1-xxxxxドキュメント」となってしまうことがあります。gitでのコミット時ハッシュの一部が使われるためです。</p>
653
665
  <p>これを回避するには、以下のようにDOCUMENT_VERSIONやDOCUMENT_VERSION_FULLを明示的に指定します。:</p>
654
666
  <div class="highlight-none"><div class="highlight"><pre>% make update-document DOCUMENT_VERSION=3.0.1 DOCUMENT_VERSION_FULL=3.0.1
@@ -666,54 +678,55 @@ published: false
666
678
  <div class="sphinxsidebarwrapper">
667
679
  <h3><a href="../../index.html">Table Of Contents</a></h3>
668
680
  <ul>
669
- <li><a class="reference internal" href="#">13.2.6. リリース手順</a><ul>
670
- <li><a class="reference internal" href="#id2">13.2.6.1. 前提条件</a></li>
671
- <li><a class="reference internal" href="#id3">13.2.6.2. ビルド環境の準備</a></li>
672
- <li><a class="reference internal" href="#id4">13.2.6.3. パッケージ署名用秘密鍵のインポート</a></li>
673
- <li><a class="reference internal" href="#id5">13.2.6.4. リリース作業用ディレクトリの作成</a></li>
674
- <li><a class="reference internal" href="#id6">13.2.6.5. 変更点のまとめ</a></li>
675
- <li><a class="reference internal" href="#groonga">13.2.6.6. groongaのウェブサイトの取得</a></li>
676
- <li><a class="reference internal" href="#cutter">13.2.6.7. cutterのソースコード取得</a></li>
677
- <li><a class="reference internal" href="#configure">13.2.6.8. configureスクリプトの生成</a></li>
678
- <li><a class="reference internal" href="#id7">13.2.6.9. configureスクリプトの実行</a></li>
679
- <li><a class="reference internal" href="#make-update-latest-release">13.2.6.10. make update-latest-releaseの実行</a></li>
680
- <li><a class="reference internal" href="#make-update-files">13.2.6.11. make update-filesの実行</a></li>
681
- <li><a class="reference internal" href="#make-update-po">13.2.6.12. make update-poの実行</a></li>
682
- <li><a class="reference internal" href="#po">13.2.6.13. poファイルの翻訳</a></li>
683
- <li><a class="reference internal" href="#id8">13.2.6.14. リリースタグの設定</a></li>
684
- <li><a class="reference internal" href="#id9">13.2.6.15. リリース用アーカイブファイルの作成</a></li>
685
- <li><a class="reference internal" href="#id10">13.2.6.16. パッケージのビルド</a><ul>
686
- <li><a class="reference internal" href="#id11">13.2.6.16.1. ビルド用パッケージのダウンロード</a></li>
681
+ <li><a class="reference internal" href="#">13.2.7. リリース手順</a><ul>
682
+ <li><a class="reference internal" href="#id2">13.2.7.1. 前提条件</a></li>
683
+ <li><a class="reference internal" href="#id3">13.2.7.2. ビルド環境の準備</a></li>
684
+ <li><a class="reference internal" href="#id4">13.2.7.3. パッケージ署名用秘密鍵のインポート</a></li>
685
+ <li><a class="reference internal" href="#id5">13.2.7.4. リリース作業用ディレクトリの作成</a></li>
686
+ <li><a class="reference internal" href="#id6">13.2.7.5. 変更点のまとめ</a></li>
687
+ <li><a class="reference internal" href="#groonga">13.2.7.6. groongaのウェブサイトの取得</a></li>
688
+ <li><a class="reference internal" href="#cutter">13.2.7.7. cutterのソースコード取得</a></li>
689
+ <li><a class="reference internal" href="#configure">13.2.7.8. configureスクリプトの生成</a></li>
690
+ <li><a class="reference internal" href="#id7">13.2.7.9. configureスクリプトの実行</a></li>
691
+ <li><a class="reference internal" href="#make-update-latest-release">13.2.7.10. make update-latest-releaseの実行</a></li>
692
+ <li><a class="reference internal" href="#make-update-files">13.2.7.11. make update-filesの実行</a></li>
693
+ <li><a class="reference internal" href="#make-update-po">13.2.7.12. make update-poの実行</a></li>
694
+ <li><a class="reference internal" href="#po">13.2.7.13. poファイルの翻訳</a></li>
695
+ <li><a class="reference internal" href="#id8">13.2.7.14. リリースタグの設定</a></li>
696
+ <li><a class="reference internal" href="#id9">13.2.7.15. リリース用アーカイブファイルの作成</a></li>
697
+ <li><a class="reference internal" href="#id10">13.2.7.16. パッケージのビルド</a><ul>
698
+ <li><a class="reference internal" href="#id11">13.2.7.16.1. ビルド用パッケージのダウンロード</a></li>
687
699
  </ul>
688
700
  </li>
689
- <li><a class="reference internal" href="#debian">13.2.6.17. Debian系パッケージのビルド</a></li>
690
- <li><a class="reference internal" href="#red-hat">13.2.6.18. Red Hat系パッケージのビルド</a></li>
691
- <li><a class="reference internal" href="#windows">13.2.6.19. Windows用パッケージのビルド</a></li>
692
- <li><a class="reference internal" href="#id12">13.2.6.20. パッケージの動作確認</a><ul>
693
- <li><a class="reference internal" href="#grntest">13.2.6.20.1. grntestの準備</a></li>
694
- <li><a class="reference internal" href="#id13">13.2.6.20.2. grntestの実行方法</a></li>
695
- <li><a class="reference internal" href="#id14">13.2.6.20.3. Debian系の場合</a></li>
696
- <li><a class="reference internal" href="#id15">13.2.6.20.4. Red Hat系の場合</a></li>
697
- <li><a class="reference internal" href="#id16">13.2.6.20.5. Windows向けの場合</a></li>
701
+ <li><a class="reference internal" href="#debian">13.2.7.17. Debian系パッケージのビルド</a></li>
702
+ <li><a class="reference internal" href="#red-hat">13.2.7.18. Red Hat系パッケージのビルド</a></li>
703
+ <li><a class="reference internal" href="#windows">13.2.7.19. Windows用パッケージのビルド</a></li>
704
+ <li><a class="reference internal" href="#id12">13.2.7.20. パッケージの動作確認</a><ul>
705
+ <li><a class="reference internal" href="#grntest">13.2.7.20.1. grntestの準備</a></li>
706
+ <li><a class="reference internal" href="#id13">13.2.7.20.2. grntestの実行方法</a></li>
707
+ <li><a class="reference internal" href="#id14">13.2.7.20.3. Debian系の場合</a></li>
708
+ <li><a class="reference internal" href="#id15">13.2.7.20.4. Red Hat系の場合</a></li>
709
+ <li><a class="reference internal" href="#id16">13.2.7.20.5. Windows向けの場合</a></li>
698
710
  </ul>
699
711
  </li>
700
- <li><a class="reference internal" href="#id17">13.2.6.21. リリースアナウンスの作成</a></li>
701
- <li><a class="reference internal" href="#id18">13.2.6.22. パッケージのアップロード</a></li>
702
- <li><a class="reference internal" href="#blogroonga">13.2.6.23. blogroonga(ブログ)の更新</a></li>
703
- <li><a class="reference internal" href="#id19">13.2.6.24. ドキュメントのアップロード</a></li>
704
- <li><a class="reference internal" href="#id20">13.2.6.25. リリースアナウンス</a></li>
705
- <li><a class="reference internal" href="#freecode-com">13.2.6.26. freecode.comへリリース情報を登録</a></li>
706
- <li><a class="reference internal" href="#twitter">13.2.6.27. Twitterでリリースアナウンスをする</a></li>
707
- <li><a class="reference internal" href="#id21">13.2.6.28. リリース後にやること</a><ul>
708
- <li><a class="reference internal" href="#id22">13.2.6.28.1. groonga プロジェクトの新規バージョン追加</a></li>
709
- <li><a class="reference internal" href="#id24">13.2.6.28.2. groonga バージョン更新</a></li>
712
+ <li><a class="reference internal" href="#id17">13.2.7.21. リリースアナウンスの作成</a></li>
713
+ <li><a class="reference internal" href="#id18">13.2.7.22. パッケージのアップロード</a></li>
714
+ <li><a class="reference internal" href="#blogroonga">13.2.7.23. blogroonga(ブログ)の更新</a></li>
715
+ <li><a class="reference internal" href="#id19">13.2.7.24. ドキュメントのアップロード</a></li>
716
+ <li><a class="reference internal" href="#homebrew">13.2.7.25. Homebrewの更新</a></li>
717
+ <li><a class="reference internal" href="#id21">13.2.7.26. リリースアナウンス</a></li>
718
+ <li><a class="reference internal" href="#freecode-com">13.2.7.27. freecode.comへリリース情報を登録</a></li>
719
+ <li><a class="reference internal" href="#twitter">13.2.7.28. Twitterでリリースアナウンスをする</a></li>
720
+ <li><a class="reference internal" href="#id22">13.2.7.29. リリース後にやること</a><ul>
721
+ <li><a class="reference internal" href="#id23">13.2.7.29.1. groonga プロジェクトの新規バージョン追加</a></li>
722
+ <li><a class="reference internal" href="#id25">13.2.7.29.2. groonga バージョン更新</a></li>
710
723
  </ul>
711
724
  </li>
712
- <li><a class="reference internal" href="#tips">13.2.6.29. ビルド時のTIPS</a><ul>
713
- <li><a class="reference internal" href="#id25">13.2.6.29.1. ビルドを並列化したい</a></li>
714
- <li><a class="reference internal" href="#id26">13.2.6.29.2. 特定の環境向けのみビルドしたい</a></li>
715
- <li><a class="reference internal" href="#id27">13.2.6.29.3. パッケージの署名用のパスフレーズを知りたい</a></li>
716
- <li><a class="reference internal" href="#id28">13.2.6.29.4. バージョンを明示的に指定してドキュメントを生成したい</a></li>
725
+ <li><a class="reference internal" href="#tips">13.2.7.30. ビルド時のTIPS</a><ul>
726
+ <li><a class="reference internal" href="#id26">13.2.7.30.1. ビルドを並列化したい</a></li>
727
+ <li><a class="reference internal" href="#id27">13.2.7.30.2. 特定の環境向けのみビルドしたい</a></li>
728
+ <li><a class="reference internal" href="#id28">13.2.7.30.3. パッケージの署名用のパスフレーズを知りたい</a></li>
729
+ <li><a class="reference internal" href="#id29">13.2.7.30.4. バージョンを明示的に指定してドキュメントを生成したい</a></li>
717
730
  </ul>
718
731
  </li>
719
732
  </ul>
@@ -722,10 +735,10 @@ published: false
722
735
 
723
736
  <h4>Previous topic</h4>
724
737
  <p class="topless"><a href="query.html"
725
- title="previous chapter">13.2.4. クエリの実現</a></p>
738
+ title="previous chapter">13.2.5. クエリの実現</a></p>
726
739
  <h4>Next topic</h4>
727
740
  <p class="topless"><a href="test.html"
728
- title="next chapter">13.2.7. テスト方法</a></p>
741
+ title="next chapter">13.2.8. テスト方法</a></p>
729
742
  <h3>This Page</h3>
730
743
  <ul class="this-page-menu">
731
744
  <li><a href="../../_sources/contribution/development/release.txt"
@@ -755,12 +768,12 @@ published: false
755
768
  <a href="../../genindex.html" title="General Index"
756
769
  >index</a></li>
757
770
  <li class="right" >
758
- <a href="test.html" title="13.2.7. テスト方法"
771
+ <a href="test.html" title="13.2.8. テスト方法"
759
772
  >next</a> |</li>
760
773
  <li class="right" >
761
- <a href="query.html" title="13.2.4. クエリの実現"
774
+ <a href="query.html" title="13.2.5. クエリの実現"
762
775
  >previous</a> |</li>
763
- <li><a href="../../index.html">groonga v3.0.5 documentation</a> &raquo;</li>
776
+ <li><a href="../../index.html">groonga v3.0.8 documentation</a> &raquo;</li>
764
777
  <li><a href="../../contribution.html" >13. How to contribute to groonga</a> &raquo;</li>
765
778
  <li><a href="../development.html" >13.2. groonga開発者向け情報</a> &raquo;</li>
766
779
  </ul>