rroonga 4.0.6-x64-mingw32 → 4.0.7-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (599) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/doc/text/news.textile +14 -2
  4. data/ext/groonga/extconf.rb +0 -3
  5. data/ext/groonga/rb-grn-expression.c +1 -6
  6. data/ext/groonga/rb-grn-index-column.c +96 -0
  7. data/ext/groonga/rb-grn-index-cursor.c +32 -8
  8. data/ext/groonga/rb-grn-posting.c +26 -6
  9. data/ext/groonga/rb-grn-utils.c +27 -0
  10. data/ext/groonga/rb-grn.h +4 -1
  11. data/lib/1.9/groonga.so +0 -0
  12. data/lib/2.0/groonga.so +0 -0
  13. data/lib/2.1/groonga.so +0 -0
  14. data/rroonga-build.rb +3 -3
  15. data/test/test-column.rb +50 -12
  16. data/test/test-expression-builder.rb +1 -1
  17. data/test/test-expression.rb +80 -25
  18. data/test/test-index-column.rb +41 -0
  19. data/test/test-index-cursor.rb +21 -1
  20. data/test/test-table-key-support.rb +59 -1
  21. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  22. data/vendor/local/bin/groonga.exe +0 -0
  23. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  24. data/vendor/local/bin/libgroonga-0.dll +0 -0
  25. data/vendor/local/bin/libmecab-1.dll +0 -0
  26. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  27. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  28. data/vendor/local/bin/libonig-5.dll +0 -0
  29. data/vendor/local/bin/libstdc++-6.dll +0 -0
  30. data/vendor/local/bin/libwinpthread-1.dll +0 -0
  31. data/vendor/local/bin/lz4 +0 -0
  32. data/vendor/local/bin/lz4c +0 -0
  33. data/vendor/local/bin/lz4cat +0 -0
  34. data/vendor/local/bin/mecab-config +2 -2
  35. data/vendor/local/bin/mecab.exe +0 -0
  36. data/vendor/local/bin/onig-config +1 -1
  37. data/vendor/local/bin/zlib1.dll +0 -0
  38. data/vendor/local/etc/groonga/groonga.conf +1 -1
  39. data/vendor/local/etc/groonga/httpd/fastcgi.conf +25 -0
  40. data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +25 -0
  41. data/vendor/local/etc/groonga/httpd/fastcgi_params +24 -0
  42. data/vendor/local/etc/groonga/httpd/fastcgi_params.default +24 -0
  43. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  44. data/vendor/local/etc/groonga/httpd/html/50x.html +21 -0
  45. data/vendor/local/etc/groonga/httpd/html/index.html +25 -0
  46. data/vendor/local/etc/groonga/httpd/koi-utf +109 -0
  47. data/vendor/local/etc/groonga/httpd/koi-win +103 -0
  48. data/vendor/local/etc/groonga/httpd/mime.types +89 -0
  49. data/vendor/local/etc/groonga/httpd/mime.types.default +89 -0
  50. data/vendor/local/etc/groonga/httpd/nginx.conf.default +117 -0
  51. data/vendor/local/etc/groonga/httpd/scgi_params +16 -0
  52. data/vendor/local/etc/groonga/httpd/scgi_params.default +16 -0
  53. data/vendor/local/etc/groonga/httpd/uwsgi_params +16 -0
  54. data/vendor/local/etc/groonga/httpd/uwsgi_params.default +16 -0
  55. data/vendor/local/etc/groonga/httpd/win-utf +126 -0
  56. data/vendor/local/include/groonga/groonga.h +5 -2095
  57. data/vendor/local/include/groonga/groonga/expr.h +108 -0
  58. data/vendor/local/include/groonga/groonga/groonga.h +2031 -0
  59. data/vendor/local/include/groonga/groonga/ii.h +46 -0
  60. data/vendor/local/include/groonga/groonga/nfkc.h +3 -3
  61. data/vendor/local/include/groonga/groonga/plugin.h +5 -3
  62. data/vendor/local/include/groonga/groonga/token.h +136 -0
  63. data/vendor/local/include/groonga/groonga/token_filter.h +4 -6
  64. data/vendor/local/include/groonga/groonga/tokenizer.h +60 -55
  65. data/vendor/local/include/groonga/groonga/util.h +40 -0
  66. data/vendor/local/include/lz4.h +323 -0
  67. data/vendor/local/include/lz4hc.h +223 -0
  68. data/vendor/local/include/zconf.h +511 -0
  69. data/vendor/local/include/zlib.h +1768 -0
  70. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  71. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  72. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  73. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  74. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  75. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  76. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  77. data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
  78. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  79. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  80. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  81. data/vendor/local/lib/groonga/plugins/ruby/load.la +3 -3
  82. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  83. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  84. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  85. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  86. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  87. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  88. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  89. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  90. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  91. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  92. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  93. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
  94. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  95. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  96. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  97. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  98. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +22 -0
  99. data/vendor/local/lib/libgroonga.a +0 -0
  100. data/vendor/local/lib/libgroonga.dll.a +0 -0
  101. data/vendor/local/lib/libgroonga.la +3 -3
  102. data/vendor/local/lib/liblz4.a +0 -0
  103. data/vendor/local/lib/liblz4.dll +0 -0
  104. data/vendor/local/lib/liblz4.dll.1 +0 -0
  105. data/vendor/local/lib/liblz4.dll.1.4.0 +0 -0
  106. data/vendor/local/lib/libmecab.a +0 -0
  107. data/vendor/local/lib/libmecab.dll.a +0 -0
  108. data/vendor/local/lib/libmecab.la +3 -3
  109. data/vendor/local/lib/libmsgpack.a +0 -0
  110. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  111. data/vendor/local/lib/libmsgpack.la +3 -3
  112. data/vendor/local/lib/libmsgpackc.a +0 -0
  113. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  114. data/vendor/local/lib/libmsgpackc.la +3 -3
  115. data/vendor/local/lib/libonig.a +0 -0
  116. data/vendor/local/lib/libonig.dll.a +0 -0
  117. data/vendor/local/lib/libonig.la +2 -2
  118. data/vendor/local/lib/libz.a +0 -0
  119. data/vendor/local/lib/libz.dll.a +0 -0
  120. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  121. data/vendor/local/lib/pkgconfig/liblz4.pc +14 -0
  122. data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
  123. data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
  124. data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
  125. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  126. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  127. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  128. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  129. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  130. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  131. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  132. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  133. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +3 -24
  134. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +3 -3
  135. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  137. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  138. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  139. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  140. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +7 -19
  141. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  142. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +4 -4
  143. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  144. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
  145. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +88 -3
  146. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +39 -0
  147. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +28 -0
  148. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
  149. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +109 -0
  150. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +30 -0
  151. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +111 -0
  152. data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -4
  153. data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +54 -50
  154. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
  155. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
  156. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +1 -1
  157. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +1 -1
  158. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +1 -1
  159. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +67 -5
  160. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -0
  161. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  162. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  163. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  164. data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +10308 -0
  165. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -9404
  166. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  167. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  168. data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +999 -0
  169. data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +31 -1415
  170. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  171. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  172. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +14 -14
  173. data/vendor/local/share/doc/groonga/en/html/characteristic.html +19 -17
  174. data/vendor/local/share/doc/groonga/en/html/client.html +19 -17
  175. data/vendor/local/share/doc/groonga/en/html/community.html +19 -17
  176. data/vendor/local/share/doc/groonga/en/html/contribution.html +24 -23
  177. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +19 -17
  178. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +19 -17
  179. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +19 -17
  180. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +19 -17
  181. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +40 -58
  182. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +19 -17
  183. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +19 -17
  184. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +19 -17
  185. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -17
  186. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +19 -17
  187. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +30 -28
  188. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +19 -17
  189. data/vendor/local/share/doc/groonga/en/html/development.html +19 -17
  190. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +27 -25
  191. data/vendor/local/share/doc/groonga/en/html/genindex.html +12 -12
  192. data/vendor/local/share/doc/groonga/en/html/index.html +81 -77
  193. data/vendor/local/share/doc/groonga/en/html/install.html +33 -31
  194. data/vendor/local/share/doc/groonga/en/html/install/centos.html +33 -34
  195. data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -25
  196. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +28 -27
  197. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +24 -22
  198. data/vendor/local/share/doc/groonga/en/html/install/others.html +93 -103
  199. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
  200. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +28 -27
  201. data/vendor/local/share/doc/groonga/en/html/install/windows.html +32 -30
  202. data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
  203. data/vendor/local/share/doc/groonga/en/html/news.html +210 -116
  204. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +19 -17
  205. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
  206. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +19 -17
  207. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +34 -32
  208. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +29 -27
  209. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +99 -97
  210. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +71 -69
  211. data/vendor/local/share/doc/groonga/en/html/news/senna.html +19 -17
  212. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  213. data/vendor/local/share/doc/groonga/en/html/reference.html +78 -74
  214. data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -37
  215. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +33 -31
  216. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +45 -43
  217. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +65 -63
  218. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +29 -27
  219. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +174 -0
  220. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +63 -61
  221. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +33 -31
  222. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +30 -28
  223. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +66 -64
  224. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +28 -26
  225. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +31 -29
  226. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +29 -27
  227. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +28 -26
  228. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +28 -26
  229. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +27 -25
  230. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +76 -74
  231. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +31 -29
  232. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -24
  233. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +62 -60
  234. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +51 -49
  235. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +27 -25
  236. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +24 -22
  237. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +42 -40
  238. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +19 -17
  239. data/vendor/local/share/doc/groonga/en/html/reference/column.html +21 -19
  240. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +24 -22
  241. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +61 -59
  242. data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -49
  243. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +19 -17
  244. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +55 -53
  245. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +96 -94
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +40 -38
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +45 -43
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +25 -23
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +41 -39
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +72 -70
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +26 -24
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +43 -41
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +39 -37
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +26 -24
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +35 -33
  256. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +24 -22
  257. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +42 -40
  258. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +25 -23
  259. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +26 -24
  260. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +24 -22
  261. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +61 -59
  262. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +31 -29
  263. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -25
  264. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +166 -0
  265. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +51 -49
  266. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +55 -53
  267. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +55 -53
  268. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +385 -383
  269. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +39 -37
  270. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +42 -40
  271. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +83 -81
  272. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +149 -147
  273. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +51 -49
  274. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -39
  275. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +276 -0
  276. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +103 -101
  277. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +47 -45
  278. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +48 -46
  279. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +19 -17
  280. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +22 -20
  281. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +28 -26
  282. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -73
  283. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +19 -17
  284. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
  285. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +44 -42
  286. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +36 -34
  287. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +57 -55
  288. data/vendor/local/share/doc/groonga/en/html/reference/function.html +26 -23
  289. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +42 -40
  290. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
  291. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +81 -79
  292. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -30
  293. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +22 -20
  294. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +53 -51
  295. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +41 -39
  296. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +35 -33
  297. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +164 -0
  298. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +40 -38
  299. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +76 -74
  300. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +42 -40
  301. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +66 -64
  302. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +59 -57
  303. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +26 -24
  304. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +210 -208
  305. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +262 -260
  306. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -19
  307. data/vendor/local/share/doc/groonga/en/html/reference/log.html +22 -20
  308. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +54 -52
  309. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +23 -21
  310. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +19 -17
  311. data/vendor/local/share/doc/groonga/en/html/reference/output.html +34 -32
  312. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -17
  313. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +57 -55
  314. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +19 -17
  315. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +19 -17
  316. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +19 -17
  317. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +19 -17
  318. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +19 -17
  319. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +54 -52
  320. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +323 -0
  321. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +19 -17
  322. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +29 -27
  323. data/vendor/local/share/doc/groonga/en/html/reference/types.html +40 -38
  324. data/vendor/local/share/doc/groonga/en/html/search.html +11 -11
  325. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  326. data/vendor/local/share/doc/groonga/en/html/server.html +21 -19
  327. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +19 -17
  328. data/vendor/local/share/doc/groonga/en/html/server/http.html +19 -21
  329. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +33 -31
  330. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +19 -17
  331. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -17
  332. data/vendor/local/share/doc/groonga/en/html/server/package.html +92 -85
  333. data/vendor/local/share/doc/groonga/en/html/spec.html +19 -17
  334. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +127 -125
  335. data/vendor/local/share/doc/groonga/en/html/spec/search.html +19 -17
  336. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -17
  337. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
  338. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
  339. data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
  340. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +19 -17
  341. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +33 -31
  342. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +22 -20
  343. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +19 -17
  344. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +19 -17
  345. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +23 -21
  346. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +52 -50
  347. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +19 -17
  348. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
  349. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +22 -20
  350. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +35 -33
  351. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  352. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +3 -24
  353. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +3 -3
  354. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
  355. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  356. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  357. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  358. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  359. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +7 -19
  360. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  361. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +4 -4
  362. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  363. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
  364. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +88 -3
  365. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +39 -0
  366. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +28 -0
  367. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
  368. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +109 -0
  369. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +30 -0
  370. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +111 -0
  371. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -4
  372. data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +54 -50
  373. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
  374. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
  375. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +1 -1
  376. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +1 -1
  377. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +1 -1
  378. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +67 -5
  379. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -0
  380. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  381. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  382. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  383. data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +10308 -0
  384. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -9404
  385. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  386. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  387. data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +999 -0
  388. data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +31 -1415
  389. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  390. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  391. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +14 -14
  392. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +19 -17
  393. data/vendor/local/share/doc/groonga/ja/html/client.html +19 -17
  394. data/vendor/local/share/doc/groonga/ja/html/community.html +19 -17
  395. data/vendor/local/share/doc/groonga/ja/html/contribution.html +24 -23
  396. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +19 -17
  397. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +19 -17
  398. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +19 -17
  399. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +19 -17
  400. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +40 -58
  401. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +19 -17
  402. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +19 -17
  403. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +19 -17
  404. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -17
  405. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +19 -17
  406. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +30 -28
  407. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -17
  408. data/vendor/local/share/doc/groonga/ja/html/development.html +19 -17
  409. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +22 -20
  410. data/vendor/local/share/doc/groonga/ja/html/genindex.html +12 -12
  411. data/vendor/local/share/doc/groonga/ja/html/index.html +82 -78
  412. data/vendor/local/share/doc/groonga/ja/html/install.html +33 -31
  413. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +36 -40
  414. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +27 -27
  415. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +29 -29
  416. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +24 -22
  417. data/vendor/local/share/doc/groonga/ja/html/install/others.html +84 -90
  418. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
  419. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -29
  420. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +31 -29
  421. data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -19
  422. data/vendor/local/share/doc/groonga/ja/html/news.html +233 -147
  423. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +19 -17
  424. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
  425. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +19 -17
  426. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +34 -32
  427. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +29 -27
  428. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +93 -91
  429. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +61 -59
  430. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +19 -17
  431. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  432. data/vendor/local/share/doc/groonga/ja/html/reference.html +79 -75
  433. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -37
  434. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +33 -31
  435. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +39 -37
  436. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +59 -57
  437. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +29 -27
  438. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +176 -0
  439. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +61 -59
  440. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +32 -30
  441. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +30 -28
  442. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +53 -51
  443. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +28 -26
  444. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +31 -29
  445. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +29 -27
  446. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +28 -26
  447. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +28 -26
  448. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +27 -25
  449. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +76 -74
  450. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +31 -29
  451. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -24
  452. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +62 -60
  453. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +51 -49
  454. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +27 -25
  455. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +24 -22
  456. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +42 -40
  457. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +19 -17
  458. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +21 -19
  459. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +24 -22
  460. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +51 -49
  461. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -49
  462. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +19 -17
  463. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +45 -43
  464. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +95 -93
  465. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +37 -35
  466. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +45 -43
  467. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +25 -23
  468. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +41 -39
  469. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +64 -62
  470. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +26 -24
  471. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +40 -38
  472. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +39 -37
  473. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +26 -24
  474. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -32
  475. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +24 -22
  476. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +35 -33
  477. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +25 -23
  478. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +26 -24
  479. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +24 -22
  480. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +56 -54
  481. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +31 -29
  482. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -25
  483. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +167 -0
  484. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +47 -45
  485. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +55 -53
  486. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +55 -53
  487. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +256 -254
  488. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +39 -37
  489. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +40 -38
  490. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +80 -78
  491. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +125 -123
  492. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +51 -49
  493. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -39
  494. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +268 -0
  495. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +89 -87
  496. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +47 -45
  497. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +48 -46
  498. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +19 -17
  499. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +22 -20
  500. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +28 -26
  501. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +63 -61
  502. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +19 -17
  503. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
  504. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +44 -42
  505. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +36 -34
  506. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +57 -55
  507. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +26 -23
  508. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +42 -40
  509. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
  510. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +65 -63
  511. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -30
  512. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +22 -20
  513. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +43 -41
  514. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +32 -30
  515. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +35 -33
  516. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +165 -0
  517. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +40 -38
  518. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +69 -67
  519. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +42 -40
  520. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +52 -50
  521. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +51 -49
  522. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -21
  523. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -113
  524. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +179 -177
  525. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +20 -18
  526. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -20
  527. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +43 -41
  528. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +23 -21
  529. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +19 -17
  530. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +30 -28
  531. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +23 -21
  532. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -34
  533. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +20 -18
  534. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +19 -17
  535. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +19 -17
  536. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +19 -17
  537. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +21 -19
  538. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +44 -42
  539. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +316 -0
  540. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +23 -21
  541. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +29 -27
  542. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +38 -36
  543. data/vendor/local/share/doc/groonga/ja/html/search.html +11 -11
  544. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  545. data/vendor/local/share/doc/groonga/ja/html/server.html +21 -19
  546. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +19 -17
  547. data/vendor/local/share/doc/groonga/ja/html/server/http.html +19 -21
  548. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +27 -25
  549. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +19 -17
  550. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -17
  551. data/vendor/local/share/doc/groonga/ja/html/server/package.html +91 -82
  552. data/vendor/local/share/doc/groonga/ja/html/spec.html +19 -17
  553. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +126 -124
  554. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +19 -17
  555. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -17
  556. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
  557. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
  558. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
  559. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +19 -17
  560. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +32 -30
  561. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +19 -17
  562. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +19 -17
  563. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +19 -17
  564. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +25 -23
  565. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +49 -47
  566. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +19 -17
  567. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
  568. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +22 -20
  569. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +33 -31
  570. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  571. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  572. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  573. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  574. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  575. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  576. data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
  577. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js +9404 -0
  578. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js +11802 -0
  579. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  580. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  581. data/vendor/local/share/groonga/html/admin/index.html +2 -2
  582. data/vendor/local/share/groonga/html/admin/index.ja.html +2 -2
  583. data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js +9404 -0
  584. data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js +11802 -0
  585. data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js +2599 -0
  586. data/vendor/local/share/license/lz4/LICENSE +24 -0
  587. data/vendor/local/share/license/zlib/README +115 -0
  588. data/vendor/local/share/man/ja/man1/groonga.1 +183 -215
  589. data/vendor/local/share/man/man1/groonga.1 +188 -227
  590. data/vendor/local/share/man/man1/lz4.1 +88 -0
  591. data/vendor/local/share/man/man1/lz4c.1 +33 -0
  592. data/vendor/local/share/man/man1/lz4cat.1 +32 -0
  593. metadata +118 -51
  594. data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
  595. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.min.js +0 -4
  596. data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js +0 -356
  597. data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +0 -4
  598. data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +0 -356
  599. data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js +0 -6
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>9. 制限事項 &mdash; Groonga v4.0.6-211-g8c0bb0bドキュメント</title>
10
+ <title>9. 制限事項 &mdash; Groonga v4.0.8ドキュメント</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: '4.0.6-211-g8c0bb0b',
18
+ VERSION: '4.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,11 +26,11 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v4.0.8ドキュメント" href="index.html" />
30
30
  <link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
31
31
  <link rel="prev" title="8.2. 検索" href="spec/search.html" />
32
32
  </head>
33
- <body>
33
+ <body role="document">
34
34
  <div class="header">
35
35
  <h1 class="title">
36
36
  <a id="top-link" href="index.html">
@@ -48,7 +48,7 @@
48
48
  </div>
49
49
 
50
50
 
51
- <div class="related">
51
+ <div class="related" role="navigation" aria-label="related navigation">
52
52
  <h3>ナビゲーション</h3>
53
53
  <ul>
54
54
  <li class="right" style="margin-right: 10px">
@@ -60,14 +60,14 @@
60
60
  <li class="right" >
61
61
  <a href="spec/search.html" title="8.2. 検索"
62
62
  accesskey="P">前へ</a> |</li>
63
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
63
+ <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
64
64
  </ul>
65
65
  </div>
66
66
 
67
67
  <div class="document">
68
68
  <div class="documentwrapper">
69
69
  <div class="bodywrapper">
70
- <div class="body">
70
+ <div class="body" role="main">
71
71
 
72
72
  <div class="section" id="limitations">
73
73
  <h1>9. 制限事項<a class="headerlink" href="#limitations" title="このヘッドラインへのパーマリンク">¶</a></h1>
@@ -98,9 +98,9 @@
98
98
  </div>
99
99
  <div class="section" id="limitations-of-column">
100
100
  <h2>9.3. カラムの制限<a class="headerlink" href="#limitations-of-column" title="このヘッドラインへのパーマリンク">¶</a></h2>
101
- <p>カラムには以下の制限があります。</p>
101
+ <p>1つのカラムにつき、次の制限があります。</p>
102
102
  <ul class="simple">
103
- <li><p class="first">カラムごとのサイズを合計した上限値: 256GiB</p>
103
+ <li><p class="first">カラムに格納した値の合計サイズの上限値: 256GiB</p>
104
104
  </li>
105
105
  </ul>
106
106
  </div>
@@ -110,7 +110,7 @@
110
110
  </div>
111
111
  </div>
112
112
  </div>
113
- <div class="sphinxsidebar">
113
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
114
114
  <div class="sphinxsidebarwrapper">
115
115
  <h3><a href="index.html">目次</a></h3>
116
116
  <ul>
@@ -128,12 +128,14 @@
128
128
  <h4>次のトピックへ</h4>
129
129
  <p class="topless"><a href="troubleshooting.html"
130
130
  title="次の章へ">10. トラブルシューティング</a></p>
131
- <h3>このページ</h3>
132
- <ul class="this-page-menu">
133
- <li><a href="_sources/limitations.txt"
134
- rel="nofollow">ソースコードを表示</a></li>
135
- </ul>
136
- <div id="searchbox" style="display: none">
131
+ <div role="note" aria-label="source link">
132
+ <h3>このページ</h3>
133
+ <ul class="this-page-menu">
134
+ <li><a href="_sources/limitations.txt"
135
+ rel="nofollow">ソースコードを表示</a></li>
136
+ </ul>
137
+ </div>
138
+ <div id="searchbox" style="display: none" role="search">
137
139
  <h3>クイック検索</h3>
138
140
  <form class="search" action="search.html" method="get">
139
141
  <input type="text" name="q" />
@@ -150,7 +152,7 @@
150
152
  </div>
151
153
  <div class="clearer"></div>
152
154
  </div>
153
- <div class="related">
155
+ <div class="related" role="navigation" aria-label="related navigation">
154
156
  <h3>ナビゲーション</h3>
155
157
  <ul>
156
158
  <li class="right" style="margin-right: 10px">
@@ -162,10 +164,10 @@
162
164
  <li class="right" >
163
165
  <a href="spec/search.html" title="8.2. 検索"
164
166
  >前へ</a> |</li>
165
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
167
+ <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
166
168
  </ul>
167
169
  </div>
168
- <div class="footer">
170
+ <div class="footer" role="contentinfo">
169
171
  &copy; Copyright 2009-2014, Brazil, Inc.
170
172
  </div>
171
173
  </body>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>お知らせ &mdash; Groonga v4.0.6-211-g8c0bb0bドキュメント</title>
10
+ <title>お知らせ &mdash; Groonga v4.0.8ドキュメント</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: '4.0.6-211-g8c0bb0b',
18
+ VERSION: '4.0.8',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,9 +26,9 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v4.0.6-211-g8c0bb0bドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v4.0.8ドキュメント" href="index.html" />
30
30
  </head>
31
- <body>
31
+ <body role="document">
32
32
  <div class="header">
33
33
  <h1 class="title">
34
34
  <a id="top-link" href="index.html">
@@ -46,98 +46,176 @@
46
46
  </div>
47
47
 
48
48
 
49
- <div class="related">
49
+ <div class="related" role="navigation" aria-label="related navigation">
50
50
  <h3>ナビゲーション</h3>
51
51
  <ul>
52
52
  <li class="right" style="margin-right: 10px">
53
53
  <a href="genindex.html" title="総合索引"
54
54
  accesskey="I">索引</a></li>
55
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
55
+ <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
56
56
  </ul>
57
57
  </div>
58
58
 
59
59
  <div class="document">
60
60
  <div class="documentwrapper">
61
61
  <div class="bodywrapper">
62
- <div class="body">
62
+ <div class="body" role="main">
63
63
 
64
64
  <div class="section" id="news">
65
65
  <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
66
- <div class="section" id="release-4-0-7-2014-10-29">
67
- <span id="release-4-0-7"></span><h2>Release 4.0.7 - 2014/10/29<a class="headerlink" href="#release-4-0-7-2014-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
66
+ <div class="section" id="release-4-0-8-2014-11-29">
67
+ <span id="release-4-0-8"></span><h2>4.0.8リリース - 2014/11/29<a class="headerlink" href="#release-4-0-8-2014-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
68
68
  <div class="section" id="improvements">
69
69
  <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
70
70
  <ul class="simple">
71
- <li>[windows] Supported Groonga with mruby on Windows.</li>
72
- <li>Added token filter plugin API.</li>
73
- <li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> token filter plugin.
74
- It treats records of <tt class="docutils literal"><span class="pre">is_stop_word</span></tt> column as actual stop words.</li>
75
- <li>[doc] Added <a class="reference internal" href="client.html"><em>クライアント</em></a> section which introduces link to client libraries.
76
- [GitHub#210] [Patch by Naoya Murakami]</li>
77
- <li>[doc] Reconstructed documentation. <a class="reference internal" href="reference/suggest.html"><em>サジェスト</em></a> and
78
- <a class="reference internal" href="reference/operations/geolocation_search.html"><em>位置情報検索</em></a> are grouped under <a class="reference internal" href="reference.html"><em>リファレンスマニュアル</em></a>.
79
- [GitHub#206] [Patch by Naoya Murakami]</li>
80
- <li>[dump] Supports to dump TABLE_NO_KEY for token_flters.
81
- [GitHub#215] [Patch by Naoya Murakami]</li>
82
- <li>[deb] Added stop word token filter plugin.
83
- [GitHub#216] [Patch by Hiroshi Hatake]</li>
84
- <li>[deb] Clarified licenses about used/bundled files in debian/copyright.</li>
85
- <li>Dropped LZO compression support.</li>
86
- <li>Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]</li>
87
- <li>Added <tt class="xref doc docutils literal"><span class="pre">/reference/function/in_values</span></tt>. We recommends to use it
88
- instead of <tt class="docutils literal"><span class="pre">==</span></tt> and <tt class="docutils literal"><span class="pre">OR</span></tt> combinations ( <tt class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">&quot;a&quot;)</span> <span class="pre">OR</span>
89
- <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">&quot;b&quot;)</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">&quot;c&quot;))</span></tt> ) because of better
90
- performance.</li>
91
- <li>[load] Supported to update existing record in <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> by
92
- specifying a record by <tt class="docutils literal"><span class="pre">_id</span></tt>.</li>
93
- <li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> token filter plugin. It provides
94
- stemming feature. To use this token filter, you need to install
95
- <a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> library.</li>
96
- <li>[doc] Added <a class="reference internal" href="reference/token_filters.html"><em>Token filters</em></a> documentation.
97
- [GitHub#227] [Patch by Naoya Murakami]</li>
71
+ <li><p class="first">[deb] Travis-CIの動作環境であるUbuntu 12.04のサポートを再び有効にしました。</p>
72
+ </li>
73
+ <li><p class="first">[mruby] デバッグ用途に <code class="docutils literal"><span class="pre">&quot;pp&quot;</span></code> をサポートしました。内部のオブジェクトをよりわかりやすく表示できるようになりました。</p>
74
+ </li>
75
+ <li><p class="first">全文検索のクエリで <code class="docutils literal"><span class="pre">--match_columns</span></code> <code class="docutils literal"><span class="pre">--query</span></code> の組み合わせでインデックスが使えず逐次検索になる場合、 <code class="docutils literal"><span class="pre">--match_columns</span></code> に指定されているカラムが1つだけなら検索できるようにしました。 [groonga-dev,02902] [篠田さんが報告]</p>
76
+ </li>
77
+ <li><p class="first">[実験的] <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> で逐次検索に自動的に切り替えられるようにしました。逐次検索のほうがインデックスを使った検索よりも速い場合があります。たとえば、絞り込む前のレコードの件数が、さらに <code class="docutils literal"><span class="pre">in_values</span></code> と <code class="docutils literal"><span class="pre">AND</span></code> で絞り込むのに使うレコード数に比べてだいぶ少ないような場合です。このとき <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> 環境変数の値が逐次検索をするのか、インデックスを使って検索をするのかの閾値として使われます。</p>
78
+ </li>
79
+ <li><p class="first">[mruby] 相対パスのスクリプトの読み込みをサポートしました。</p>
80
+ </li>
81
+ <li><p class="first">mrubyが有効な場合にクエリオプティマイザーのテストを簡単に書けるようになりました。</p>
82
+ </li>
83
+ <li><p class="first">トークンフィルターを使った静的なインデックス作成をサポートしました。 [GitHub#239] [村上さんがパッチ提供]</p>
84
+ </li>
85
+ <li><p class="first">[実験的] <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> でも逐次検索への自動切り替えをサポートしました。 <code class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></code> 環境変数を閾値として使います。基本的な考え方は <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> と同じです。</p>
86
+ </li>
87
+ <li><p class="first">[実験的] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドで複数のキーを指定してドリルダウンできるようになりました。この機能のために構文を拡張しています。新しいドリルダウンの構文では <code class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></code> をキーの指定に使います。output_columnsの場合は <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></code> です。以前のバージョンでは、複数のキーによるドリルダウンを実現するにはクライアントアプリケーション側でそのような機能を実装するしかありませんでした。ドリルダウンでグループ化されたレコードのキーを参照するには、 <code class="docutils literal"><span class="pre">_key[N]</span></code> を使います。</p>
88
+ </li>
89
+ <li><p class="first">インデックスなしでも <code class="docutils literal"><span class="pre">'参照型のカラム</span> <span class="pre">&#64;</span> <span class="pre">&quot;query&quot;'</span></code> で検索できるようになりました。</p>
90
+ </li>
91
+ <li><p class="first">[実験的] <a class="reference internal" href="reference/commands/range_filter.html"><em>range_filter</em></a> コマンドを追加しました。たいていの場合、特定の範囲のレコードを取得するなら <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドよりも速いです。これはマッチしたレコード数を返さないので、そのためのレコードの走査が不要なためです。ただし、ドリルダウンをサポートしていないなどの制限があります。 <code class="docutils literal"><span class="pre">range_filter</span></code> は特定の範囲の最初の <code class="docutils literal"><span class="pre">N</span></code> レコードを必要とするランキングなどの用途に向いています。</p>
92
+ </li>
93
+ <li><p class="first">[windows] Windows上でも <code class="docutils literal"><span class="pre">groonga-httpd</span></code> が使えるようになりました。</p>
94
+ </li>
95
+ <li><p class="first">ドリルダウンでベクター型のカラムをサポートしました。</p>
96
+ </li>
97
+ <li><p class="first">[deb] デフォルトのHTTPサーバーパッケージを <code class="docutils literal"><span class="pre">groonga-httpd</span></code> にしました。 <code class="docutils literal"><span class="pre">groonga-server-http</span></code> は非推奨です。ただし、 <a class="reference internal" href="reference/executables/groonga.html"><em>groongaコマンド</em></a> のHTTPサーバー機能自体はまだ使えます。もし従来のような簡易HTTPサーバーを使いたいなら、適宜引数を <a class="reference internal" href="reference/executables/groonga.html"><em>groongaコマンド</em></a> へとコマンドライン経由で渡します。</p>
98
+ </li>
99
+ <li><p class="first">WindowsのCI環境であるAppVeyor向けの設定ファイルを追加しました。 [groonga-dev,02970,02981] [畑ケさんがパッチ提供]</p>
100
+ </li>
98
101
  </ul>
99
102
  </div>
100
103
  <div class="section" id="fixes">
101
104
  <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
102
105
  <ul class="simple">
103
- <li>[doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya Murakami]</li>
104
- <li>[httpd] Updated bundled nginx version to 1.7.6.
105
- [GitHub#208] [Patch by Hiroshi Hatake]</li>
106
- <li>[power8] Fixed build failure. See
107
- <a class="reference external" href="http://lists.askmonty.org/pipermail/commits/2014-October/006752.html">http://lists.askmonty.org/pipermail/commits/2014-October/006752.html</a>
108
- [Patch by Sergey Vojtovich]</li>
109
- <li>Fixed a bug that URL encoding fails if <tt class="docutils literal"><span class="pre">char</span></tt> type is build as
110
- <tt class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></tt> type. [GitHub#217]</li>
111
- <li>Fixed a bug that a <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table returns empty results for
112
- <a class="reference internal" href="reference/commands/select.html"><em>select</em></a>. [GitHub#220]</li>
113
- <li>Fixed a memory leak about inspecting vector column. It occurs when
114
- something error reports about vector column.</li>
115
- <li>Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch
116
- by Naoya Murakami]</li>
117
- <li>Fixed a bug that the value of <tt class="docutils literal"><span class="pre">Int8</span></tt> column which is less than 100 may
118
- return true in <tt class="docutils literal"><span class="pre">--filter</span></tt>. By this issue, not intended records may
119
- be included as search results.</li>
120
- <li>Fixed to handle binary operation for vector column as an error.</li>
121
- <li>Fixed a bug that <tt class="docutils literal"><span class="pre">!XXX</span></tt> may return inverted result on big endian
122
- environment.</li>
123
- <li>Fixed a memory leak on converting weight vector to text.</li>
106
+ <li><p class="first">[doc] <a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a> の重複した実行例を修正しました。[GitHub groonga.org#14] [横山さんが報告]</p>
107
+ </li>
108
+ <li><p class="first">ネストしたインデックスで <code class="docutils literal"><span class="pre">X._key</span></code> に対する全文検索をしたときに空の結果を返す不具合を修正しました。</p>
109
+ </li>
110
+ <li><p class="first">BSD で仕様が厳密になった <code class="docutils literal"><span class="pre">mkostemp(3)</span></code> に対して渡しているフラグを修正しました。 [GitHub#240] [Kuriyamaさんがパッチ提供]</p>
111
+ </li>
112
+ <li><p class="first"><a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドが 誤った値の型(table)をインデックスカラムの値の型として返す不具合を修正しました。 <code class="docutils literal"><span class="pre">UInt32</span></code> を返すように修正しています。この変更はレスポンスのヘッダー部分にのみ影響します。これにより検索結果は変りません。</p>
113
+ </li>
114
+ <li><p class="first">Time型と文字列型の比較( <code class="docutils literal"><span class="pre">&lt;</span></code> , <code class="docutils literal"><span class="pre">&lt;=</span></code> , <code class="docutils literal"><span class="pre">&gt;</span></code> , <code class="docutils literal"><span class="pre">&gt;=</span></code> , <code class="docutils literal"><span class="pre">!=</span></code> )が誤った結果を返す不具合を修正しました。</p>
115
+ </li>
116
+ <li><p class="first"><code class="docutils literal"><span class="pre">&quot;x*&quot;</span></code> といった一文字の前方一致検索が行えない不具合を修正しました。[GitHub#242] [村上さんがパッチ提供]</p>
117
+ </li>
118
+ <li><p class="first"><code class="docutils literal"><span class="pre">ShortText</span></code> 型の値に対するドリルダウンを <code class="docutils literal"><span class="pre">--filter</span></code> と一緒に使ったときにメモリリークしていたのを修正しました。</p>
119
+ </li>
120
+ <li><p class="first"><code class="docutils literal"><span class="pre">&quot;DDL:set_token_filters&quot;</span></code> のログに <code class="docutils literal"><span class="pre">&quot;,&quot;</span></code> が抜けていたのを修正しました。 [村上さんが報告]</p>
121
+ </li>
124
122
  </ul>
125
123
  </div>
126
124
  <div class="section" id="thanks">
127
125
  <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
128
126
  <ul class="simple">
127
+ <li><p class="first">篠田さん</p>
128
+ </li>
129
+ <li><p class="first">横山さん</p>
130
+ </li>
129
131
  <li><p class="first">村上さん</p>
130
132
  </li>
131
- <li>Hiroshi Hatake</li>
132
- <li>Sergey Vojtovich</li>
133
+ <li><p class="first">Jun Kuriyamaさん</p>
134
+ </li>
135
+ <li><p class="first">畑ヶさん</p>
136
+ </li>
133
137
  </ul>
134
138
  </div>
135
139
  </div>
136
- <div class="section" id="release-4-0-6-2014-09-29">
137
- <span id="release-4-0-6"></span><h2>4.0.6リリース - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
140
+ <div class="section" id="release-4-0-7-2014-10-29">
141
+ <span id="release-4-0-7"></span><h2>4.0.7リリース - 2014/10/29<a class="headerlink" href="#release-4-0-7-2014-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
138
142
  <div class="section" id="id1">
139
143
  <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
140
144
  <ul class="simple">
145
+ <li><p class="first">[windows] Windows上でもmrubyを組み込んで使えるようにしました。</p>
146
+ </li>
147
+ <li><p class="first">プラグインAPIとしてトークンフィルタを追加しました。</p>
148
+ </li>
149
+ <li><p class="first"><a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> プラグインを追加しました。このプラグインは <code class="docutils literal"><span class="pre">is_stop_word</span></code> カラムの値がtrueのものをストップワードとして扱います。</p>
150
+ </li>
151
+ <li><p class="first">[doc] クライアントライブラリーへのリンク先を紹介する <a class="reference internal" href="client.html"><em>クライアント</em></a> セクションを追加しました。 [GitHub#210] [村上さんがパッチ提供]</p>
152
+ </li>
153
+ <li><p class="first">[doc] ドキュメント構成を見直しました。 <a class="reference internal" href="reference/suggest.html"><em>サジェスト</em></a> や <a class="reference internal" href="reference/operations/geolocation_search.html"><em>位置情報検索</em></a> は <a class="reference internal" href="reference.html"><em>リファレンスマニュアル</em></a> 以下にまとめました。 [GitHub#206] [村上さんがパッチ提供]</p>
154
+ </li>
155
+ <li><p class="first">[deb] ストップワードトークンフィルタープラグインを追加しました。 [GitHub#216] [畑ヶさんがパッチ提供]</p>
156
+ </li>
157
+ <li><p class="first">[deb] 同梱しているファイルの著作権表記を debian/copyright でより明確にしました。</p>
158
+ </li>
159
+ <li><p class="first">LZOによる圧縮サポートをやめました。</p>
160
+ </li>
161
+ <li><p class="first">LZ4による圧縮をサポートしました。 [GitHub#223] [村上さんがパッチ提供]</p>
162
+ </li>
163
+ <li><p class="first"><a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> を追加しました。<code class="docutils literal"><span class="pre">==</span></code> や <code class="docutils literal"><span class="pre">OR</span></code> を繋げて書いていたクエリ ( <code class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">&quot;a&quot;)</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">&quot;b&quot;)</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">&quot;c&quot;))</span></code> ) のかわりにこれを使うのがパフォーマンスの観点からお勧めです。</p>
164
+ </li>
165
+ <li><p class="first">[load] <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> を使ったテーブルで既存のレコードを <code class="docutils literal"><span class="pre">_id</span></code> を指定して更新できるようになりました。</p>
166
+ </li>
167
+ <li><p class="first"><a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> プラグインを追加しました。ステミングの機能を追加します。この機能をトークンフィルタで使うには、<a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> ライブラリーが必要です。</p>
168
+ </li>
169
+ <li><p class="first">[doc] <a class="reference internal" href="reference/token_filters.html"><em>トークンフィルター</em></a> のドキュメントを追加しました。 [GitHub#227] [村上さんがパッチ提供]</p>
170
+ </li>
171
+ </ul>
172
+ </div>
173
+ <div class="section" id="id2">
174
+ <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
175
+ <ul class="simple">
176
+ <li><p class="first">[doc] Rangubaプロジェクトへのリンクを修正しました。 [GitHub#212] [村上さんがパッチ提供]</p>
177
+ </li>
178
+ <li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.6に更新しました。 [GitHub#208] [畑ヶさんがパッチ提供]</p>
179
+ </li>
180
+ <li><p class="first">[power8] ビルドに失敗していたのを修正しました。詳細は <a class="reference external" href="http://lists.askmonty.org/pipermail/commits/2014-October/006752.html">http://lists.askmonty.org/pipermail/commits/2014-October/006752.html</a> を参照してください。 [Sergey Vojtovichさんがパッチ提供]</p>
181
+ </li>
182
+ <li><p class="first"><code class="docutils literal"><span class="pre">char</span></code> が <code class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></code> としてビルドされているとURLエンコーディングに失敗する不具合を修正しました。 [GitHub#217]</p>
183
+ </li>
184
+ <li><p class="first"><code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> テーブルを <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> したときに検索結果が空になる不具合を修正しました。 [GitHub#220]</p>
185
+ </li>
186
+ <li><p class="first">ベクターカラムを表示するときにメモリリークするのを修正しました。エラーが発生したときの詳細表示で発生します。</p>
187
+ </li>
188
+ <li><p class="first">Zlibカラム圧縮でメモリリークする問題を修正しました。 [GitHub#221] [村上さんがパッチ提供]</p>
189
+ </li>
190
+ <li><p class="first"><code class="docutils literal"><span class="pre">--filter</span></code> で <code class="docutils literal"><span class="pre">Int8</span></code> カラムの値に100以下を指定したときに意図しない true を返すことがある不具合を修正しました。この問題により意図しないレコードが検索結果含まれていました。</p>
191
+ </li>
192
+ <li><p class="first">ベクターカラムに対する四則演算はエラーになるようにしました。</p>
193
+ </li>
194
+ <li><p class="first">ビッグエンディアンの環境では、 <code class="docutils literal"><span class="pre">!XXX</span></code> が逆の結果を返すのを修正しました。</p>
195
+ </li>
196
+ <li><p class="first">重みつきベクターカラムの内容を出力するさいメモリリークするのを修正しました。</p>
197
+ </li>
198
+ <li><p class="first">[dump] <a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a> でのトークンフィルターと <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> 関連のエラーを修正しました。 [GitHub#215] [村上さんがパッチ提供]</p>
199
+ </li>
200
+ </ul>
201
+ </div>
202
+ <div class="section" id="id3">
203
+ <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
204
+ <ul class="simple">
205
+ <li><p class="first">村上さん</p>
206
+ </li>
207
+ <li><p class="first">畑ヶさん</p>
208
+ </li>
209
+ <li><p class="first">Sergey Vojtovichさん</p>
210
+ </li>
211
+ </ul>
212
+ </div>
213
+ </div>
214
+ <div class="section" id="release-4-0-6-2014-09-29">
215
+ <span id="release-4-0-6"></span><h2>4.0.6リリース - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
216
+ <div class="section" id="id4">
217
+ <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
218
+ <ul class="simple">
141
219
  <li><p class="first">debian/copyrightを機械可読な形式でルールに沿うように更新しました。[やまねさんが報告]</p>
142
220
  </li>
143
221
  <li><p class="first">[deb][rpm] HTTP経由でnginxをコントロールするのではなくシグナルを使うようにしました。このほうがnginxらしいinit scriptです。</p>
@@ -152,26 +230,26 @@ environment.</li>
152
230
  </li>
153
231
  <li><p class="first">[doc] C APIのドキュメントを翻訳しました。 [GitHub#203] [野首さんがパッチ提供]</p>
154
232
  </li>
155
- <li><p class="first"><tt class="docutils literal"><span class="pre">'*S10&quot;...&quot;'</span></tt> というシンタックスで類似度の閾値をカスタマイズできるようにしました。</p>
233
+ <li><p class="first"><code class="docutils literal"><span class="pre">'*S10&quot;...&quot;'</span></code> というシンタックスで類似度の閾値をカスタマイズできるようにしました。</p>
156
234
  </li>
157
- <li><p class="first"><a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> は <tt class="docutils literal"><span class="pre">false</span></tt> を返し、カラムは作られません。</p>
235
+ <li><p class="first"><a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> は <code class="docutils literal"><span class="pre">false</span></code> を返し、カラムは作られません。</p>
158
236
  </li>
159
237
  <li><p class="first">[deb] Debian jessieとsidのサポートをやめました。</p>
160
238
  </li>
161
239
  </ul>
162
240
  </div>
163
- <div class="section" id="id2">
164
- <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
241
+ <div class="section" id="id5">
242
+ <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
165
243
  <ul class="simple">
166
244
  <li><p class="first">類似文書検索で、トークンを選択する際にIDF (逆文書出現頻度) を使っていない不具合を修正しました。以前のバージョンでは、IDFではなく、トークンのIDを使ってしまっていました。[groonga-dev,02731] [groonga-dev,02754] [三谷さん、warp kawadaさんが報告]</p>
167
245
  </li>
168
- <li><p class="first">レコードを削除する際にクラッシュする問題を修正しました。この問題は、削除を行うクエリに <tt class="docutils literal"><span class="pre">_key</span></tt> が含まれており、その <tt class="docutils literal"><span class="pre">_key</span></tt> を参照するインデックスカラムが2つ以上ある場合に発生します。</p>
246
+ <li><p class="first">レコードを削除する際にクラッシュする問題を修正しました。この問題は、削除を行うクエリに <code class="docutils literal"><span class="pre">_key</span></code> が含まれており、その <code class="docutils literal"><span class="pre">_key</span></code> を参照するインデックスカラムが2つ以上ある場合に発生します。</p>
169
247
  </li>
170
248
  <li><p class="first">未使用変数 'e' に対するコンパイラの警告を修正しました。 [GitHub#197] [cosmo0920さんがパッチ提供]</p>
171
249
  </li>
172
250
  <li><p class="first">[fedora][httpd] ログディレクトリがないとサービス開始時に失敗するのを修正しました。</p>
173
251
  </li>
174
- <li><p class="first">[mruby] <tt class="docutils literal"><span class="pre">--disable-mruby</span></tt> でビルドしたときのエラーを修正しました。 [GitHub#200] [cosmo0920さんがパッチ提供]</p>
252
+ <li><p class="first">[mruby] <code class="docutils literal"><span class="pre">--disable-mruby</span></code> でビルドしたときのエラーを修正しました。 [GitHub#200] [cosmo0920さんがパッチ提供]</p>
175
253
  </li>
176
254
  <li><p class="first">MariaDBにMroongaをバンドルしたパッケージをビルドする際の警告(CMP0014)を修正しました。 [GitHub#201] [cosmo0920さんがパッチ提供]</p>
177
255
  </li>
@@ -181,8 +259,8 @@ environment.</li>
181
259
  </li>
182
260
  </ul>
183
261
  </div>
184
- <div class="section" id="id3">
185
- <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
262
+ <div class="section" id="id6">
263
+ <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
186
264
  <ul class="simple">
187
265
  <li><p class="first">やまねひできさん</p>
188
266
  </li>
@@ -203,8 +281,8 @@ environment.</li>
203
281
  </div>
204
282
  <div class="section" id="release-4-0-5-2014-08-29">
205
283
  <span id="release-4-0-5"></span><h2>4.0.5リリース - 2014/08/29<a class="headerlink" href="#release-4-0-5-2014-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
206
- <div class="section" id="id4">
207
- <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
284
+ <div class="section" id="id7">
285
+ <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
208
286
  <ul class="simple">
209
287
  <li><p class="first">Ubuntu 13.10 (Saucy Salamander)のサポートをやめました。</p>
210
288
  </li>
@@ -220,9 +298,9 @@ environment.</li>
220
298
  </li>
221
299
  <li><p class="first">[benchmark] 平均と中央値をベンチマーク結果に含めるようにしました。</p>
222
300
  </li>
223
- <li><p class="first">プラグイン開発者向けに <tt class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></tt> と <tt class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></tt> を公開しました。 [GitHub#190] [村上さんがパッチ提供]</p>
301
+ <li><p class="first">プラグイン開発者向けに <code class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></code> と <code class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></code> を公開しました。 [GitHub#190] [村上さんがパッチ提供]</p>
224
302
  </li>
225
- <li><p class="first">[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] &quot;mode&quot; オプションを追加して、振舞いを変更できるようにしました。<tt class="docutils literal"><span class="pre">GET</span></tt> あるいは <tt class="docutils literal"><span class="pre">ADD</span></tt> を指定できます。 [GitHub#191] [GitHub#192] [村上さんがパッチ提供]</p>
303
+ <li><p class="first">[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] &quot;mode&quot; オプションを追加して、振舞いを変更できるようにしました。<code class="docutils literal"><span class="pre">GET</span></code> あるいは <code class="docutils literal"><span class="pre">ADD</span></code> を指定できます。 [GitHub#191] [GitHub#192] [村上さんがパッチ提供]</p>
226
304
  </li>
227
305
  <li><p class="first">近傍検索で、'*N&quot;A Z&quot;' という構文をサポートしました。</p>
228
306
  </li>
@@ -234,12 +312,12 @@ environment.</li>
234
312
  </li>
235
313
  </ul>
236
314
  </div>
237
- <div class="section" id="id5">
238
- <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
315
+ <div class="section" id="id8">
316
+ <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
239
317
  <ul class="simple">
240
- <li><p class="first">[php] <tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></tt> を呼び出したときのメモリリークを修正しました。[GitHub#184] [&#64;do-akiさんがパッチ提供]</p>
318
+ <li><p class="first">[php] <code class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></code> を呼び出したときのメモリリークを修正しました。[GitHub#184] [&#64;do-akiさんがパッチ提供]</p>
241
319
  </li>
242
- <li><p class="first">[php] <a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_close" title="grn_ctx_close"><tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_close()</span></tt></a> を呼んだときにメモリを二重に解放しないようにしました。[GitHub#184] [&#64;do-akiさんがパッチ提供]</p>
320
+ <li><p class="first">[php] <a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_close" title="grn_ctx_close"><code class="xref c c-func docutils literal"><span class="pre">grn_ctx_close()</span></code></a> を呼んだときにメモリを二重に解放しないようにしました。[GitHub#184] [&#64;do-akiさんがパッチ提供]</p>
243
321
  </li>
244
322
  <li><p class="first">ツリー外でのビルドを再度サポートしました。</p>
245
323
  </li>
@@ -251,8 +329,8 @@ environment.</li>
251
329
  </li>
252
330
  </ul>
253
331
  </div>
254
- <div class="section" id="id6">
255
- <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
332
+ <div class="section" id="id9">
333
+ <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
256
334
  <ul class="simple">
257
335
  <li><p class="first">&#64;do-akiさん</p>
258
336
  </li>
@@ -269,8 +347,8 @@ environment.</li>
269
347
  </div>
270
348
  <div class="section" id="release-4-0-4-2014-07-29">
271
349
  <span id="release-4-0-4"></span><h2>4.0.4リリース - 2014/07/29<a class="headerlink" href="#release-4-0-4-2014-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
272
- <div class="section" id="id7">
273
- <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
350
+ <div class="section" id="id10">
351
+ <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
274
352
  <ul class="simple">
275
353
  <li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.3に更新しました。</p>
276
354
  </li>
@@ -286,8 +364,8 @@ environment.</li>
286
364
  </li>
287
365
  </ul>
288
366
  </div>
289
- <div class="section" id="id8">
290
- <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
367
+ <div class="section" id="id11">
368
+ <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
291
369
  <ul class="simple">
292
370
  <li><p class="first">レスポンスでシンタックスエラーの発生個所を正しく表示できるようにしました。</p>
293
371
  </li>
@@ -295,8 +373,8 @@ environment.</li>
295
373
  </li>
296
374
  </ul>
297
375
  </div>
298
- <div class="section" id="id9">
299
- <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
376
+ <div class="section" id="id12">
377
+ <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
300
378
  <ul class="simple">
301
379
  <li><p class="first">nikuさん</p>
302
380
  </li>
@@ -305,8 +383,8 @@ environment.</li>
305
383
  </div>
306
384
  <div class="section" id="release-4-0-3-2014-06-29">
307
385
  <span id="release-4-0-3"></span><h2>4.0.3リリース - 2014/06/29<a class="headerlink" href="#release-4-0-3-2014-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
308
- <div class="section" id="id10">
309
- <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
386
+ <div class="section" id="id13">
387
+ <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
310
388
  <ul class="simple">
311
389
  <li><p class="first">[実験的][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] POSTをサポート。</p>
312
390
  </li>
@@ -318,25 +396,25 @@ environment.</li>
318
396
  </li>
319
397
  <li><p class="first">[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] 引数チェックを強化。</p>
320
398
  </li>
321
- <li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] <tt class="docutils literal"><span class="pre">Expect:</span> <span class="pre">100-Continue</span></tt> を使うリクエストをサポート。</p>
399
+ <li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] <code class="docutils literal"><span class="pre">Expect:</span> <span class="pre">100-Continue</span></code> を使うリクエストをサポート。</p>
322
400
  </li>
323
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_proc_get_type()</span></tt> を公開。</p>
401
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_proc_get_type()</span></code> を公開。</p>
324
402
  </li>
325
- <li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ] <tt class="docutils literal"><span class="pre">--log-path</span></tt> オプションと <tt class="docutils literal"><span class="pre">--log-level</span></tt> オプションを追加。</p>
403
+ <li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ] <code class="docutils literal"><span class="pre">--log-path</span></code> オプションと <code class="docutils literal"><span class="pre">--log-level</span></code> オプションを追加。</p>
326
404
  </li>
327
- <li><p class="first"><tt class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></tt> を非推奨にした。</p>
405
+ <li><p class="first"><code class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></code> を非推奨にした。</p>
328
406
  </li>
329
- <li><p class="first"><tt class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></tt> を非推奨にした。</p>
407
+ <li><p class="first"><code class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></code> を非推奨にした。</p>
330
408
  </li>
331
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_text_printf()</span></tt> を追加。</p>
409
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_text_printf()</span></code> を追加。</p>
332
410
  </li>
333
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_text_vprintf()</span></tt> を追加。</p>
411
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_text_vprintf()</span></code> を追加。</p>
334
412
  </li>
335
413
  <li><p class="first">それぞれのクエリーログのサイズ制限を撤廃。</p>
336
414
  </li>
337
- <li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><tt class="xref c c-func docutils literal"><span class="pre">grn_plugin_expr_var_init()</span></tt></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
415
+ <li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_expr_var_init()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
338
416
  </li>
339
- <li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><tt class="xref c c-func docutils literal"><span class="pre">grn_plugin_command_create()</span></tt></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
417
+ <li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_command_create()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
340
418
  </li>
341
419
  <li><p class="first">[GitHub#176] 重み付きの参照ベクターカラムをサポート。</p>
342
420
  </li>
@@ -348,8 +426,8 @@ environment.</li>
348
426
  </li>
349
427
  </ul>
350
428
  </div>
351
- <div class="section" id="id11">
352
- <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
429
+ <div class="section" id="id14">
430
+ <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
353
431
  <ul class="simple">
354
432
  <li><p class="first">[rpm][groonga-server-gqtp] GQTPではなくHTTPが使われる問題を修正。 [GitHub#173] [村上さんがパッチ提供]</p>
355
433
  </li>
@@ -357,8 +435,8 @@ environment.</li>
357
435
  </li>
358
436
  </ul>
359
437
  </div>
360
- <div class="section" id="id12">
361
- <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
438
+ <div class="section" id="id15">
439
+ <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
362
440
  <ul class="simple">
363
441
  <li><p class="first">横山さん</p>
364
442
  </li>
@@ -373,8 +451,8 @@ environment.</li>
373
451
  </div>
374
452
  <div class="section" id="release-4-0-2-2014-05-29">
375
453
  <span id="release-4-0-2"></span><h2>4.0.2リリース - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
376
- <div class="section" id="id13">
377
- <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
454
+ <div class="section" id="id16">
455
+ <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
378
456
  <ul class="simple">
379
457
  <li><p class="first">[doc] <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> のドキュメントを更新しました。</p>
380
458
  </li>
@@ -388,15 +466,15 @@ environment.</li>
388
466
  </li>
389
467
  <li><p class="first">Ubuntuパッケージの配布場所としてLaunchpadのPPAを使うようにしました。詳細は <a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a> を確認してください。</p>
390
468
  </li>
391
- <li><p class="first"><tt class="docutils literal"><span class="pre">/d/</span></tt> から始まるリクエストはすべてAPIリクエストとして処理するようになりました。GroongaのHTTPサービスでファイルを提供したい場合は、 <tt class="docutils literal"><span class="pre">/d/</span></tt> 以外から始まるパスにファイルを置いてください。</p>
469
+ <li><p class="first"><code class="docutils literal"><span class="pre">/d/</span></code> から始まるリクエストはすべてAPIリクエストとして処理するようになりました。GroongaのHTTPサービスでファイルを提供したい場合は、 <code class="docutils literal"><span class="pre">/d/</span></code> 以外から始まるパスにファイルを置いてください。</p>
392
470
  </li>
393
471
  <li><p class="first">[munin] <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a> をサポートしました。 [村上さんが報告]</p>
394
472
  </li>
395
473
  <li><p class="first">夏時間をサポートしました。 [#2546]</p>
396
474
  </li>
397
- <li><p class="first">[doc] <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a> に <tt class="docutils literal"><span class="pre">--with-mecab</span></tt> の説明を追加しました。</p>
475
+ <li><p class="first">[doc] <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a> に <code class="docutils literal"><span class="pre">--with-mecab</span></code> の説明を追加しました。</p>
398
476
  </li>
399
- <li><p class="first">[http] シンタックスエラーが発生したときのHTTPのリターンコードを <tt class="docutils literal"><span class="pre">500</span> <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></tt> から <tt class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></tt> に変更しました。</p>
477
+ <li><p class="first">[http] シンタックスエラーが発生したときのHTTPのリターンコードを <code class="docutils literal"><span class="pre">500</span> <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></code> から <code class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></code> に変更しました。</p>
400
478
  </li>
401
479
  <li><p class="first">[http][admin] jQueryのJSONプラグインを削除しました。 [GitHub#168] [大関さんがパッチ提供]</p>
402
480
  </li>
@@ -404,9 +482,9 @@ environment.</li>
404
482
  </li>
405
483
  <li><p class="first">変数の値を取得するAPIを <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a> のAPIとして使えるようにしました。 [GitHub#170] [村上さんがパッチを提供]</p>
406
484
  <ul>
407
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></tt> を追加。</p>
485
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></code> を追加。</p>
408
486
  </li>
409
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></tt> を追加。</p>
487
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></code> を追加。</p>
410
488
  </li>
411
489
  </ul>
412
490
  </li>
@@ -416,21 +494,21 @@ environment.</li>
416
494
  </li>
417
495
  </ul>
418
496
  </div>
419
- <div class="section" id="id14">
420
- <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
497
+ <div class="section" id="id17">
498
+ <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
421
499
  <ul class="simple">
422
500
  <li><p class="first">[index] 最大セグメント数が間違っていた問題を修正しました。この問題によりインデックスカラム用のすべてのリソースを使い切るとクラッシュしていました。 [#2438] [GMOメディア株式会社さんが報告]</p>
423
501
  </li>
424
502
  <li><p class="first">[doc] <a class="reference internal" href="install/centos.html"><em>CentOS</em></a> の中のtypoを修正しました。 [GitHub#166] [村上さんがパッチ提供]</p>
425
503
  </li>
426
- <li><p class="first">[doc] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> で <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt> のデフォルト値が間違っていた問題を修正しました。 [GitHub#167] [村上さんがパッチ提供]</p>
504
+ <li><p class="first">[doc] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> で <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> のデフォルト値が間違っていた問題を修正しました。 [GitHub#167] [村上さんがパッチ提供]</p>
427
505
  </li>
428
- <li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>クエリー構文</em></a> で不足していた <tt class="docutils literal"><span class="pre">\</span></tt> エスケープの例外ケースを追加しました。 [&#64;Yappoさんが報告]</p>
506
+ <li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>クエリー構文</em></a> で不足していた <code class="docutils literal"><span class="pre">\</span></code> エスケープの例外ケースを追加しました。 [&#64;Yappoさんが報告]</p>
429
507
  </li>
430
508
  </ul>
431
509
  </div>
432
- <div class="section" id="id15">
433
- <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
510
+ <div class="section" id="id18">
511
+ <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
434
512
  <ul class="simple">
435
513
  <li><p class="first">cosmo0920さん</p>
436
514
  </li>
@@ -447,14 +525,14 @@ environment.</li>
447
525
  </div>
448
526
  <div class="section" id="release-4-0-1-2014-03-29">
449
527
  <span id="release-4-0-1"></span><h2>4.0.1リリース - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
450
- <div class="section" id="id16">
451
- <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
528
+ <div class="section" id="id19">
529
+ <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
452
530
  <ul class="simple">
453
531
  <li><p class="first">[doc] 返り値のヘッダ詳細 (<a class="reference internal" href="reference/command/output_format.html"><em>出力形式</em></a>) についてのリンクを追加しました。</p>
454
532
  </li>
455
533
  <li><p class="first">JSONロード時のベクターの値とオブジェクトの値を表示できるようにしました。ロードに失敗したときのデータの詳細がわかるようになりました。</p>
456
534
  </li>
457
- <li><p class="first">selectコマンドに <tt class="docutils literal"><span class="pre">adjuster</span></tt> オプションを追加しました。adjusterオプションのシンタックスは INDEX_COLUMN &#64; STRING_LITERAL (* FACTOR) です。</p>
535
+ <li><p class="first">selectコマンドに <code class="docutils literal"><span class="pre">adjuster</span></code> オプションを追加しました。adjusterオプションのシンタックスは INDEX_COLUMN &#64; STRING_LITERAL (* FACTOR) です。</p>
458
536
  </li>
459
537
  <li><p class="first"><a class="reference internal" href="reference/columns/vector.html#weight-vector-column"><em>重み付きベクターカラム</em></a> をサポートしました。重みつきベクターを使うにはカラム作成時に 'COLUMN_VECTOR|WITH_WEIGHT' を指定する必要があります。</p>
460
538
  </li>
@@ -476,8 +554,8 @@ environment.</li>
476
554
  </li>
477
555
  </ul>
478
556
  </div>
479
- <div class="section" id="id17">
480
- <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
557
+ <div class="section" id="id20">
558
+ <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
481
559
  <ul class="simple">
482
560
  <li><p class="first">除算によるオーバーフローが発生する不具合を修正しました。例えば、'COLUMN(最小値) / -1' をInt32やInt64で定義したカラムに適用すると発生します。[#2307]</p>
483
561
  </li>
@@ -489,8 +567,8 @@ environment.</li>
489
567
  </li>
490
568
  </ul>
491
569
  </div>
492
- <div class="section" id="id18">
493
- <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
570
+ <div class="section" id="id21">
571
+ <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
494
572
  <ul class="simple">
495
573
  <li><p class="first">Sebastian Wiedenrothさん</p>
496
574
  </li>
@@ -509,8 +587,8 @@ environment.</li>
509
587
  <li><p class="first">バージョン4.0.0になりました!</p>
510
588
  </li>
511
589
  </ul>
512
- <div class="section" id="id19">
513
- <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
590
+ <div class="section" id="id22">
591
+ <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
514
592
  <ul class="simple">
515
593
  <li><p class="first">[normalizer] &quot;checks&quot; というノーマライズ前の文字列だと次の文字の位置がどこか計算するのに使う値を表示できるようにしました。この機能を有効にするには <cite>WITH_CHECK</cite> フラグを使用します。</p>
516
594
  </li>
@@ -518,25 +596,25 @@ environment.</li>
518
596
  </li>
519
597
  </ul>
520
598
  </div>
521
- <div class="section" id="id20">
522
- <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
599
+ <div class="section" id="id23">
600
+ <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
523
601
  <ul class="simple">
524
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_expr</span></tt> のオブジェクトが解放後にアクセスされクラッシュしてしまう不具合を修正しました。Groongaサーバーを利用している場合にはこの不具合に該当しません。主にこの不具合の影響を受けるのはRroongaユーザーです。この不具合はRroongaのAPIに <tt class="docutils literal"><span class="pre">_key</span></tt> のような疑似カラム名を含んだ指定をすることで発生します。</p>
602
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_expr</span></code> のオブジェクトが解放後にアクセスされクラッシュしてしまう不具合を修正しました。Groongaサーバーを利用している場合にはこの不具合に該当しません。主にこの不具合の影響を受けるのはRroongaユーザーです。この不具合はRroongaのAPIに <code class="docutils literal"><span class="pre">_key</span></code> のような疑似カラム名を含んだ指定をすることで発生します。</p>
525
603
  </li>
526
604
  <li><p class="first">Groonga 3.0.8で導入されたカスケード削除を意図せず実行しないようにしました。参照元とインデックスのドメインが異なる場合にはカスケード削除を実行しないようにしました。 [groonga-dev,02073] [yokuさんが報告]</p>
527
605
  </li>
528
- <li><p class="first"><tt class="docutils literal"><span class="pre">grn_snip</span></tt> 構造体を公開しないようにしました。 <tt class="docutils literal"><span class="pre">grn_snip</span></tt> のかわりに <tt class="docutils literal"><span class="pre">grn_obj</span></tt> を使うようにしてください。もし <tt class="docutils literal"><span class="pre">grn_snip_close</span></tt> を使っていたら、 <tt class="docutils literal"><span class="pre">grn_obj_close</span></tt> に置き換えてください。</p>
606
+ <li><p class="first"><code class="docutils literal"><span class="pre">grn_snip</span></code> 構造体を公開しないようにしました。 <code class="docutils literal"><span class="pre">grn_snip</span></code> のかわりに <code class="docutils literal"><span class="pre">grn_obj</span></code> を使うようにしてください。もし <code class="docutils literal"><span class="pre">grn_snip_close</span></code> を使っていたら、 <code class="docutils literal"><span class="pre">grn_obj_close</span></code> に置き換えてください。</p>
529
607
  </li>
530
608
  <li><p class="first">[snippet_html] --queryが空のときにクラッシュする不具合を修正しました。 [groonga-dev,02097] [村上さんが報告]</p>
531
609
  </li>
532
610
  <li><p class="first">[snippet_html] カラムの中身が空のときのALERTレベルのメッセージを抑制するようにしました。 [groonga-dev,02097] [村上さんが報告]</p>
533
611
  </li>
534
- <li><p class="first">[groonga-httpd] &quot;off&quot; が通常のパス名として <tt class="docutils literal"><span class="pre">groonga_query_log_path</span></tt> で使われてしまう不具合を修正しました。 [groonga-dev,02113] [山本良二さんが報告]</p>
612
+ <li><p class="first">[groonga-httpd] &quot;off&quot; が通常のパス名として <code class="docutils literal"><span class="pre">groonga_query_log_path</span></code> で使われてしまう不具合を修正しました。 [groonga-dev,02113] [山本良二さんが報告]</p>
535
613
  </li>
536
614
  </ul>
537
615
  </div>
538
- <div class="section" id="id21">
539
- <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
616
+ <div class="section" id="id24">
617
+ <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
540
618
  <ul class="simple">
541
619
  <li><p class="first">yokuさん</p>
542
620
  </li>
@@ -812,70 +890,78 @@ environment.</li>
812
890
  </div>
813
891
  </div>
814
892
  </div>
815
- <div class="sphinxsidebar">
893
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
816
894
  <div class="sphinxsidebarwrapper">
817
895
  <h3><a href="index.html">目次</a></h3>
818
896
  <ul>
819
897
  <li><a class="reference internal" href="#">お知らせ</a><ul>
820
- <li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
898
+ <li><a class="reference internal" href="#release-4-0-8-2014-11-29">4.0.8リリース - 2014/11/29</a><ul>
821
899
  <li><a class="reference internal" href="#improvements">改良</a></li>
822
900
  <li><a class="reference internal" href="#fixes">修正</a></li>
823
901
  <li><a class="reference internal" href="#thanks">感謝</a></li>
824
902
  </ul>
825
903
  </li>
826
- <li><a class="reference internal" href="#release-4-0-6-2014-09-29">4.0.6リリース - 2014/09/29</a><ul>
904
+ <li><a class="reference internal" href="#release-4-0-7-2014-10-29">4.0.7リリース - 2014/10/29</a><ul>
827
905
  <li><a class="reference internal" href="#id1">改良</a></li>
828
906
  <li><a class="reference internal" href="#id2">修正</a></li>
829
907
  <li><a class="reference internal" href="#id3">感謝</a></li>
830
908
  </ul>
831
909
  </li>
832
- <li><a class="reference internal" href="#release-4-0-5-2014-08-29">4.0.5リリース - 2014/08/29</a><ul>
910
+ <li><a class="reference internal" href="#release-4-0-6-2014-09-29">4.0.6リリース - 2014/09/29</a><ul>
833
911
  <li><a class="reference internal" href="#id4">改良</a></li>
834
912
  <li><a class="reference internal" href="#id5">修正</a></li>
835
913
  <li><a class="reference internal" href="#id6">感謝</a></li>
836
914
  </ul>
837
915
  </li>
838
- <li><a class="reference internal" href="#release-4-0-4-2014-07-29">4.0.4リリース - 2014/07/29</a><ul>
916
+ <li><a class="reference internal" href="#release-4-0-5-2014-08-29">4.0.5リリース - 2014/08/29</a><ul>
839
917
  <li><a class="reference internal" href="#id7">改良</a></li>
840
918
  <li><a class="reference internal" href="#id8">修正</a></li>
841
919
  <li><a class="reference internal" href="#id9">感謝</a></li>
842
920
  </ul>
843
921
  </li>
844
- <li><a class="reference internal" href="#release-4-0-3-2014-06-29">4.0.3リリース - 2014/06/29</a><ul>
922
+ <li><a class="reference internal" href="#release-4-0-4-2014-07-29">4.0.4リリース - 2014/07/29</a><ul>
845
923
  <li><a class="reference internal" href="#id10">改良</a></li>
846
924
  <li><a class="reference internal" href="#id11">修正</a></li>
847
925
  <li><a class="reference internal" href="#id12">感謝</a></li>
848
926
  </ul>
849
927
  </li>
850
- <li><a class="reference internal" href="#release-4-0-2-2014-05-29">4.0.2リリース - 2014/05/29</a><ul>
928
+ <li><a class="reference internal" href="#release-4-0-3-2014-06-29">4.0.3リリース - 2014/06/29</a><ul>
851
929
  <li><a class="reference internal" href="#id13">改良</a></li>
852
930
  <li><a class="reference internal" href="#id14">修正</a></li>
853
931
  <li><a class="reference internal" href="#id15">感謝</a></li>
854
932
  </ul>
855
933
  </li>
856
- <li><a class="reference internal" href="#release-4-0-1-2014-03-29">4.0.1リリース - 2014/03/29</a><ul>
934
+ <li><a class="reference internal" href="#release-4-0-2-2014-05-29">4.0.2リリース - 2014/05/29</a><ul>
857
935
  <li><a class="reference internal" href="#id16">改良</a></li>
858
936
  <li><a class="reference internal" href="#id17">修正</a></li>
859
937
  <li><a class="reference internal" href="#id18">感謝</a></li>
860
938
  </ul>
861
939
  </li>
862
- <li><a class="reference internal" href="#release-4-0-0-2014-02-09">4.0.0リリース - 2014/02/09</a><ul>
940
+ <li><a class="reference internal" href="#release-4-0-1-2014-03-29">4.0.1リリース - 2014/03/29</a><ul>
863
941
  <li><a class="reference internal" href="#id19">改良</a></li>
864
942
  <li><a class="reference internal" href="#id20">修正</a></li>
865
943
  <li><a class="reference internal" href="#id21">感謝</a></li>
866
944
  </ul>
867
945
  </li>
946
+ <li><a class="reference internal" href="#release-4-0-0-2014-02-09">4.0.0リリース - 2014/02/09</a><ul>
947
+ <li><a class="reference internal" href="#id22">改良</a></li>
948
+ <li><a class="reference internal" href="#id23">修正</a></li>
949
+ <li><a class="reference internal" href="#id24">感謝</a></li>
950
+ </ul>
951
+ </li>
868
952
  <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
869
953
  </ul>
870
954
  </li>
871
955
  </ul>
872
956
 
873
- <h3>このページ</h3>
874
- <ul class="this-page-menu">
875
- <li><a href="_sources/news.txt"
876
- rel="nofollow">ソースコードを表示</a></li>
877
- </ul>
878
- <div id="searchbox" style="display: none">
957
+ <div role="note" aria-label="source link">
958
+ <h3>このページ</h3>
959
+ <ul class="this-page-menu">
960
+ <li><a href="_sources/news.txt"
961
+ rel="nofollow">ソースコードを表示</a></li>
962
+ </ul>
963
+ </div>
964
+ <div id="searchbox" style="display: none" role="search">
879
965
  <h3>クイック検索</h3>
880
966
  <form class="search" action="search.html" method="get">
881
967
  <input type="text" name="q" />
@@ -892,16 +978,16 @@ environment.</li>
892
978
  </div>
893
979
  <div class="clearer"></div>
894
980
  </div>
895
- <div class="related">
981
+ <div class="related" role="navigation" aria-label="related navigation">
896
982
  <h3>ナビゲーション</h3>
897
983
  <ul>
898
984
  <li class="right" style="margin-right: 10px">
899
985
  <a href="genindex.html" title="総合索引"
900
986
  >索引</a></li>
901
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0bドキュメント</a> &raquo;</li>
987
+ <li><a href="index.html">Groonga v4.0.8ドキュメント</a> &raquo;</li>
902
988
  </ul>
903
989
  </div>
904
- <div class="footer">
990
+ <div class="footer" role="contentinfo">
905
991
  &copy; Copyright 2009-2014, Brazil, Inc.
906
992
  </div>
907
993
  </body>