rroonga 6.0.2-x64-mingw32 → 6.0.4-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (620) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/doc/text/news.md +18 -1
  4. data/ext/groonga/rb-grn-column.c +1 -2
  5. data/ext/groonga/rb-grn-data-column.c +157 -0
  6. data/ext/groonga/rb-grn-exception.c +17 -0
  7. data/ext/groonga/rb-grn-fix-size-column.c +2 -2
  8. data/ext/groonga/rb-grn-object.c +29 -0
  9. data/ext/groonga/rb-grn-procedure-type.c +9 -1
  10. data/ext/groonga/rb-grn-table-sort-keys.c +85 -0
  11. data/ext/groonga/rb-grn-table.c +2 -57
  12. data/ext/groonga/rb-grn-variable-size-column.c +2 -2
  13. data/ext/groonga/rb-grn.h +17 -3
  14. data/lib/2.1/groonga.so +0 -0
  15. data/lib/2.2/groonga.so +0 -0
  16. data/lib/2.3/groonga.so +0 -0
  17. data/rroonga-build.rb +4 -6
  18. data/test/test-data-column.rb +53 -0
  19. data/test/test-procedure.rb +12 -0
  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/libgroonga-0.dll +0 -0
  24. data/vendor/local/bin/libmecab-2.dll +0 -0
  25. data/vendor/local/bin/libmsgpack-4.dll +0 -0
  26. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  27. data/vendor/local/bin/libonig-5.dll +0 -0
  28. data/vendor/local/bin/lz4.exe +0 -0
  29. data/vendor/local/bin/lz4c.exe +0 -0
  30. data/vendor/local/bin/lz4cat +0 -0
  31. data/vendor/local/bin/mecab.exe +0 -0
  32. data/vendor/local/bin/zlib1.dll +0 -0
  33. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
  34. data/vendor/local/include/groonga/groonga.h +5 -0
  35. data/vendor/local/include/groonga/groonga/array.h +13 -0
  36. data/vendor/local/include/groonga/groonga/db.h +46 -0
  37. data/vendor/local/include/groonga/groonga/expr.h +1 -1
  38. data/vendor/local/include/groonga/groonga/groonga.h +14 -221
  39. data/vendor/local/include/groonga/groonga/hash.h +15 -0
  40. data/vendor/local/include/groonga/groonga/obj.h +1 -0
  41. data/vendor/local/include/groonga/groonga/operator.h +48 -0
  42. data/vendor/local/include/groonga/groonga/output.h +17 -1
  43. data/vendor/local/include/groonga/groonga/plugin.h +1 -4
  44. data/vendor/local/include/groonga/groonga/portability.h +7 -4
  45. data/vendor/local/include/groonga/groonga/scorer.h +3 -3
  46. data/vendor/local/include/groonga/groonga/table.h +216 -0
  47. data/vendor/local/include/groonga/groonga/time.h +47 -0
  48. data/vendor/local/include/groonga/groonga/window_function.h +67 -0
  49. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  50. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  51. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  52. data/vendor/local/lib/groonga/plugins/functions/number.la +41 -0
  53. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  54. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  55. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  57. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  58. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  59. data/vendor/local/lib/groonga/plugins/functions/time.la +41 -0
  60. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  61. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  62. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  63. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  64. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  65. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  67. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  68. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  69. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  71. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  73. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  74. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  75. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  76. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  77. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  78. data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +41 -10
  79. data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
  80. data/vendor/local/lib/libgroonga.a +0 -0
  81. data/vendor/local/lib/libgroonga.dll.a +0 -0
  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/libmsgpack.a +0 -0
  89. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  90. data/vendor/local/lib/libmsgpackc.a +0 -0
  91. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  92. data/vendor/local/lib/libonig.a +0 -0
  93. data/vendor/local/lib/libonig.dll.a +0 -0
  94. data/vendor/local/lib/libz.a +0 -0
  95. data/vendor/local/lib/libz.dll.a +0 -0
  96. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  97. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  98. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  99. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  100. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  101. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  102. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  103. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  104. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  105. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  106. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  107. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  108. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  109. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  110. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  111. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  112. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +129 -0
  113. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +92 -70
  114. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +20 -0
  115. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/record_number.txt +23 -0
  116. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +18 -0
  117. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +18 -0
  118. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +18 -0
  119. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +20 -0
  120. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +18 -0
  121. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +18 -0
  122. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +18 -0
  123. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +2 -2
  124. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -1
  125. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
  132. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
  133. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
  134. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  147. data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/index.html +20 -11
  149. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  151. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  152. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  153. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  154. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  155. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  156. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  157. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  158. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/news.html +286 -148
  160. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  170. data/vendor/local/share/doc/groonga/en/html/reference.html +20 -11
  171. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +9 -9
  239. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +115 -94
  257. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  262. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  263. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
  264. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
  265. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
  266. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  267. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
  268. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  269. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +5 -5
  270. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  271. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
  272. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  273. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
  274. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  276. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
  278. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  280. data/vendor/local/share/doc/groonga/en/html/reference/function.html +20 -11
  281. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  282. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  283. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  284. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  285. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  286. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
  287. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
  288. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
  289. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
  290. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +10 -10
  291. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +156 -0
  292. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +32 -32
  293. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
  294. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +28 -28
  295. data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +158 -0
  296. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +28 -28
  297. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +32 -32
  298. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +155 -0
  299. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +155 -0
  300. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +155 -0
  301. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +155 -0
  302. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +155 -0
  303. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +155 -0
  304. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +155 -0
  305. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +24 -24
  306. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  307. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  308. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  309. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  310. data/vendor/local/share/doc/groonga/en/html/reference/log.html +7 -7
  311. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  312. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +9 -9
  313. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
  314. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +5 -5
  315. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  316. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  317. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  318. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
  319. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
  320. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
  321. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
  322. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
  323. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
  324. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
  325. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
  326. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
  327. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
  328. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  329. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
  330. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  331. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
  332. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  333. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  334. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  335. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  336. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  337. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  338. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  339. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  340. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  341. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
  342. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  343. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  344. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  345. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  346. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  347. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  348. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  349. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  350. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  351. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  352. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  353. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  354. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  355. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  356. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  357. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  358. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  359. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  360. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  362. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  363. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  364. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  365. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  366. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  367. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  368. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  369. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  370. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +129 -0
  371. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +92 -70
  372. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +20 -0
  373. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/record_number.txt +23 -0
  374. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +18 -0
  375. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +18 -0
  376. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +18 -0
  377. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +20 -0
  378. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +18 -0
  379. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +18 -0
  380. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +18 -0
  381. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +2 -2
  382. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -1
  383. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
  385. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/index.html +23 -14
  407. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  409. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  410. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  411. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  412. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  413. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  414. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
  415. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  416. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/news.html +257 -150
  418. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  422. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  428. data/vendor/local/share/doc/groonga/ja/html/reference.html +23 -14
  429. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +5 -5
  430. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  431. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
  440. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  458. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
  459. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  460. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
  461. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  462. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  463. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  464. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  465. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +5 -5
  466. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
  467. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +5 -5
  468. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  469. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  470. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  471. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  472. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
  473. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  474. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  475. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  476. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  477. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +5 -5
  478. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
  479. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
  480. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
  481. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  482. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  483. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  484. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  485. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
  486. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  487. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +5 -5
  488. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
  489. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +5 -5
  490. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  491. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  492. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  493. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
  494. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
  495. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
  496. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +7 -7
  497. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
  498. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +5 -5
  499. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  500. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
  501. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
  502. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +5 -5
  503. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +5 -5
  504. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
  505. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
  506. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  507. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
  508. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  509. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +5 -5
  510. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
  511. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  512. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  513. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +5 -5
  514. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +108 -87
  515. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  516. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  517. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  518. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  519. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  520. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  521. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
  522. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
  523. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
  524. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
  526. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +5 -5
  528. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
  530. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  531. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  532. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  533. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  534. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  535. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
  536. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  537. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  538. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +20 -11
  539. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
  540. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  541. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  542. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  543. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  544. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
  545. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
  546. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
  547. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
  548. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +10 -10
  549. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +157 -0
  550. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +32 -32
  551. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
  552. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +28 -28
  553. data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +159 -0
  554. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +28 -28
  555. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +32 -32
  556. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +156 -0
  557. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +156 -0
  558. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +156 -0
  559. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +156 -0
  560. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +156 -0
  561. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +156 -0
  562. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +156 -0
  563. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +24 -24
  564. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  565. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  566. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  567. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  568. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +62 -55
  569. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  570. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +9 -9
  571. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
  572. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +5 -5
  573. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  574. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  575. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  576. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
  577. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
  578. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
  579. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
  580. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +9 -9
  581. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
  582. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
  583. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
  584. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
  585. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
  586. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  587. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
  588. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  589. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -9
  590. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  591. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  592. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  593. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  594. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  595. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  596. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  597. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  598. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  599. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
  600. data/vendor/local/share/doc/groonga/ja/html/server/package.html +9 -9
  601. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  602. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  603. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  604. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  605. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  606. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  607. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  608. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  609. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  610. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  611. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  612. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  613. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  614. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  615. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  616. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  617. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  618. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  619. data/vendor/local/share/groonga/mruby/LEGAL +4 -0
  620. metadata +55 -2
@@ -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 v6.0.2 documentation</title>
10
+ <title>News &mdash; Groonga v6.0.3-21-g22dd64c 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: '6.0.2',
18
+ VERSION: '6.0.3-21-g22dd64c',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,7 +25,7 @@
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 v6.0.2 documentation" href="index.html" />
28
+ <link rel="top" title="Groonga v6.0.3-21-g22dd64c documentation" href="index.html" />
29
29
  </head>
30
30
  <body role="document">
31
31
  <div class="header">
@@ -51,7 +51,7 @@
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 class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.2 documentation</a> &raquo;</li>
54
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.3-21-g22dd64c documentation</a> &raquo;</li>
55
55
  </ul>
56
56
  </div>
57
57
 
@@ -62,10 +62,137 @@
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-6-0-2-2016-04-29">
66
- <span id="release-6-0-2"></span><h2>Release 6.0.2 - 2016-04-29<a class="headerlink" href="#release-6-0-2-2016-04-29" title="Permalink to this headline">¶</a></h2>
65
+ <div class="section" id="release-6-0-4-2016-06-06">
66
+ <span id="release-6-0-4"></span><h2>Release 6.0.4 - 2016-06-06<a class="headerlink" href="#release-6-0-4-2016-06-06" title="Permalink to this headline">¶</a></h2>
67
+ <p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
68
+ users upgrade to 6.0.4. This release fixes some search related
69
+ problem.</p>
70
+ <div class="section" id="fixes">
71
+ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
72
+ <ul class="simple">
73
+ <li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">--drilldown</span></code>
74
+ against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
75
+ memory.</li>
76
+ <li>Fixed a bug that search with large index may refer invalid data. It
77
+ takes a long time to return search result.
78
+ [GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
79
+ </ul>
80
+ </div>
81
+ <div class="section" id="thanks">
82
+ <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
83
+ <ul class="simple">
84
+ <li>Atsushi Shinoda</li>
85
+ </ul>
86
+ </div>
87
+ </div>
88
+ <div class="section" id="release-6-0-3-2016-05-29">
89
+ <span id="release-6-0-3"></span><h2>Release 6.0.3 - 2016-05-29<a class="headerlink" href="#release-6-0-3-2016-05-29" title="Permalink to this headline">¶</a></h2>
67
90
  <div class="section" id="improvements">
68
91
  <h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
92
+ <ul>
93
+ <li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
94
+ <code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
95
+ to improve performance of N-gram tokenizer. [GitHub#533][Patch by
96
+ Naoya Murakami]</p>
97
+ </li>
98
+ <li><p class="first">[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] Stopped to ignore
99
+ nonexistent default tokenizer, normalizer or token filters. In the
100
+ previous versions, Groonga ignored a typo in
101
+ <code class="docutils literal"><span class="pre">--default_tokenizer</span></code>, <code class="docutils literal"><span class="pre">--normalizer</span></code> or <code class="docutils literal"><span class="pre">--token_filters</span></code>
102
+ parameter silently. It caused a delay in finding problems.</p>
103
+ </li>
104
+ <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v1: Supported
105
+ expression such as <code class="docutils literal"><span class="pre">snippet_html(...)</span></code> in output_columns.</p>
106
+ </li>
107
+ <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Removed a limitation about the
108
+ number of labeled drilldowns. In the previous versions, the number
109
+ of max labeled drilldowns is limited to 10.</p>
110
+ </li>
111
+ <li><p class="first">[<a class="reference internal" href="reference/functions/number_classify.html"><span class="doc">number_classify</span></a>] Added a number
112
+ plugin. Use <code class="docutils literal"><span class="pre">number_classify</span></code> function to classify by value.</p>
113
+ </li>
114
+ <li><p class="first">Added a time plugin. Use <code class="docutils literal"><span class="pre">time_classify_second</span></code>,
115
+ <code class="docutils literal"><span class="pre">time_classify_minute</span></code>, <code class="docutils literal"><span class="pre">time_classify_hour</span></code>,
116
+ <code class="docutils literal"><span class="pre">time_classify_day</span></code>, <code class="docutils literal"><span class="pre">time_classify_week</span></code>,
117
+ <code class="docutils literal"><span class="pre">time_classify_month</span></code>, <code class="docutils literal"><span class="pre">time_classify_year</span></code> function to classify
118
+ by value.</p>
119
+ </li>
120
+ <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported dynamic column
121
+ creation which is used in <code class="docutils literal"><span class="pre">output_columns</span></code>, <code class="docutils literal"><span class="pre">drilldown</span></code> or
122
+ <code class="docutils literal"><span class="pre">sortby</span></code> [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]:</p>
123
+ <div class="highlight-none"><div class="highlight"><pre><span></span>select \
124
+ --columns[LABEL].stage filtered \
125
+ --columns[LABEL].type ShortText \
126
+ --columns[LABEL].flags COLUMN_SCALAR \
127
+ --columns[LABEL].value &#39;script syntax expression&#39; \
128
+ ...
129
+ </pre></div>
130
+ </div>
131
+ </li>
132
+ <li><p class="first">[experimental][<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Improved
133
+ performance for range/equal search and enough filtered case. Set
134
+ <code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO</span></code> environment variable to
135
+ enable this feature.</p>
136
+ </li>
137
+ <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported index used search for
138
+ filtered tables.</p>
139
+ </li>
140
+ <li><p class="first">Supported to detect changed database isn't closed. This feature is
141
+ useful to check database corruption when Groonga is crashed
142
+ unexpectedly.</p>
143
+ </li>
144
+ <li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported detecting database
145
+ wasn't closed successfully case.</p>
146
+ </li>
147
+ <li><p class="first">Added <code class="docutils literal"><span class="pre">--drilldown_filter</span></code>.</p>
148
+ </li>
149
+ <li><p class="first">Supported <code class="docutils literal"><span class="pre">filter</span></code> in labeled drilldown.</p>
150
+ </li>
151
+ <li><p class="first">Improved performance for using [<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>]
152
+ without index. By between() optimization, there is a case that range
153
+ search is 100x faster than the previous version of between().</p>
154
+ </li>
155
+ <li><p class="first">[<a class="reference internal" href="reference/functions/record_number.html"><span class="doc">record_number</span></a>] Supported window function.</p>
156
+ </li>
157
+ <li><p class="first">[experimental][<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported <code class="docutils literal"><span class="pre">--slices</span></code>.</p>
158
+ </li>
159
+ <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Deprecated <code class="docutils literal"><span class="pre">--sortby</span></code> and
160
+ <code class="docutils literal"><span class="pre">--drilldown_sortby</span></code>. Use <code class="docutils literal"><span class="pre">--sort_keys</span></code> and
161
+ <code class="docutils literal"><span class="pre">-drilldown_sort_keys</span></code> instead.</p>
162
+ </li>
163
+ <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Deprecated <code class="docutils literal"><span class="pre">--drilldown[...]</span></code>.
164
+ Use <code class="docutils literal"><span class="pre">--drilldowns[...]</span></code> instead.</p>
165
+ </li>
166
+ <li><p class="first">Added [<a class="reference internal" href="reference/command/command_version.html"><span class="doc">Command version</span></a>] 3. It uses object
167
+ literal based envelope.</p>
168
+ </li>
169
+ <li><p class="first">[groonga-httpd] Updated bundled nginx version to 1.11.0.</p>
170
+ </li>
171
+ </ul>
172
+ </div>
173
+ <div class="section" id="id1">
174
+ <h3>Fixes<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
175
+ <ul class="simple">
176
+ <li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
177
+ that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
178
+ <li>Fixed a bug that 1usec information is lost for time value.</li>
179
+ <li>Fixed a crash bug when a mruby plugin is initialized with multiple
180
+ threads.</li>
181
+ <li>Fixed a bug that static indexing crashes if a posting list is very long.
182
+ This bug may occur against enormous size of database. [GitHub#546]</li>
183
+ </ul>
184
+ </div>
185
+ <div class="section" id="id2">
186
+ <h3>Thanks<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
187
+ <ul class="simple">
188
+ <li>Naoya Murakami</li>
189
+ </ul>
190
+ </div>
191
+ </div>
192
+ <div class="section" id="release-6-0-2-2016-04-29">
193
+ <span id="release-6-0-2"></span><h2>Release 6.0.2 - 2016-04-29<a class="headerlink" href="#release-6-0-2-2016-04-29" title="Permalink to this headline">¶</a></h2>
194
+ <div class="section" id="id3">
195
+ <h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
69
196
  <ul class="simple">
70
197
  <li>Supported bool in comparison operators (<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">&lt;</span></code>, <code class="docutils literal"><span class="pre">&lt;=</span></code>).
71
198
  TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
@@ -108,8 +235,8 @@ environment variables.</li>
108
235
  <li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
109
236
  </ul>
110
237
  </div>
111
- <div class="section" id="fixes">
112
- <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
238
+ <div class="section" id="id4">
239
+ <h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
113
240
  <ul>
114
241
  <li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
115
242
  For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
@@ -158,8 +285,8 @@ there is a possibility to break database. Please recreate the table.</p>
158
285
  </li>
159
286
  </ul>
160
287
  </div>
161
- <div class="section" id="thanks">
162
- <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
288
+ <div class="section" id="id5">
289
+ <h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
163
290
  <ul class="simple">
164
291
  <li>Naoya Murakami</li>
165
292
  <li>Hiroshi Ohkubo</li>
@@ -169,8 +296,8 @@ there is a possibility to break database. Please recreate the table.</p>
169
296
  </div>
170
297
  <div class="section" id="release-6-0-1-2016-03-29">
171
298
  <span id="release-6-0-1"></span><h2>Release 6.0.1 - 2016-03-29<a class="headerlink" href="#release-6-0-1-2016-03-29" title="Permalink to this headline">¶</a></h2>
172
- <div class="section" id="id1">
173
- <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
299
+ <div class="section" id="id6">
300
+ <h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
174
301
  <ul>
175
302
  <li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
176
303
  backtrace.</p>
@@ -226,8 +353,8 @@ Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABL
226
353
  </li>
227
354
  </ul>
228
355
  </div>
229
- <div class="section" id="id2">
230
- <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
356
+ <div class="section" id="id7">
357
+ <h3>Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
231
358
  <ul class="simple">
232
359
  <li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
233
360
  nonexistent column is specified. [GitHub#493]</li>
@@ -253,8 +380,8 @@ reference causes stack over flow.</li>
253
380
  <li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
254
381
  </ul>
255
382
  </div>
256
- <div class="section" id="id3">
257
- <h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
383
+ <div class="section" id="id8">
384
+ <h3>Thanks<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
258
385
  <ul class="simple">
259
386
  <li>YUKI Hiroshi</li>
260
387
  </ul>
@@ -262,8 +389,8 @@ reference causes stack over flow.</li>
262
389
  </div>
263
390
  <div class="section" id="release-6-0-0-2016-02-29">
264
391
  <span id="release-6-0-0"></span><h2>Release 6.0.0 - 2016-02-29<a class="headerlink" href="#release-6-0-0-2016-02-29" title="Permalink to this headline">¶</a></h2>
265
- <div class="section" id="id4">
266
- <h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
392
+ <div class="section" id="id9">
393
+ <h3>Improvements<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
267
394
  <ul>
268
395
  <li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
269
396
  specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
@@ -367,8 +494,8 @@ version to 1.9.11 from 1.9.10.</p>
367
494
  </li>
368
495
  </ul>
369
496
  </div>
370
- <div class="section" id="id5">
371
- <h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
497
+ <div class="section" id="id10">
498
+ <h3>Fixes<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
372
499
  <ul class="simple">
373
500
  <li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
374
501
  outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
@@ -387,8 +514,8 @@ used when <a class="reference internal" href="reference/command/command_version.
387
514
  used. [GitHub#490][Reported by KITAITI Makoto]</li>
388
515
  </ul>
389
516
  </div>
390
- <div class="section" id="id6">
391
- <h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
517
+ <div class="section" id="id11">
518
+ <h3>Thanks<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
392
519
  <ul class="simple">
393
520
  <li>Masafumi Yokoyama</li>
394
521
  <li>Naoya Murakami</li>
@@ -405,8 +532,8 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
405
532
  </div>
406
533
  <div class="section" id="release-5-1-2-2016-01-29">
407
534
  <span id="release-5-1-2"></span><h2>Release 5.1.2 - 2016-01-29<a class="headerlink" href="#release-5-1-2-2016-01-29" title="Permalink to this headline">¶</a></h2>
408
- <div class="section" id="id7">
409
- <h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
535
+ <div class="section" id="id12">
536
+ <h3>Improvements<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
410
537
  <ul class="simple">
411
538
  <li>Improved performance for sequential search against constant value
412
539
  such as <code class="docutils literal"><span class="pre">true</span></code> and <code class="docutils literal"><span class="pre">29</span></code>.</li>
@@ -471,8 +598,8 @@ releases a lock of a database, table or column.</li>
471
598
  version to 1.9.10 from 1.9.7.</li>
472
599
  </ul>
473
600
  </div>
474
- <div class="section" id="id8">
475
- <h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
601
+ <div class="section" id="id13">
602
+ <h3>Fixes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
476
603
  <ul class="simple">
477
604
  <li>Fixed mruby related crash bugs.</li>
478
605
  <li>[Windows] Fixed label in installer.
@@ -485,8 +612,8 @@ version to 1.9.10 from 1.9.7.</li>
485
612
  by <code class="docutils literal"><span class="pre">command_version</span></code> parameter in a request isn't reset.</li>
486
613
  </ul>
487
614
  </div>
488
- <div class="section" id="id9">
489
- <h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
615
+ <div class="section" id="id14">
616
+ <h3>Thanks<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
490
617
  <ul class="simple">
491
618
  <li>Naoya Murakami</li>
492
619
  <li>Atsushi Shinoda</li>
@@ -497,8 +624,8 @@ by <code class="docutils literal"><span class="pre">command_version</span></code
497
624
  </div>
498
625
  <div class="section" id="release-5-1-1-2015-12-29">
499
626
  <span id="release-5-1-1"></span><h2>Release 5.1.1 - 2015-12-29<a class="headerlink" href="#release-5-1-1-2015-12-29" title="Permalink to this headline">¶</a></h2>
500
- <div class="section" id="id10">
501
- <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
627
+ <div class="section" id="id15">
628
+ <h3>Improvements<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
502
629
  <ul class="simple">
503
630
  <li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Supported <code class="docutils literal"><span class="pre">INDEX_COLUMN</span>
504
631
  <span class="pre">==</span> <span class="pre">VALUE</span></code> as index search with an equal supported index.</li>
@@ -511,8 +638,8 @@ by <code class="docutils literal"><span class="pre">command_version</span></code
511
638
  such as <code class="docutils literal"><span class="pre">COLUMN</span> <span class="pre">&#64;~</span> <span class="pre">&quot;CONSTANT_PATTERN&quot;</span></code>.</li>
512
639
  </ul>
513
640
  </div>
514
- <div class="section" id="id11">
515
- <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
641
+ <div class="section" id="id16">
642
+ <h3>Fixes<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
516
643
  <ul class="simple">
517
644
  <li>Fixed build error on MessagePack support build.
518
645
  [groonga-dev,03708] [Reported by Ryo Sugimoto]</li>
@@ -527,8 +654,8 @@ threads to <code class="docutils literal"><span class="pre">1</span></code>.</li
527
654
  [GitHub#448] [Reported by Hiroyuki Sato]</li>
528
655
  </ul>
529
656
  </div>
530
- <div class="section" id="id12">
531
- <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
657
+ <div class="section" id="id17">
658
+ <h3>Thanks<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
532
659
  <ul class="simple">
533
660
  <li>Ryo Sugimoto</li>
534
661
  <li>Yutaro SHIMAMURA</li>
@@ -538,8 +665,8 @@ threads to <code class="docutils literal"><span class="pre">1</span></code>.</li
538
665
  </div>
539
666
  <div class="section" id="release-5-1-0-2015-11-29">
540
667
  <span id="release-5-1-0"></span><h2>Release 5.1.0 - 2015-11-29<a class="headerlink" href="#release-5-1-0-2015-11-29" title="Permalink to this headline">¶</a></h2>
541
- <div class="section" id="id13">
542
- <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
668
+ <div class="section" id="id18">
669
+ <h3>Improvements<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
543
670
  <ul class="simple">
544
671
  <li>[patiricia trie] Added an error check for the max total key
545
672
  size. See <a class="reference internal" href="limitations.html"><span class="doc">Limitations</span></a> about the max total key size.</li>
@@ -575,8 +702,8 @@ whether the object is an accessor for <code class="docutils literal"><span class
575
702
  <li>Supported <a class="reference internal" href="reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> for JSON output.</li>
576
703
  </ul>
577
704
  </div>
578
- <div class="section" id="id14">
579
- <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
705
+ <div class="section" id="id19">
706
+ <h3>Fixes<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
580
707
  <ul class="simple">
581
708
  <li>[inverted index] Fixed a possible infinite loop bug when log level
582
709
  is <code class="docutils literal"><span class="pre">debug</span></code>.</li>
@@ -586,8 +713,8 @@ record that should be matched in sequential search mode.</li>
586
713
  empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
587
714
  </ul>
588
715
  </div>
589
- <div class="section" id="id15">
590
- <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
716
+ <div class="section" id="id20">
717
+ <h3>Thanks<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
591
718
  <ul class="simple">
592
719
  <li>Naoya Murakami</li>
593
720
  </ul>
@@ -595,8 +722,8 @@ empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
595
722
  </div>
596
723
  <div class="section" id="release-5-0-9-2015-10-29">
597
724
  <span id="release-5-0-9"></span><h2>Release 5.0.9 - 2015-10-29<a class="headerlink" href="#release-5-0-9-2015-10-29" title="Permalink to this headline">¶</a></h2>
598
- <div class="section" id="id16">
599
- <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
725
+ <div class="section" id="id21">
726
+ <h3>Improvements<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
600
727
  <ul class="simple">
601
728
  <li>[inverted index] Reduced log levels of logs for developers.</li>
602
729
  <li>Flushed pending changed on creating new database. It guards database
@@ -651,8 +778,8 @@ passed object is true value.</li>
651
778
  <li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Added Ubuntu 15.10 Wily Werewolf support.</li>
652
779
  </ul>
653
780
  </div>
654
- <div class="section" id="id17">
655
- <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
781
+ <div class="section" id="id22">
782
+ <h3>Fixes<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
656
783
  <ul class="simple">
657
784
  <li>[patricia trie] Fixed a bug that the number of records may be
658
785
  counted up unexpectedly on adding a new entry. [GitHub#417]</li>
@@ -668,8 +795,8 @@ break patricia trie. [GitHub#420]</li>
668
795
  <li>Fixed a bug that wrong proc type is used for token filter objects.</li>
669
796
  </ul>
670
797
  </div>
671
- <div class="section" id="id18">
672
- <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
798
+ <div class="section" id="id23">
799
+ <h3>Thanks<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
673
800
  <ul class="simple">
674
801
  <li>Matthias Klose</li>
675
802
  <li>Hiroshi Kagami</li>
@@ -679,8 +806,8 @@ break patricia trie. [GitHub#420]</li>
679
806
  </div>
680
807
  <div class="section" id="release-5-0-8-2015-09-29">
681
808
  <span id="release-5-0-8"></span><h2>Release 5.0.8 - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="Permalink to this headline">¶</a></h2>
682
- <div class="section" id="id19">
683
- <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
809
+ <div class="section" id="id24">
810
+ <h3>Improvements<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
684
811
  <ul>
685
812
  <li><p class="first">[Windows] Supported build with MySQL again.</p>
686
813
  </li>
@@ -781,8 +908,8 @@ to 1.9.5 that supports HTTP/2. HTTP/2 module is enabled.</p>
781
908
  </li>
782
909
  </ul>
783
910
  </div>
784
- <div class="section" id="id20">
785
- <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
911
+ <div class="section" id="id25">
912
+ <h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
786
913
  <ul class="simple">
787
914
  <li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">&amp;!</span></code>
788
915
  does nothing when right hand side is <code class="docutils literal"><span class="pre">true</span></code>.</li>
@@ -792,8 +919,8 @@ does nothing when right hand side is <code class="docutils literal"><span class=
792
919
  ignored.</li>
793
920
  </ul>
794
921
  </div>
795
- <div class="section" id="id21">
796
- <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
922
+ <div class="section" id="id26">
923
+ <h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
797
924
  <ul class="simple">
798
925
  <li>Hiroyuki Sato</li>
799
926
  <li>Sergei Golubchik</li>
@@ -809,8 +936,8 @@ recommend that you upgrade your Groonga.</p>
809
936
  <p>This release has an important experimental feature for Windows users.
810
937
  See &quot;sparse file support&quot; entry in the following improvement list for
811
938
  details.</p>
812
- <div class="section" id="id22">
813
- <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
939
+ <div class="section" id="id27">
940
+ <h3>Improvements<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
814
941
  <ul>
815
942
  <li><p class="first">[experimental][Windows] Added sparse file support. It's experimental
816
943
  feature. It's disabled by default. You can enable it by specifying
@@ -886,8 +1013,8 @@ building Groonga as Groonga developer.
886
1013
  </li>
887
1014
  </ul>
888
1015
  </div>
889
- <div class="section" id="id23">
890
- <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
1016
+ <div class="section" id="id28">
1017
+ <h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
891
1018
  <ul>
892
1019
  <li><p class="first">[mruby] Fixed a time overflow bug.</p>
893
1020
  </li>
@@ -922,8 +1049,8 @@ doesn't work in multithread.</p>
922
1049
  </li>
923
1050
  </ul>
924
1051
  </div>
925
- <div class="section" id="id24">
926
- <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
1052
+ <div class="section" id="id29">
1053
+ <h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
927
1054
  <ul class="simple">
928
1055
  <li>Hiroyuki Sato</li>
929
1056
  <li>Natanael Copa</li>
@@ -935,8 +1062,8 @@ doesn't work in multithread.</p>
935
1062
  </div>
936
1063
  <div class="section" id="release-5-0-6-2015-07-29">
937
1064
  <span id="release-5-0-6"></span><h2>Release 5.0.6 - 2015-07-29<a class="headerlink" href="#release-5-0-6-2015-07-29" title="Permalink to this headline">¶</a></h2>
938
- <div class="section" id="id25">
939
- <h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
1065
+ <div class="section" id="id30">
1066
+ <h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
940
1067
  <ul>
941
1068
  <li><p class="first">[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Dropped Ubuntu 14.10 (Utopic Unicorn) support. It had been
942
1069
  End of Life on July 23, 2015.</p>
@@ -1101,8 +1228,8 @@ accessor.</li>
1101
1228
  </li>
1102
1229
  </ul>
1103
1230
  </div>
1104
- <div class="section" id="id26">
1105
- <h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
1231
+ <div class="section" id="id31">
1232
+ <h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
1106
1233
  <ul>
1107
1234
  <li><p class="first">Fixed a memory leak when an error is occurred in <a class="reference internal" href="reference/api/grn_expr.html#c.grn_expr_exec" title="grn_expr_exec"><code class="xref c c-func docutils literal"><span class="pre">grn_expr_exec()</span></code></a>.
1108
1235
  For example, unsupported operator (e.g. <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>) is used
@@ -1142,8 +1269,8 @@ owner/group. [GitHub#358] [Reported by jacob16bit]</p>
1142
1269
  </li>
1143
1270
  </ul>
1144
1271
  </div>
1145
- <div class="section" id="id27">
1146
- <h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
1272
+ <div class="section" id="id32">
1273
+ <h3>Thanks<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
1147
1274
  <ul class="simple">
1148
1275
  <li>Bill Parker</li>
1149
1276
  <li>jacob16bit</li>
@@ -1155,8 +1282,8 @@ owner/group. [GitHub#358] [Reported by jacob16bit]</p>
1155
1282
  </div>
1156
1283
  <div class="section" id="release-5-0-5-2015-06-29">
1157
1284
  <span id="release-5-0-5"></span><h2>Release 5.0.5 - 2015-06-29<a class="headerlink" href="#release-5-0-5-2015-06-29" title="Permalink to this headline">¶</a></h2>
1158
- <div class="section" id="id28">
1159
- <h3>Improvements<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
1285
+ <div class="section" id="id33">
1286
+ <h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
1160
1287
  <ul>
1161
1288
  <li><p class="first">Show correct error information such as NoSuchFileOrDirectory when opening a database.</p>
1162
1289
  </li>
@@ -1207,8 +1334,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
1207
1334
  </li>
1208
1335
  </ul>
1209
1336
  </div>
1210
- <div class="section" id="id29">
1211
- <h3>Fixes<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
1337
+ <div class="section" id="id34">
1338
+ <h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
1212
1339
  <ul class="simple">
1213
1340
  <li>Fixed wrong macro to include netinet/in.h.
1214
1341
  [GitHub#348] [Reported by OBATA Akio]</li>
@@ -1216,8 +1343,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
1216
1343
  [GitHub#351] [Patch by jacob16bit]</li>
1217
1344
  </ul>
1218
1345
  </div>
1219
- <div class="section" id="id30">
1220
- <h3>Thanks<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
1346
+ <div class="section" id="id35">
1347
+ <h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
1221
1348
  <ul class="simple">
1222
1349
  <li>OBATA Akio</li>
1223
1350
  <li>jacob16bit</li>
@@ -1226,8 +1353,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
1226
1353
  </div>
1227
1354
  <div class="section" id="release-5-0-4-2015-05-29">
1228
1355
  <span id="release-5-0-4"></span><h2>Release 5.0.4 - 2015-05-29<a class="headerlink" href="#release-5-0-4-2015-05-29" title="Permalink to this headline">¶</a></h2>
1229
- <div class="section" id="id31">
1230
- <h3>Improvements<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
1356
+ <div class="section" id="id36">
1357
+ <h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
1231
1358
  <ul class="simple">
1232
1359
  <li>[mruby] Changed to use <code class="docutils literal"><span class="pre">inspect</span></code> to show meaningful error message for error value.</li>
1233
1360
  <li>[mruby] Supported <code class="docutils literal"><span class="pre">Groonga::Bulk#inspect</span></code> to inspect bulk content.</li>
@@ -1256,8 +1383,8 @@ full-width space (<code class="docutils literal"><span class="pre">U+3000</span>
1256
1383
  Unicode). [Suggested by TomyGX]</li>
1257
1384
  </ul>
1258
1385
  </div>
1259
- <div class="section" id="id32">
1260
- <h3>Fixes<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
1386
+ <div class="section" id="id37">
1387
+ <h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
1261
1388
  <ul class="simple">
1262
1389
  <li>Fixed a crash bug when empty key is specified for <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code>.</li>
1263
1390
  <li>Fixed a bug that the return value of <code class="docutils literal"><span class="pre">grn_parse_query_flags</span></code> is not properly checked.
@@ -1283,8 +1410,8 @@ correctly when query contains characters which are treated as blank character.
1283
1410
  For example, the newline - &quot;\n&quot; is typical one.</li>
1284
1411
  </ul>
1285
1412
  </div>
1286
- <div class="section" id="id33">
1287
- <h3>Thanks<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
1413
+ <div class="section" id="id38">
1414
+ <h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
1288
1415
  <ul class="simple">
1289
1416
  <li>Hiroaki Nakamura</li>
1290
1417
  <li>Hiroyuki Sato</li>
@@ -1296,8 +1423,8 @@ For example, the newline - &quot;\n&quot; is typical one.</li>
1296
1423
  </div>
1297
1424
  <div class="section" id="release-5-0-3-2015-04-29">
1298
1425
  <span id="release-5-0-3"></span><h2>Release 5.0.3 - 2015-04-29<a class="headerlink" href="#release-5-0-3-2015-04-29" title="Permalink to this headline">¶</a></h2>
1299
- <div class="section" id="id34">
1300
- <h3>Improvements<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
1426
+ <div class="section" id="id39">
1427
+ <h3>Improvements<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
1301
1428
  <ul class="simple">
1302
1429
  <li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][<a class="reference internal" href="reference/regular_expression.html"><span class="doc">Regular expression</span></a>]
1303
1430
  Skip the last one character token.</li>
@@ -1359,8 +1486,8 @@ You can enable log rotation by the following options:<ul>
1359
1486
  <li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx version to the latest mainline (1.8.0).</li>
1360
1487
  </ul>
1361
1488
  </div>
1362
- <div class="section" id="id35">
1363
- <h3>Fixes<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
1489
+ <div class="section" id="id40">
1490
+ <h3>Fixes<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
1364
1491
  <ul class="simple">
1365
1492
  <li>[windows] Fixed a bug that <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">Offline index construction</span></a> is
1366
1493
  failed for large data (at least 1GB or larger) with Groonga built by
@@ -1375,8 +1502,8 @@ and added a test for invalid patricia trie node add case.
1375
1502
  [groonga-dev,03177] [Reported by yuya sako]</li>
1376
1503
  </ul>
1377
1504
  </div>
1378
- <div class="section" id="id36">
1379
- <h3>Thanks<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
1505
+ <div class="section" id="id41">
1506
+ <h3>Thanks<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
1380
1507
  <ul class="simple">
1381
1508
  <li>Hideki ARAI</li>
1382
1509
  <li>Hiroyuki Mizuhara</li>
@@ -1388,8 +1515,8 @@ and added a test for invalid patricia trie node add case.
1388
1515
  <div class="section" id="release-5-0-2-2015-03-31">
1389
1516
  <span id="release-5-0-2"></span><h2>Release 5.0.2 - 2015-03-31<a class="headerlink" href="#release-5-0-2-2015-03-31" title="Permalink to this headline">¶</a></h2>
1390
1517
  <p>It's a bug fix release of 5.0.1.</p>
1391
- <div class="section" id="id37">
1392
- <h3>Improvements<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
1518
+ <div class="section" id="id42">
1519
+ <h3>Improvements<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
1393
1520
  <ul class="simple">
1394
1521
  <li>Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]</li>
1395
1522
  <li>[logical_range_filter] Disabled range index by default. It's enabled
@@ -1397,8 +1524,8 @@ when you set the enviromnent variable <code class="docutils literal"><span class
1397
1524
  to <code class="docutils literal"><span class="pre">yes</span></code>.</li>
1398
1525
  </ul>
1399
1526
  </div>
1400
- <div class="section" id="id38">
1401
- <h3>Fixes<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
1527
+ <div class="section" id="id43">
1528
+ <h3>Fixes<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
1402
1529
  <ul class="simple">
1403
1530
  <li>Fixed a regression bug that JSONP doesn't work. It was introduced
1404
1531
  in Groonga 4.1.1.</li>
@@ -1408,8 +1535,8 @@ in Groonga 4.1.1.</li>
1408
1535
  problem is fixed in the environment such as CentOS 7.</li>
1409
1536
  </ul>
1410
1537
  </div>
1411
- <div class="section" id="id39">
1412
- <h3>Thanks<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
1538
+ <div class="section" id="id44">
1539
+ <h3>Thanks<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
1413
1540
  <ul class="simple">
1414
1541
  <li>Atsushi Shinoda</li>
1415
1542
  <li>Hiroshi Hatake</li>
@@ -1418,8 +1545,8 @@ problem is fixed in the environment such as CentOS 7.</li>
1418
1545
  </div>
1419
1546
  <div class="section" id="release-5-0-1-2015-03-29">
1420
1547
  <span id="release-5-0-1"></span><h2>Release 5.0.1 - 2015-03-29<a class="headerlink" href="#release-5-0-1-2015-03-29" title="Permalink to this headline">¶</a></h2>
1421
- <div class="section" id="id40">
1422
- <h3>Improvements<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
1548
+ <div class="section" id="id45">
1549
+ <h3>Improvements<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
1423
1550
  <ul>
1424
1551
  <li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported filter
1425
1552
  and sort.</p>
@@ -1560,8 +1687,8 @@ Murakami]</p>
1560
1687
  </li>
1561
1688
  </ul>
1562
1689
  </div>
1563
- <div class="section" id="id41">
1564
- <h3>Fixes<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
1690
+ <div class="section" id="id46">
1691
+ <h3>Fixes<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
1565
1692
  <ul class="simple">
1566
1693
  <li>Fixed not to use obsolete <code class="docutils literal"><span class="pre">--address</span></code> parameter in the default
1567
1694
  groonga.conf. <code class="docutils literal"><span class="pre">--bind-address</span></code> is used instead. [Groonga-talk]
@@ -1592,8 +1719,8 @@ column specified by <code class="docutils literal"><span class="pre">source_colu
1592
1719
  indexes. [Reported by Naoya Murakami]</li>
1593
1720
  </ul>
1594
1721
  </div>
1595
- <div class="section" id="id42">
1596
- <h3>Thanks<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
1722
+ <div class="section" id="id47">
1723
+ <h3>Thanks<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
1597
1724
  <ul class="simple">
1598
1725
  <li>Masatoshi Teruya</li>
1599
1726
  <li>Tasuku SUENAGA</li>
@@ -1609,8 +1736,8 @@ indexes. [Reported by Naoya Murakami]</li>
1609
1736
  <ul class="simple">
1610
1737
  <li>Bump version to 5.0.0!</li>
1611
1738
  </ul>
1612
- <div class="section" id="id43">
1613
- <h3>Improvements<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
1739
+ <div class="section" id="id48">
1740
+ <h3>Improvements<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
1614
1741
  <ul class="simple">
1615
1742
  <li>[doc] Added <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-security"><span class="std std-ref">Security</span></a> about <a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>.</li>
1616
1743
  <li>[experimental] Added sharding plugin. Execute <cite>register sharding</cite> to
@@ -1621,16 +1748,16 @@ on FreeBSD 10.1. <a class="reference external" href="https://mariadb.atlassian.n
1621
1748
  <li>Supported to customize plugins directory. Set <cite>GRN_PLUGINS_DIR</cite> environment variable.</li>
1622
1749
  </ul>
1623
1750
  </div>
1624
- <div class="section" id="id44">
1625
- <h3>Fixes<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
1751
+ <div class="section" id="id49">
1752
+ <h3>Fixes<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
1626
1753
  <ul class="simple">
1627
1754
  <li>Fixed build failure when system has an incompatible version of onigmo/oniguruma
1628
1755
  headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
1629
1756
  <li>Fixed time related build failure on MSVC [GitHub#237]</li>
1630
1757
  </ul>
1631
1758
  </div>
1632
- <div class="section" id="id45">
1633
- <h3>Thanks<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
1759
+ <div class="section" id="id50">
1760
+ <h3>Thanks<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
1634
1761
  <ul class="simple">
1635
1762
  <li>Akinori MUSHA</li>
1636
1763
  <li>Bernard Spil</li>
@@ -1977,100 +2104,111 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
1977
2104
  <h3><a href="index.html">Table Of Contents</a></h3>
1978
2105
  <ul>
1979
2106
  <li><a class="reference internal" href="#">News</a><ul>
1980
- <li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
1981
- <li><a class="reference internal" href="#improvements">Improvements</a></li>
2107
+ <li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
1982
2108
  <li><a class="reference internal" href="#fixes">Fixes</a></li>
1983
2109
  <li><a class="reference internal" href="#thanks">Thanks</a></li>
1984
2110
  </ul>
1985
2111
  </li>
2112
+ <li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
2113
+ <li><a class="reference internal" href="#improvements">Improvements</a></li>
2114
+ <li><a class="reference internal" href="#id1">Fixes</a></li>
2115
+ <li><a class="reference internal" href="#id2">Thanks</a></li>
2116
+ </ul>
2117
+ </li>
2118
+ <li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
2119
+ <li><a class="reference internal" href="#id3">Improvements</a></li>
2120
+ <li><a class="reference internal" href="#id4">Fixes</a></li>
2121
+ <li><a class="reference internal" href="#id5">Thanks</a></li>
2122
+ </ul>
2123
+ </li>
1986
2124
  <li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
1987
- <li><a class="reference internal" href="#id1">Improvements</a></li>
1988
- <li><a class="reference internal" href="#id2">Fixes</a></li>
1989
- <li><a class="reference internal" href="#id3">Thanks</a></li>
2125
+ <li><a class="reference internal" href="#id6">Improvements</a></li>
2126
+ <li><a class="reference internal" href="#id7">Fixes</a></li>
2127
+ <li><a class="reference internal" href="#id8">Thanks</a></li>
1990
2128
  </ul>
1991
2129
  </li>
1992
2130
  <li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
1993
- <li><a class="reference internal" href="#id4">Improvements</a></li>
1994
- <li><a class="reference internal" href="#id5">Fixes</a></li>
1995
- <li><a class="reference internal" href="#id6">Thanks</a></li>
2131
+ <li><a class="reference internal" href="#id9">Improvements</a></li>
2132
+ <li><a class="reference internal" href="#id10">Fixes</a></li>
2133
+ <li><a class="reference internal" href="#id11">Thanks</a></li>
1996
2134
  </ul>
1997
2135
  </li>
1998
2136
  <li><a class="reference internal" href="#release-5-1-2-2016-01-29">Release 5.1.2 - 2016-01-29</a><ul>
1999
- <li><a class="reference internal" href="#id7">Improvements</a></li>
2000
- <li><a class="reference internal" href="#id8">Fixes</a></li>
2001
- <li><a class="reference internal" href="#id9">Thanks</a></li>
2137
+ <li><a class="reference internal" href="#id12">Improvements</a></li>
2138
+ <li><a class="reference internal" href="#id13">Fixes</a></li>
2139
+ <li><a class="reference internal" href="#id14">Thanks</a></li>
2002
2140
  </ul>
2003
2141
  </li>
2004
2142
  <li><a class="reference internal" href="#release-5-1-1-2015-12-29">Release 5.1.1 - 2015-12-29</a><ul>
2005
- <li><a class="reference internal" href="#id10">Improvements</a></li>
2006
- <li><a class="reference internal" href="#id11">Fixes</a></li>
2007
- <li><a class="reference internal" href="#id12">Thanks</a></li>
2143
+ <li><a class="reference internal" href="#id15">Improvements</a></li>
2144
+ <li><a class="reference internal" href="#id16">Fixes</a></li>
2145
+ <li><a class="reference internal" href="#id17">Thanks</a></li>
2008
2146
  </ul>
2009
2147
  </li>
2010
2148
  <li><a class="reference internal" href="#release-5-1-0-2015-11-29">Release 5.1.0 - 2015-11-29</a><ul>
2011
- <li><a class="reference internal" href="#id13">Improvements</a></li>
2012
- <li><a class="reference internal" href="#id14">Fixes</a></li>
2013
- <li><a class="reference internal" href="#id15">Thanks</a></li>
2149
+ <li><a class="reference internal" href="#id18">Improvements</a></li>
2150
+ <li><a class="reference internal" href="#id19">Fixes</a></li>
2151
+ <li><a class="reference internal" href="#id20">Thanks</a></li>
2014
2152
  </ul>
2015
2153
  </li>
2016
2154
  <li><a class="reference internal" href="#release-5-0-9-2015-10-29">Release 5.0.9 - 2015-10-29</a><ul>
2017
- <li><a class="reference internal" href="#id16">Improvements</a></li>
2018
- <li><a class="reference internal" href="#id17">Fixes</a></li>
2019
- <li><a class="reference internal" href="#id18">Thanks</a></li>
2155
+ <li><a class="reference internal" href="#id21">Improvements</a></li>
2156
+ <li><a class="reference internal" href="#id22">Fixes</a></li>
2157
+ <li><a class="reference internal" href="#id23">Thanks</a></li>
2020
2158
  </ul>
2021
2159
  </li>
2022
2160
  <li><a class="reference internal" href="#release-5-0-8-2015-09-29">Release 5.0.8 - 2015-09-29</a><ul>
2023
- <li><a class="reference internal" href="#id19">Improvements</a></li>
2024
- <li><a class="reference internal" href="#id20">Fixes</a></li>
2025
- <li><a class="reference internal" href="#id21">Thanks</a></li>
2161
+ <li><a class="reference internal" href="#id24">Improvements</a></li>
2162
+ <li><a class="reference internal" href="#id25">Fixes</a></li>
2163
+ <li><a class="reference internal" href="#id26">Thanks</a></li>
2026
2164
  </ul>
2027
2165
  </li>
2028
2166
  <li><a class="reference internal" href="#release-5-0-7-2015-08-31">Release 5.0.7 - 2015-08-31</a><ul>
2029
- <li><a class="reference internal" href="#id22">Improvements</a></li>
2030
- <li><a class="reference internal" href="#id23">Fixes</a></li>
2031
- <li><a class="reference internal" href="#id24">Thanks</a></li>
2167
+ <li><a class="reference internal" href="#id27">Improvements</a></li>
2168
+ <li><a class="reference internal" href="#id28">Fixes</a></li>
2169
+ <li><a class="reference internal" href="#id29">Thanks</a></li>
2032
2170
  </ul>
2033
2171
  </li>
2034
2172
  <li><a class="reference internal" href="#release-5-0-6-2015-07-29">Release 5.0.6 - 2015-07-29</a><ul>
2035
- <li><a class="reference internal" href="#id25">Improvements</a></li>
2036
- <li><a class="reference internal" href="#id26">Fixes</a></li>
2037
- <li><a class="reference internal" href="#id27">Thanks</a></li>
2173
+ <li><a class="reference internal" href="#id30">Improvements</a></li>
2174
+ <li><a class="reference internal" href="#id31">Fixes</a></li>
2175
+ <li><a class="reference internal" href="#id32">Thanks</a></li>
2038
2176
  </ul>
2039
2177
  </li>
2040
2178
  <li><a class="reference internal" href="#release-5-0-5-2015-06-29">Release 5.0.5 - 2015-06-29</a><ul>
2041
- <li><a class="reference internal" href="#id28">Improvements</a></li>
2042
- <li><a class="reference internal" href="#id29">Fixes</a></li>
2043
- <li><a class="reference internal" href="#id30">Thanks</a></li>
2179
+ <li><a class="reference internal" href="#id33">Improvements</a></li>
2180
+ <li><a class="reference internal" href="#id34">Fixes</a></li>
2181
+ <li><a class="reference internal" href="#id35">Thanks</a></li>
2044
2182
  </ul>
2045
2183
  </li>
2046
2184
  <li><a class="reference internal" href="#release-5-0-4-2015-05-29">Release 5.0.4 - 2015-05-29</a><ul>
2047
- <li><a class="reference internal" href="#id31">Improvements</a></li>
2048
- <li><a class="reference internal" href="#id32">Fixes</a></li>
2049
- <li><a class="reference internal" href="#id33">Thanks</a></li>
2185
+ <li><a class="reference internal" href="#id36">Improvements</a></li>
2186
+ <li><a class="reference internal" href="#id37">Fixes</a></li>
2187
+ <li><a class="reference internal" href="#id38">Thanks</a></li>
2050
2188
  </ul>
2051
2189
  </li>
2052
2190
  <li><a class="reference internal" href="#release-5-0-3-2015-04-29">Release 5.0.3 - 2015-04-29</a><ul>
2053
- <li><a class="reference internal" href="#id34">Improvements</a></li>
2054
- <li><a class="reference internal" href="#id35">Fixes</a></li>
2055
- <li><a class="reference internal" href="#id36">Thanks</a></li>
2191
+ <li><a class="reference internal" href="#id39">Improvements</a></li>
2192
+ <li><a class="reference internal" href="#id40">Fixes</a></li>
2193
+ <li><a class="reference internal" href="#id41">Thanks</a></li>
2056
2194
  </ul>
2057
2195
  </li>
2058
2196
  <li><a class="reference internal" href="#release-5-0-2-2015-03-31">Release 5.0.2 - 2015-03-31</a><ul>
2059
- <li><a class="reference internal" href="#id37">Improvements</a></li>
2060
- <li><a class="reference internal" href="#id38">Fixes</a></li>
2061
- <li><a class="reference internal" href="#id39">Thanks</a></li>
2197
+ <li><a class="reference internal" href="#id42">Improvements</a></li>
2198
+ <li><a class="reference internal" href="#id43">Fixes</a></li>
2199
+ <li><a class="reference internal" href="#id44">Thanks</a></li>
2062
2200
  </ul>
2063
2201
  </li>
2064
2202
  <li><a class="reference internal" href="#release-5-0-1-2015-03-29">Release 5.0.1 - 2015-03-29</a><ul>
2065
- <li><a class="reference internal" href="#id40">Improvements</a></li>
2066
- <li><a class="reference internal" href="#id41">Fixes</a></li>
2067
- <li><a class="reference internal" href="#id42">Thanks</a></li>
2203
+ <li><a class="reference internal" href="#id45">Improvements</a></li>
2204
+ <li><a class="reference internal" href="#id46">Fixes</a></li>
2205
+ <li><a class="reference internal" href="#id47">Thanks</a></li>
2068
2206
  </ul>
2069
2207
  </li>
2070
2208
  <li><a class="reference internal" href="#release-5-0-0-2015-02-09">Release 5.0.0 - 2015-02-09</a><ul>
2071
- <li><a class="reference internal" href="#id43">Improvements</a></li>
2072
- <li><a class="reference internal" href="#id44">Fixes</a></li>
2073
- <li><a class="reference internal" href="#id45">Thanks</a></li>
2209
+ <li><a class="reference internal" href="#id48">Improvements</a></li>
2210
+ <li><a class="reference internal" href="#id49">Fixes</a></li>
2211
+ <li><a class="reference internal" href="#id50">Thanks</a></li>
2074
2212
  </ul>
2075
2213
  </li>
2076
2214
  <li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
@@ -2105,7 +2243,7 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
2105
2243
  <li class="right" style="margin-right: 10px">
2106
2244
  <a href="genindex.html" title="General Index"
2107
2245
  >index</a></li>
2108
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.2 documentation</a> &raquo;</li>
2246
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.3-21-g22dd64c documentation</a> &raquo;</li>
2109
2247
  </ul>
2110
2248
  </div>
2111
2249
  <div class="footer" role="contentinfo">