rroonga 6.1.3-x64-mingw32 → 7.0.2-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (745) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -0
  3. data/doc/text/news.md +28 -0
  4. data/ext/groonga/rb-grn-column.c +53 -32
  5. data/ext/groonga/rb-grn-context.c +1 -1
  6. data/ext/groonga/rb-grn-data-column.c +103 -0
  7. data/ext/groonga/rb-grn-default-cache.c +104 -0
  8. data/ext/groonga/rb-grn-index-column.c +93 -15
  9. data/ext/groonga/rb-grn-inverted-index-cursor.c +269 -0
  10. data/ext/groonga/rb-grn-object.c +1 -1
  11. data/ext/groonga/rb-grn-plugin.c +1 -1
  12. data/ext/groonga/rb-grn-table-cursor.c +1 -1
  13. data/ext/groonga/rb-grn-table-key-support.c +6 -0
  14. data/ext/groonga/rb-grn-table.c +0 -3
  15. data/ext/groonga/rb-grn-utils.c +35 -7
  16. data/ext/groonga/rb-grn.h +13 -4
  17. data/ext/groonga/rb-groonga.c +2 -0
  18. data/lib/2.1/groonga.so +0 -0
  19. data/lib/2.2/groonga.so +0 -0
  20. data/lib/2.3/groonga.so +0 -0
  21. data/rroonga-build.rb +7 -7
  22. data/rroonga.gemspec +2 -1
  23. data/test/test-data-column.rb +71 -2
  24. data/test/test-default-cache.rb +43 -0
  25. data/test/test-double-array-trie.rb +7 -0
  26. data/test/test-fix-size-column.rb +12 -0
  27. data/test/test-hash.rb +7 -0
  28. data/test/test-index-column.rb +12 -0
  29. data/test/test-index-cursor.rb +93 -28
  30. data/test/test-patricia-trie.rb +7 -0
  31. data/test/test-variable-size-column.rb +19 -0
  32. data/vendor/local/bin/grndb.exe +0 -0
  33. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  34. data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
  35. data/vendor/local/bin/groonga.exe +0 -0
  36. data/vendor/local/bin/libgroonga-0.dll +0 -0
  37. data/vendor/local/bin/libmecab-2.dll +0 -0
  38. data/vendor/local/bin/libmsgpackc.dll +0 -0
  39. data/vendor/local/bin/libonigmo-6.dll +0 -0
  40. data/vendor/local/bin/libpcre-1.dll +0 -0
  41. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  42. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  43. data/vendor/local/bin/lz4.exe +0 -0
  44. data/vendor/local/bin/lz4c.exe +0 -0
  45. data/vendor/local/bin/lz4cat +0 -0
  46. data/vendor/local/bin/mecab-config +2 -2
  47. data/vendor/local/bin/mecab.exe +0 -0
  48. data/vendor/local/bin/onigmo-config +2 -2
  49. data/vendor/local/bin/pcre-config +1 -1
  50. data/vendor/local/bin/pcregrep.exe +0 -0
  51. data/vendor/local/bin/pcretest.exe +0 -0
  52. data/vendor/local/bin/zlib1.dll +0 -0
  53. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +16 -3
  54. data/vendor/local/include/groonga/groonga.h +2 -1
  55. data/vendor/local/include/groonga/groonga/cache.h +49 -0
  56. data/vendor/local/include/groonga/groonga/column.h +1 -1
  57. data/vendor/local/include/groonga/groonga/groonga.h +26 -16
  58. data/vendor/local/include/groonga/groonga/ii.h +7 -1
  59. data/vendor/local/include/groonga/groonga/obj.h +8 -1
  60. data/vendor/local/include/groonga/groonga/plugin.h +6 -1
  61. data/vendor/local/include/groonga/groonga/table.h +5 -0
  62. data/vendor/local/include/groonga/groonga/util.h +4 -1
  63. data/vendor/local/include/groonga/groonga/window_function.h +5 -1
  64. data/vendor/local/include/onigmo.h +6 -5
  65. data/vendor/local/include/zconf.h +32 -9
  66. data/vendor/local/include/zlib.h +298 -154
  67. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  69. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/functions/number.la +2 -2
  71. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  72. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  73. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  74. data/vendor/local/lib/groonga/plugins/functions/string.la +2 -2
  75. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  76. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  77. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  78. data/vendor/local/lib/groonga/plugins/functions/time.la +2 -2
  79. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  80. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  81. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  82. data/vendor/local/lib/groonga/plugins/functions/vector.la +2 -2
  83. data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
  84. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
  85. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
  86. data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +2 -2
  87. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  88. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  89. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  90. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
  91. data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +2 -2
  92. data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +2 -2
  93. data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +2 -2
  94. data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +392 -53
  95. data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +1 -2
  96. data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +37 -14
  97. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  98. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  99. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  100. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
  101. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  102. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  103. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  104. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +2 -2
  105. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  106. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  107. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  108. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
  109. data/vendor/local/lib/groonga/scripts/ruby/command.rb +0 -1
  110. data/vendor/local/lib/groonga/scripts/ruby/command_input.rb +15 -0
  111. data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
  112. data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +2 -136
  113. data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +12 -1
  114. data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -1
  115. data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
  116. data/vendor/local/lib/groonga/scripts/ruby/logger.rb +7 -8
  117. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +234 -80
  118. data/vendor/local/lib/groonga/scripts/ruby/scan_info_data_size_estimator.rb +185 -0
  119. data/vendor/local/lib/groonga/scripts/ruby/table.rb +27 -2
  120. data/vendor/local/lib/libgroonga.a +0 -0
  121. data/vendor/local/lib/libgroonga.dll.a +0 -0
  122. data/vendor/local/lib/libgroonga.la +2 -2
  123. data/vendor/local/lib/liblz4.a +0 -0
  124. data/vendor/local/lib/liblz4.dll +0 -0
  125. data/vendor/local/lib/liblz4.dll.1 +0 -0
  126. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  127. data/vendor/local/lib/libmecab.a +0 -0
  128. data/vendor/local/lib/libmecab.dll.a +0 -0
  129. data/vendor/local/lib/libmecab.la +2 -2
  130. data/vendor/local/lib/libmsgpackc.a +0 -0
  131. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  132. data/vendor/local/lib/libonigmo.a +0 -0
  133. data/vendor/local/lib/libonigmo.dll.a +0 -0
  134. data/vendor/local/lib/libonigmo.la +3 -3
  135. data/vendor/local/lib/libpcre.a +0 -0
  136. data/vendor/local/lib/libpcre.dll.a +0 -0
  137. data/vendor/local/lib/libpcre.la +2 -2
  138. data/vendor/local/lib/libpcrecpp.a +0 -0
  139. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  140. data/vendor/local/lib/libpcrecpp.la +2 -2
  141. data/vendor/local/lib/libpcreposix.a +0 -0
  142. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  143. data/vendor/local/lib/libpcreposix.la +2 -2
  144. data/vendor/local/lib/libz.a +0 -0
  145. data/vendor/local/lib/libz.dll.a +0 -0
  146. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  147. data/vendor/local/lib/pkgconfig/liblz4.pc +5 -5
  148. data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
  149. data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
  150. data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
  151. data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
  152. data/vendor/local/lib/pkgconfig/onigmo.pc +7 -7
  153. data/vendor/local/lib/pkgconfig/zlib.pc +4 -4
  154. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  155. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  156. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  157. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  158. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  159. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  160. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +11 -2
  161. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +13 -47
  162. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -5
  163. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
  164. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  165. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  166. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  167. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -4
  168. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  169. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +181 -891
  170. data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +2 -1
  171. data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +11 -9
  172. data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +4 -4
  173. data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +2 -2
  174. data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +1086 -0
  175. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
  176. data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +1 -1
  177. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +45 -19
  178. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +632 -91
  179. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +514 -0
  180. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +902 -55
  181. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +5 -3
  182. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
  183. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +71 -23
  184. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
  185. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
  186. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +51 -25
  187. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +195 -0
  188. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +100 -15
  189. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +33 -0
  190. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +38 -0
  191. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
  192. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
  193. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +6 -6
  194. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +22 -0
  195. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +28 -0
  196. data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +25 -0
  197. data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions/record_number.txt → en/html/_sources/reference/window_functions/window_sum.txt} +5 -3
  198. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +3 -3
  199. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -93
  212. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/genindex.html +326 -251
  222. data/vendor/local/share/doc/groonga/en/html/index.html +111 -104
  223. data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
  224. data/vendor/local/share/doc/groonga/en/html/install/centos.html +24 -65
  225. data/vendor/local/share/doc/groonga/en/html/install/debian.html +12 -11
  226. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
  227. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  228. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  229. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  230. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -9
  231. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  232. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/news.html +213 -898
  234. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +7 -6
  238. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +16 -14
  240. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +9 -9
  241. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +7 -7
  243. data/vendor/local/share/doc/groonga/en/html/news/6.x.html +1148 -0
  244. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  246. data/vendor/local/share/doc/groonga/en/html/reference.html +90 -82
  247. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +23 -23
  248. data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -39
  249. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
  250. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
  251. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
  252. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
  253. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +22 -22
  254. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
  255. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
  256. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
  257. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
  258. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
  259. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
  260. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
  261. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
  262. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
  263. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
  264. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
  265. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
  266. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
  267. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
  268. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
  269. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +24 -24
  270. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
  271. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
  272. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +24 -24
  273. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +22 -22
  274. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  276. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  278. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  280. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  281. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  282. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  283. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +5 -5
  284. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
  285. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
  286. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  287. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  288. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  289. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  290. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
  291. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  292. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  293. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  294. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  295. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +5 -5
  296. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
  297. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
  298. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
  299. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  300. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  301. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  302. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  303. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
  304. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  305. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +5 -5
  306. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
  307. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +5 -5
  308. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +61 -17
  309. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  310. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  311. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
  312. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
  313. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
  314. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +1727 -408
  315. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
  316. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
  317. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  318. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
  319. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
  320. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +526 -33
  321. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +5 -5
  322. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
  323. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
  324. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
  325. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +5 -5
  326. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  327. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
  328. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  329. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +5 -5
  330. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
  331. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  332. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  333. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +5 -5
  334. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +1685 -492
  335. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  336. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  337. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  338. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +5 -5
  339. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  340. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  341. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  342. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
  343. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
  344. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
  345. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  346. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
  347. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  348. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +19 -19
  349. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  350. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
  351. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +14 -14
  352. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +32 -32
  353. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -34
  354. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  355. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  356. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +24 -24
  357. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +23 -23
  358. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +107 -82
  359. data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -23
  360. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  361. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  362. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +5 -5
  363. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  364. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  365. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  366. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
  367. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
  368. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -10
  369. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +355 -0
  370. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +30 -30
  371. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
  372. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +23 -23
  373. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +31 -31
  374. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +155 -55
  375. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +28 -28
  376. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +15 -15
  377. data/vendor/local/share/doc/groonga/en/html/reference/functions/{record_number.html → string_length.html} +36 -31
  378. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +24 -24
  379. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
  380. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +23 -23
  381. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +23 -23
  382. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +23 -23
  383. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +23 -23
  384. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +23 -23
  385. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +23 -23
  386. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +24 -24
  387. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +170 -0
  388. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +28 -28
  389. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +24 -24
  390. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  391. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +36 -26
  392. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +27 -15
  393. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  394. data/vendor/local/share/doc/groonga/en/html/reference/log.html +29 -29
  395. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  396. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -17
  397. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +20 -20
  398. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +26 -26
  399. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  400. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  401. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
  402. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
  403. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
  404. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
  405. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
  406. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +23 -23
  407. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +33 -33
  408. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +32 -32
  409. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +28 -28
  410. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +26 -26
  411. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +28 -28
  412. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  413. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
  414. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  415. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +35 -35
  416. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  417. data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +147 -0
  418. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +164 -0
  419. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +163 -0
  420. data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +163 -0
  421. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  422. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  423. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  424. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  425. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  426. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  427. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  428. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  429. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
  430. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  431. data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
  432. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  433. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  434. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  435. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  436. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  437. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  438. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  439. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  440. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  441. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  442. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  443. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  444. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  445. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  446. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  447. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +8 -8
  448. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  450. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +11 -2
  451. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +13 -47
  452. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -5
  453. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
  454. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  455. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  456. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  457. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -4
  458. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  459. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +181 -891
  460. data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +2 -1
  461. data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +11 -9
  462. data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +4 -4
  463. data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +2 -2
  464. data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +1086 -0
  465. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
  466. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +1 -1
  467. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +45 -19
  468. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +632 -91
  469. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +514 -0
  470. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +902 -55
  471. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +5 -3
  472. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
  473. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +71 -23
  474. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
  475. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
  476. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +51 -25
  477. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +195 -0
  478. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +100 -15
  479. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +33 -0
  480. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +38 -0
  481. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
  482. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
  483. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +6 -6
  484. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +22 -0
  485. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +28 -0
  486. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +25 -0
  487. data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions/record_number.txt → ja/html/_sources/reference/window_functions/window_sum.txt} +5 -3
  488. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +3 -3
  489. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  490. data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
  491. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  492. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  493. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  494. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
  495. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
  496. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
  497. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
  498. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  499. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  500. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  501. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -93
  502. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  503. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  504. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  505. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  506. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  507. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  508. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  509. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  510. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  511. data/vendor/local/share/doc/groonga/ja/html/genindex.html +186 -118
  512. data/vendor/local/share/doc/groonga/ja/html/index.html +111 -104
  513. data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
  514. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +24 -61
  515. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +12 -11
  516. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
  517. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  518. data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
  519. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  520. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -9
  521. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  522. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  523. data/vendor/local/share/doc/groonga/ja/html/news.html +132 -761
  524. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  526. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  528. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +10 -10
  530. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +9 -9
  531. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
  532. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
  533. data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +1064 -0
  534. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  535. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  536. data/vendor/local/share/doc/groonga/ja/html/reference.html +90 -82
  537. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +23 -23
  538. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -39
  539. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
  540. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
  541. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +24 -24
  542. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
  543. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +22 -22
  544. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
  545. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
  546. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
  547. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
  548. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
  549. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
  550. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
  551. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
  552. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
  553. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
  554. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
  555. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
  556. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
  557. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
  558. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
  559. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +24 -24
  560. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
  561. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +20 -20
  562. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +24 -24
  563. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +22 -22
  564. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  565. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  566. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
  567. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  568. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
  569. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  570. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  571. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  572. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  573. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +5 -5
  574. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
  575. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
  576. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  577. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  578. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  579. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  580. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
  581. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  582. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  583. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  584. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  585. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +5 -5
  586. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
  587. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
  588. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
  589. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  590. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  591. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  592. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  593. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
  594. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  595. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +5 -5
  596. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
  597. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +5 -5
  598. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +67 -17
  599. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  600. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  601. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
  602. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
  603. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
  604. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +1629 -383
  605. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
  606. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
  607. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  608. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
  609. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
  610. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +508 -33
  611. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +5 -5
  612. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +5 -5
  613. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
  614. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
  615. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +5 -5
  616. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  617. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
  618. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  619. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +5 -5
  620. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
  621. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  622. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  623. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +5 -5
  624. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +1606 -478
  625. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  626. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  627. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  628. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +5 -5
  629. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  630. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  631. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  632. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
  633. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
  634. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
  635. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  636. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
  637. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  638. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +19 -19
  639. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  640. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
  641. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +14 -14
  642. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +32 -32
  643. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +76 -48
  644. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  645. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  646. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +24 -24
  647. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +23 -23
  648. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +103 -82
  649. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -23
  650. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
  651. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  652. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +5 -5
  653. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  654. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  655. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  656. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
  657. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
  658. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -10
  659. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +370 -0
  660. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +30 -30
  661. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
  662. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +23 -23
  663. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +31 -31
  664. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +150 -52
  665. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +28 -28
  666. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +15 -15
  667. data/vendor/local/share/doc/groonga/ja/html/reference/functions/{record_number.html → string_length.html} +36 -31
  668. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +24 -24
  669. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
  670. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +23 -23
  671. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +23 -23
  672. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +23 -23
  673. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +23 -23
  674. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +23 -23
  675. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +23 -23
  676. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +24 -24
  677. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +171 -0
  678. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +28 -28
  679. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +24 -24
  680. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  681. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +36 -26
  682. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +19 -7
  683. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  684. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +25 -25
  685. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  686. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -17
  687. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +20 -20
  688. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +26 -26
  689. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  690. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  691. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
  692. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
  693. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
  694. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
  695. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
  696. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +23 -23
  697. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +33 -33
  698. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +32 -32
  699. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +28 -28
  700. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +26 -26
  701. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +28 -28
  702. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  703. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
  704. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  705. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
  706. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  707. data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +146 -0
  708. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +165 -0
  709. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +164 -0
  710. data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +164 -0
  711. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  712. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  713. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  714. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  715. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  716. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  717. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  718. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  719. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
  720. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  721. data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -9
  722. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  723. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  724. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  725. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  726. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  727. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  728. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  729. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  730. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  731. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  732. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  733. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  734. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  735. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  736. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  737. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +8 -8
  738. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  739. data/vendor/local/share/groonga/mruby/LEGAL +4 -0
  740. data/vendor/local/share/license/mruby/AUTHORS +1 -0
  741. data/vendor/local/share/license/mruby/MITL +1 -1
  742. data/vendor/local/share/license/zlib/README +3 -3
  743. metadata +100 -67
  744. data/lib/2.4/groonga.so +0 -0
  745. data/vendor/local/sbin/groonga-httpd-restart +0 -105
@@ -0,0 +1,1148 @@
1
+
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4
+
5
+
6
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
7
+ <head>
8
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
+
10
+ <title>News - 6.x &#8212; Groonga v7.0.1-160-gda23e59 documentation</title>
11
+
12
+ <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
14
+
15
+ <script type="text/javascript">
16
+ var DOCUMENTATION_OPTIONS = {
17
+ URL_ROOT: '../',
18
+ VERSION: '7.0.1-160-gda23e59',
19
+ COLLAPSE_INDEX: false,
20
+ FILE_SUFFIX: '.html',
21
+ HAS_SOURCE: true
22
+ };
23
+ </script>
24
+ <script type="text/javascript" src="../_static/jquery.js"></script>
25
+ <script type="text/javascript" src="../_static/underscore.js"></script>
26
+ <script type="text/javascript" src="../_static/doctools.js"></script>
27
+ <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
+ <link rel="index" title="Index" href="../genindex.html" />
29
+ <link rel="search" title="Search" href="../search.html" />
30
+ <link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
31
+ </head>
32
+ <body role="document">
33
+ <div class="header">
34
+ <h1 class="title">
35
+ <a id="top-link" href="../index.html">
36
+ <span class="project">groonga</span>
37
+ <span class="separator">-</span>
38
+ <span class="description">An open-source fulltext search engine and column store.</span>
39
+ </a>
40
+ </h1>
41
+
42
+ <div class="other-language-links">
43
+ <ul>
44
+ <li><a href="../../../ja/html/news/6.x.html">日本語</a></li>
45
+ </ul>
46
+ </div>
47
+ </div>
48
+
49
+
50
+ <div class="related" role="navigation" aria-label="related navigation">
51
+ <h3>Navigation</h3>
52
+ <ul>
53
+ <li class="right" style="margin-right: 10px">
54
+ <a href="../genindex.html" title="General Index"
55
+ accesskey="I">index</a></li>
56
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
57
+ </ul>
58
+ </div>
59
+
60
+ <div class="document">
61
+ <div class="documentwrapper">
62
+ <div class="bodywrapper">
63
+ <div class="body" role="main">
64
+
65
+ <div class="section" id="news-6-x">
66
+ <h1>News - 6.x<a class="headerlink" href="#news-6-x" title="Permalink to this headline">¶</a></h1>
67
+ <div class="section" id="release-6-1-5-2017-01-23">
68
+ <span id="release-6-1-5"></span><h2>Release 6.1.5 - 2017-01-23<a class="headerlink" href="#release-6-1-5-2017-01-23" title="Permalink to this headline">¶</a></h2>
69
+ <p>This is a bug fix release of 6.1.4. 6.1.4 users should upgrade to
70
+ 6.1.5.</p>
71
+ <div class="section" id="improvements">
72
+ <h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
73
+ <ul class="simple">
74
+ <li>Supported binary operation against nonexistent reference column
75
+ value. It's always false.</li>
76
+ <li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Added
77
+ <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a>,
78
+ <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> and
79
+ <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].sort_keys</span></a>.
80
+ <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sortby"><span class="std std-ref">sortby</span></a>,
81
+ <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sortby"><span class="std std-ref">drilldown_sortby</span></a> and
82
+ <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sortby"><span class="std std-ref">drilldowns[${LABEL}].sortby</span></a> are deprecated.</li>
83
+ </ul>
84
+ </div>
85
+ <div class="section" id="fixes">
86
+ <h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
87
+ <ul class="simple">
88
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that index search
89
+ may not return matched record.</li>
90
+ </ul>
91
+ </div>
92
+ </div>
93
+ <div class="section" id="release-6-1-4-2017-01-18">
94
+ <span id="release-6-1-4"></span><h2>Release 6.1.4 - 2017-01-18<a class="headerlink" href="#release-6-1-4-2017-01-18" title="Permalink to this headline">¶</a></h2>
95
+ <p>This is a bug fix release of 6.1.3. 6.1.3 users should upgrade to
96
+ 6.1.4.</p>
97
+ <div class="section" id="id1">
98
+ <h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
99
+ <ul class="simple">
100
+ <li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-near-search-operator"><span class="std std-ref">Near search operator</span></a>] Supported customizing
101
+ the max interval.</li>
102
+ <li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-near-search-operator"><span class="std std-ref">Near search operator</span></a>] Supported unlimited interval.</li>
103
+ <li>Stopped to install <code class="docutils literal"><span class="pre">groonga-httpd-restart</span></code> when <code class="docutils literal"><span class="pre">groonga-httpd</span></code>
104
+ isn't installed. [GitHub#626] [Patch by OBATA Akio]</li>
105
+ <li>Improved index update performance against non natural language text
106
+ data such as multi column index data in Mroonga.
107
+ [groonga-dev,04219] [Reported by Masanori Miyashita]
108
+ [GitHub#617]</li>
109
+ <li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported
110
+ <code class="docutils literal"><span class="pre">drilldowns[LABEL]</span></code> form. <code class="docutils literal"><span class="pre">drilldown[LABEL]</span></code> form is deprecated.</li>
111
+ <li>Supported using system Onigmo.
112
+ [GitUub#628] [Patch by OBATA Akio]</li>
113
+ </ul>
114
+ </div>
115
+ <div class="section" id="id2">
116
+ <h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
117
+ <ul class="simple">
118
+ <li>[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] Fixed a memory leak. It's
119
+ caused when the target is <a class="reference internal" href="../reference/tables.html#table-hash-key"><span class="std std-ref">TABLE_HASH_KEY</span></a> or
120
+ <a class="reference internal" href="../reference/tables.html#table-pat-key"><span class="std std-ref">TABLE_PAT_KEY</span></a> and the target table has many token filters are
121
+ registered. [GitHub#622] [Patch by Naoya Murakami]</li>
122
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that old cache is
123
+ used after <a class="reference internal" href="../reference/commands/column_rename.html"><span class="doc">column_rename</span></a> is used.</li>
124
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that index search
125
+ may not return matched record. [GitHub#624] [Patch by Naoya Murakami]</li>
126
+ </ul>
127
+ </div>
128
+ <div class="section" id="thanks">
129
+ <h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
130
+ <ul class="simple">
131
+ <li>Naoya Murakami</li>
132
+ <li>OBATA Akio</li>
133
+ </ul>
134
+ </div>
135
+ </div>
136
+ <div class="section" id="release-6-1-3-2017-01-06">
137
+ <span id="release-6-1-3"></span><h2>Release 6.1.3 - 2017-01-06<a class="headerlink" href="#release-6-1-3-2017-01-06" title="Permalink to this headline">¶</a></h2>
138
+ <div class="section" id="id3">
139
+ <h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
140
+ <ul class="simple">
141
+ <li>[<a class="reference internal" href="../reference/api/grn_db.html#c.grn_db_recover" title="grn_db_recover"><code class="xref c c-func docutils literal"><span class="pre">grn_db_recover()</span></code></a>][<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Reduced memory usage when only 1 thread mode.</li>
142
+ </ul>
143
+ </div>
144
+ <div class="section" id="id4">
145
+ <h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
146
+ <ul class="simple">
147
+ <li>Reverted &quot;Improved performance of updating inverted indexes in the worst case&quot;.
148
+ It had reported error when key has multibyte character.
149
+ This change was included in 6.1.2.</li>
150
+ <li>[<a class="reference internal" href="../reference/tokenizers.html#token-regexp"><span class="std std-ref">TokenRegexp</span></a>] Fixed a bug that <cite>\A${ONE_CHARACTER}\z</cite>
151
+ returns all one character values.</li>
152
+ </ul>
153
+ </div>
154
+ </div>
155
+ <div class="section" id="release-6-1-2-2016-12-31">
156
+ <span id="release-6-1-2"></span><h2>Release 6.1.2 - 2016-12-31<a class="headerlink" href="#release-6-1-2-2016-12-31" title="Permalink to this headline">¶</a></h2>
157
+ <div class="section" id="id5">
158
+ <h3>Improvements<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
159
+ <ul class="simple">
160
+ <li>windows: Supported to bundle groonga-normalizer-mysql.</li>
161
+ <li>[<a class="reference internal" href="../reference/log.html"><span class="doc">Log</span></a>] Added description about log format with
162
+ <code class="docutils literal"><span class="pre">PID</span></code> case.</li>
163
+ <li>[<a class="reference internal" href="../install/centos.html"><span class="doc">CentOS</span></a>] Improved installation procedure about
164
+ recent <code class="docutils literal"><span class="pre">groonga-release</span></code> package.</li>
165
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Supported to show
166
+ <code class="docutils literal"><span class="pre">{&quot;n_loaded_records&quot;:</span> <span class="pre">N}</span></code> in response for command version 3 or
167
+ later.</li>
168
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Supported <code class="docutils literal"><span class="pre">--output_ids</span> <span class="pre">yes</span></code>
169
+ parameter for command version 3 or later. If <code class="docutils literal"><span class="pre">--output_ids</span> <span class="pre">yes</span></code> is
170
+ specified, loaded record IDs(<code class="docutils literal"><span class="pre">loaded_ids</span></code>) are also returned. ID
171
+ is 0 for record that is failed to add.</li>
172
+ <li>[<a class="reference internal" href="../install/others.html"><span class="doc">Others</span></a>] Added installation instruction about
173
+ depended packages (Zstandard, LZ4)</li>
174
+ <li>Changed to use Onigmo 6.0 as regular expression library.</li>
175
+ <li>Marked some features as stable.<ul>
176
+ <li><a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a> command.</li>
177
+ <li><a class="reference internal" href="../reference/commands/request_cancel.html"><span class="doc">request_cancel</span></a> command.</li>
178
+ <li><a class="reference internal" href="../reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a> function.</li>
179
+ <li><a class="reference internal" href="../reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a> function.</li>
180
+ <li><a class="reference internal" href="../reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> function.</li>
181
+ </ul>
182
+ </li>
183
+ <li>[httpd] Updated bundled nginx to 1.11.8.</li>
184
+ <li>Improved to reduce <code class="docutils literal"><span class="pre">AND</span></code> search response time.
185
+ [GitHub#618,#619,#620] [Patch by Naoya Murakami]</li>
186
+ <li>Improved performance of updating inverted indexes in the worst case.
187
+ This fix also reduces memory usage in that
188
+ process. [groonga-dev,04219] [Reported by Masanori Miyashita]</li>
189
+ </ul>
190
+ </div>
191
+ <div class="section" id="id6">
192
+ <h3>Fixes<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
193
+ <ul class="simple">
194
+ <li>Added missing <code class="docutils literal"><span class="pre">NULL</span></code> check about return value of
195
+ <code class="docutils literal"><span class="pre">grn_ctx_at</span></code>. This fix prevents from unexpected crash bug.</li>
196
+ </ul>
197
+ </div>
198
+ <div class="section" id="id7">
199
+ <h3>Thanks<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
200
+ <ul class="simple">
201
+ <li>Naoya Murakami</li>
202
+ <li>Masanori Miyashita</li>
203
+ </ul>
204
+ </div>
205
+ </div>
206
+ <div class="section" id="release-6-1-1-2016-11-29">
207
+ <span id="release-6-1-1"></span><h2>Release 6.1.1 - 2016-11-29<a class="headerlink" href="#release-6-1-1-2016-11-29" title="Permalink to this headline">¶</a></h2>
208
+ <div class="section" id="id8">
209
+ <h3>Improvements<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
210
+ <ul class="simple">
211
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported the following functions in slices.<ul>
212
+ <li><a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a></li>
213
+ <li><a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a></li>
214
+ <li><a class="reference internal" href="../reference/functions/geo_in_rectangle.html"><span class="doc">geo_in_rectangle</span></a></li>
215
+ <li><a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a></li>
216
+ <li><a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a></li>
217
+ <li><a class="reference internal" href="../reference/functions/query.html"><span class="doc">query</span></a></li>
218
+ </ul>
219
+ </li>
220
+ <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported PID output to
221
+ log file. It is useful to distinct multiple worker processes.
222
+ The messages are logged as <code class="docutils literal"><span class="pre">TIMESTAMP|MARK|PID:</span> <span class="pre">MESSAGE</span></code>.</li>
223
+ <li>[ja] Changed to stop compressing small data. If column data is less
224
+ than 256 byte, the data aren't compressed even when <code class="docutils literal"><span class="pre">COMPRESS_ZLIB</span></code>
225
+ or <code class="docutils literal"><span class="pre">COMPRESS_LZ4</span></code> or <code class="docutils literal"><span class="pre">COMPRESS_ZSTD</span></code> is specified. By this change,
226
+ performance and space efficiency will be improved.</li>
227
+ <li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Supported Zstandard.
228
+ <code class="docutils literal"><span class="pre">COMPRESS_ZSTD</span></code> flag is used to enable this feature.</li>
229
+ <li>[rpm][centos] Enabled Zstandard for CentOS 6 or later packages.</li>
230
+ <li>[<a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a>] Supported <code class="docutils literal"><span class="pre">between(_key,</span> <span class="pre">...)</span></code>
231
+ as target.</li>
232
+ <li>[httpd] Updated bundled nginx to 1.11.6.</li>
233
+ </ul>
234
+ </div>
235
+ <div class="section" id="id9">
236
+ <h3>Fixes<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
237
+ <ul class="simple">
238
+ <li>Fixed a bug that needless index check reports error wrongly when the
239
+ default column value such as 0 exists in lexicon. It shows error
240
+ message such as &quot;[ii][delete][one] failed to allocate a segment:
241
+ ...&quot; unexpectedly.</li>
242
+ <li>[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Fixed a bug that
243
+ it may return error with <code class="docutils literal"><span class="pre">--dependent</span> <span class="pre">yes</span></code> option. In the previous
244
+ version, if one or more columns that refer the same table, the error
245
+ is occurred.</li>
246
+ <li>[sort] Fixed a crash bug when one of sort keys is a compressed
247
+ column and <code class="docutils literal"><span class="pre">--query</span></code> and/or <code class="docutils literal"><span class="pre">--filter</span></code> are used at the same time.</li>
248
+ </ul>
249
+ </div>
250
+ </div>
251
+ <div class="section" id="release-6-1-0-2016-10-29">
252
+ <span id="release-6-1-0"></span><h2>Release 6.1.0 - 2016-10-29<a class="headerlink" href="#release-6-1-0-2016-10-29" title="Permalink to this headline">¶</a></h2>
253
+ <div class="section" id="id10">
254
+ <h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
255
+ <ul class="simple">
256
+ <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] Supported to sort load table names by key instead of ID to make output stable. This is incompatible change but it makes easy to compare result of dump command.</li>
257
+ <li>[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>][<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>]
258
+ Revised outdated descriptions with execution examples. English
259
+ documentation is also published and section about small/medium index
260
+ column is also added.</li>
261
+ <li>[experimental][httpd] Supported mruby to customize configuration
262
+ settings in groonga-httpd.conf.</li>
263
+ <li>[windows] Updated bundled Groonga Admin to 0.9.5. It is recommended
264
+ to upgrade because amount of memory usage is drastically
265
+ reduced. Note that this version drops Groonga 5.0.8 or earlier
266
+ support.</li>
267
+ <li>Added log token and token ID on error. [Gitter:groonga/ja:58043f77614116a2568d529c]
268
+ [Suggested by torinky]</li>
269
+ <li>[<a class="reference internal" href="../reference/tables.html"><span class="doc">Tables</span></a>] Updated description about the max record ID.</li>
270
+ <li>[mruby] Suppported to convert time of <code class="docutils literal"><span class="pre">mrb_value</span></code> to <code class="docutils literal"><span class="pre">grn_bulk</span></code>.
271
+ [GitHub:#607] [Patch by Naoya Murakami]</li>
272
+ <li>[ubuntu] Supported Ubuntu 16.10 (Yakkety Yak)</li>
273
+ <li>[httpd] Updated bundled nginx to 1.11.5.</li>
274
+ </ul>
275
+ </div>
276
+ <div class="section" id="id11">
277
+ <h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
278
+ <ul class="simple">
279
+ <li>Fixed a bug that table of index column was reported in log instead of
280
+ correct index column.</li>
281
+ <li>Fixed a bug that in posting list skip optimization in index search
282
+ may skip to wrong
283
+ position. [Gitter:groonga/ja:57f2ff87d45d7f0f525e2216] [Reported by
284
+ torinky]</li>
285
+ <li>Fixed a memory leak on static index construction.</li>
286
+ <li>[hash] Fixed a memory leak for many token filters are set case.</li>
287
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that wrong column
288
+ name that starts with number in output_columns is not ignored. It
289
+ caused a syntax error.</li>
290
+ </ul>
291
+ </div>
292
+ <div class="section" id="id12">
293
+ <h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
294
+ <ul class="simple">
295
+ <li>torinky</li>
296
+ <li>Naoya Murakami</li>
297
+ </ul>
298
+ </div>
299
+ </div>
300
+ <div class="section" id="release-6-0-9-2016-09-29">
301
+ <span id="release-6-0-9"></span><h2>Release 6.0.9 - 2016-09-29<a class="headerlink" href="#release-6-0-9-2016-09-29" title="Permalink to this headline">¶</a></h2>
302
+ <div class="section" id="id13">
303
+ <h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
304
+ <ul class="simple">
305
+ <li>[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Supported to remove broken
306
+ tables and columns. It supports <code class="docutils literal"><span class="pre">force</span></code> parameter.</li>
307
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported match_columns, query,
308
+ query_flags and query_expander for slices.</li>
309
+ <li>[http][httpd] Supported incomplete POST-ed JSON. Only passed JSON is
310
+ processed.</li>
311
+ <li>[httpd] Changed to stop not to create the default log file when
312
+ custom file is specified.</li>
313
+ <li>Changed to reduce the default lock timeout to 15min from 2.7h.</li>
314
+ <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] support &quot;~&quot; modifier
315
+ in location such as &quot;location ~ /d/...&quot;.</li>
316
+ <li>[mruby] Updated to the latest mruby to fix build error with Visutal
317
+ Studio.</li>
318
+ <li>[httpd] Updated bundled nginx to 1.11.4.</li>
319
+ </ul>
320
+ </div>
321
+ <div class="section" id="id14">
322
+ <h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
323
+ <ul class="simple">
324
+ <li>Fixed build error on OpenBSD. OpenBSD doesn't provide
325
+ <code class="docutils literal"><span class="pre">TCP_NODELAY</span></code>. [MariaDB JIRA: fix MDEV-7209][Reported by Brad
326
+ Smith]</li>
327
+ <li>Fixed a missing deleted check for indexes. It causes missing search
328
+ results even though it should be matched. Groonga 6.0.3 or later
329
+ version are affected. [groonga-dev, 04107] [Reported by Kazuhiko]</li>
330
+ <li>[doc] Fixed a missing entry in Groonga 6.0.2 news that sequential
331
+ search is also executed as a fallback for <a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a> [Reported by Gurunavi,
332
+ Inc.]</li>
333
+ <li>[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>] Fixed a bug that
334
+ <code class="docutils literal"><span class="pre">table_create</span></code> command accepts no key type for <code class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></code>,
335
+ <code class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></code> and <code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> tables. It creates a
336
+ invalid table. [GitHub#599]</li>
337
+ <li>[admin] Fixed a bug that it can not create a new record.</li>
338
+ <li>Fixed a bug that select command with a wrong filter causes
339
+ crash. [GitHub#601]</li>
340
+ </ul>
341
+ </div>
342
+ <div class="section" id="id15">
343
+ <h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
344
+ <ul class="simple">
345
+ <li>Brad Smith</li>
346
+ <li>Kazuhiko</li>
347
+ <li>Gurunavi, Inc.</li>
348
+ </ul>
349
+ </div>
350
+ </div>
351
+ <div class="section" id="release-6-0-8-2016-08-29">
352
+ <span id="release-6-0-8"></span><h2>Release 6.0.8 - 2016-08-29<a class="headerlink" href="#release-6-0-8-2016-08-29" title="Permalink to this headline">¶</a></h2>
353
+ <div class="section" id="id16">
354
+ <h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
355
+ <ul class="simple">
356
+ <li>[<a class="reference internal" href="../reference/commands/object_list.html"><span class="doc">object_list</span></a>] Supported to show more
357
+ properties such as <code class="docutils literal"><span class="pre">value_size</span></code> and <code class="docutils literal"><span class="pre">n_elements</span></code> in metadata.</li>
358
+ <li>Supported operator per selector. This change enables to choose
359
+ correct index for selector. It means that <code class="docutils literal"><span class="pre">between()</span></code> chooses
360
+ index for range search, <code class="docutils literal"><span class="pre">in_values()</span></code> chooses index for equality
361
+ comparison. [GitHub#589] [Reported by Naoya Murakami]</li>
362
+ <li>[debian] Changed to use nginx log reopen feature instead of
363
+ Groonga's [<a class="reference internal" href="../reference/commands/log_reopen.html"><span class="doc">log_reopen</span></a>] command because
364
+ log_reopen command works only for one worker. On the contrast, nginx
365
+ log reopen feature works for multiple workers.</li>
366
+ <li>[<a class="reference internal" href="../reference/commands/table_copy.html"><span class="doc">table_copy</span></a>] Added <code class="docutils literal"><span class="pre">table_copy</span></code> command
367
+ which copies specified table.</li>
368
+ <li>[<a class="reference internal" href="../reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Supported to cast A table
369
+ record to B table record. It fixes a case that <code class="docutils literal"><span class="pre">column_copy</span></code>
370
+ failure in the previous version. Note that both tables must support
371
+ key.</li>
372
+ <li>[<a class="reference internal" href="../reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Supported reference type
373
+ vector.</li>
374
+ <li>[admin] Supported no response error case. It fixes the problem
375
+ that &quot;Loading...&quot; message will remain displayed.</li>
376
+ <li>[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>][http] Supported to return
377
+ 400 Bad Request against not implemented function.</li>
378
+ <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported to return
379
+ body on failure.</li>
380
+ <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported to load
381
+ large data as stream.</li>
382
+ <li>Supported sequential search by <code class="docutils literal"><span class="pre">_key</span></code> when it is specified as a
383
+ source of index column.</li>
384
+ <li>Supported to report index information on resolving by accessor for
385
+ data column if log level is equal to info.</li>
386
+ <li>Added valid lexicon check on setting index sources. If users create
387
+ wrong index for sources by
388
+ [<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>], this check shows
389
+ details.</li>
390
+ <li>[<a class="reference internal" href="../limitations.html"><span class="doc">Limitations</span></a>] Updated description about table
391
+ limitations.</li>
392
+ </ul>
393
+ </div>
394
+ <div class="section" id="id17">
395
+ <h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
396
+ <ul class="simple">
397
+ <li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Fixed a bug that buffer
398
+ overflow occurs on logging.</li>
399
+ <li>Fixed to output response even when critical level error.</li>
400
+ <li>Fixed to ensure clearing output buffer for each grn_ctx_send.
401
+ This change solves sometimes response may broken. [GitHub#330]</li>
402
+ <li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Fixed a bug that
403
+ <code class="docutils literal"><span class="pre">prefix_match_size</span></code> option returns wrong node. It causes a problem
404
+ that <code class="docutils literal"><span class="pre">fuzzy_search</span></code> returns wrong edit distance. [GitHub#590]
405
+ [Patch by Naoya Murakami]</li>
406
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Changed to report error when
407
+ column value set is failed. It enables you to notice mismatch
408
+ between type of column and actual value.</li>
409
+ <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Fixed a bug that wrong
410
+ HTTP status is set on success.</li>
411
+ <li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>][<a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a>]
412
+ Fixed to resolve record id correctly on sequential
413
+ search. [GitHub#591,#592,#593] [Patch by Naoya Murakami]</li>
414
+ </ul>
415
+ </div>
416
+ <div class="section" id="id18">
417
+ <h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
418
+ <ul class="simple">
419
+ <li>Naoya Murakami</li>
420
+ </ul>
421
+ </div>
422
+ </div>
423
+ <div class="section" id="release-6-0-7-2016-07-29">
424
+ <span id="release-6-0-7"></span><h2>Release 6.0.7 - 2016-07-29<a class="headerlink" href="#release-6-0-7-2016-07-29" title="Permalink to this headline">¶</a></h2>
425
+ <div class="section" id="id19">
426
+ <h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
427
+ <ul class="simple">
428
+ <li>[<a class="reference internal" href="../reference/functions/string_substring.html"><span class="doc">string_substring</span></a>] Added
429
+ <code class="docutils literal"><span class="pre">string_substring</span></code> function to extract a substring from given
430
+ string. The syntax of <code class="docutils literal"><span class="pre">string_substring</span></code> is
431
+ <code class="docutils literal"><span class="pre">string_substring(string,</span> <span class="pre">from,</span> <span class="pre">[length])</span></code>. [GitHub#564] [Patch by
432
+ Naoya Murakami]</li>
433
+ <li>[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_MAX_N_SEGMENTS_TINY</span></code> and
434
+ <code class="docutils literal"><span class="pre">GRN_II_MAX_N_CHUNKS_TINY</span></code> environment variables to customize the
435
+ value about default max N segments/chunks. This feature is affected to
436
+ index column for fixed size scalar column. It reduces memory usage
437
+ but not tested widely yet.</li>
438
+ <li>[<a class="reference internal" href="../reference/functions/vector_slice.html"><span class="doc">vector_slice</span></a>] Added <code class="docutils literal"><span class="pre">vector_slice</span></code>
439
+ function to extract specific elements in vector column. [GitHub#582]
440
+ [Patch by Naoya Murakami]</li>
441
+ <li>Supported index range search for <code class="docutils literal"><span class="pre">_key</span></code> of PAT/DAT table.
442
+ [GitHub#583]</li>
443
+ <li>[<a class="reference internal" href="../reference/commands/object_list.html"><span class="doc">object_list</span></a>] Added <code class="docutils literal"><span class="pre">object_list</span></code>
444
+ command for debugging. It is useful to investigate whether database
445
+ is corrupted or not.</li>
446
+ <li>Added a script that checks <code class="docutils literal"><span class="pre">object_list</span></code> response.</li>
447
+ <li>[mruby] Supported float bulk in expression_rewriter. [GitHub#587]
448
+ [Patch by Naoya Murakami]</li>
449
+ <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] Changed output order about table
450
+ by name instead of ID. It breaks dump output compatibility but it
451
+ can be restored as usual.</li>
452
+ <li>[windows] Updated bundled msgpack to 2.0.0.</li>
453
+ <li>[windows] Added
454
+ <a class="reference internal" href="../reference/executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a>.</li>
455
+ <li>[httpd] Updated bundled nginx to 1.11.3.</li>
456
+ <li>[deb] Dropped support for Ubuntu 15.10 (Wily werewolf).</li>
457
+ </ul>
458
+ </div>
459
+ <div class="section" id="id20">
460
+ <h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
461
+ <ul class="simple">
462
+ <li>[examples edict] Fixed to use <code class="docutils literal"><span class="pre">gzcat</span></code> instead of <code class="docutils literal"><span class="pre">zcat</span></code> if
463
+ exists. [GitHub#576] [Patch by Yuya TAMANO]</li>
464
+ <li>Added missing null-check before dereferencing a
465
+ pointer. [GitHub#579] [Patch by Sho Minagawa]</li>
466
+ <li>Fixed not to perform a sequential search if an index is available.
467
+ [GitHub#580]</li>
468
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">Time</span></code> column
469
+ can reduce the precision of values. [GitHub#581]</li>
470
+ <li>Fixed a bug that object literal expression codes is broken when
471
+ executing multiple logical operations. [GitHub#584] [Patch by Naoya
472
+ Murakami]</li>
473
+ <li>Fixed a bug that columns of Float, WGS84GeoPoint and TokyoGeoPoint
474
+ were created with <code class="docutils literal"><span class="pre">GRN_OBJ_COMPRESS_ZLIB</span></code> even if the flag was not
475
+ specified. [GitHub#586] [Reported by Naoya Murakami]</li>
476
+ </ul>
477
+ </div>
478
+ <div class="section" id="id21">
479
+ <h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
480
+ <ul class="simple">
481
+ <li>Naoya Murakami</li>
482
+ <li>Yuya TAMANO</li>
483
+ <li>Sho Minagawa</li>
484
+ </ul>
485
+ </div>
486
+ </div>
487
+ <div class="section" id="release-6-0-5-2016-06-29">
488
+ <span id="release-6-0-5"></span><h2>Release 6.0.5 - 2016-06-29<a class="headerlink" href="#release-6-0-5-2016-06-29" title="Permalink to this headline">¶</a></h2>
489
+ <div class="section" id="id22">
490
+ <h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
491
+ <ul class="simple">
492
+ <li>[<a class="reference internal" href="../reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] Marked as stable command.</li>
493
+ <li>[mruby] Supported to optimize prefix search by estimating
494
+ data size efficiently</li>
495
+ <li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Supported
496
+ <code class="docutils literal"><span class="pre">max_distance</span></code> option as 3rd argument to specify it
497
+ easily. [GitHub#553] [Patch by Naoya Murakami]</li>
498
+ <li>[<a class="reference internal" href="../reference/commands/query_expand.html"><span class="doc">query_expand</span></a>] Supported command to
499
+ expand query. It is useful if there are many synonyms.</li>
500
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported <code class="docutils literal"><span class="pre">--drilldown</span></code> with
501
+ <code class="docutils literal"><span class="pre">command_version=3</span></code>. [groonga-dev,04055] [Reported by Naoya
502
+ Murakami]</li>
503
+ <li>Removed needless code from <code class="docutils literal"><span class="pre">grn_table_select_sequential()</span></code>.
504
+ [GitHub#560] [Reported by Sho Minagawa]</li>
505
+ <li>grn_table_setoperation(): Changed to update score instead of
506
+ overwriting by <code class="docutils literal"><span class="pre">GRN_OP_ADJUST</span></code>. This change is introduced to keep
507
+ consistency with <code class="docutils literal"><span class="pre">grn_ii_posting_add()</span></code>. [groonga-dev,04058]
508
+ [Reported by Naoya Murakami]</li>
509
+ <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] Reduced the max opened
510
+ table/column files when 1 thread mode.</li>
511
+ </ul>
512
+ </div>
513
+ <div class="section" id="id23">
514
+ <h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
515
+ <ul class="simple">
516
+ <li>[CMake][Windows] Fixed to install missing mruby
517
+ script. [groonga-dev,04040] [Reported by Soichiro Kiyokawa]</li>
518
+ <li>[Windows] Changed to bundle msgpack-c.</li>
519
+ <li>[<a class="reference internal" href="../install/others.html"><span class="doc">Others</span></a>] Fixed a typo
520
+ about default database encoding (utf8). [GitHub#549] [Patch by IWAI, Masaharu]</li>
521
+ <li>[<a class="reference internal" href="../contribution/development/cooperation.html"><span class="doc">ユーザーと協力して開発をうまく進めていくための指針</span></a>] Fixed a typo
522
+ about product name (Twitter). [GitHub#550] [Patch by IWAI, Masaharu]</li>
523
+ <li>Fixed a bug that specific records are not included into search
524
+ result when multiple index column is created with <code class="docutils literal"><span class="pre">WITH_SECTION</span></code>
525
+ flag. [GitHub#551]</li>
526
+ <li>Fixed a crash bug that searching while loading data with
527
+ <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code>. <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE</span></code>
528
+ is enabled by default since Groonga 6.0.3.</li>
529
+ <li>[<a class="reference internal" href="../reference/token_filters.html"><span class="doc">Token filters</span></a>] Fixed thread unsafe implementation.</li>
530
+ <li>[doc] Fixed a typo in 6.0.4 release entry. [GitHub#559] [Patch by cafedomancer]</li>
531
+ </ul>
532
+ </div>
533
+ <div class="section" id="id24">
534
+ <h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
535
+ <ul class="simple">
536
+ <li>Naoya Murakami</li>
537
+ <li>Soichiro Kiyokawa</li>
538
+ <li>IWAI, Masaharu</li>
539
+ <li>cafedomancer</li>
540
+ </ul>
541
+ </div>
542
+ </div>
543
+ <div class="section" id="release-6-0-4-2016-06-06">
544
+ <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>
545
+ <p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
546
+ users upgrade to 6.0.4. This release fixes some search related
547
+ problems.</p>
548
+ <div class="section" id="id25">
549
+ <h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
550
+ <ul class="simple">
551
+ <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>
552
+ against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
553
+ memory.</li>
554
+ <li>Fixed a bug that search with large index may refer invalid data. It
555
+ takes a long time to return search result.
556
+ [GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
557
+ </ul>
558
+ </div>
559
+ <div class="section" id="id26">
560
+ <h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
561
+ <ul class="simple">
562
+ <li>Atsushi Shinoda</li>
563
+ </ul>
564
+ </div>
565
+ </div>
566
+ <div class="section" id="release-6-0-3-2016-05-29">
567
+ <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>
568
+ <div class="section" id="id27">
569
+ <h3>Improvements<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
570
+ <ul>
571
+ <li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
572
+ <code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
573
+ to improve performance of N-gram tokenizer. [GitHub#533][Patch by
574
+ Naoya Murakami]</p>
575
+ </li>
576
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>] Stopped to ignore
577
+ nonexistent default tokenizer, normalizer or token filters. In the
578
+ previous versions, Groonga ignored a typo in
579
+ <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>
580
+ parameter silently. It caused a delay in finding problems.</p>
581
+ </li>
582
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] output_columns v1: Supported
583
+ expression such as <code class="docutils literal"><span class="pre">snippet_html(...)</span></code> in output_columns.</p>
584
+ </li>
585
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Removed a limitation about the
586
+ number of labeled drilldowns. In the previous versions, the number
587
+ of max labeled drilldowns is limited to 10.</p>
588
+ </li>
589
+ <li><p class="first">[<a class="reference internal" href="../reference/functions/number_classify.html"><span class="doc">number_classify</span></a>] Added a number
590
+ plugin. Use <code class="docutils literal"><span class="pre">number_classify</span></code> function to classify by value.</p>
591
+ </li>
592
+ <li><p class="first">Added a time plugin. Use <code class="docutils literal"><span class="pre">time_classify_second</span></code>,
593
+ <code class="docutils literal"><span class="pre">time_classify_minute</span></code>, <code class="docutils literal"><span class="pre">time_classify_hour</span></code>,
594
+ <code class="docutils literal"><span class="pre">time_classify_day</span></code>, <code class="docutils literal"><span class="pre">time_classify_week</span></code>,
595
+ <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
596
+ by value.</p>
597
+ </li>
598
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported dynamic column.
599
+ Dynamic columns can be used in <code class="docutils literal"><span class="pre">output_columns</span></code>, <code class="docutils literal"><span class="pre">drilldown</span></code> and
600
+ <code class="docutils literal"><span class="pre">sortby</span></code> [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]:</p>
601
+ <div class="highlight-none"><div class="highlight"><pre><span></span>select \
602
+ --columns[LABEL].stage filtered \
603
+ --columns[LABEL].type ShortText \
604
+ --columns[LABEL].flags COLUMN_SCALAR \
605
+ --columns[LABEL].value &#39;script syntax expression&#39; \
606
+ ...
607
+ </pre></div>
608
+ </div>
609
+ </li>
610
+ <li><p class="first">[experimental][<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Improved
611
+ performance for range/equal search and enough filtered case. Set
612
+ <code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO</span></code> environment variable to
613
+ enable this feature.</p>
614
+ </li>
615
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported index used search for
616
+ filtered tables.</p>
617
+ </li>
618
+ <li><p class="first">Supported to detect changed database isn't closed. This feature is
619
+ useful to check database corruption when Groonga is crashed
620
+ unexpectedly.</p>
621
+ </li>
622
+ <li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported detecting database
623
+ wasn't closed successfully case.</p>
624
+ </li>
625
+ <li><p class="first">Added <code class="docutils literal"><span class="pre">--drilldown_filter</span></code>.</p>
626
+ </li>
627
+ <li><p class="first">Supported <code class="docutils literal"><span class="pre">filter</span></code> in labeled drilldown.</p>
628
+ </li>
629
+ <li><p class="first">Improved performance for using [<a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a>]
630
+ without index. By between() optimization, there is a case that range
631
+ search is 100x faster than the previous version of between().</p>
632
+ </li>
633
+ <li><p class="first">[<a class="reference internal" href="../reference/window_functions/record_number.html"><span class="doc">record_number</span></a>] Supported window
634
+ function.</p>
635
+ </li>
636
+ <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>
637
+ </li>
638
+ <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
639
+ <code class="docutils literal"><span class="pre">--drilldown_sortby</span></code>. Use <code class="docutils literal"><span class="pre">--sort_keys</span></code> and
640
+ <code class="docutils literal"><span class="pre">-drilldown_sort_keys</span></code> instead.</p>
641
+ </li>
642
+ <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>.
643
+ Use <code class="docutils literal"><span class="pre">--drilldowns[...]</span></code> instead.</p>
644
+ </li>
645
+ <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
646
+ literal based envelope.</p>
647
+ </li>
648
+ <li><p class="first">[groonga-httpd] Updated bundled nginx version to 1.11.0.</p>
649
+ </li>
650
+ </ul>
651
+ </div>
652
+ <div class="section" id="id28">
653
+ <h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
654
+ <ul class="simple">
655
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
656
+ that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
657
+ <li>Fixed a bug that 1usec information is lost for time value.</li>
658
+ <li>Fixed a crash bug when a mruby plugin is initialized with multiple
659
+ threads.</li>
660
+ <li>Fixed a bug that static indexing crashes if a posting list is very long.
661
+ This bug may occur against enormous size of database. [GitHub#546]</li>
662
+ </ul>
663
+ </div>
664
+ <div class="section" id="id29">
665
+ <h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
666
+ <ul class="simple">
667
+ <li>Naoya Murakami</li>
668
+ </ul>
669
+ </div>
670
+ </div>
671
+ <div class="section" id="release-6-0-2-2016-04-29">
672
+ <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>
673
+ <div class="section" id="id30">
674
+ <h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
675
+ <ul class="simple">
676
+ <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>).
677
+ TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
678
+ which returns boolean value in comparison.</li>
679
+ <li>[groonga-http][<a class="reference internal" href="../reference/command/request_timeout.html"><span class="doc">Request timeout</span></a>] Supported
680
+ <code class="docutils literal"><span class="pre">request_timeout</span></code> parameter. Canceled request returns
681
+ <code class="docutils literal"><span class="pre">HTTP/1.1</span> <span class="pre">408</span> <span class="pre">Request</span> <span class="pre">Timeout</span></code> status code.</li>
682
+ <li>[<a class="reference internal" href="../reference/commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>] Added <code class="docutils literal"><span class="pre">index_column</span></code> option.
683
+ [GitHub#534] [Patch by Naoya Murakami]</li>
684
+ <li>[<a class="reference internal" href="../reference/commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>] Supported to output <code class="docutils literal"><span class="pre">estimated_size</span></code>.
685
+ [GitHub#518] [Patch by Naoya Murakami]</li>
686
+ <li>[<a class="reference internal" href="../reference/functions/geo_in_rectangle.html"><span class="doc">geo_in_rectangle</span></a>][<a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a>]
687
+ Supported to work without index. In this case, sequential search is
688
+ executed as a fallback.</li>
689
+ <li>Reduced needless internal loops. It improves phrase search performance.
690
+ [GitHub#519] [Patch by Naoya Murakami]</li>
691
+ <li>[<a class="reference internal" href="../contribution.html"><span class="doc">How to contribute to groonga</span></a>] Updated documentation about contribution.
692
+ [GitHub#522] [Patch by Hiroshi Ohkubo]</li>
693
+ <li>[<a class="reference internal" href="../reference/command/return_code.html"><span class="doc">Return code</span></a>] Updated documentation about return code list.</li>
694
+ <li>[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Added <code class="docutils literal"><span class="pre">--default-request-timeout</span></code> option.</li>
695
+ <li>[windows] Supported DLL version.</li>
696
+ <li>Supported index used search even if value only term exists.
697
+ For example, <code class="docutils literal"><span class="pre">true</span> <span class="pre">||</span> <span class="pre">column</span> <span class="pre">&gt;</span> <span class="pre">0</span></code> doesn't use index even if <code class="docutils literal"><span class="pre">column</span></code> has
698
+ index. In this release, above issue is resolved.</li>
699
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported specifying grouped table
700
+ [GitHub#524,#526,#527,#528,#529] [Patch by Naoya Murakami]</li>
701
+ <li>Supported grouping by <code class="docutils literal"><span class="pre">Int{8,16,64}/UInt{8,16,64}</span></code> value.
702
+ In the previous versions, only 32bit fixed size value was supported.</li>
703
+ <li>Added table name to error message for invalid sort key.</li>
704
+ <li>[<a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] Updated documentation.</li>
705
+ <li>[<a class="reference internal" href="../reference/suggest/completion.html"><span class="doc">Completion</span></a>] Fixed a typo about example.
706
+ [groonga-dev,04008] [Reported by Tachikawa Hiroaki]</li>
707
+ <li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Added a workaround to keep
708
+ backward compatibility. use <code class="docutils literal"><span class="pre">object_inspect</span></code> instead of <code class="docutils literal"><span class="pre">inspect</span></code>.</li>
709
+ <li>[groonga-httpd] Updated bundled nginx version to 1.9.15.</li>
710
+ <li>[centos] Supported systemd.</li>
711
+ <li>[doc] Supported only HTML output. [GitHub#532] [Patch by Hiroshi Ohkubo]</li>
712
+ <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>][centos] Supported to customize
713
+ environment variables.</li>
714
+ <li>[<a class="reference internal" href="../install/others.html"><span class="doc">Others</span></a>] Updated documentation about <code class="docutils literal"><span class="pre">--with-package-platorm</span></code> option.</li>
715
+ <li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
716
+ </ul>
717
+ </div>
718
+ <div class="section" id="id31">
719
+ <h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
720
+ <ul>
721
+ <li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
722
+ For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
723
+ [GitHub#508] [Reported by Naoya Murakami]:</p>
724
+ <div class="highlight-none"><div class="highlight"><pre><span></span>load --table docs
725
+ [
726
+ [&quot;_key&quot;,&quot;description&quot;],
727
+ [2,&quot;&quot;]
728
+ ]
729
+ </pre></div>
730
+ </div>
731
+ </li>
732
+ <li><p class="first">Fixed a crash bug because of invalid critical section handling. [GitHub#507]</p>
733
+ </li>
734
+ <li><p class="first">[<a class="reference internal" href="../contribution/development/release.html"><span class="doc">リリース手順</span></a>] Fixed a typo about grntest howto.
735
+ [GitHub#511] [Patch by Hiroshi Ohkubo]</p>
736
+ </li>
737
+ <li><p class="first">[doc] Removed man support.</p>
738
+ </li>
739
+ <li><p class="first">Removed invalid debug log messages which make user confused.</p>
740
+ </li>
741
+ <li><p class="first">Fixed a bug that data is not correctly flushed because internal counter is wrongly cleared.
742
+ In the previous version, when size of data exceeds specific one, it was failed to create indexes.
743
+ [GitHub#517] [Reported by Naoya Murakami]</p>
744
+ </li>
745
+ <li><p class="first">Fixed a bug that a process can't use more than one caches in parallel.
746
+ [GitHub#515]</p>
747
+ </li>
748
+ <li><p class="first">Fixed a bug that internally used <code class="docutils literal"><span class="pre">alloc_info</span></code> structure which is used to find memory leaks is
749
+ not exclusively accessed. Without this fix, it may causes a crash. [GitHub#523]</p>
750
+ </li>
751
+ <li><p class="first">[tokenizer mecab] Fixed a memory leak on dictionary encoding mismatch error.
752
+ [groonga-dev,04012] [Reported by Naoya Murakami]</p>
753
+ </li>
754
+ <li><p class="first">Fixed a bug that combination of [<a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] and
755
+ [<a class="reference internal" href="../reference/executables/groonga-suggest-learner.html"><span class="doc">groonga-suggest-learner</span></a>] didn't work.</p>
756
+ </li>
757
+ <li><p class="first">[doc] Removed needless uuid from *.po [GitHub#531] [Patch by Hiroshi Ohkubo]</p>
758
+ </li>
759
+ <li><p class="first">[<a class="reference internal" href="../reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] Fixed a bug that duplicated text
760
+ is returned. This bug occurs when highlighted keyword occurred 1024 or more times.</p>
761
+ </li>
762
+ <li><p class="first">Fixed a bug that <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> conflicts with existing flag.
763
+ If you use <code class="docutils literal"><span class="pre">TABLE_HASH_KEY|KEY_LARGE</span></code> in the previous version,
764
+ there is a possibility to break database. Please recreate the table.</p>
765
+ </li>
766
+ </ul>
767
+ </div>
768
+ <div class="section" id="id32">
769
+ <h3>Thanks<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
770
+ <ul class="simple">
771
+ <li>Naoya Murakami</li>
772
+ <li>Hiroshi Ohkubo</li>
773
+ <li>Tachikawa Hiroaki</li>
774
+ </ul>
775
+ </div>
776
+ </div>
777
+ <div class="section" id="release-6-0-1-2016-03-29">
778
+ <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>
779
+ <div class="section" id="id33">
780
+ <h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
781
+ <ul>
782
+ <li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
783
+ backtrace.</p>
784
+ </li>
785
+ <li><p class="first">Exported the following API</p>
786
+ <ul class="simple">
787
+ <li>grn_expr_take_obj()</li>
788
+ <li>grn_request_canceler_cancel_all()</li>
789
+ <li>grn_obj_remove_dependent()</li>
790
+ <li>grn_obj_is_text_family_type()</li>
791
+ </ul>
792
+ </li>
793
+ <li><p class="first">[hash] Supported 4GiB over total key size when <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> flag is set
794
+ to a table:</p>
795
+ <div class="highlight-none"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY|KEY_LARGE ShortText
796
+ </pre></div>
797
+ </div>
798
+ </li>
799
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Supported
800
+ <a class="reference internal" href="../reference/command/request_id.html"><span class="doc">Request ID</span></a> when you specify input data as
801
+ raw JSON instead of parameter value:</p>
802
+ <div class="highlight-none"><div class="highlight"><pre><span></span>POST /d/load?table=XXX&amp;request_id=x
803
+
804
+ load --table XXX --request_id x
805
+ [
806
+ ...
807
+ ]
808
+ </pre></div>
809
+ </div>
810
+ </li>
811
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/shutdown.html"><span class="doc">shutdown</span></a>] Added <code class="docutils literal"><span class="pre">mode</span></code> argument to
812
+ shutdown immediately. Use <code class="docutils literal"><span class="pre">shutdown</span> <span class="pre">--mode</span> <span class="pre">immediate</span></code> in such a purpose.</p>
813
+ </li>
814
+ <li><p class="first">[<a class="reference internal" href="../install/mac_os_x.html"><span class="doc">Mac OS X</span></a>] Added a instruction to setup MeCab dictionary for Homebrew.</p>
815
+ </li>
816
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Supported to stop load when cancel
817
+ is requested.</p>
818
+ </li>
819
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Supported to remove
820
+ dependent tables. Use <code class="docutils literal"><span class="pre">--dependent</span> <span class="pre">yes</span></code> for it.</p>
821
+ </li>
822
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Supported to
823
+ remove dependent tables.</p>
824
+ </li>
825
+ <li><p class="first">[Windows] Supported memory debug mode on Windows.</p>
826
+ </li>
827
+ <li><p class="first">Supported to dump allocation information by status on memory debug mode</p>
828
+ </li>
829
+ <li><p class="first">[<a class="reference internal" href="../contribution/documentation/i18n.html"><span class="doc">I18N</span></a>] Added installation step for Sphinx.</p>
830
+ </li>
831
+ <li><p class="first">[experimental] Supported to split chunks in static indexing.
832
+ Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABLE=yes</span></code> to enable it. [GitHub#479]</p>
833
+ </li>
834
+ </ul>
835
+ </div>
836
+ <div class="section" id="id34">
837
+ <h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
838
+ <ul class="simple">
839
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
840
+ nonexistent column is specified. [GitHub#493]</li>
841
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that load command does
842
+ not return error code correctly. [GitHub#495]</li>
843
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a memory leak when parsing
844
+ columns parameter in load command.</li>
845
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that only the first
846
+ array in <code class="docutils literal"><span class="pre">--values</span></code> is handled as a list of column names if <code class="docutils literal"><span class="pre">--columns</span></code> is not
847
+ specified. [GitHub#497]</li>
848
+ <li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed to check <code class="docutils literal"><span class="pre">--columns</span></code> more precisely
849
+ [GitHub#496]</li>
850
+ <li>Fixed a insufficient critical section handling for
851
+ thread-safety.</li>
852
+ <li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Fixed a crash bug when
853
+ failed to create a column.</li>
854
+ <li>[<a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Fixed a crash bug to
855
+ remove nonexistent table. [GitHub#504]</li>
856
+ <li>Fixed a bug that offline index construction against <code class="docutils literal"><span class="pre">WITH_POSITION</span></code> +
857
+ non-text <code class="docutils literal"><span class="pre">VECTOR</span></code> column ignores position.</li>
858
+ <li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Fixed a bug that cycle
859
+ reference causes stack over flow.</li>
860
+ <li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
861
+ </ul>
862
+ </div>
863
+ <div class="section" id="id35">
864
+ <h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
865
+ <ul class="simple">
866
+ <li>YUKI Hiroshi</li>
867
+ </ul>
868
+ </div>
869
+ </div>
870
+ <div class="section" id="release-6-0-0-2016-02-29">
871
+ <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>
872
+ <div class="section" id="id36">
873
+ <h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
874
+ <ul>
875
+ <li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
876
+ specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
877
+ </li>
878
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_pat_fuzzy_search()</span></code>] Added a new API that provides fuzzy
879
+ search feature by patricia trie. [GitHub#460][Patch by Naoya
880
+ Murakami]</p>
881
+ </li>
882
+ <li><p class="first">[<code class="docutils literal"><span class="pre">functions/string</span></code>] Added a new plugin that provides string
883
+ related functions. [GitHub#459][Patch by Naoya Murakami]</p>
884
+ </li>
885
+ <li><p class="first">[<code class="docutils literal"><span class="pre">string_length()</span></code>] Added a new function that returns the number
886
+ of characters in the specified string. It's contained in
887
+ <code class="docutils literal"><span class="pre">functions/string</span></code> plugin. [GitHub#459][Patch by Naoya Murakami]</p>
888
+ </li>
889
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_table_fuzzy_search()</span></code>] Added a new DB API that provides
890
+ fuzzy search feature. [GitHub#463][Patch by Naoya Murakami]</p>
891
+ </li>
892
+ <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_OP_FUZZY</span></code>] Added a new operator. [GitHub#463][Patch by Naoya
893
+ Murakami]</p>
894
+ </li>
895
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_search()</span></code>] Supported <code class="docutils literal"><span class="pre">GRN_OP_FUZZY</span></code>
896
+ operator. [GitHub#463][Patch by Naoya Murakami]</p>
897
+ </li>
898
+ <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_TABLE_FUZZY_SEARCH_WITH_TRANSPOSITION</span></code>] Added a flag for
899
+ <code class="docutils literal"><span class="pre">grn_table_fuzzy_search()</span></code>. [GitHub#463][Patch by Naoya Murakami]</p>
900
+ </li>
901
+ <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_TOKENIZE_ONLY</span></code>] Added a new tokenization mode that returns
902
+ all tokens even if the token doesn't exist in
903
+ lexicon. [GitHub#463][Patch by Naoya Murakami]</p>
904
+ </li>
905
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_type_to_string()</span></code>] Add a new function that stringify
906
+ type ID such as <code class="docutils literal"><span class="pre">GRN_VOID</span></code> and <code class="docutils literal"><span class="pre">GRN_BULK</span></code>.</p>
907
+ </li>
908
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/object_inspect.html"><span class="doc">object_inspect</span></a>] Added a new command that
909
+ returns information of the target object.</p>
910
+ </li>
911
+ <li><p class="first">Supported compare operations against vector. If left hand side
912
+ vector includes any element that satisfies <code class="docutils literal"><span class="pre">left_hand_side_element</span>
913
+ <span class="pre">OP</span> <span class="pre">right_hand_side</span></code>, it returns true.</p>
914
+ <p>Example:</p>
915
+ <div class="highlight-none"><div class="highlight"><pre><span></span>[1, 2, 3] &lt; 2 # -&gt; true because 1 is less than 2
916
+ [1, 2, 3] &gt; 4 # -&gt; false because all elements are less than 4
917
+ </pre></div>
918
+ </div>
919
+ </li>
920
+ <li><p class="first">[<code class="docutils literal"><span class="pre">fuzzy_search()</span></code>] Added a new function that provides fuzzy search
921
+ feature. [GitHub#464][Patch by Naoya Murakami]</p>
922
+ </li>
923
+ <li><p class="first">[<a class="reference internal" href="../reference/functions/edit_distance.html"><span class="doc">edit_distance</span></a>] Supported transposition
924
+ flag. [GitHub#464][Patch by Naoya Murakami]</p>
925
+ </li>
926
+ <li><p class="first">Supported index search for <code class="docutils literal"><span class="pre">vector_column[2]</span> <span class="pre">==</span> <span class="pre">29</span></code>.</p>
927
+ </li>
928
+ <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_PLUGIN_CALLOC()</span></code>] Added a new API for plugin that provides
929
+ <code class="docutils literal"><span class="pre">calloc()</span></code> feature. [GitHub#472][Patch by Naoya Murakami]</p>
930
+ </li>
931
+ <li><p class="first">Supported index search for compare operations against vector element
932
+ such as <code class="docutils literal"><span class="pre">vector_column[2]</span> <span class="pre">&lt;</span> <span class="pre">29</span></code>.</p>
933
+ </li>
934
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_bool()</span></code>] Add a new API for plugin that
935
+ provides getting boolean argument value feature.</p>
936
+ </li>
937
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_int32()</span></code>] Add a new API for plugin that
938
+ provides getting 32bit integer argument value feature.</p>
939
+ </li>
940
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_string()</span></code>] Add a new API for plugin that
941
+ provides getting string argument value feature.</p>
942
+ </li>
943
+ <li><p class="first">[<a class="reference internal" href="../reference/commands/object_remove.html"><span class="doc">object_remove</span></a>] Added a new command that
944
+ removes an object. <code class="docutils literal"><span class="pre">object_remove</span></code> can also remove a broken object.</p>
945
+ </li>
946
+ <li><p class="first">Supported mips/mipsel. [debian-bugs:770243][Reported by Nobuhiro
947
+ Iwamatsu][Reported by Thorsten Glaser][Reported by YunQiang
948
+ Su][Reported by Dejan Latinovic][Reported by Steve Langasek]</p>
949
+ </li>
950
+ <li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>][CMake] Supported.</p>
951
+ </li>
952
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_expr_syntax_expand_query()</span></code>] Added a new API that provides
953
+ query expansion feature.</p>
954
+ </li>
955
+ <li><p class="first">[<code class="docutils literal"><span class="pre">snippet()</span></code>] Add a new function that provides snippet feature.
956
+ [GitHub#481][Patch by Naoya Murakami]</p>
957
+ </li>
958
+ <li><p class="first">[<code class="docutils literal"><span class="pre">highlight()</span></code>] Add a new function that provides highlight feature.
959
+ [GitHub#487][Patch by Naoya Murakami]</p>
960
+ </li>
961
+ <li><p class="first">Added <code class="docutils literal"><span class="pre">XXX</span> <span class="pre">&amp;&amp;</span> <span class="pre">column</span> <span class="pre">!=</span> <span class="pre">xxx</span></code> optimization. It's converted to <code class="docutils literal"><span class="pre">XXX</span>
962
+ <span class="pre">&amp;!</span> <span class="pre">column</span> <span class="pre">==</span> <span class="pre">xxx</span></code> internally.</p>
963
+ </li>
964
+ <li><p class="first">[<a class="reference internal" href="../server/memcached.html"><span class="doc">Memcached binary protocol</span></a>] Added <code class="docutils literal"><span class="pre">--memcached-column</span></code>. You can
965
+ access existing column by memcached protocol.</p>
966
+ </li>
967
+ <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported TLS.
968
+ [groonga-dev,03948][Reported by KITAITI Makoto]</p>
969
+ </li>
970
+ <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx
971
+ version to 1.9.11 from 1.9.10.</p>
972
+ </li>
973
+ <li><p class="first">[Windows][CMake] Supported LZ4. LZ4 is bundled.</p>
974
+ </li>
975
+ </ul>
976
+ </div>
977
+ <div class="section" id="id37">
978
+ <h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
979
+ <ul class="simple">
980
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
981
+ outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
982
+ <li>Fixed a bug that <code class="docutils literal"><span class="pre">function(column_with_index)</span> <span class="pre">==</span> <span class="pre">29</span></code> ignores
983
+ <code class="docutils literal"><span class="pre">function()</span></code>. [groonga-dev,03884][Reported by Naoya Murakami]</li>
984
+ <li>[<a class="reference internal" href="../reference/commands/reindex.html"><span class="doc">reindex</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">reindex</span></code>
985
+ doesn't clear query cache.</li>
986
+ <li>[patricia trie] Fixed a bug that sorting by integer patricia trie
987
+ key returns unsorted result. [GitHub#476][Reported by Ryunosuke SATO]</li>
988
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a crash bug that is
989
+ occurred when too many keywords is specified into <code class="docutils literal"><span class="pre">--query</span></code>.
990
+ [GitHub#484][Reported by Hiroyuki Sato]</li>
991
+ <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that wrong cache is
992
+ used when <a class="reference internal" href="../reference/command/command_version.html"><span class="doc">Command version</span></a> or
993
+ <a class="reference internal" href="../reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> is
994
+ used. [GitHub#490][Reported by KITAITI Makoto]</li>
995
+ </ul>
996
+ </div>
997
+ <div class="section" id="id38">
998
+ <h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
999
+ <ul class="simple">
1000
+ <li>Masafumi Yokoyama</li>
1001
+ <li>Naoya Murakami</li>
1002
+ <li>Nobuhiro Iwamatsu</li>
1003
+ <li>Thorsten Glaser</li>
1004
+ <li>YunQiang Su</li>
1005
+ <li>Dejan Latinovic</li>
1006
+ <li>Steve Langasek</li>
1007
+ <li>Ryunosuke SATO</li>
1008
+ <li>Hiroyuki Sato</li>
1009
+ <li>KITAITI Makoto</li>
1010
+ </ul>
1011
+ </div>
1012
+ </div>
1013
+ </div>
1014
+
1015
+
1016
+ </div>
1017
+ </div>
1018
+ </div>
1019
+ <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
1020
+ <div class="sphinxsidebarwrapper">
1021
+ <h3><a href="../index.html">Table Of Contents</a></h3>
1022
+ <ul>
1023
+ <li><a class="reference internal" href="#">News - 6.x</a><ul>
1024
+ <li><a class="reference internal" href="#release-6-1-5-2017-01-23">Release 6.1.5 - 2017-01-23</a><ul>
1025
+ <li><a class="reference internal" href="#improvements">Improvements</a></li>
1026
+ <li><a class="reference internal" href="#fixes">Fixes</a></li>
1027
+ </ul>
1028
+ </li>
1029
+ <li><a class="reference internal" href="#release-6-1-4-2017-01-18">Release 6.1.4 - 2017-01-18</a><ul>
1030
+ <li><a class="reference internal" href="#id1">Improvements</a></li>
1031
+ <li><a class="reference internal" href="#id2">Fixes</a></li>
1032
+ <li><a class="reference internal" href="#thanks">Thanks</a></li>
1033
+ </ul>
1034
+ </li>
1035
+ <li><a class="reference internal" href="#release-6-1-3-2017-01-06">Release 6.1.3 - 2017-01-06</a><ul>
1036
+ <li><a class="reference internal" href="#id3">Improvements</a></li>
1037
+ <li><a class="reference internal" href="#id4">Fixes</a></li>
1038
+ </ul>
1039
+ </li>
1040
+ <li><a class="reference internal" href="#release-6-1-2-2016-12-31">Release 6.1.2 - 2016-12-31</a><ul>
1041
+ <li><a class="reference internal" href="#id5">Improvements</a></li>
1042
+ <li><a class="reference internal" href="#id6">Fixes</a></li>
1043
+ <li><a class="reference internal" href="#id7">Thanks</a></li>
1044
+ </ul>
1045
+ </li>
1046
+ <li><a class="reference internal" href="#release-6-1-1-2016-11-29">Release 6.1.1 - 2016-11-29</a><ul>
1047
+ <li><a class="reference internal" href="#id8">Improvements</a></li>
1048
+ <li><a class="reference internal" href="#id9">Fixes</a></li>
1049
+ </ul>
1050
+ </li>
1051
+ <li><a class="reference internal" href="#release-6-1-0-2016-10-29">Release 6.1.0 - 2016-10-29</a><ul>
1052
+ <li><a class="reference internal" href="#id10">Improvements</a></li>
1053
+ <li><a class="reference internal" href="#id11">Fixes</a></li>
1054
+ <li><a class="reference internal" href="#id12">Thanks</a></li>
1055
+ </ul>
1056
+ </li>
1057
+ <li><a class="reference internal" href="#release-6-0-9-2016-09-29">Release 6.0.9 - 2016-09-29</a><ul>
1058
+ <li><a class="reference internal" href="#id13">Improvements</a></li>
1059
+ <li><a class="reference internal" href="#id14">Fixes</a></li>
1060
+ <li><a class="reference internal" href="#id15">Thanks</a></li>
1061
+ </ul>
1062
+ </li>
1063
+ <li><a class="reference internal" href="#release-6-0-8-2016-08-29">Release 6.0.8 - 2016-08-29</a><ul>
1064
+ <li><a class="reference internal" href="#id16">Improvements</a></li>
1065
+ <li><a class="reference internal" href="#id17">Fixes</a></li>
1066
+ <li><a class="reference internal" href="#id18">Thanks</a></li>
1067
+ </ul>
1068
+ </li>
1069
+ <li><a class="reference internal" href="#release-6-0-7-2016-07-29">Release 6.0.7 - 2016-07-29</a><ul>
1070
+ <li><a class="reference internal" href="#id19">Improvements</a></li>
1071
+ <li><a class="reference internal" href="#id20">Fixes</a></li>
1072
+ <li><a class="reference internal" href="#id21">Thanks</a></li>
1073
+ </ul>
1074
+ </li>
1075
+ <li><a class="reference internal" href="#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a><ul>
1076
+ <li><a class="reference internal" href="#id22">Improvements</a></li>
1077
+ <li><a class="reference internal" href="#id23">Fixes</a></li>
1078
+ <li><a class="reference internal" href="#id24">Thanks</a></li>
1079
+ </ul>
1080
+ </li>
1081
+ <li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
1082
+ <li><a class="reference internal" href="#id25">Fixes</a></li>
1083
+ <li><a class="reference internal" href="#id26">Thanks</a></li>
1084
+ </ul>
1085
+ </li>
1086
+ <li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
1087
+ <li><a class="reference internal" href="#id27">Improvements</a></li>
1088
+ <li><a class="reference internal" href="#id28">Fixes</a></li>
1089
+ <li><a class="reference internal" href="#id29">Thanks</a></li>
1090
+ </ul>
1091
+ </li>
1092
+ <li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
1093
+ <li><a class="reference internal" href="#id30">Improvements</a></li>
1094
+ <li><a class="reference internal" href="#id31">Fixes</a></li>
1095
+ <li><a class="reference internal" href="#id32">Thanks</a></li>
1096
+ </ul>
1097
+ </li>
1098
+ <li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
1099
+ <li><a class="reference internal" href="#id33">Improvements</a></li>
1100
+ <li><a class="reference internal" href="#id34">Fixes</a></li>
1101
+ <li><a class="reference internal" href="#id35">Thanks</a></li>
1102
+ </ul>
1103
+ </li>
1104
+ <li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
1105
+ <li><a class="reference internal" href="#id36">Improvements</a></li>
1106
+ <li><a class="reference internal" href="#id37">Fixes</a></li>
1107
+ <li><a class="reference internal" href="#id38">Thanks</a></li>
1108
+ </ul>
1109
+ </li>
1110
+ </ul>
1111
+ </li>
1112
+ </ul>
1113
+
1114
+ <div role="note" aria-label="source link">
1115
+ <h3>This Page</h3>
1116
+ <ul class="this-page-menu">
1117
+ <li><a href="../_sources/news/6.x.txt"
1118
+ rel="nofollow">Show Source</a></li>
1119
+ </ul>
1120
+ </div>
1121
+ <div id="searchbox" style="display: none" role="search">
1122
+ <h3>Quick search</h3>
1123
+ <form class="search" action="../search.html" method="get">
1124
+ <div><input type="text" name="q" /></div>
1125
+ <div><input type="submit" value="Go" /></div>
1126
+ <input type="hidden" name="check_keywords" value="yes" />
1127
+ <input type="hidden" name="area" value="default" />
1128
+ </form>
1129
+ </div>
1130
+ <script type="text/javascript">$('#searchbox').show(0);</script>
1131
+ </div>
1132
+ </div>
1133
+ <div class="clearer"></div>
1134
+ </div>
1135
+ <div class="related" role="navigation" aria-label="related navigation">
1136
+ <h3>Navigation</h3>
1137
+ <ul>
1138
+ <li class="right" style="margin-right: 10px">
1139
+ <a href="../genindex.html" title="General Index"
1140
+ >index</a></li>
1141
+ <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> &#187;</li>
1142
+ </ul>
1143
+ </div>
1144
+ <div class="footer" role="contentinfo">
1145
+ &#169; Copyright 2009-2017, Brazil, Inc.
1146
+ </div>
1147
+ </body>
1148
+ </html>