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. Limitations &mdash; Groonga v4.0.6-211-g8c0bb0b documentation</title>
10
+ <title>9. Limitations &mdash; Groonga v4.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '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
@@ -25,11 +25,11 @@
25
25
  <script type="text/javascript" src="_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.6-211-g8c0bb0b documentation" href="index.html" />
28
+ <link rel="top" title="Groonga v4.0.8 documentation" href="index.html" />
29
29
  <link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
30
30
  <link rel="prev" title="8.2. 検索" href="spec/search.html" />
31
31
  </head>
32
- <body>
32
+ <body role="document">
33
33
  <div class="header">
34
34
  <h1 class="title">
35
35
  <a id="top-link" href="index.html">
@@ -47,7 +47,7 @@
47
47
  </div>
48
48
 
49
49
 
50
- <div class="related">
50
+ <div class="related" role="navigation" aria-label="related navigation">
51
51
  <h3>Navigation</h3>
52
52
  <ul>
53
53
  <li class="right" style="margin-right: 10px">
@@ -59,14 +59,14 @@
59
59
  <li class="right" >
60
60
  <a href="spec/search.html" title="8.2. 検索"
61
61
  accesskey="P">previous</a> |</li>
62
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
62
+ <li><a href="index.html">Groonga v4.0.8 documentation</a> &raquo;</li>
63
63
  </ul>
64
64
  </div>
65
65
 
66
66
  <div class="document">
67
67
  <div class="documentwrapper">
68
68
  <div class="bodywrapper">
69
- <div class="body">
69
+ <div class="body" role="main">
70
70
 
71
71
  <div class="section" id="limitations">
72
72
  <h1>9. Limitations<a class="headerlink" href="#limitations" title="Permalink to this headline">¶</a></h1>
@@ -94,7 +94,7 @@
94
94
  <h2>9.3. Limitations of column<a class="headerlink" href="#limitations-of-column" title="Permalink to this headline">¶</a></h2>
95
95
  <p>A column has the following limitation.</p>
96
96
  <ul class="simple">
97
- <li>The maximum stored data size of each column: 256GiB</li>
97
+ <li>The maximum stored data size of a column: 256GiB</li>
98
98
  </ul>
99
99
  </div>
100
100
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
  </div>
105
105
  </div>
106
- <div class="sphinxsidebar">
106
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
107
107
  <div class="sphinxsidebarwrapper">
108
108
  <h3><a href="index.html">Table Of Contents</a></h3>
109
109
  <ul>
@@ -121,12 +121,14 @@
121
121
  <h4>Next topic</h4>
122
122
  <p class="topless"><a href="troubleshooting.html"
123
123
  title="next chapter">10. トラブルシューティング</a></p>
124
- <h3>This Page</h3>
125
- <ul class="this-page-menu">
126
- <li><a href="_sources/limitations.txt"
127
- rel="nofollow">Show Source</a></li>
128
- </ul>
129
- <div id="searchbox" style="display: none">
124
+ <div role="note" aria-label="source link">
125
+ <h3>This Page</h3>
126
+ <ul class="this-page-menu">
127
+ <li><a href="_sources/limitations.txt"
128
+ rel="nofollow">Show Source</a></li>
129
+ </ul>
130
+ </div>
131
+ <div id="searchbox" style="display: none" role="search">
130
132
  <h3>Quick search</h3>
131
133
  <form class="search" action="search.html" method="get">
132
134
  <input type="text" name="q" />
@@ -143,7 +145,7 @@
143
145
  </div>
144
146
  <div class="clearer"></div>
145
147
  </div>
146
- <div class="related">
148
+ <div class="related" role="navigation" aria-label="related navigation">
147
149
  <h3>Navigation</h3>
148
150
  <ul>
149
151
  <li class="right" style="margin-right: 10px">
@@ -155,10 +157,10 @@
155
157
  <li class="right" >
156
158
  <a href="spec/search.html" title="8.2. 検索"
157
159
  >previous</a> |</li>
158
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
160
+ <li><a href="index.html">Groonga v4.0.8 documentation</a> &raquo;</li>
159
161
  </ul>
160
162
  </div>
161
- <div class="footer">
163
+ <div class="footer" role="contentinfo">
162
164
  &copy; Copyright 2009-2014, Brazil, Inc.
163
165
  </div>
164
166
  </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>News &mdash; Groonga v4.0.6-211-g8c0bb0b documentation</title>
10
+ <title>News &mdash; Groonga v4.0.8 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '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
@@ -25,9 +25,9 @@
25
25
  <script type="text/javascript" src="_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.6-211-g8c0bb0b documentation" href="index.html" />
28
+ <link rel="top" title="Groonga v4.0.8 documentation" href="index.html" />
29
29
  </head>
30
- <body>
30
+ <body role="document">
31
31
  <div class="header">
32
32
  <h1 class="title">
33
33
  <a id="top-link" href="index.html">
@@ -45,50 +45,133 @@
45
45
  </div>
46
46
 
47
47
 
48
- <div class="related">
48
+ <div class="related" role="navigation" aria-label="related navigation">
49
49
  <h3>Navigation</h3>
50
50
  <ul>
51
51
  <li class="right" style="margin-right: 10px">
52
52
  <a href="genindex.html" title="General Index"
53
53
  accesskey="I">index</a></li>
54
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
54
+ <li><a href="index.html">Groonga v4.0.8 documentation</a> &raquo;</li>
55
55
  </ul>
56
56
  </div>
57
57
 
58
58
  <div class="document">
59
59
  <div class="documentwrapper">
60
60
  <div class="bodywrapper">
61
- <div class="body">
61
+ <div class="body" role="main">
62
62
 
63
63
  <div class="section" id="news">
64
64
  <h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
65
- <div class="section" id="release-4-0-7-2014-10-29">
66
- <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="Permalink to this headline">¶</a></h2>
65
+ <div class="section" id="release-4-0-8-2014-11-29">
66
+ <span id="release-4-0-8"></span><h2>Release 4.0.8 - 2014/11/29<a class="headerlink" href="#release-4-0-8-2014-11-29" title="Permalink to this headline">¶</a></h2>
67
67
  <div class="section" id="improvements">
68
68
  <h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
69
69
  <ul class="simple">
70
+ <li>[deb] Supported Ubuntu 12.04 again because Travis-CI runs on it.</li>
71
+ <li>[mruby] Supported pretty print - <code class="docutils literal"><span class="pre">&quot;pp&quot;</span></code> for debugging. And supported to
72
+ show internal objects more descriptive format when inspecting it.</li>
73
+ <li>Supported full text search query without index if one column is specified
74
+ for <code class="docutils literal"><span class="pre">--match_columns</span></code> even though sequential search is executed
75
+ by <code class="docutils literal"><span class="pre">--query</span></code> and <code class="docutils literal"><span class="pre">--match_columns</span></code> combination.
76
+ [groonga-dev,02902] [Reported by Atsushi Shinoda]</li>
77
+ <li>[experimental] <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> supports auto sequential
78
+ search mode. There is a case that sequential search is faster than index search when
79
+ the number of narrowed down records is small enough in contrast to
80
+ the number of expected records to narrow down by <code class="docutils literal"><span class="pre">in_values</span></code> with
81
+ <code class="docutils literal"><span class="pre">AND</span></code> operation which use indexes.
82
+ The value of <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> is used as
83
+ threshold whether Groonga execute sequential search or search with indexes in
84
+ such a case.</li>
85
+ <li>[mruby] Supported to load relative path of script.</li>
86
+ <li>Supported test suite to write query optimizer test more easily with
87
+ mruby enabled build.</li>
88
+ <li>Supported offline index construction for token filters.
89
+ [GitHub#239] [Patch by Naoya Murakami]</li>
90
+ <li>[experimental] <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> supports auto sequential search mode.
91
+ Use the value of <code class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></code> as threshold.
92
+ Basic concept is similar to <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code>.</li>
93
+ <li>[experimental] Supported multiple drilldowns for :doc:<code class="docutils literal"><span class="pre">/reference/command/select</span></code>
94
+ command. The syntax is extended to support this feature. The new one is
95
+ <code class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></code> for keys,
96
+ <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></code> for output columns.
97
+ In the previous versions, a client application must implement by oneself for drilldown
98
+ by multiple keys. Use <code class="docutils literal"><span class="pre">_key[N]</span></code> for <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span></code> to show
99
+ original value of key in records.</li>
100
+ <li>Supported to search <code class="docutils literal"><span class="pre">'reference_column</span> <span class="pre">&#64;</span> <span class="pre">&quot;query&quot;'</span></code> without index.</li>
101
+ <li>[experimental] Added <a class="reference internal" href="reference/commands/range_filter.html"><em>range_filter</em></a> command. It is faster than select
102
+ command to fetch specific range of records in most cases, because it doesn't returns
103
+ the number of matched records. There are limitations which doesn't support drilldown and so on.
104
+ Thus, <code class="docutils literal"><span class="pre">range_filter</span></code> is suitable for extracting first <code class="docutils literal"><span class="pre">N</span></code> records in specific range for ranking
105
+ or something else.</li>
106
+ <li>[httpd] Supported <code class="docutils literal"><span class="pre">groonga-httpd</span></code> on windows.</li>
107
+ <li>Supported vector column for drilldown.</li>
108
+ <li>[deb] Changed <code class="docutils literal"><span class="pre">groonga-httpd</span></code> as default HTTP server package.
109
+ <code class="docutils literal"><span class="pre">groonga-server-http</span></code> is deprecated. Note that <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a>
110
+ functionality itself is still exists in Groonga. If you just want to use simple HTTP server
111
+ in traditional way, specify proper arguments by command line for <a class="reference internal" href="reference/executables/groonga.html"><em>groonga command</em></a>.</li>
112
+ <li>Added configuration file for Windows CI on AppVeyor.
113
+ [groonga-dev,02970,02981] [Patch by Hiroshi Hatake]</li>
114
+ </ul>
115
+ </div>
116
+ <div class="section" id="fixes">
117
+ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
118
+ <ul class="simple">
119
+ <li>[doc] Fixed duplicated execution example path about
120
+ <a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a>.
121
+ [GitHub groonga.org#14] [Reported by Masafumi Yokoyama]</li>
122
+ <li>Fixed a bug that nested indexed full text search against <code class="docutils literal"><span class="pre">X._key</span></code>
123
+ returns empty results.</li>
124
+ <li>Fixed flags parameter which is strict in BSD <code class="docutils literal"><span class="pre">mkostemp(3)</span></code>.
125
+ [GitHub#240] [Patch by Jun Kuriyama]</li>
126
+ <li>Fixed a bug that select command reports invalid value type (table)
127
+ as index column value type. It was fixed to <code class="docutils literal"><span class="pre">UInt32</span></code>.
128
+ Note that it affects only the value of response header.
129
+ The search results is not changed at all.</li>
130
+ <li>Fixed a bug that compare operations such as <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> with
131
+ Time and String type returns invalid results.</li>
132
+ <li>Fixed a bug that prefix search can't be executed against single character such as
133
+ <code class="docutils literal"><span class="pre">&quot;x*&quot;</span></code>. [GitHub#242] [Patch by Naoya Murakami]</li>
134
+ <li>Fixed a memory leak on drilldown <code class="docutils literal"><span class="pre">ShortText</span></code> value with <code class="docutils literal"><span class="pre">--filter</span></code>.</li>
135
+ <li>Fixed missing <code class="docutils literal"><span class="pre">&quot;,&quot;</span></code> for <code class="docutils literal"><span class="pre">&quot;DDL:set_token_filters&quot;</span></code> log.
136
+ [Reported by Naoya Murakami]</li>
137
+ </ul>
138
+ </div>
139
+ <div class="section" id="thanks">
140
+ <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
141
+ <ul class="simple">
142
+ <li>Atsushi Shinoda</li>
143
+ <li>Masafumi Yokoyama</li>
144
+ <li>Naoya Murakami</li>
145
+ <li>Jun Kuriyama</li>
146
+ <li>Hiroshi Hatake</li>
147
+ </ul>
148
+ </div>
149
+ </div>
150
+ <div class="section" id="release-4-0-7-2014-10-29">
151
+ <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="Permalink to this headline">¶</a></h2>
152
+ <div class="section" id="id1">
153
+ <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
154
+ <ul class="simple">
70
155
  <li>[windows] Supported Groonga with mruby on Windows.</li>
71
156
  <li>Added token filter plugin API.</li>
72
157
  <li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> token filter plugin.
73
- It treats records of <tt class="docutils literal"><span class="pre">is_stop_word</span></tt> column as actual stop words.</li>
158
+ It treats records of <code class="docutils literal"><span class="pre">is_stop_word</span></code> column as actual stop words.</li>
74
159
  <li>[doc] Added <a class="reference internal" href="client.html"><em>Client</em></a> section which introduces link to client libraries.
75
160
  [GitHub#210] [Patch by Naoya Murakami]</li>
76
161
  <li>[doc] Reconstructed documentation. <a class="reference internal" href="reference/suggest.html"><em>Suggest</em></a> and
77
162
  <a class="reference internal" href="reference/operations/geolocation_search.html"><em>Geolocation Search</em></a> are grouped under <a class="reference internal" href="reference.html"><em>Reference manual</em></a>.
78
163
  [GitHub#206] [Patch by Naoya Murakami]</li>
79
- <li>[dump] Supports to dump TABLE_NO_KEY for token_flters.
80
- [GitHub#215] [Patch by Naoya Murakami]</li>
81
164
  <li>[deb] Added stop word token filter plugin.
82
165
  [GitHub#216] [Patch by Hiroshi Hatake]</li>
83
166
  <li>[deb] Clarified licenses about used/bundled files in debian/copyright.</li>
84
167
  <li>Dropped LZO compression support.</li>
85
168
  <li>Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]</li>
86
- <li>Added <tt class="xref doc docutils literal"><span class="pre">/reference/function/in_values</span></tt>. We recommends to use it
87
- 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>
88
- <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
169
+ <li>Added <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a>. We recommends to use it
170
+ instead of <code class="docutils literal"><span class="pre">==</span></code> and <code class="docutils literal"><span class="pre">OR</span></code> combinations ( <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>
171
+ <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> ) because of better
89
172
  performance.</li>
90
- <li>[load] Supported to update existing record in <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> by
91
- specifying a record by <tt class="docutils literal"><span class="pre">_id</span></tt>.</li>
173
+ <li>[load] Supported to update existing record in <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> by
174
+ specifying a record by <code class="docutils literal"><span class="pre">_id</span></code>.</li>
92
175
  <li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> token filter plugin. It provides
93
176
  stemming feature. To use this token filter, you need to install
94
177
  <a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> library.</li>
@@ -96,8 +179,8 @@ stemming feature. To use this token filter, you need to install
96
179
  [GitHub#227] [Patch by Naoya Murakami]</li>
97
180
  </ul>
98
181
  </div>
99
- <div class="section" id="fixes">
100
- <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
182
+ <div class="section" id="id2">
183
+ <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
101
184
  <ul class="simple">
102
185
  <li>[doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya Murakami]</li>
103
186
  <li>[httpd] Updated bundled nginx version to 1.7.6.
@@ -105,25 +188,28 @@ stemming feature. To use this token filter, you need to install
105
188
  <li>[power8] Fixed build failure. See
106
189
  <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>
107
190
  [Patch by Sergey Vojtovich]</li>
108
- <li>Fixed a bug that URL encoding fails if <tt class="docutils literal"><span class="pre">char</span></tt> type is build as
109
- <tt class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></tt> type. [GitHub#217]</li>
110
- <li>Fixed a bug that a <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table returns empty results for
191
+ <li>Fixed a bug that URL encoding fails if <code class="docutils literal"><span class="pre">char</span></code> type is build as
192
+ <code class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></code> type. [GitHub#217]</li>
193
+ <li>Fixed a bug that a <code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> table returns empty results for
111
194
  <a class="reference internal" href="reference/commands/select.html"><em>select</em></a>. [GitHub#220]</li>
112
195
  <li>Fixed a memory leak about inspecting vector column. It occurs when
113
196
  something error reports about vector column.</li>
114
197
  <li>Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch
115
198
  by Naoya Murakami]</li>
116
- <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
117
- return true in <tt class="docutils literal"><span class="pre">--filter</span></tt>. By this issue, not intended records may
199
+ <li>Fixed a bug that the value of <code class="docutils literal"><span class="pre">Int8</span></code> column which is less than 100 may
200
+ return true in <code class="docutils literal"><span class="pre">--filter</span></code>. By this issue, not intended records may
118
201
  be included as search results.</li>
119
202
  <li>Fixed to handle binary operation for vector column as an error.</li>
120
- <li>Fixed a bug that <tt class="docutils literal"><span class="pre">!XXX</span></tt> may return inverted result on big endian
203
+ <li>Fixed a bug that <code class="docutils literal"><span class="pre">!XXX</span></code> may return inverted result on big endian
121
204
  environment.</li>
122
205
  <li>Fixed a memory leak on converting weight vector to text.</li>
206
+ <li>[dump] Fixed token filters and <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> related error in
207
+ <a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a>. [GitHub#215] [Patch by Naoya
208
+ Murakami]</li>
123
209
  </ul>
124
210
  </div>
125
- <div class="section" id="thanks">
126
- <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
211
+ <div class="section" id="id3">
212
+ <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
127
213
  <ul class="simple">
128
214
  <li>Naoya Murakami</li>
129
215
  <li>Hiroshi Hatake</li>
@@ -133,8 +219,8 @@ environment.</li>
133
219
  </div>
134
220
  <div class="section" id="release-4-0-6-2014-09-29">
135
221
  <span id="release-4-0-6"></span><h2>Release 4.0.6 - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="Permalink to this headline">¶</a></h2>
136
- <div class="section" id="id1">
137
- <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
222
+ <div class="section" id="id4">
223
+ <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
138
224
  <ul class="simple">
139
225
  <li>[deb] Updated to follow the rule about machine-readable
140
226
  debian/copyright file. [Reported by Hideki Yamane]</li>
@@ -151,27 +237,27 @@ For example, mruby optimizer overhead is negligible enough for query such as
151
237
  Until now, Redmine account must be approved by administrator, so you can not
152
238
  report at feel free. [GitHub#202] [Patch by cosmo0920]</li>
153
239
  <li>[doc] Translated C API document. [GitHub#203] [Patch by NOKUBI Takatsugu]</li>
154
- <li>Supported to customize similarity threshold by <tt class="docutils literal"><span class="pre">'*S10&quot;...&quot;'</span></tt> syntax.</li>
240
+ <li>Supported to customize similarity threshold by <code class="docutils literal"><span class="pre">'*S10&quot;...&quot;'</span></code> syntax.</li>
155
241
  <li>Added source column validation to
156
242
  <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a>. If source column doesn't
157
- exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <tt class="docutils literal"><span class="pre">false</span></tt> and
243
+ exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <code class="docutils literal"><span class="pre">false</span></code> and
158
244
  column isn't created.</li>
159
245
  <li>[debian] Dropped Debian jessie and sid support.</li>
160
246
  </ul>
161
247
  </div>
162
- <div class="section" id="id2">
163
- <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
248
+ <div class="section" id="id5">
249
+ <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
164
250
  <ul class="simple">
165
251
  <li>Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency)
166
252
  for choosing target tokens.
167
253
  In the previous versions, it used token ID instead of IDF.
168
254
  [groonga-dev,02731] [groonga-dev,02754] [Reported by Satoshi Mitani, warp kawada]</li>
169
255
  <li>Fixed a crash bug when deleting a record.
170
- If the table of the record has <tt class="docutils literal"><span class="pre">_key</span></tt> and <tt class="docutils literal"><span class="pre">_key</span></tt> is
256
+ If the table of the record has <code class="docutils literal"><span class="pre">_key</span></code> and <code class="docutils literal"><span class="pre">_key</span></code> is
171
257
  indexed from two or more index columns, deleting causes a crash.</li>
172
258
  <li>Fixed compiler warning about unused variable 'e'. [GitHub#197] [Patch by cosmo0920]</li>
173
259
  <li>[fedora][httpd] Fixed service start failure without log directory.</li>
174
- <li>[mruby] Fixed build error with <tt class="docutils literal"><span class="pre">--disable-mruby</span></tt>.
260
+ <li>[mruby] Fixed build error with <code class="docutils literal"><span class="pre">--disable-mruby</span></code>.
175
261
  [GitHub#200] [Patch by cosmo0920]</li>
176
262
  <li>Fixed build warning about CMP0014 for MariaDB bundled Mroonga package.
177
263
  [GitHub#201] [Patch by cosmo0920]</li>
@@ -181,8 +267,8 @@ indexed from two or more index columns, deleting causes a crash.</li>
181
267
  This update contains vulnerability fix (CVE-2014-3616).</li>
182
268
  </ul>
183
269
  </div>
184
- <div class="section" id="id3">
185
- <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
270
+ <div class="section" id="id6">
271
+ <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
186
272
  <ul class="simple">
187
273
  <li>Hideki Yamane</li>
188
274
  <li>Masafumi Yokoyama</li>
@@ -196,8 +282,8 @@ This update contains vulnerability fix (CVE-2014-3616).</li>
196
282
  </div>
197
283
  <div class="section" id="release-4-0-5-2014-08-29">
198
284
  <span id="release-4-0-5"></span><h2>Release 4.0.5 - 2014/08/29<a class="headerlink" href="#release-4-0-5-2014-08-29" title="Permalink to this headline">¶</a></h2>
199
- <div class="section" id="id4">
200
- <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
285
+ <div class="section" id="id7">
286
+ <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
201
287
  <ul class="simple">
202
288
  <li>Dropped Ubuntu 13.10 (Saucy Salamander).</li>
203
289
  <li>Supported to show weight vector element as XML.</li>
@@ -210,10 +296,10 @@ output text. [GitHub#185] [Patch by Naoya Murakami]</li>
210
296
  <li>[doc] Updated outdated functions/commands reference
211
297
  [GitHub#188] [GitHub#189] [Patch by Naoya Murakami]</li>
212
298
  <li>[benchmark] Added average and median in benchmark result.</li>
213
- <li>Exported <tt class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></tt> and <tt class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></tt>
299
+ <li>Exported <code class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></code> and <code class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></code>
214
300
  for plugin developer. [GitHub#190] [Patch by Naoya Murakami]</li>
215
301
  <li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added &quot;mode&quot; option to control behavior.
216
- You can use <tt class="docutils literal"><span class="pre">GET</span></tt> or <tt class="docutils literal"><span class="pre">ADD</span></tt> as a mode.
302
+ You can use <code class="docutils literal"><span class="pre">GET</span></code> or <code class="docutils literal"><span class="pre">ADD</span></code> as a mode.
217
303
  [GitHub#191] [GitHub#192] [Patch by Naoya Murakami]</li>
218
304
  <li>Supported near search by '*N&quot;A Z&quot;' syntax.</li>
219
305
  <li>Supported to customize behavior of tokenizer whether it skips token or
@@ -224,12 +310,12 @@ skips token with position. This feature is useful for developing tokenizer plugi
224
310
  <li>[doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]</li>
225
311
  </ul>
226
312
  </div>
227
- <div class="section" id="id5">
228
- <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
313
+ <div class="section" id="id8">
314
+ <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
229
315
  <ul class="simple">
230
- <li>[php] Fixed memory leak when <tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></tt> is used.
316
+ <li>[php] Fixed memory leak when <code class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></code> is used.
231
317
  [GitHub#184] [Patch by &#64;do-aki]</li>
232
- <li>[php] Fixed to avoid double free when <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> is called.
318
+ <li>[php] Fixed to avoid double free when <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> is called.
233
319
  [GitHub#184] [Patch by &#64;do-aki]</li>
234
320
  <li>Fixed to support out-of-tree build again.</li>
235
321
  <li>[httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix.</li>
@@ -240,8 +326,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
240
326
  [groonga-dev,02691] [Reported by Naoya Murakami]</li>
241
327
  </ul>
242
328
  </div>
243
- <div class="section" id="id6">
244
- <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
329
+ <div class="section" id="id9">
330
+ <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
245
331
  <ul class="simple">
246
332
  <li>&#64;do-aki</li>
247
333
  <li>Naoya Murakami</li>
@@ -253,8 +339,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
253
339
  </div>
254
340
  <div class="section" id="release-4-0-4-2014-07-29">
255
341
  <span id="release-4-0-4"></span><h2>Release 4.0.4 - 2014/07/29<a class="headerlink" href="#release-4-0-4-2014-07-29" title="Permalink to this headline">¶</a></h2>
256
- <div class="section" id="id7">
257
- <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
342
+ <div class="section" id="id10">
343
+ <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
258
344
  <ul class="simple">
259
345
  <li>[httpd] Updated bundled nginx version to the latest mainline (1.7.3).</li>
260
346
  <li>Supported weight in vector column.</li>
@@ -264,15 +350,15 @@ skips token with position. This feature is useful for developing tokenizer plugi
264
350
  <li>[http][admin] Updated to use English as default language. [GitHub#182]</li>
265
351
  </ul>
266
352
  </div>
267
- <div class="section" id="id8">
268
- <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
353
+ <div class="section" id="id11">
354
+ <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
269
355
  <ul class="simple">
270
356
  <li>Fixed to show right syntax error location in response.</li>
271
357
  <li>[httpd] Fixed build error on Clang. [GitHub clear-code/rurema-search#11] [Reported by niku]</li>
272
358
  </ul>
273
359
  </div>
274
- <div class="section" id="id9">
275
- <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
360
+ <div class="section" id="id12">
361
+ <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
276
362
  <ul class="simple">
277
363
  <li>niku</li>
278
364
  </ul>
@@ -280,8 +366,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
280
366
  </div>
281
367
  <div class="section" id="release-4-0-3-2014-06-29">
282
368
  <span id="release-4-0-3"></span><h2>Release 4.0.3 - 2014/06/29<a class="headerlink" href="#release-4-0-3-2014-06-29" title="Permalink to this headline">¶</a></h2>
283
- <div class="section" id="id10">
284
- <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
369
+ <div class="section" id="id13">
370
+ <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
285
371
  <ul class="simple">
286
372
  <li>[experimental][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ]
287
373
  Supported POST.</li>
@@ -297,19 +383,19 @@ argument.
297
383
  [Reported by GMO Media, Inc.][Patch by Naoya Murakami]</li>
298
384
  <li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added more validations for invalid
299
385
  argument.</li>
300
- <li>[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] Supported <tt class="docutils literal"><span class="pre">Expect:</span>
301
- <span class="pre">100-Continue</span></tt> request.</li>
302
- <li>Exported <tt class="docutils literal"><span class="pre">grn_proc_get_type()</span></tt>.</li>
386
+ <li>[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] Supported <code class="docutils literal"><span class="pre">Expect:</span>
387
+ <span class="pre">100-Continue</span></code> request.</li>
388
+ <li>Exported <code class="docutils literal"><span class="pre">grn_proc_get_type()</span></code>.</li>
303
389
  <li>[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ]
304
- Added <tt class="docutils literal"><span class="pre">--log-path</span></tt> and <tt class="docutils literal"><span class="pre">--log-level</span></tt> options.</li>
305
- <li>Deprecated <tt class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></tt>.</li>
306
- <li>Deprecated <tt class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></tt>.</li>
307
- <li>Added <tt class="docutils literal"><span class="pre">grn_text_printf()</span></tt>.</li>
308
- <li>Added <tt class="docutils literal"><span class="pre">grn_text_vprintf()</span></tt>.</li>
390
+ Added <code class="docutils literal"><span class="pre">--log-path</span></code> and <code class="docutils literal"><span class="pre">--log-level</span></code> options.</li>
391
+ <li>Deprecated <code class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></code>.</li>
392
+ <li>Deprecated <code class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></code>.</li>
393
+ <li>Added <code class="docutils literal"><span class="pre">grn_text_printf()</span></code>.</li>
394
+ <li>Added <code class="docutils literal"><span class="pre">grn_text_vprintf()</span></code>.</li>
309
395
  <li>Removed limitation of one query log size.</li>
310
- <li>Added <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>.
396
+ <li>Added <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>.
311
397
  [GitHub#175][Patch by Naoya Murakami]</li>
312
- <li>Added <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>.
398
+ <li>Added <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>.
313
399
  [GitHub#175][Patch by Naoya Murakami]</li>
314
400
  <li>[GitHub#176] Supported reference vector column with weight.</li>
315
401
  <li>[plugin] Used public API instead of internal API.
@@ -320,8 +406,8 @@ Added <tt class="docutils literal"><span class="pre">--log-path</span></tt> and
320
406
  [groonga-dev,02454] [Reported by cosmo0920].</li>
321
407
  </ul>
322
408
  </div>
323
- <div class="section" id="id11">
324
- <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
409
+ <div class="section" id="id14">
410
+ <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
325
411
  <ul class="simple">
326
412
  <li>[rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
327
413
  not GQTP.
@@ -330,8 +416,8 @@ not GQTP.
330
416
  <a class="reference internal" href="reference/commands/select.html#select-adjuster"><em>adjuster</em></a> has a syntax error.</li>
331
417
  </ul>
332
418
  </div>
333
- <div class="section" id="id12">
334
- <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
419
+ <div class="section" id="id15">
420
+ <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
335
421
  <ul class="simple">
336
422
  <li>Masafumi Yokoyama</li>
337
423
  <li>Naoya Murakami</li>
@@ -342,11 +428,11 @@ not GQTP.
342
428
  </div>
343
429
  <div class="section" id="release-4-0-2-2014-05-29">
344
430
  <span id="release-4-0-2"></span><h2>Release 4.0.2 - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-29" title="Permalink to this headline">¶</a></h2>
345
- <div class="section" id="id13">
346
- <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
431
+ <div class="section" id="id16">
432
+ <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
347
433
  <ul class="simple">
348
434
  <li>[doc] Updated documentation about
349
- <tt class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></tt>.</li>
435
+ <code class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></code>.</li>
350
436
  <li>[doc] Added documentation about how to update files.
351
437
  [GitHub#160] [Patch by cosmo0920]</li>
352
438
  <li>[doc] Updated to caplitalized &quot;Groonga&quot; terms in
@@ -356,25 +442,25 @@ documentation. [GitHub#162][GitHub#163][GitHub#164]
356
442
  <li>Dropped Ubuntu 12.10.</li>
357
443
  <li>Migrated Ubuntu package distribution site to PPA on Launchpad.
358
444
  See <a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a> for details.</li>
359
- <li>Handled all requests that start with <tt class="docutils literal"><span class="pre">/d/</span></tt> as API requests. You
360
- need to put files to directories that don't start with <tt class="docutils literal"><span class="pre">/d/</span></tt> to
445
+ <li>Handled all requests that start with <code class="docutils literal"><span class="pre">/d/</span></code> as API requests. You
446
+ need to put files to directories that don't start with <code class="docutils literal"><span class="pre">/d/</span></code> to
361
447
  serve by Groonga HTTP service.</li>
362
448
  <li>[munin] Supported <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>.
363
449
  [Reported by Naoya Murakami]</li>
364
450
  <li>Supported daylight saving time.
365
451
  [#2546]</li>
366
- <li>[doc] Added a description about <tt class="docutils literal"><span class="pre">--with-mecab</span></tt> in
452
+ <li>[doc] Added a description about <code class="docutils literal"><span class="pre">--with-mecab</span></code> in
367
453
  <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a>.</li>
368
- <li>[http] Changed HTTP return code to <tt class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></tt> from <tt class="docutils literal"><span class="pre">500</span>
369
- <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></tt> for syntax error case.</li>
454
+ <li>[http] Changed HTTP return code to <code class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></code> from <code class="docutils literal"><span class="pre">500</span>
455
+ <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></code> for syntax error case.</li>
370
456
  <li>[http][admin] Removed jQuery JSON plugin.
371
457
  [GitHub#168] [Patch by Tetsuharu OHZEKI]</li>
372
458
  <li>[http][admin] Enabled strict mode.
373
459
  [GitHub#169] [Patch by Tetsuharu OHZEKI]</li>
374
460
  <li>Exported getting variable APIs to <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a>.
375
461
  [GitHub#170] [Patch by Naoya Murakami]<ul>
376
- <li>Added <tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></tt>.</li>
377
- <li>Added <tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></tt>.</li>
462
+ <li>Added <code class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></code>.</li>
463
+ <li>Added <code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></code>.</li>
378
464
  </ul>
379
465
  </li>
380
466
  <li>[experimental] Added <a class="reference internal" href="reference/commands/tokenizer_list.html"><em>tokenizer_list</em></a>.
@@ -383,24 +469,24 @@ serve by Groonga HTTP service.</li>
383
469
  [GitHub#171] [Patch by Naoya Murakami]</li>
384
470
  </ul>
385
471
  </div>
386
- <div class="section" id="id14">
387
- <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
472
+ <div class="section" id="id17">
473
+ <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
388
474
  <ul class="simple">
389
475
  <li>[index] Fixed a bug that wrong max segment. It causes a crash when
390
476
  you use all allocated resource for an index column.
391
477
  [#2438] [Reported by GMO Media, Inc.]</li>
392
478
  <li>[doc] Fixed a typo in <a class="reference internal" href="install/centos.html"><em>CentOS</em></a>.
393
479
  [GitHub#166] [Patch by Naoya Murakami]</li>
394
- <li>[doc] Fixed the wrong default value of <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt> in
480
+ <li>[doc] Fixed the wrong default value of <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> in
395
481
  <a class="reference internal" href="reference/commands/select.html"><em>select</em></a>.
396
482
  [GitHub#167] [Patch by Naoya Murakami]</li>
397
- <li>[doc] Added a missing <tt class="docutils literal"><span class="pre">\</span></tt> escape exception in
483
+ <li>[doc] Added a missing <code class="docutils literal"><span class="pre">\</span></code> escape exception in
398
484
  <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>Query syntax</em></a>.
399
485
  [Reported by &#64;Yappo]</li>
400
486
  </ul>
401
487
  </div>
402
- <div class="section" id="id15">
403
- <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
488
+ <div class="section" id="id18">
489
+ <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
404
490
  <ul class="simple">
405
491
  <li>cosmo0920</li>
406
492
  <li>Naoya Murakami</li>
@@ -412,13 +498,13 @@ you use all allocated resource for an index column.
412
498
  </div>
413
499
  <div class="section" id="release-4-0-1-2014-03-29">
414
500
  <span id="release-4-0-1"></span><h2>Release 4.0.1 - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="Permalink to this headline">¶</a></h2>
415
- <div class="section" id="id16">
416
- <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
501
+ <div class="section" id="id19">
502
+ <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
417
503
  <ul class="simple">
418
504
  <li>[doc] Added a link in return value to detailed header description (<a class="reference internal" href="reference/command/output_format.html"><em>Output format</em></a>).</li>
419
505
  <li>Supported to inspect vector and object value in JSON load.
420
506
  It shows more details about data which is failed to load.</li>
421
- <li>Added <tt class="docutils literal"><span class="pre">adjuster</span></tt> option to select command.
507
+ <li>Added <code class="docutils literal"><span class="pre">adjuster</span></code> option to select command.
422
508
  adjuster options accepts following syntax: INDEX_COLUMN &#64; STRING_LITERAL (* FACTOR).</li>
423
509
  <li>Supported <a class="reference internal" href="reference/columns/vector.html#weight-vector-column"><em>Weight vector column</em></a>. You need to specify 'COLUMN_VECTOR|WITH_WEIGHT' flags
424
510
  to create weight vector column.</li>
@@ -432,8 +518,8 @@ to create weight vector column.</li>
432
518
  <li>[httpd] Enabled stub status module (NginxHttpStubStatusModule) for groonga-httpd. [Suggested by Masahiro Nagano]</li>
433
519
  </ul>
434
520
  </div>
435
- <div class="section" id="id17">
436
- <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
521
+ <div class="section" id="id20">
522
+ <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
437
523
  <ul class="simple">
438
524
  <li>Fixed a bug that a division overflow caused a fatal error.
439
525
  For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int64 column. [#2307]</li>
@@ -442,8 +528,8 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
442
528
  <li>Fixed the issue that out of bound array element access may occurs. [GitHub#158] [Reported by dcb314]</li>
443
529
  </ul>
444
530
  </div>
445
- <div class="section" id="id18">
446
- <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
531
+ <div class="section" id="id21">
532
+ <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
447
533
  <ul class="simple">
448
534
  <li>Sebastian Wiedenroth</li>
449
535
  <li>Masahiro Nagano</li>
@@ -457,16 +543,16 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
457
543
  <ul class="simple">
458
544
  <li>Bump version to 4.0.0!</li>
459
545
  </ul>
460
- <div class="section" id="id19">
461
- <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
546
+ <div class="section" id="id22">
547
+ <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
462
548
  <ul class="simple">
463
549
  <li>[normalizer] Supported to show &quot;checks&quot; which is used for calculating next character position.
464
550
  Use WITH_CHECKS flag to enable this feature.</li>
465
551
  <li>[deb] Dropped Ubuntu 13.04 support.</li>
466
552
  </ul>
467
553
  </div>
468
- <div class="section" id="id20">
469
- <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
554
+ <div class="section" id="id23">
555
+ <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
470
556
  <ul class="simple">
471
557
  <li>Fixed a crash bug that an object in grn_expr is used after it is freed.
472
558
  Normally Groonga server users aren't affected this bug. This bug mainly affects Rroonga users.
@@ -485,8 +571,8 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
485
571
  [groonga-dev,02113] [Reported by Ryoji Yamamoto]</li>
486
572
  </ul>
487
573
  </div>
488
- <div class="section" id="id21">
489
- <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
574
+ <div class="section" id="id24">
575
+ <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
490
576
  <ul class="simple">
491
577
  <li>yoku</li>
492
578
  <li>Naoya Murakami</li>
@@ -759,70 +845,78 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
759
845
  </div>
760
846
  </div>
761
847
  </div>
762
- <div class="sphinxsidebar">
848
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
763
849
  <div class="sphinxsidebarwrapper">
764
850
  <h3><a href="index.html">Table Of Contents</a></h3>
765
851
  <ul>
766
852
  <li><a class="reference internal" href="#">News</a><ul>
767
- <li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
853
+ <li><a class="reference internal" href="#release-4-0-8-2014-11-29">Release 4.0.8 - 2014/11/29</a><ul>
768
854
  <li><a class="reference internal" href="#improvements">Improvements</a></li>
769
855
  <li><a class="reference internal" href="#fixes">Fixes</a></li>
770
856
  <li><a class="reference internal" href="#thanks">Thanks</a></li>
771
857
  </ul>
772
858
  </li>
773
- <li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
859
+ <li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
774
860
  <li><a class="reference internal" href="#id1">Improvements</a></li>
775
861
  <li><a class="reference internal" href="#id2">Fixes</a></li>
776
862
  <li><a class="reference internal" href="#id3">Thanks</a></li>
777
863
  </ul>
778
864
  </li>
779
- <li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
865
+ <li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
780
866
  <li><a class="reference internal" href="#id4">Improvements</a></li>
781
867
  <li><a class="reference internal" href="#id5">Fixes</a></li>
782
868
  <li><a class="reference internal" href="#id6">Thanks</a></li>
783
869
  </ul>
784
870
  </li>
785
- <li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
871
+ <li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
786
872
  <li><a class="reference internal" href="#id7">Improvements</a></li>
787
873
  <li><a class="reference internal" href="#id8">Fixes</a></li>
788
874
  <li><a class="reference internal" href="#id9">Thanks</a></li>
789
875
  </ul>
790
876
  </li>
791
- <li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
877
+ <li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
792
878
  <li><a class="reference internal" href="#id10">Improvements</a></li>
793
879
  <li><a class="reference internal" href="#id11">Fixes</a></li>
794
880
  <li><a class="reference internal" href="#id12">Thanks</a></li>
795
881
  </ul>
796
882
  </li>
797
- <li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
883
+ <li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
798
884
  <li><a class="reference internal" href="#id13">Improvements</a></li>
799
885
  <li><a class="reference internal" href="#id14">Fixes</a></li>
800
886
  <li><a class="reference internal" href="#id15">Thanks</a></li>
801
887
  </ul>
802
888
  </li>
803
- <li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
889
+ <li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
804
890
  <li><a class="reference internal" href="#id16">Improvements</a></li>
805
891
  <li><a class="reference internal" href="#id17">Fixes</a></li>
806
892
  <li><a class="reference internal" href="#id18">Thanks</a></li>
807
893
  </ul>
808
894
  </li>
809
- <li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
895
+ <li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
810
896
  <li><a class="reference internal" href="#id19">Improvements</a></li>
811
897
  <li><a class="reference internal" href="#id20">Fixes</a></li>
812
898
  <li><a class="reference internal" href="#id21">Thanks</a></li>
813
899
  </ul>
814
900
  </li>
901
+ <li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
902
+ <li><a class="reference internal" href="#id22">Improvements</a></li>
903
+ <li><a class="reference internal" href="#id23">Fixes</a></li>
904
+ <li><a class="reference internal" href="#id24">Thanks</a></li>
905
+ </ul>
906
+ </li>
815
907
  <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
816
908
  </ul>
817
909
  </li>
818
910
  </ul>
819
911
 
820
- <h3>This Page</h3>
821
- <ul class="this-page-menu">
822
- <li><a href="_sources/news.txt"
823
- rel="nofollow">Show Source</a></li>
824
- </ul>
825
- <div id="searchbox" style="display: none">
912
+ <div role="note" aria-label="source link">
913
+ <h3>This Page</h3>
914
+ <ul class="this-page-menu">
915
+ <li><a href="_sources/news.txt"
916
+ rel="nofollow">Show Source</a></li>
917
+ </ul>
918
+ </div>
919
+ <div id="searchbox" style="display: none" role="search">
826
920
  <h3>Quick search</h3>
827
921
  <form class="search" action="search.html" method="get">
828
922
  <input type="text" name="q" />
@@ -839,16 +933,16 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
839
933
  </div>
840
934
  <div class="clearer"></div>
841
935
  </div>
842
- <div class="related">
936
+ <div class="related" role="navigation" aria-label="related navigation">
843
937
  <h3>Navigation</h3>
844
938
  <ul>
845
939
  <li class="right" style="margin-right: 10px">
846
940
  <a href="genindex.html" title="General Index"
847
941
  >index</a></li>
848
- <li><a href="index.html">Groonga v4.0.6-211-g8c0bb0b documentation</a> &raquo;</li>
942
+ <li><a href="index.html">Groonga v4.0.8 documentation</a> &raquo;</li>
849
943
  </ul>
850
944
  </div>
851
- <div class="footer">
945
+ <div class="footer" role="contentinfo">
852
946
  &copy; Copyright 2009-2014, Brazil, Inc.
853
947
  </div>
854
948
  </body>