rroonga 4.0.7-x86-mingw32 → 4.0.8-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (559) hide show
  1. checksums.yaml +13 -5
  2. data/README.md +1 -1
  3. data/doc/text/news.textile +17 -1
  4. data/ext/groonga/extconf.rb +2 -1
  5. data/ext/groonga/rb-grn-column.c +31 -0
  6. data/ext/groonga/rb-grn-database.c +33 -1
  7. data/ext/groonga/rb-grn-table.c +1 -1
  8. data/ext/groonga/rb-grn.h +1 -1
  9. data/lib/1.9/groonga.so +0 -0
  10. data/lib/2.0/groonga.so +0 -0
  11. data/lib/2.1/groonga.so +0 -0
  12. data/lib/groonga/geo-point.rb +2 -1
  13. data/rroonga-build.rb +3 -3
  14. data/test/test-column.rb +68 -6
  15. data/test/test-command-select.rb +0 -3
  16. data/test/test-database.rb +28 -1
  17. data/test/test-expression-builder.rb +1 -1
  18. data/test/test-geo-point.rb +15 -0
  19. data/test/test-variable-size-column.rb +2 -2
  20. data/vendor/local/bin/grndb.exe +0 -0
  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.exe +0 -0
  32. data/vendor/local/bin/lz4c.exe +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/httpd/groonga-httpd.conf +2 -2
  39. data/vendor/local/include/groonga/groonga.h +1 -0
  40. data/vendor/local/include/groonga/groonga/groonga.h +4 -1
  41. data/vendor/local/include/groonga/groonga/request_canceler.h +39 -0
  42. data/vendor/local/include/lz4.h +21 -29
  43. data/vendor/local/include/lz4frame.h +252 -0
  44. data/vendor/local/include/lz4hc.h +14 -63
  45. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  49. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  50. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  51. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  52. data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
  53. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  54. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  55. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/ruby/load.la +3 -3
  57. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  58. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  59. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  60. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  61. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  62. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  63. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  64. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  65. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  67. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
  69. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  71. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  73. data/vendor/local/lib/groonga/scripts/ruby/command/grndb.rb +169 -0
  74. data/vendor/local/lib/groonga/scripts/ruby/database.rb +19 -0
  75. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +4 -0
  76. data/vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb +1 -0
  77. data/vendor/local/lib/groonga/scripts/ruby/require.rb +68 -0
  78. data/vendor/local/lib/groonga/scripts/ruby/table_cursor.rb +11 -0
  79. data/vendor/local/lib/libgroonga.a +0 -0
  80. data/vendor/local/lib/libgroonga.dll.a +0 -0
  81. data/vendor/local/lib/libgroonga.la +3 -3
  82. data/vendor/local/lib/liblz4.a +0 -0
  83. data/vendor/local/lib/liblz4.dll +0 -0
  84. data/vendor/local/lib/liblz4.dll.1 +0 -0
  85. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  86. data/vendor/local/lib/libmecab.a +0 -0
  87. data/vendor/local/lib/libmecab.dll.a +0 -0
  88. data/vendor/local/lib/libmecab.la +3 -3
  89. data/vendor/local/lib/libmsgpack.a +0 -0
  90. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  91. data/vendor/local/lib/libmsgpack.la +3 -3
  92. data/vendor/local/lib/libmsgpackc.a +0 -0
  93. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  94. data/vendor/local/lib/libmsgpackc.la +3 -3
  95. data/vendor/local/lib/libonig.a +0 -0
  96. data/vendor/local/lib/libonig.dll.a +0 -0
  97. data/vendor/local/lib/libonig.la +2 -2
  98. data/vendor/local/lib/libz.a +0 -0
  99. data/vendor/local/lib/libz.dll.a +0 -0
  100. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  101. data/vendor/local/lib/pkgconfig/liblz4.pc +6 -6
  102. data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
  103. data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
  104. data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
  105. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  106. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  107. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  108. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  109. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  110. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  111. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  112. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  113. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +9 -12
  114. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  115. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +10 -3
  116. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  117. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  118. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +4 -4
  119. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  120. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +10 -3
  121. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  122. data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
  123. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +75 -1
  124. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +16 -0
  125. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +40 -0
  126. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +1 -0
  127. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +41 -0
  128. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +3 -0
  129. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +91 -0
  130. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +139 -0
  131. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +39 -14
  132. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +84 -0
  133. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -21
  134. data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +16 -7
  135. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
  136. data/vendor/local/share/doc/groonga/en/html/_static/basic.css +5 -67
  137. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +0 -25
  138. data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
  139. data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
  140. data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
  141. data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
  142. data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
  143. data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
  144. data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
  145. data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
  146. data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +14 -14
  147. data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -19
  148. data/vendor/local/share/doc/groonga/en/html/client.html +17 -19
  149. data/vendor/local/share/doc/groonga/en/html/community.html +17 -19
  150. data/vendor/local/share/doc/groonga/en/html/contribution.html +18 -20
  151. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -19
  152. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +17 -19
  153. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +17 -19
  154. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +17 -19
  155. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +17 -19
  156. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -19
  157. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +17 -19
  158. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -19
  159. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -19
  160. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +17 -19
  161. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +33 -35
  162. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +17 -19
  163. data/vendor/local/share/doc/groonga/en/html/development.html +17 -19
  164. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +24 -26
  165. data/vendor/local/share/doc/groonga/en/html/genindex.html +22 -14
  166. data/vendor/local/share/doc/groonga/en/html/index.html +84 -82
  167. data/vendor/local/share/doc/groonga/en/html/install.html +31 -33
  168. data/vendor/local/share/doc/groonga/en/html/install/centos.html +28 -30
  169. data/vendor/local/share/doc/groonga/en/html/install/debian.html +29 -25
  170. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -27
  171. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +22 -24
  172. data/vendor/local/share/doc/groonga/en/html/install/others.html +88 -90
  173. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +22 -24
  174. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -26
  175. data/vendor/local/share/doc/groonga/en/html/install/windows.html +30 -32
  176. data/vendor/local/share/doc/groonga/en/html/limitations.html +18 -20
  177. data/vendor/local/share/doc/groonga/en/html/news.html +226 -147
  178. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +17 -19
  179. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +18 -20
  180. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +17 -19
  181. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +32 -34
  182. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +27 -29
  183. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +97 -99
  184. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +69 -71
  185. data/vendor/local/share/doc/groonga/en/html/news/senna.html +17 -19
  186. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  187. data/vendor/local/share/doc/groonga/en/html/reference.html +83 -81
  188. data/vendor/local/share/doc/groonga/en/html/reference/api.html +37 -39
  189. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +31 -33
  190. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +43 -45
  191. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +93 -65
  192. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +27 -29
  193. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +24 -26
  194. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +61 -63
  195. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +86 -33
  196. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +28 -30
  197. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +64 -66
  198. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -28
  199. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +29 -31
  200. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +27 -29
  201. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -28
  202. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -28
  203. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +25 -27
  204. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +74 -76
  205. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +29 -31
  206. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -26
  207. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +60 -62
  208. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +49 -51
  209. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +25 -27
  210. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +22 -24
  211. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +40 -42
  212. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +17 -19
  213. data/vendor/local/share/doc/groonga/en/html/reference/column.html +19 -21
  214. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +22 -24
  215. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +59 -61
  216. data/vendor/local/share/doc/groonga/en/html/reference/command.html +54 -53
  217. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +17 -19
  218. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +58 -60
  219. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +173 -0
  220. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +110 -112
  221. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +57 -59
  222. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +59 -61
  223. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +44 -43
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +55 -57
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +90 -92
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +40 -42
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +59 -61
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +55 -57
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +40 -42
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +53 -55
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +38 -40
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +61 -63
  233. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +221 -0
  234. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +42 -44
  235. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +42 -44
  236. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +42 -44
  237. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +81 -83
  238. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +48 -50
  239. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +37 -39
  240. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +37 -39
  241. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +49 -51
  242. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +276 -0
  243. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +54 -56
  244. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +53 -55
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +384 -386
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +37 -39
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +45 -47
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +81 -83
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +146 -148
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +49 -51
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +39 -41
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +65 -67
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +101 -103
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +45 -47
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +178 -54
  256. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +31 -32
  257. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +224 -0
  258. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +43 -45
  259. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +64 -66
  260. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +111 -113
  261. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +37 -39
  262. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +43 -45
  263. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +80 -82
  264. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +56 -58
  265. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +81 -83
  266. data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -20
  267. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -42
  268. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +19 -21
  269. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +79 -81
  270. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -32
  271. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +20 -22
  272. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +51 -53
  273. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +39 -41
  274. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +28 -30
  275. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +17 -19
  276. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +17 -19
  277. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -48
  278. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +18 -20
  279. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +42 -44
  280. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +39 -41
  281. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +24 -26
  282. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +208 -210
  283. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +260 -262
  284. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +19 -21
  285. data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -22
  286. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +46 -65
  287. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -19
  288. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +17 -19
  289. data/vendor/local/share/doc/groonga/en/html/reference/output.html +36 -38
  290. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +17 -19
  291. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +55 -57
  292. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +17 -19
  293. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +17 -19
  294. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +17 -19
  295. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +17 -19
  296. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +17 -19
  297. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +52 -54
  298. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +58 -58
  299. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +17 -19
  300. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +27 -29
  301. data/vendor/local/share/doc/groonga/en/html/reference/types.html +38 -40
  302. data/vendor/local/share/doc/groonga/en/html/search.html +11 -11
  303. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  304. data/vendor/local/share/doc/groonga/en/html/server.html +17 -19
  305. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +17 -19
  306. data/vendor/local/share/doc/groonga/en/html/server/http.html +17 -19
  307. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +32 -34
  308. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +17 -19
  309. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +17 -19
  310. data/vendor/local/share/doc/groonga/en/html/server/package.html +31 -33
  311. data/vendor/local/share/doc/groonga/en/html/spec.html +17 -19
  312. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +125 -127
  313. data/vendor/local/share/doc/groonga/en/html/spec/search.html +17 -19
  314. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +17 -19
  315. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +17 -19
  316. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +18 -20
  317. data/vendor/local/share/doc/groonga/en/html/tutorial.html +18 -20
  318. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +17 -19
  319. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +31 -33
  320. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -22
  321. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +17 -19
  322. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +17 -19
  323. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +21 -23
  324. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +50 -52
  325. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +17 -19
  326. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +18 -20
  327. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +20 -22
  328. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +33 -35
  329. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  330. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +9 -12
  331. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  332. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +10 -3
  333. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  334. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  335. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +4 -4
  336. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  337. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +10 -3
  338. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
  340. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +75 -1
  341. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +16 -0
  342. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +40 -0
  343. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +1 -0
  344. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +41 -0
  345. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +3 -0
  346. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +91 -0
  347. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +139 -0
  348. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +39 -14
  349. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +84 -0
  350. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -21
  351. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +16 -7
  352. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
  353. data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +5 -67
  354. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +0 -25
  355. data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
  356. data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
  357. data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
  358. data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
  359. data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
  360. data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
  361. data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
  362. data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
  363. data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +14 -14
  364. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +17 -19
  365. data/vendor/local/share/doc/groonga/ja/html/client.html +17 -19
  366. data/vendor/local/share/doc/groonga/ja/html/community.html +17 -19
  367. data/vendor/local/share/doc/groonga/ja/html/contribution.html +19 -21
  368. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -19
  369. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +17 -19
  370. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +17 -19
  371. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +17 -19
  372. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -22
  373. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +17 -19
  374. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +17 -19
  375. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +17 -19
  376. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +17 -19
  377. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +18 -20
  378. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +35 -37
  379. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +17 -19
  380. data/vendor/local/share/doc/groonga/ja/html/development.html +17 -19
  381. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -22
  382. data/vendor/local/share/doc/groonga/ja/html/genindex.html +26 -18
  383. data/vendor/local/share/doc/groonga/ja/html/index.html +84 -82
  384. data/vendor/local/share/doc/groonga/ja/html/install.html +31 -33
  385. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +37 -39
  386. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +31 -27
  387. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +28 -30
  388. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +22 -24
  389. data/vendor/local/share/doc/groonga/ja/html/install/others.html +79 -81
  390. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +21 -23
  391. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +32 -28
  392. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -31
  393. data/vendor/local/share/doc/groonga/ja/html/limitations.html +19 -21
  394. data/vendor/local/share/doc/groonga/ja/html/news.html +226 -136
  395. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +17 -19
  396. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +18 -20
  397. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +17 -19
  398. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +33 -35
  399. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +27 -29
  400. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +91 -93
  401. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +59 -61
  402. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +17 -19
  403. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  404. data/vendor/local/share/doc/groonga/ja/html/reference.html +83 -81
  405. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +37 -39
  406. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +31 -33
  407. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +38 -40
  408. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +87 -59
  409. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +27 -29
  410. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +24 -26
  411. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +55 -57
  412. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +85 -32
  413. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +28 -30
  414. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +50 -52
  415. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +26 -28
  416. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +29 -31
  417. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +27 -29
  418. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +26 -28
  419. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +26 -28
  420. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -27
  421. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +75 -77
  422. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +29 -31
  423. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -26
  424. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +60 -62
  425. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +49 -51
  426. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -27
  427. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +22 -24
  428. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +40 -42
  429. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +17 -19
  430. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +19 -21
  431. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +22 -24
  432. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +49 -51
  433. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +54 -53
  434. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +17 -19
  435. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +48 -50
  436. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +174 -0
  437. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +109 -111
  438. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +54 -56
  439. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +59 -61
  440. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +44 -43
  441. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +55 -57
  442. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +82 -84
  443. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +40 -42
  444. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +56 -58
  445. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +55 -57
  446. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +40 -42
  447. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +52 -54
  448. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +38 -40
  449. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +54 -56
  450. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +224 -0
  451. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +42 -44
  452. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +42 -44
  453. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +42 -44
  454. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +76 -78
  455. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +48 -50
  456. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +37 -39
  457. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +37 -39
  458. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +46 -48
  459. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +278 -0
  460. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +54 -56
  461. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +53 -55
  462. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +255 -257
  463. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +37 -39
  464. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +43 -45
  465. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +79 -81
  466. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +122 -124
  467. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +49 -51
  468. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +39 -41
  469. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +60 -62
  470. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +86 -88
  471. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +45 -47
  472. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +178 -54
  473. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +31 -32
  474. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +222 -0
  475. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +43 -45
  476. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +64 -66
  477. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +99 -101
  478. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +37 -39
  479. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +43 -45
  480. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +80 -82
  481. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +56 -58
  482. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +81 -83
  483. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -20
  484. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +40 -42
  485. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +19 -21
  486. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +67 -69
  487. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -32
  488. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +20 -22
  489. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +41 -43
  490. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +30 -32
  491. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +28 -30
  492. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +17 -19
  493. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +17 -19
  494. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -41
  495. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +18 -20
  496. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +28 -30
  497. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -33
  498. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +21 -23
  499. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -117
  500. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +180 -182
  501. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +18 -20
  502. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -22
  503. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +37 -54
  504. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -19
  505. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +17 -19
  506. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +32 -34
  507. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +17 -19
  508. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -36
  509. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +17 -19
  510. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +17 -19
  511. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +17 -19
  512. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +17 -19
  513. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +17 -19
  514. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +42 -44
  515. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +55 -55
  516. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +17 -19
  517. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +27 -29
  518. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +36 -38
  519. data/vendor/local/share/doc/groonga/ja/html/search.html +11 -11
  520. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  521. data/vendor/local/share/doc/groonga/ja/html/server.html +17 -19
  522. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +17 -19
  523. data/vendor/local/share/doc/groonga/ja/html/server/http.html +17 -19
  524. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +26 -28
  525. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +17 -19
  526. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +17 -19
  527. data/vendor/local/share/doc/groonga/ja/html/server/package.html +32 -34
  528. data/vendor/local/share/doc/groonga/ja/html/spec.html +17 -19
  529. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +124 -126
  530. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +17 -19
  531. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +17 -19
  532. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +17 -19
  533. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +18 -20
  534. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +18 -20
  535. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +18 -20
  536. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +30 -32
  537. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +17 -19
  538. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +18 -20
  539. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +17 -19
  540. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +24 -26
  541. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +47 -49
  542. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +18 -20
  543. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +18 -20
  544. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +20 -22
  545. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +31 -33
  546. data/vendor/local/share/groonga/html/admin/index.html +1 -1
  547. data/vendor/local/share/groonga/html/admin/index.ja.html +1 -1
  548. data/vendor/local/share/license/mruby/AUTHORS +11 -0
  549. data/vendor/local/share/license/mruby/README.md +32 -20
  550. data/vendor/local/share/man/ja/man1/groonga.1 +952 -259
  551. data/vendor/local/share/man/man1/groonga.1 +930 -239
  552. metadata +103 -80
  553. data/vendor/local/bin/lz4 +0 -0
  554. data/vendor/local/bin/lz4c +0 -0
  555. data/vendor/local/lib/liblz4.dll.1.4.0 +0 -0
  556. data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +0 -10308
  557. data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +0 -999
  558. data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +0 -10308
  559. data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +0 -999
@@ -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.8 documentation</title>
10
+ <title>9. Limitations &mdash; Groonga v4.0.8-168-gae696d7 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.8',
18
+ VERSION: '4.0.8-168-gae696d7',
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.8 documentation" href="index.html" />
28
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7 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 role="document">
32
+ <body>
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" role="navigation" aria-label="related navigation">
50
+ <div class="related">
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.8 documentation</a> &raquo;</li>
62
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7 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" role="main">
69
+ <div class="body">
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>
@@ -77,6 +77,7 @@
77
77
  <ul class="simple">
78
78
  <li>The maximum one key size: 4096Bytes</li>
79
79
  <li>The maximum total size of keys: 4GBytes</li>
80
+ <li>The maximum number of records: 268,435,455 (more than 268 million)</li>
80
81
  </ul>
81
82
  <p>Keep in mind that these limitations may vary depending on conditions.</p>
82
83
  </div>
@@ -84,7 +85,6 @@
84
85
  <h2>9.2. Limitations of indexing<a class="headerlink" href="#limitations-of-indexing" title="Permalink to this headline">¶</a></h2>
85
86
  <p>A full-text index has the following limitations.</p>
86
87
  <ul class="simple">
87
- <li>The maximum number of records: 268,435,455 (more than 268 million)</li>
88
88
  <li>The maximum number of distinct terms: 268,435,455 (more than 268 million)</li>
89
89
  <li>The maximum index size: 256GBytes</li>
90
90
  </ul>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
  </div>
105
105
  </div>
106
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
106
+ <div class="sphinxsidebar">
107
107
  <div class="sphinxsidebarwrapper">
108
108
  <h3><a href="index.html">Table Of Contents</a></h3>
109
109
  <ul>
@@ -121,14 +121,12 @@
121
121
  <h4>Next topic</h4>
122
122
  <p class="topless"><a href="troubleshooting.html"
123
123
  title="next chapter">10. トラブルシューティング</a></p>
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">
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">
132
130
  <h3>Quick search</h3>
133
131
  <form class="search" action="search.html" method="get">
134
132
  <input type="text" name="q" />
@@ -145,7 +143,7 @@
145
143
  </div>
146
144
  <div class="clearer"></div>
147
145
  </div>
148
- <div class="related" role="navigation" aria-label="related navigation">
146
+ <div class="related">
149
147
  <h3>Navigation</h3>
150
148
  <ul>
151
149
  <li class="right" style="margin-right: 10px">
@@ -157,10 +155,10 @@
157
155
  <li class="right" >
158
156
  <a href="spec/search.html" title="8.2. 検索"
159
157
  >previous</a> |</li>
160
- <li><a href="index.html">Groonga v4.0.8 documentation</a> &raquo;</li>
158
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7 documentation</a> &raquo;</li>
161
159
  </ul>
162
160
  </div>
163
- <div class="footer" role="contentinfo">
161
+ <div class="footer">
164
162
  &copy; Copyright 2009-2014, Brazil, Inc.
165
163
  </div>
166
164
  </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.8 documentation</title>
10
+ <title>News &mdash; Groonga v4.0.8-168-gae696d7 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.8',
18
+ VERSION: '4.0.8-168-gae696d7',
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.8 documentation" href="index.html" />
28
+ <link rel="top" title="Groonga v4.0.8-168-gae696d7 documentation" href="index.html" />
29
29
  </head>
30
- <body role="document">
30
+ <body>
31
31
  <div class="header">
32
32
  <h1 class="title">
33
33
  <a id="top-link" href="index.html">
@@ -45,41 +45,116 @@
45
45
  </div>
46
46
 
47
47
 
48
- <div class="related" role="navigation" aria-label="related navigation">
48
+ <div class="related">
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.8 documentation</a> &raquo;</li>
54
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7 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" role="main">
61
+ <div class="body">
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-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>
65
+ <div class="section" id="release-4-0-9-2014-12-29">
66
+ <span id="release-4-0-9"></span><h2>Release 4.0.9 - 2014-12-29<a class="headerlink" href="#release-4-0-9-2014-12-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>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>] Marked as stable.</li>
71
+ <li>[doc] Described about <tt class="docutils literal"><span class="pre">groonga-token-filter-stem</span></tt> package.
72
+ [GitHub#259] [Patch by Masafumi Yokoyama]</li>
73
+ <li>[build] Supported <tt class="docutils literal"><span class="pre">make</span> <span class="pre">install</span></tt> without <tt class="docutils literal"><span class="pre">make</span></tt>.
74
+ [Reported by akira yamada]</li>
75
+ <li>[experimental] Added <a class="reference internal" href="reference/commands/request_cancel.html"><em>request_cancel</em></a>
76
+ command that cancels running request.</li>
77
+ <li>[experimental] Added <a class="reference internal" href="reference/api/grn_db.html#c.grn_db_recover" title="grn_db_recover"><tt class="xref c c-func docutils literal"><span class="pre">grn_db_recover()</span></tt></a>.</li>
78
+ <li>Supported indexing vector of fixed size data such as vector of
79
+ <tt class="docutils literal"><span class="pre">UInt64</span></tt>.
80
+ [groonga-dev,03014] [Reported by funa 1g]</li>
81
+ <li>[experimental] Added <a class="reference internal" href="reference/executables/grndb.html"><em>grndb</em></a>.</li>
82
+ <li>[deb] Supported armhf architecture.</li>
83
+ <li>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a>] Supported HEAD.</li>
84
+ <li>[doc] Updated <a class="reference internal" href="contribution/documentation/introduction.html"><em>Introduction</em></a>.
85
+ [GitHub#270] [Patch by Yuya TAMANO]</li>
86
+ <li>[doc] Updated <a class="reference internal" href="install/others.html"><em>Others</em></a>.
87
+ [GitHub#271] [Patch by Hiroshi Hatake]</li>
88
+ <li>[<a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a>] Supported token that consists with only
89
+ upper-case alphabets, digits, <tt class="docutils literal"><span class="pre">-</span></tt> and <tt class="docutils literal"><span class="pre">'</span></tt>. It means that
90
+ <a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> can work with MySQL compatible normalizers.</li>
91
+ <li>[<a class="reference internal" href="reference/commands/truncate.html"><em>truncate</em></a>] Supported column.</li>
92
+ <li>[<a class="reference internal" href="reference/commands/truncate.html"><em>truncate</em></a>] Changed parameter name to
93
+ <tt class="docutils literal"><span class="pre">target_name</span></tt> from <tt class="docutils literal"><span class="pre">table</span></tt>. <tt class="docutils literal"><span class="pre">table</span></tt> parameter can be used for
94
+ backward compatibility but it shouldn't used for newly written code.</li>
95
+ <li>Exported <a class="reference internal" href="reference/api/grn_column.html#c.grn_column_truncate" title="grn_column_truncate"><tt class="xref c c-func docutils literal"><span class="pre">grn_column_truncate()</span></tt></a>.</li>
96
+ <li>Added <a class="reference internal" href="reference/commands/lock_clear.html"><em>lock_clear</em></a>.</li>
97
+ <li>Marked <a class="reference internal" href="reference/commands/clearlock.html"><em>clearlock</em></a> deprecated.</li>
98
+ <li>[backward incompatible] Stopped to set world writable permission for
99
+ newly created files on <tt class="docutils literal"><span class="pre">umask(0)</span></tt> environment such as daemoned
100
+ <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>. It's a backward
101
+ incompatible change but done because the previous behavior has
102
+ a security risk.</li>
103
+ </ul>
104
+ </div>
105
+ <div class="section" id="fixes">
106
+ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
107
+ <ul class="simple">
108
+ <li>Fixed build error on BSD based system.
109
+ [GitHub#253] [Reported by Hiroshi Hatake]</li>
110
+ <li>Fixed build error on OS X.
111
+ [GitHub#253] [Reported by Hiroshi Hatake]</li>
112
+ <li>Fixed a regression bug that equal operation against nonexistent
113
+ reference always matches.</li>
114
+ <li>Fixed a crash bug that may be occurred by deleting or updating many
115
+ indexed values at once.
116
+ [groonga-dev,02942] [Reported by kashihara]</li>
117
+ <li>Fixed a regression bug that static index construction doesn't work
118
+ on BSD based system. [GitHub#264] [Reported by Ayumu Osanai]</li>
119
+ <li>Fixed a bug that <tt class="docutils literal"><span class="pre">--with-libstemmer</span></tt> configure option is ignored.</li>
120
+ <li>[deb] Fixed a bug that logrotate script has a syntax error.</li>
121
+ <li>Fixed a bug that grouped result can't be got when
122
+ <a class="reference internal" href="reference/command/command_version.html"><em>コマンドバージョン</em></a> is <tt class="docutils literal"><span class="pre">2</span></tt>.
123
+ [GitHub ranguba/rroonga#38] [Reported by YUKI &quot;Piro&quot; Hiroshi]</li>
124
+ </ul>
125
+ </div>
126
+ <div class="section" id="thanks">
127
+ <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
128
+ <ul class="simple">
129
+ <li>Hiroshi Hatake</li>
130
+ <li>Masafumi Yokoyama</li>
131
+ <li>akira yamada</li>
132
+ <li>kashihara</li>
133
+ <li>Ayumu Osanai</li>
134
+ <li>funa 1g</li>
135
+ <li>YUKI &quot;Piro&quot; Hiroshi</li>
136
+ <li>Yuya TAMANO</li>
137
+ </ul>
138
+ </div>
139
+ </div>
140
+ <div class="section" id="release-4-0-8-2014-11-29">
141
+ <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>
142
+ <div class="section" id="id1">
143
+ <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
144
+ <ul class="simple">
70
145
  <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
146
+ <li>[mruby] Supported pretty print - <tt class="docutils literal"><span class="pre">&quot;pp&quot;</span></tt> for debugging. And supported to
72
147
  show internal objects more descriptive format when inspecting it.</li>
73
148
  <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.
149
+ for <tt class="docutils literal"><span class="pre">--match_columns</span></tt> even though sequential search is executed
150
+ by <tt class="docutils literal"><span class="pre">--query</span></tt> and <tt class="docutils literal"><span class="pre">--match_columns</span></tt> combination.
76
151
  [groonga-dev,02902] [Reported by Atsushi Shinoda]</li>
77
152
  <li>[experimental] <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> supports auto sequential
78
153
  search mode. There is a case that sequential search is faster than index search when
79
154
  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
155
+ the number of expected records to narrow down by <tt class="docutils literal"><span class="pre">in_values</span></tt> with
156
+ <tt class="docutils literal"><span class="pre">AND</span></tt> operation which use indexes.
157
+ The value of <tt class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></tt> is used as
83
158
  threshold whether Groonga execute sequential search or search with indexes in
84
159
  such a case.</li>
85
160
  <li>[mruby] Supported to load relative path of script.</li>
@@ -88,56 +163,56 @@ mruby enabled build.</li>
88
163
  <li>Supported offline index construction for token filters.
89
164
  [GitHub#239] [Patch by Naoya Murakami]</li>
90
165
  <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>
166
+ Use the value of <tt class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></tt> as threshold.
167
+ Basic concept is similar to <tt class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></tt>.</li>
168
+ <li>[experimental] Supported multiple drilldowns for :doc:<tt class="docutils literal"><span class="pre">/reference/command/select</span></tt>
94
169
  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.
170
+ <tt class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></tt> for keys,
171
+ <tt class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></tt> for output columns.
97
172
  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
173
+ by multiple keys. Use <tt class="docutils literal"><span class="pre">_key[N]</span></tt> for <tt class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span></tt> to show
99
174
  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>
175
+ <li>Supported to search <tt class="docutils literal"><span class="pre">'reference_column</span> <span class="pre">&#64;</span> <span class="pre">&quot;query&quot;'</span></tt> without index.</li>
101
176
  <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
177
  command to fetch specific range of records in most cases, because it doesn't returns
103
178
  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
179
+ Thus, <tt class="docutils literal"><span class="pre">range_filter</span></tt> is suitable for extracting first <tt class="docutils literal"><span class="pre">N</span></tt> records in specific range for ranking
105
180
  or something else.</li>
106
- <li>[httpd] Supported <code class="docutils literal"><span class="pre">groonga-httpd</span></code> on windows.</li>
181
+ <li>[httpd] Supported <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> on windows.</li>
107
182
  <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>
183
+ <li>[deb] Changed <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> as default HTTP server package.
184
+ <tt class="docutils literal"><span class="pre">groonga-server-http</span></tt> is deprecated. Note that <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a>
110
185
  functionality itself is still exists in Groonga. If you just want to use simple HTTP server
111
186
  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
187
  <li>Added configuration file for Windows CI on AppVeyor.
113
188
  [groonga-dev,02970,02981] [Patch by Hiroshi Hatake]</li>
114
189
  </ul>
115
190
  </div>
116
- <div class="section" id="fixes">
117
- <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
191
+ <div class="section" id="id2">
192
+ <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
118
193
  <ul class="simple">
119
194
  <li>[doc] Fixed duplicated execution example path about
120
195
  <a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a>.
121
196
  [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>
197
+ <li>Fixed a bug that nested indexed full text search against <tt class="docutils literal"><span class="pre">X._key</span></tt>
123
198
  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>.
199
+ <li>Fixed flags parameter which is strict in BSD <tt class="docutils literal"><span class="pre">mkostemp(3)</span></tt>.
125
200
  [GitHub#240] [Patch by Jun Kuriyama]</li>
126
201
  <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>.
202
+ as index column value type. It was fixed to <tt class="docutils literal"><span class="pre">UInt32</span></tt>.
128
203
  Note that it affects only the value of response header.
129
204
  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
205
+ <li>Fixed a bug that compare operations such as <tt class="docutils literal"><span class="pre">&lt;</span></tt>, <tt class="docutils literal"><span class="pre">&lt;=</span></tt>, <tt class="docutils literal"><span class="pre">&gt;</span></tt>, <tt class="docutils literal"><span class="pre">&gt;=</span></tt>, <tt class="docutils literal"><span class="pre">!=</span></tt> with
131
206
  Time and String type returns invalid results.</li>
132
207
  <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.
208
+ <tt class="docutils literal"><span class="pre">&quot;x*&quot;</span></tt>. [GitHub#242] [Patch by Naoya Murakami]</li>
209
+ <li>Fixed a memory leak on drilldown <tt class="docutils literal"><span class="pre">ShortText</span></tt> value with <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
210
+ <li>Fixed missing <tt class="docutils literal"><span class="pre">&quot;,&quot;</span></tt> for <tt class="docutils literal"><span class="pre">&quot;DDL:set_token_filters&quot;</span></tt> log.
136
211
  [Reported by Naoya Murakami]</li>
137
212
  </ul>
138
213
  </div>
139
- <div class="section" id="thanks">
140
- <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
214
+ <div class="section" id="id3">
215
+ <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
141
216
  <ul class="simple">
142
217
  <li>Atsushi Shinoda</li>
143
218
  <li>Masafumi Yokoyama</li>
@@ -149,13 +224,13 @@ Time and String type returns invalid results.</li>
149
224
  </div>
150
225
  <div class="section" id="release-4-0-7-2014-10-29">
151
226
  <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>
227
+ <div class="section" id="id4">
228
+ <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
154
229
  <ul class="simple">
155
230
  <li>[windows] Supported Groonga with mruby on Windows.</li>
156
231
  <li>Added token filter plugin API.</li>
157
232
  <li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> token filter plugin.
158
- It treats records of <code class="docutils literal"><span class="pre">is_stop_word</span></code> column as actual stop words.</li>
233
+ It treats records of <tt class="docutils literal"><span class="pre">is_stop_word</span></tt> column as actual stop words.</li>
159
234
  <li>[doc] Added <a class="reference internal" href="client.html"><em>Client</em></a> section which introduces link to client libraries.
160
235
  [GitHub#210] [Patch by Naoya Murakami]</li>
161
236
  <li>[doc] Reconstructed documentation. <a class="reference internal" href="reference/suggest.html"><em>Suggest</em></a> and
@@ -167,11 +242,11 @@ It treats records of <code class="docutils literal"><span class="pre">is_stop_wo
167
242
  <li>Dropped LZO compression support.</li>
168
243
  <li>Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]</li>
169
244
  <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
245
+ 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>
246
+ <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
172
247
  performance.</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>
248
+ <li>[load] Supported to update existing record in <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> by
249
+ specifying a record by <tt class="docutils literal"><span class="pre">_id</span></tt>.</li>
175
250
  <li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> token filter plugin. It provides
176
251
  stemming feature. To use this token filter, you need to install
177
252
  <a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> library.</li>
@@ -179,8 +254,8 @@ stemming feature. To use this token filter, you need to install
179
254
  [GitHub#227] [Patch by Naoya Murakami]</li>
180
255
  </ul>
181
256
  </div>
182
- <div class="section" id="id2">
183
- <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
257
+ <div class="section" id="id5">
258
+ <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
184
259
  <ul class="simple">
185
260
  <li>[doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya Murakami]</li>
186
261
  <li>[httpd] Updated bundled nginx version to 1.7.6.
@@ -188,28 +263,28 @@ stemming feature. To use this token filter, you need to install
188
263
  <li>[power8] Fixed build failure. See
189
264
  <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>
190
265
  [Patch by Sergey Vojtovich]</li>
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
266
+ <li>Fixed a bug that URL encoding fails if <tt class="docutils literal"><span class="pre">char</span></tt> type is build as
267
+ <tt class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></tt> type. [GitHub#217]</li>
268
+ <li>Fixed a bug that a <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table returns empty results for
194
269
  <a class="reference internal" href="reference/commands/select.html"><em>select</em></a>. [GitHub#220]</li>
195
270
  <li>Fixed a memory leak about inspecting vector column. It occurs when
196
271
  something error reports about vector column.</li>
197
272
  <li>Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch
198
273
  by Naoya Murakami]</li>
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
274
+ <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
275
+ return true in <tt class="docutils literal"><span class="pre">--filter</span></tt>. By this issue, not intended records may
201
276
  be included as search results.</li>
202
277
  <li>Fixed to handle binary operation for vector column as an error.</li>
203
- <li>Fixed a bug that <code class="docutils literal"><span class="pre">!XXX</span></code> may return inverted result on big endian
278
+ <li>Fixed a bug that <tt class="docutils literal"><span class="pre">!XXX</span></tt> may return inverted result on big endian
204
279
  environment.</li>
205
280
  <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
281
+ <li>[dump] Fixed token filters and <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> related error in
207
282
  <a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a>. [GitHub#215] [Patch by Naoya
208
283
  Murakami]</li>
209
284
  </ul>
210
285
  </div>
211
- <div class="section" id="id3">
212
- <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
286
+ <div class="section" id="id6">
287
+ <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
213
288
  <ul class="simple">
214
289
  <li>Naoya Murakami</li>
215
290
  <li>Hiroshi Hatake</li>
@@ -219,8 +294,8 @@ Murakami]</li>
219
294
  </div>
220
295
  <div class="section" id="release-4-0-6-2014-09-29">
221
296
  <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>
222
- <div class="section" id="id4">
223
- <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
297
+ <div class="section" id="id7">
298
+ <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
224
299
  <ul class="simple">
225
300
  <li>[deb] Updated to follow the rule about machine-readable
226
301
  debian/copyright file. [Reported by Hideki Yamane]</li>
@@ -237,27 +312,27 @@ For example, mruby optimizer overhead is negligible enough for query such as
237
312
  Until now, Redmine account must be approved by administrator, so you can not
238
313
  report at feel free. [GitHub#202] [Patch by cosmo0920]</li>
239
314
  <li>[doc] Translated C API document. [GitHub#203] [Patch by NOKUBI Takatsugu]</li>
240
- <li>Supported to customize similarity threshold by <code class="docutils literal"><span class="pre">'*S10&quot;...&quot;'</span></code> syntax.</li>
315
+ <li>Supported to customize similarity threshold by <tt class="docutils literal"><span class="pre">'*S10&quot;...&quot;'</span></tt> syntax.</li>
241
316
  <li>Added source column validation to
242
317
  <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a>. If source column doesn't
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
318
+ 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
244
319
  column isn't created.</li>
245
320
  <li>[debian] Dropped Debian jessie and sid support.</li>
246
321
  </ul>
247
322
  </div>
248
- <div class="section" id="id5">
249
- <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
323
+ <div class="section" id="id8">
324
+ <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
250
325
  <ul class="simple">
251
326
  <li>Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency)
252
327
  for choosing target tokens.
253
328
  In the previous versions, it used token ID instead of IDF.
254
329
  [groonga-dev,02731] [groonga-dev,02754] [Reported by Satoshi Mitani, warp kawada]</li>
255
330
  <li>Fixed a crash bug when deleting a record.
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
331
+ 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
257
332
  indexed from two or more index columns, deleting causes a crash.</li>
258
333
  <li>Fixed compiler warning about unused variable 'e'. [GitHub#197] [Patch by cosmo0920]</li>
259
334
  <li>[fedora][httpd] Fixed service start failure without log directory.</li>
260
- <li>[mruby] Fixed build error with <code class="docutils literal"><span class="pre">--disable-mruby</span></code>.
335
+ <li>[mruby] Fixed build error with <tt class="docutils literal"><span class="pre">--disable-mruby</span></tt>.
261
336
  [GitHub#200] [Patch by cosmo0920]</li>
262
337
  <li>Fixed build warning about CMP0014 for MariaDB bundled Mroonga package.
263
338
  [GitHub#201] [Patch by cosmo0920]</li>
@@ -267,8 +342,8 @@ indexed from two or more index columns, deleting causes a crash.</li>
267
342
  This update contains vulnerability fix (CVE-2014-3616).</li>
268
343
  </ul>
269
344
  </div>
270
- <div class="section" id="id6">
271
- <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
345
+ <div class="section" id="id9">
346
+ <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
272
347
  <ul class="simple">
273
348
  <li>Hideki Yamane</li>
274
349
  <li>Masafumi Yokoyama</li>
@@ -282,8 +357,8 @@ This update contains vulnerability fix (CVE-2014-3616).</li>
282
357
  </div>
283
358
  <div class="section" id="release-4-0-5-2014-08-29">
284
359
  <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>
285
- <div class="section" id="id7">
286
- <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
360
+ <div class="section" id="id10">
361
+ <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
287
362
  <ul class="simple">
288
363
  <li>Dropped Ubuntu 13.10 (Saucy Salamander).</li>
289
364
  <li>Supported to show weight vector element as XML.</li>
@@ -296,10 +371,10 @@ output text. [GitHub#185] [Patch by Naoya Murakami]</li>
296
371
  <li>[doc] Updated outdated functions/commands reference
297
372
  [GitHub#188] [GitHub#189] [Patch by Naoya Murakami]</li>
298
373
  <li>[benchmark] Added average and median in benchmark result.</li>
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>
374
+ <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>
300
375
  for plugin developer. [GitHub#190] [Patch by Naoya Murakami]</li>
301
376
  <li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added &quot;mode&quot; option to control behavior.
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.
377
+ 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.
303
378
  [GitHub#191] [GitHub#192] [Patch by Naoya Murakami]</li>
304
379
  <li>Supported near search by '*N&quot;A Z&quot;' syntax.</li>
305
380
  <li>Supported to customize behavior of tokenizer whether it skips token or
@@ -310,12 +385,12 @@ skips token with position. This feature is useful for developing tokenizer plugi
310
385
  <li>[doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]</li>
311
386
  </ul>
312
387
  </div>
313
- <div class="section" id="id8">
314
- <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
388
+ <div class="section" id="id11">
389
+ <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
315
390
  <ul class="simple">
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.
391
+ <li>[php] Fixed memory leak when <tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></tt> is used.
317
392
  [GitHub#184] [Patch by &#64;do-aki]</li>
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.
393
+ <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.
319
394
  [GitHub#184] [Patch by &#64;do-aki]</li>
320
395
  <li>Fixed to support out-of-tree build again.</li>
321
396
  <li>[httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix.</li>
@@ -326,8 +401,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
326
401
  [groonga-dev,02691] [Reported by Naoya Murakami]</li>
327
402
  </ul>
328
403
  </div>
329
- <div class="section" id="id9">
330
- <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
404
+ <div class="section" id="id12">
405
+ <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
331
406
  <ul class="simple">
332
407
  <li>&#64;do-aki</li>
333
408
  <li>Naoya Murakami</li>
@@ -339,8 +414,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
339
414
  </div>
340
415
  <div class="section" id="release-4-0-4-2014-07-29">
341
416
  <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>
342
- <div class="section" id="id10">
343
- <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
417
+ <div class="section" id="id13">
418
+ <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
344
419
  <ul class="simple">
345
420
  <li>[httpd] Updated bundled nginx version to the latest mainline (1.7.3).</li>
346
421
  <li>Supported weight in vector column.</li>
@@ -350,15 +425,15 @@ skips token with position. This feature is useful for developing tokenizer plugi
350
425
  <li>[http][admin] Updated to use English as default language. [GitHub#182]</li>
351
426
  </ul>
352
427
  </div>
353
- <div class="section" id="id11">
354
- <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
428
+ <div class="section" id="id14">
429
+ <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
355
430
  <ul class="simple">
356
431
  <li>Fixed to show right syntax error location in response.</li>
357
432
  <li>[httpd] Fixed build error on Clang. [GitHub clear-code/rurema-search#11] [Reported by niku]</li>
358
433
  </ul>
359
434
  </div>
360
- <div class="section" id="id12">
361
- <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
435
+ <div class="section" id="id15">
436
+ <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
362
437
  <ul class="simple">
363
438
  <li>niku</li>
364
439
  </ul>
@@ -366,8 +441,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
366
441
  </div>
367
442
  <div class="section" id="release-4-0-3-2014-06-29">
368
443
  <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>
369
- <div class="section" id="id13">
370
- <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
444
+ <div class="section" id="id16">
445
+ <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
371
446
  <ul class="simple">
372
447
  <li>[experimental][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ]
373
448
  Supported POST.</li>
@@ -383,19 +458,19 @@ argument.
383
458
  [Reported by GMO Media, Inc.][Patch by Naoya Murakami]</li>
384
459
  <li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added more validations for invalid
385
460
  argument.</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>
461
+ <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>
462
+ <span class="pre">100-Continue</span></tt> request.</li>
463
+ <li>Exported <tt class="docutils literal"><span class="pre">grn_proc_get_type()</span></tt>.</li>
389
464
  <li>[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ]
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>
465
+ 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>
466
+ <li>Deprecated <tt class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></tt>.</li>
467
+ <li>Deprecated <tt class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></tt>.</li>
468
+ <li>Added <tt class="docutils literal"><span class="pre">grn_text_printf()</span></tt>.</li>
469
+ <li>Added <tt class="docutils literal"><span class="pre">grn_text_vprintf()</span></tt>.</li>
395
470
  <li>Removed limitation of one query log size.</li>
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>.
471
+ <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>.
397
472
  [GitHub#175][Patch by Naoya Murakami]</li>
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>.
473
+ <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>.
399
474
  [GitHub#175][Patch by Naoya Murakami]</li>
400
475
  <li>[GitHub#176] Supported reference vector column with weight.</li>
401
476
  <li>[plugin] Used public API instead of internal API.
@@ -406,8 +481,8 @@ Added <code class="docutils literal"><span class="pre">--log-path</span></code>
406
481
  [groonga-dev,02454] [Reported by cosmo0920].</li>
407
482
  </ul>
408
483
  </div>
409
- <div class="section" id="id14">
410
- <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
484
+ <div class="section" id="id17">
485
+ <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
411
486
  <ul class="simple">
412
487
  <li>[rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
413
488
  not GQTP.
@@ -416,8 +491,8 @@ not GQTP.
416
491
  <a class="reference internal" href="reference/commands/select.html#select-adjuster"><em>adjuster</em></a> has a syntax error.</li>
417
492
  </ul>
418
493
  </div>
419
- <div class="section" id="id15">
420
- <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
494
+ <div class="section" id="id18">
495
+ <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
421
496
  <ul class="simple">
422
497
  <li>Masafumi Yokoyama</li>
423
498
  <li>Naoya Murakami</li>
@@ -428,11 +503,11 @@ not GQTP.
428
503
  </div>
429
504
  <div class="section" id="release-4-0-2-2014-05-29">
430
505
  <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>
431
- <div class="section" id="id16">
432
- <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
506
+ <div class="section" id="id19">
507
+ <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
433
508
  <ul class="simple">
434
509
  <li>[doc] Updated documentation about
435
- <code class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></code>.</li>
510
+ <tt class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></tt>.</li>
436
511
  <li>[doc] Added documentation about how to update files.
437
512
  [GitHub#160] [Patch by cosmo0920]</li>
438
513
  <li>[doc] Updated to caplitalized &quot;Groonga&quot; terms in
@@ -442,25 +517,25 @@ documentation. [GitHub#162][GitHub#163][GitHub#164]
442
517
  <li>Dropped Ubuntu 12.10.</li>
443
518
  <li>Migrated Ubuntu package distribution site to PPA on Launchpad.
444
519
  See <a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a> for details.</li>
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
520
+ <li>Handled all requests that start with <tt class="docutils literal"><span class="pre">/d/</span></tt> as API requests. You
521
+ need to put files to directories that don't start with <tt class="docutils literal"><span class="pre">/d/</span></tt> to
447
522
  serve by Groonga HTTP service.</li>
448
523
  <li>[munin] Supported <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>.
449
524
  [Reported by Naoya Murakami]</li>
450
525
  <li>Supported daylight saving time.
451
526
  [#2546]</li>
452
- <li>[doc] Added a description about <code class="docutils literal"><span class="pre">--with-mecab</span></code> in
527
+ <li>[doc] Added a description about <tt class="docutils literal"><span class="pre">--with-mecab</span></tt> in
453
528
  <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a>.</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>
529
+ <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>
530
+ <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></tt> for syntax error case.</li>
456
531
  <li>[http][admin] Removed jQuery JSON plugin.
457
532
  [GitHub#168] [Patch by Tetsuharu OHZEKI]</li>
458
533
  <li>[http][admin] Enabled strict mode.
459
534
  [GitHub#169] [Patch by Tetsuharu OHZEKI]</li>
460
535
  <li>Exported getting variable APIs to <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a>.
461
536
  [GitHub#170] [Patch by Naoya Murakami]<ul>
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>
537
+ <li>Added <tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></tt>.</li>
538
+ <li>Added <tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></tt>.</li>
464
539
  </ul>
465
540
  </li>
466
541
  <li>[experimental] Added <a class="reference internal" href="reference/commands/tokenizer_list.html"><em>tokenizer_list</em></a>.
@@ -469,24 +544,24 @@ serve by Groonga HTTP service.</li>
469
544
  [GitHub#171] [Patch by Naoya Murakami]</li>
470
545
  </ul>
471
546
  </div>
472
- <div class="section" id="id17">
473
- <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
547
+ <div class="section" id="id20">
548
+ <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
474
549
  <ul class="simple">
475
550
  <li>[index] Fixed a bug that wrong max segment. It causes a crash when
476
551
  you use all allocated resource for an index column.
477
552
  [#2438] [Reported by GMO Media, Inc.]</li>
478
553
  <li>[doc] Fixed a typo in <a class="reference internal" href="install/centos.html"><em>CentOS</em></a>.
479
554
  [GitHub#166] [Patch by Naoya Murakami]</li>
480
- <li>[doc] Fixed the wrong default value of <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> in
555
+ <li>[doc] Fixed the wrong default value of <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt> in
481
556
  <a class="reference internal" href="reference/commands/select.html"><em>select</em></a>.
482
557
  [GitHub#167] [Patch by Naoya Murakami]</li>
483
- <li>[doc] Added a missing <code class="docutils literal"><span class="pre">\</span></code> escape exception in
558
+ <li>[doc] Added a missing <tt class="docutils literal"><span class="pre">\</span></tt> escape exception in
484
559
  <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>Query syntax</em></a>.
485
560
  [Reported by &#64;Yappo]</li>
486
561
  </ul>
487
562
  </div>
488
- <div class="section" id="id18">
489
- <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
563
+ <div class="section" id="id21">
564
+ <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
490
565
  <ul class="simple">
491
566
  <li>cosmo0920</li>
492
567
  <li>Naoya Murakami</li>
@@ -498,13 +573,13 @@ you use all allocated resource for an index column.
498
573
  </div>
499
574
  <div class="section" id="release-4-0-1-2014-03-29">
500
575
  <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>
501
- <div class="section" id="id19">
502
- <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
576
+ <div class="section" id="id22">
577
+ <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
503
578
  <ul class="simple">
504
579
  <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>
505
580
  <li>Supported to inspect vector and object value in JSON load.
506
581
  It shows more details about data which is failed to load.</li>
507
- <li>Added <code class="docutils literal"><span class="pre">adjuster</span></code> option to select command.
582
+ <li>Added <tt class="docutils literal"><span class="pre">adjuster</span></tt> option to select command.
508
583
  adjuster options accepts following syntax: INDEX_COLUMN &#64; STRING_LITERAL (* FACTOR).</li>
509
584
  <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
510
585
  to create weight vector column.</li>
@@ -518,8 +593,8 @@ to create weight vector column.</li>
518
593
  <li>[httpd] Enabled stub status module (NginxHttpStubStatusModule) for groonga-httpd. [Suggested by Masahiro Nagano]</li>
519
594
  </ul>
520
595
  </div>
521
- <div class="section" id="id20">
522
- <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
596
+ <div class="section" id="id23">
597
+ <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
523
598
  <ul class="simple">
524
599
  <li>Fixed a bug that a division overflow caused a fatal error.
525
600
  For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int64 column. [#2307]</li>
@@ -528,8 +603,8 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
528
603
  <li>Fixed the issue that out of bound array element access may occurs. [GitHub#158] [Reported by dcb314]</li>
529
604
  </ul>
530
605
  </div>
531
- <div class="section" id="id21">
532
- <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
606
+ <div class="section" id="id24">
607
+ <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
533
608
  <ul class="simple">
534
609
  <li>Sebastian Wiedenroth</li>
535
610
  <li>Masahiro Nagano</li>
@@ -543,16 +618,16 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
543
618
  <ul class="simple">
544
619
  <li>Bump version to 4.0.0!</li>
545
620
  </ul>
546
- <div class="section" id="id22">
547
- <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
621
+ <div class="section" id="id25">
622
+ <h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
548
623
  <ul class="simple">
549
624
  <li>[normalizer] Supported to show &quot;checks&quot; which is used for calculating next character position.
550
625
  Use WITH_CHECKS flag to enable this feature.</li>
551
626
  <li>[deb] Dropped Ubuntu 13.04 support.</li>
552
627
  </ul>
553
628
  </div>
554
- <div class="section" id="id23">
555
- <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
629
+ <div class="section" id="id26">
630
+ <h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
556
631
  <ul class="simple">
557
632
  <li>Fixed a crash bug that an object in grn_expr is used after it is freed.
558
633
  Normally Groonga server users aren't affected this bug. This bug mainly affects Rroonga users.
@@ -571,8 +646,8 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
571
646
  [groonga-dev,02113] [Reported by Ryoji Yamamoto]</li>
572
647
  </ul>
573
648
  </div>
574
- <div class="section" id="id24">
575
- <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
649
+ <div class="section" id="id27">
650
+ <h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
576
651
  <ul class="simple">
577
652
  <li>yoku</li>
578
653
  <li>Naoya Murakami</li>
@@ -845,78 +920,82 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
845
920
  </div>
846
921
  </div>
847
922
  </div>
848
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
923
+ <div class="sphinxsidebar">
849
924
  <div class="sphinxsidebarwrapper">
850
925
  <h3><a href="index.html">Table Of Contents</a></h3>
851
926
  <ul>
852
927
  <li><a class="reference internal" href="#">News</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>
928
+ <li><a class="reference internal" href="#release-4-0-9-2014-12-29">Release 4.0.9 - 2014-12-29</a><ul>
854
929
  <li><a class="reference internal" href="#improvements">Improvements</a></li>
855
930
  <li><a class="reference internal" href="#fixes">Fixes</a></li>
856
931
  <li><a class="reference internal" href="#thanks">Thanks</a></li>
857
932
  </ul>
858
933
  </li>
859
- <li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
934
+ <li><a class="reference internal" href="#release-4-0-8-2014-11-29">Release 4.0.8 - 2014/11/29</a><ul>
860
935
  <li><a class="reference internal" href="#id1">Improvements</a></li>
861
936
  <li><a class="reference internal" href="#id2">Fixes</a></li>
862
937
  <li><a class="reference internal" href="#id3">Thanks</a></li>
863
938
  </ul>
864
939
  </li>
865
- <li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
940
+ <li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
866
941
  <li><a class="reference internal" href="#id4">Improvements</a></li>
867
942
  <li><a class="reference internal" href="#id5">Fixes</a></li>
868
943
  <li><a class="reference internal" href="#id6">Thanks</a></li>
869
944
  </ul>
870
945
  </li>
871
- <li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
946
+ <li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
872
947
  <li><a class="reference internal" href="#id7">Improvements</a></li>
873
948
  <li><a class="reference internal" href="#id8">Fixes</a></li>
874
949
  <li><a class="reference internal" href="#id9">Thanks</a></li>
875
950
  </ul>
876
951
  </li>
877
- <li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
952
+ <li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
878
953
  <li><a class="reference internal" href="#id10">Improvements</a></li>
879
954
  <li><a class="reference internal" href="#id11">Fixes</a></li>
880
955
  <li><a class="reference internal" href="#id12">Thanks</a></li>
881
956
  </ul>
882
957
  </li>
883
- <li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
958
+ <li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
884
959
  <li><a class="reference internal" href="#id13">Improvements</a></li>
885
960
  <li><a class="reference internal" href="#id14">Fixes</a></li>
886
961
  <li><a class="reference internal" href="#id15">Thanks</a></li>
887
962
  </ul>
888
963
  </li>
889
- <li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
964
+ <li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
890
965
  <li><a class="reference internal" href="#id16">Improvements</a></li>
891
966
  <li><a class="reference internal" href="#id17">Fixes</a></li>
892
967
  <li><a class="reference internal" href="#id18">Thanks</a></li>
893
968
  </ul>
894
969
  </li>
895
- <li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
970
+ <li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
896
971
  <li><a class="reference internal" href="#id19">Improvements</a></li>
897
972
  <li><a class="reference internal" href="#id20">Fixes</a></li>
898
973
  <li><a class="reference internal" href="#id21">Thanks</a></li>
899
974
  </ul>
900
975
  </li>
901
- <li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
976
+ <li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
902
977
  <li><a class="reference internal" href="#id22">Improvements</a></li>
903
978
  <li><a class="reference internal" href="#id23">Fixes</a></li>
904
979
  <li><a class="reference internal" href="#id24">Thanks</a></li>
905
980
  </ul>
906
981
  </li>
982
+ <li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
983
+ <li><a class="reference internal" href="#id25">Improvements</a></li>
984
+ <li><a class="reference internal" href="#id26">Fixes</a></li>
985
+ <li><a class="reference internal" href="#id27">Thanks</a></li>
986
+ </ul>
987
+ </li>
907
988
  <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
908
989
  </ul>
909
990
  </li>
910
991
  </ul>
911
992
 
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">
993
+ <h3>This Page</h3>
994
+ <ul class="this-page-menu">
995
+ <li><a href="_sources/news.txt"
996
+ rel="nofollow">Show Source</a></li>
997
+ </ul>
998
+ <div id="searchbox" style="display: none">
920
999
  <h3>Quick search</h3>
921
1000
  <form class="search" action="search.html" method="get">
922
1001
  <input type="text" name="q" />
@@ -933,16 +1012,16 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
933
1012
  </div>
934
1013
  <div class="clearer"></div>
935
1014
  </div>
936
- <div class="related" role="navigation" aria-label="related navigation">
1015
+ <div class="related">
937
1016
  <h3>Navigation</h3>
938
1017
  <ul>
939
1018
  <li class="right" style="margin-right: 10px">
940
1019
  <a href="genindex.html" title="General Index"
941
1020
  >index</a></li>
942
- <li><a href="index.html">Groonga v4.0.8 documentation</a> &raquo;</li>
1021
+ <li><a href="index.html">Groonga v4.0.8-168-gae696d7 documentation</a> &raquo;</li>
943
1022
  </ul>
944
1023
  </div>
945
- <div class="footer" role="contentinfo">
1024
+ <div class="footer">
946
1025
  &copy; Copyright 2009-2014, Brazil, Inc.
947
1026
  </div>
948
1027
  </body>