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
@@ -33,7 +33,7 @@ Install::
33
33
  Note that additional packages such as ``mecab-dic`` and ``mecab-jumandic`` packages require to install
34
34
  ``groonga-release`` package which provides the Groonga yum repository beforehand::
35
35
 
36
- % sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
36
+ % sudo rpm -ivh https://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
37
37
  % sudo yum update
38
38
 
39
39
  .. include:: server-use.inc
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
80
80
 
81
81
  Download source::
82
82
 
83
- % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
84
- % tar xvzf groonga-6.1.3.tar.gz
85
- % cd groonga-6.1.3
83
+ % wget https://packages.groonga.org/source/groonga/groonga-7.0.2.tar.gz
84
+ % tar xvzf groonga-7.0.2.tar.gz
85
+ % cd groonga-7.0.2
86
86
 
87
87
  Configure (see :ref:`source-configure` about ``configure`` options)::
88
88
 
@@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
49
49
 
50
50
  Download source::
51
51
 
52
- % curl -O http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
53
- % tar xvzf groonga-6.1.3.tar.gz
54
- % cd groonga-6.1.3
52
+ % curl -O https://packages.groonga.org/source/groonga/groonga-7.0.2.tar.gz
53
+ % tar xvzf groonga-7.0.2.tar.gz
54
+ % cd groonga-7.0.2
55
55
 
56
56
  Configure (see :ref:`source-configure` about ``configure`` options)::
57
57
 
@@ -76,9 +76,9 @@ Build from source
76
76
  Groonga uses GNU build system. So the following is the simplest build
77
77
  steps::
78
78
 
79
- % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
80
- % tar xvzf groonga-6.1.3.tar.gz
81
- % cd groonga-6.1.3
79
+ % wget https://packages.groonga.org/source/groonga/groonga-7.0.2.tar.gz
80
+ % tar xvzf groonga-7.0.2.tar.gz
81
+ % cd groonga-7.0.2
82
82
  % ./configure
83
83
  % make
84
84
  % sudo make install
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
17
17
 
18
18
  Download source::
19
19
 
20
- % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
21
- % gtar xvzf groonga-6.1.3.tar.gz
22
- % cd groonga-6.1.3
20
+ % wget https://packages.groonga.org/source/groonga/groonga-7.0.2.tar.gz
21
+ % gtar xvzf groonga-7.0.2.tar.gz
22
+ % cd groonga-7.0.2
23
23
 
24
24
  Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
25
25
  needed for building 64-bit version. To build 32-bit version, just
@@ -22,7 +22,6 @@ Archive) on Launchpad. You can install Groonga by APT from the PPA.
22
22
 
23
23
  Here are supported Ubuntu versions:
24
24
 
25
- * 12.04 LTS Precise Pangolin
26
25
  * 14.04 LTS Trusty Tahr
27
26
  * 16.04 LTS Xenial Xerus
28
27
  * 16.10 Yakkety Yak
@@ -83,9 +82,9 @@ Install required packages to build Groonga::
83
82
 
84
83
  Download source::
85
84
 
86
- % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
87
- % tar xvzf groonga-6.1.3.tar.gz
88
- % cd groonga-6.1.3
85
+ % wget https://packages.groonga.org/source/groonga/groonga-7.0.2.tar.gz
86
+ % tar xvzf groonga-7.0.2.tar.gz
87
+ % cd groonga-7.0.2
89
88
 
90
89
  Configure (see :ref:`source-configure` about ``configure`` options)::
91
90
 
@@ -21,14 +21,14 @@ Installer
21
21
  For 32-bit environment, download x86 executable binary from
22
22
  packages.groonga.org:
23
23
 
24
- * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x86.exe
24
+ * https://packages.groonga.org/windows/groonga/groonga-7.0.2-x86.exe
25
25
 
26
26
  Then run it.
27
27
 
28
28
  For 64-bit environment, download x64 executable binary from
29
29
  packages.goronga.org:
30
30
 
31
- * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x64.exe
31
+ * https://packages.groonga.org/windows/groonga/groonga-7.0.2-x64.exe
32
32
 
33
33
  Then run it.
34
34
 
@@ -41,14 +41,14 @@ zip
41
41
  For 32-bit environment, download x86 zip archive from
42
42
  packages.groonga.org:
43
43
 
44
- * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x86.zip
44
+ * https://packages.groonga.org/windows/groonga/groonga-7.0.2-x86.zip
45
45
 
46
46
  Then extract it.
47
47
 
48
48
  For 64-bit environment, download x64 zip archive from
49
49
  packages.groonga.org:
50
50
 
51
- * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x64.zip
51
+ * https://packages.groonga.org/windows/groonga/groonga-7.0.2-x64.zip
52
52
 
53
53
  Then extract it.
54
54
 
@@ -66,27 +66,27 @@ Windows. Here are required tools:
66
66
 
67
67
  Download zipped source from packages.groonga.org:
68
68
 
69
- * http://packages.groonga.org/source/groonga/groonga-6.1.3.zip
69
+ * https://packages.groonga.org/source/groonga/groonga-7.0.2.zip
70
70
 
71
71
  Then extract it.
72
72
 
73
73
  Move to the Groonga's source folder::
74
74
 
75
- > cd c:\Users\%USERNAME%\Downloads\groonga-6.1.3
75
+ > cd c:\Users\%USERNAME%\Downloads\groonga-7.0.2
76
76
 
77
77
  Configure by ``cmake``. The following commnad line is for 64-bit
78
78
  version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
79
79
  parameter instead::
80
80
 
81
- groonga-6.1.3> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
81
+ groonga-7.0.2> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
82
82
 
83
83
  Build::
84
84
 
85
- groonga-6.1.3> cmake --build . --config Release
85
+ groonga-7.0.2> cmake --build . --config Release
86
86
 
87
87
  Install::
88
88
 
89
- groonga-6.1.3> cmake --build . --config Release --target Install
89
+ groonga-7.0.2> cmake --build . --config Release --target Install
90
90
 
91
91
  After the above steps, :doc:`/reference/executables/groonga` is found at
92
92
  ``c:\Groonga\bin\groonga.exe``.
@@ -7,1005 +7,294 @@
7
7
  News
8
8
  ====
9
9
 
10
- .. _release-6-1-3:
10
+ .. _release-7-0-2:
11
11
 
12
- Release 6.1.3 - 2017-01-06
12
+ Release 7.0.2 - 2017-04-29
13
13
  --------------------------
14
14
 
15
15
  Improvements
16
16
  ^^^^^^^^^^^^
17
17
 
18
- * [:c:func:`grn_db_recover()`][:doc:`/reference/executables/grndb`] Reduced memory usage when only 1 thread mode.
18
+ * [:doc:`/reference/commands/logical_select`] Supported multiple
19
+ :ref:`logical-select-drilldowns-label-columns-name-window-sort-keys`
20
+ and
21
+ :ref:`logical-select-drilldowns-label-columns-name-window-group-keys`.
19
22
 
20
- Fixes
21
- ^^^^^
22
-
23
- * Reverted "Improved performance of updating inverted indexes in the worst case".
24
- It had reported error when key has multibyte character.
25
- This change was included in 6.1.2.
26
-
27
- * [:ref:`token-regexp`] Fixed a bug that `\\A${ONE_CHARACTER}\\z`
28
- returns all one character values.
29
-
30
- .. _release-6-1-2:
31
-
32
- Release 6.1.2 - 2016-12-31
33
- --------------------------
34
-
35
- Improvements
36
- ^^^^^^^^^^^^
23
+ * [windows] Updated bundled LZ4 to 1.7.5.
37
24
 
38
- * windows: Supported to bundle groonga-normalizer-mysql.
25
+ * [cache] Supported persistent cache feature.
39
26
 
40
- * [:doc:`/reference/log`] Added description about log format with
41
- ``PID`` case.
27
+ * [:doc:`/reference/commands/log_level`] Update English documentation.
42
28
 
43
- * [:doc:`/install/centos`] Improved installation procedure about
44
- recent ``groonga-release`` package.
29
+ * Added the following APIs:
45
30
 
46
- * [:doc:`/reference/commands/load`] Supported to show
47
- ``{"n_loaded_records": N}`` in response for command version 3 or
48
- later.
31
+ * ``grn_set_default_cache_base_path()``
32
+ * ``grn_get_default_cache_base_path()``
33
+ * ``grn_persistent_cache_open()``
34
+ * ``grn_cache_default_open()``
49
35
 
50
- * [:doc:`/reference/commands/load`] Supported ``--output_ids yes``
51
- parameter for command version 3 or later. If ``--output_ids yes`` is
52
- specified, loaded record IDs(``loaded_ids``) are also returned. ID
53
- is 0 for record that is failed to add.
36
+ * [:option:`groonga --cache-base-path`] Added a new option to use
37
+ persistent cache.
54
38
 
55
- * [:doc:`/install/others`] Added installation instruction about
56
- depended packages (Zstandard, LZ4)
39
+ * [:doc:`/reference/executables/groonga-httpd`]
40
+ [:ref:`groonga-httpd-groonga-cache-base-path`] Added new
41
+ configuration to use persistent cache.
57
42
 
58
- * Changed to use Onigmo 6.0 as regular expression library.
43
+ * [windows] Updated bundled msgpack to 2.1.1.
59
44
 
60
- * Marked some features as stable.
45
+ * [:doc:`/reference/commands/object_inspect`] Supported not only
46
+ column inspection, but also index column statistics.
61
47
 
62
- * :doc:`/reference/executables/grndb` command.
63
- * :doc:`/reference/commands/request_cancel` command.
64
- * :doc:`/reference/functions/highlight_html` function.
65
- * :doc:`/reference/functions/highlight_full` function.
66
- * :doc:`/reference/functions/snippet_html` function.
48
+ * Supported index search for "``.*``" regexp pattern. This feature is
49
+ enabled by default. Set
50
+ ``GRN_SCAN_INFO_REGEXP_DOT_ASTERISK_ENABLE=no`` environment variable
51
+ to disable this feature.
67
52
 
68
- * [httpd] Updated bundled nginx to 1.11.8.
53
+ * [:doc:`/reference/functions/in_records`] Added function to use an
54
+ existing table as condition patterns.
69
55
 
70
- * Improved to reduce ``AND`` search response time.
71
- [GitHub#618,#619,#620] [Patch by Naoya Murakami]
72
-
73
- * Improved performance of updating inverted indexes in the worst case.
74
- This fix also reduces memory usage in that
75
- process. [groonga-dev,04219] [Reported by Masanori Miyashita]
56
+ * [:doc:`/install/ubuntu`] Dropped Ubuntu 12.04 (Precise Pangolin)
57
+ support because of EOL.
76
58
 
77
59
  Fixes
78
60
  ^^^^^
79
61
 
80
- * Added missing ``NULL`` check about return value of
81
- ``grn_ctx_at``. This fix prevents from unexpected crash bug.
82
-
83
- Thanks
84
- ^^^^^^
85
-
86
- * Naoya Murakami
87
- * Masanori Miyashita
88
-
89
- .. _release-6-1-1:
90
-
91
- Release 6.1.1 - 2016-11-29
92
- --------------------------
93
-
94
- Improvements
95
- ^^^^^^^^^^^^
96
-
97
- * [:doc:`/reference/commands/select`] Supported the following functions in slices.
98
-
99
- * :doc:`/reference/functions/between`
100
- * :doc:`/reference/functions/geo_in_circle`
101
- * :doc:`/reference/functions/geo_in_rectangle`
102
- * :doc:`/reference/functions/in_values`
103
- * :doc:`/reference/functions/fuzzy_search`
104
- * :doc:`/reference/functions/query`
105
-
106
- * [:doc:`/reference/executables/groonga-httpd`] Supported PID output to
107
- log file. It is useful to distinct multiple worker processes.
108
- The messages are logged as ``TIMESTAMP|MARK|PID: MESSAGE``.
109
-
110
- * [ja] Changed to stop compressing small data. If column data is less
111
- than 256 byte, the data aren't compressed even when ``COMPRESS_ZLIB``
112
- or ``COMPRESS_LZ4`` or ``COMPRESS_ZSTD`` is specified. By this change,
113
- performance and space efficiency will be improved.
114
-
115
- * [:doc:`/reference/commands/column_create`] Supported Zstandard.
116
- ``COMPRESS_ZSTD`` flag is used to enable this feature.
117
-
118
- * [rpm][centos] Enabled Zstandard for CentOS 6 or later packages.
119
-
120
- * [:doc:`/reference/functions/between`] Supported ``between(_key, ...)``
121
- as target.
122
-
123
- * [httpd] Updated bundled nginx to 1.11.6..
62
+ * [:doc:`/reference/commands/logical_select`] Fixed a bug that wrong
63
+ cache is used. This bug was occurred when dynamic column parameter
64
+ is used.
124
65
 
125
- Fixes
126
- ^^^^^
127
-
128
- * Fixed a bug that needless index check reports error wrongly when the
129
- default column value such as 0 exists in lexicon. It shows error
130
- message such as "[ii][delete][one] failed to allocate a segment:
131
- ..." unexpectedly.
66
+ * [:doc:`/reference/commands/logical_select`] Fixed a bug that dynamic
67
+ columns aren't created. It's occurred when no match case.
132
68
 
133
- * [:doc:`/reference/commands/logical_table_remove`] Fixed a bug that
134
- it may return error with ``--dependent yes`` option. In the previous
135
- version, if one or more columns that refer the same table, the error
136
- is occurred.
69
+ * [:doc:`/reference/commands/reindex`] Fixed a bug that data is lost
70
+ by reindex. [GitHub#646]
137
71
 
138
- * [sort] Fixed a crash bug when one of sort keys is a compressed
139
- column and ``--query`` and/or ``--filter`` are used at the same time.
72
+ * [httpd] Fixed a bug that response of :doc:`/reference/commands/quit`
73
+ and :doc:`/reference/commands/shutdown` is broken JSON when worker is
74
+ running as another user. [GitHub ranguba/groonga-client#12]
140
75
 
141
- .. _release-6-1-0:
76
+ .. _release-7-0-1:
142
77
 
143
- Release 6.1.0 - 2016-10-29
78
+ Release 7.0.1 - 2017-03-29
144
79
  --------------------------
145
80
 
146
81
  Improvements
147
82
  ^^^^^^^^^^^^
148
83
 
149
- * [:doc:`/reference/commands/dump`] 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.
150
-
151
- * [:doc:`/reference/commands/table_create`][:doc:`/reference/commands/column_create`]
152
- Revised outdated descriptions with execution examples. English
153
- documentation is also published and section about small/medium index
154
- column is also added.
155
-
156
- * [experimental][httpd] Supported mruby to customize configuration
157
- settings in groonga-httpd.conf.
158
-
159
- * [windows] Updated bundled Groonga Admin to 0.9.5. It is recommended
160
- to upgrade because amount of memory usage is drastically
161
- reduced. Note that this version drops Groonga 5.0.8 or earlier
162
- support.
163
-
164
- * Added log token and token ID on error. [Gitter:groonga/ja:58043f77614116a2568d529c]
165
- [Suggested by torinky]
166
-
167
- * [:doc:`/reference/tables`] Updated description about the max record ID.
168
-
169
- * [mruby] Suppported to convert time of ``mrb_value`` to ``grn_bulk``.
170
- [GitHub:#607] [Patch by Naoya Murakami]
171
-
172
- * [ubuntu] Supported Ubuntu 16.10 (Yakkety Yak)
173
-
174
- * [httpd] Updated bundled nginx to 1.11.5.
175
-
176
- Fixes
177
- ^^^^^
178
-
179
- * Fixed a bug that table of index column was reported in log instead of
180
- correct index column.
181
-
182
- * Fixed a bug that in posting list skip optimization in index search
183
- may skip to wrong
184
- position. [Gitter:groonga/ja:57f2ff87d45d7f0f525e2216] [Reported by
185
- torinky]
186
-
187
- * Fixed a memory leak on static index construction.
188
-
189
- * [hash] Fixed a memory leak for many token filters are set case.
190
-
191
- * [:doc:`/reference/commands/select`] Fixed a bug that wrong column
192
- name that starts with number in output_columns is not ignored. It
193
- caused a syntax error.
194
-
195
- Thanks
196
- ^^^^^^
197
-
198
- * torinky
199
- * Naoya Murakami
200
-
201
- .. _release-6-0-9:
202
-
203
- Release 6.0.9 - 2016-09-29
204
- --------------------------
205
-
206
- Improvements
207
- ^^^^^^^^^^^^
208
-
209
- * [:doc:`/reference/commands/logical_table_remove`] Supported to remove broken
210
- tables and columns. It supports ``force`` parameter.
211
-
212
- * [:doc:`/reference/commands/select`] Supported match_columns, query,
213
- query_flags and query_expander for slices.
214
-
215
- * [http][httpd] Supported incomplete POST-ed JSON. Only passed JSON is
216
- processed.
217
-
218
- * [httpd] Changed to stop not to create the default log file when
219
- custom file is specified.
220
-
221
- * Changed to reduce the default lock timeout to 15min from 2.7h.
222
-
223
- * [:doc:`/reference/executables/groonga-httpd`] support "~" modifier
224
- in location such as "location ~ /d/...".
225
-
226
- * [mruby] Updated to the latest mruby to fix build error with Visutal
227
- Studio.
228
-
229
- * [httpd] Updated bundled nginx to 1.11.4.
230
-
231
- Fixes
232
- ^^^^^
233
-
234
- * Fixed build error on OpenBSD. OpenBSD doesn't provide
235
- ``TCP_NODELAY``. [MariaDB JIRA: fix MDEV-7209][Reported by Brad
236
- Smith]
237
-
238
- * Fixed a missing deleted check for indexes. It causes missing search
239
- results even though it should be matched. Groonga 6.0.3 or later
240
- version are affected. [groonga-dev, 04107] [Reported by Kazuhiko]
241
-
242
- * [doc] Fixed a missing entry in Groonga 6.0.2 news that sequential
243
- search is also executed as a fallback for :doc:`/reference/functions/geo_in_circle` [Reported by Gurunavi,
244
- Inc.]
245
-
246
- * [:doc:`/reference/commands/table_create`] Fixed a bug that
247
- ``table_create`` command accepts no key type for ``TABLE_PAT_KEY``,
248
- ``TABLE_HASH_KEY`` and ``TABLE_DAT_KEY`` tables. It creates a
249
- invalid table. [GitHub#599]
250
-
251
- * [admin] Fixed a bug that it can not create a new record.
252
-
253
- * Fixed a bug that select command with a wrong filter causes
254
- crash. [GitHub#601]
255
-
256
-
257
- Thanks
258
- ^^^^^^
259
-
260
- * Brad Smith
261
- * Kazuhiko
262
- * Gurunavi, Inc.
263
-
264
- .. _release-6-0-8:
265
-
266
- Release 6.0.8 - 2016-08-29
267
- --------------------------
268
-
269
- Improvements
270
- ^^^^^^^^^^^^
271
-
272
- * [:doc:`/reference/commands/object_list`] Supported to show more
273
- properties such as ``value_size`` and ``n_elements`` in metadata.
274
-
275
- * Supported operator per selector. This change enables to choose
276
- correct index for selector. It means that ``between()`` chooses
277
- index for range search, ``in_values()`` chooses index for equality
278
- comparison. [GitHub#589] [Reported by Naoya Murakami]
279
-
280
- * [debian] Changed to use nginx log reopen feature instead of
281
- Groonga's [:doc:`/reference/commands/log_reopen`] command because
282
- log_reopen command works only for one worker. On the contrast, nginx
283
- log reopen feature works for multiple workers.
284
-
285
- * [:doc:`/reference/commands/table_copy`] Added ``table_copy`` command
286
- which copies specified table.
84
+ * Exported the following API
287
85
 
288
- * [:doc:`/reference/commands/column_copy`] Supported to cast A table
289
- record to B table record. It fixes a case that ``column_copy``
290
- failure in the previous version. Note that both tables must support
291
- key.
86
+ * grn_ii_cursor_next_pos()
87
+ * grn_table_apply_expr()
88
+ * grn_obj_is_data_column()
89
+ * grn_obj_is_expr()
90
+ * grn_obj_is_scalar_column()
292
91
 
293
- * [:doc:`/reference/commands/column_copy`] Supported reference type
92
+ * [:doc:`/reference/commands/dump`] Supported to dump weight reference
294
93
  vector.
295
94
 
296
- * [admin] Supported no response error case. It fixes the problem
297
- that "Loading..." message will remain displayed.
298
-
299
- * [:doc:`/reference/executables/groonga`][http] Supported to return
300
- 400 Bad Request against not implemented function.
301
-
302
- * [:doc:`/reference/executables/groonga-httpd`] Supported to return
303
- body on failure.
304
-
305
- * [:doc:`/reference/executables/groonga-httpd`] Supported to load
306
- large data as stream.
307
-
308
- * Supported sequential search by ``_key`` when it is specified as a
309
- source of index column.
310
-
311
- * Supported to report index information on resolving by accessor for
312
- data column if log level is equal to info.
313
-
314
- * Added valid lexicon check on setting index sources. If users create
315
- wrong index for sources by
316
- [:doc:`/reference/commands/column_create`], this check shows
317
- details.
318
-
319
- * [:doc:`/limitations`] Updated description about table
320
- limitations.
321
-
322
- Fixes
323
- ^^^^^
324
-
325
- * [:doc:`/reference/commands/column_create`] Fixed a bug that buffer
326
- overflow occurs on logging.
327
-
328
- * Fixed to output response even when critical level error.
329
-
330
- * Fixed to ensure clearing output buffer for each grn_ctx_send.
331
- This change solves sometimes response may broken. [GitHub#330]
332
-
333
- * [:doc:`/reference/functions/fuzzy_search`] Fixed a bug that
334
- ``prefix_match_size`` option returns wrong node. It causes a problem
335
- that ``fuzzy_search`` returns wrong edit distance. [GitHub#590]
336
- [Patch by Naoya Murakami]
337
-
338
- * [:doc:`/reference/commands/load`] Changed to report error when
339
- column value set is failed. It enables you to notice mismatch
340
- between type of column and actual value.
341
-
342
- * [:doc:`/reference/executables/groonga-httpd`] Fixed a bug that wrong
343
- HTTP status is set on success.
344
-
345
- * [:doc:`/reference/functions/fuzzy_search`][:doc:`/reference/functions/in_values`]
346
- Fixed to resolve record id correctly on sequential
347
- search. [GitHub#591,#592,#593] [Patch by Naoya Murakami]
348
-
349
- Thanks
350
- ^^^^^^
351
-
352
- * Naoya Murakami
353
-
354
- .. _release-6-0-7:
355
-
356
- Release 6.0.7 - 2016-07-29
357
- --------------------------
358
-
359
- Improvements
360
- ^^^^^^^^^^^^
361
-
362
- * [:doc:`/reference/functions/string_substring`] Added
363
- ``string_substring`` function to extract a substring from given
364
- string. The syntax of ``string_substring`` is
365
- ``string_substring(string, from, [length])``. [GitHub#564] [Patch by
366
- Naoya Murakami]
367
-
368
- * [experimental] Added ``GRN_II_MAX_N_SEGMENTS_TINY`` and
369
- ``GRN_II_MAX_N_CHUNKS_TINY`` environment variables to customize the
370
- value about default max N segments/chunks. This feature is affected to
371
- index column for fixed size scalar column. It reduces memory usage
372
- but not tested widely yet.
373
-
374
- * [:doc:`/reference/functions/vector_slice`] Added ``vector_slice``
375
- function to extract specific elements in vector column. [GitHub#582]
376
- [Patch by Naoya Murakami]
377
-
378
- * Supported index range search for ``_key`` of PAT/DAT table.
379
- [GitHub#583]
380
-
381
- * [:doc:`/reference/commands/object_list`] Added ``object_list``
382
- command for debugging. It is useful to investigate whether database
383
- is corrupted or not.
384
-
385
- * Added a script that checks ``object_list`` response.
95
+ * [:doc:`/reference/commands/load`] Supported to load
96
+ ``array<object>`` style weight vector column. The example of
97
+ ``array<object>`` style is: ``[{"key1": weight1}, {"key2":
98
+ weight2}]``.
386
99
 
387
- * [mruby] Supported float bulk in expression_rewriter. [GitHub#587]
388
- [Patch by Naoya Murakami]
100
+ * Supported to search ``!(XXX OPERATOR VALUE)`` by index. Supported
101
+ operator is not only ``>`` but also ``>=``, ``<``, ``<=``, ``==``
102
+ and ``!=``.
389
103
 
390
- * [:doc:`/reference/commands/dump`] Changed output order about table
391
- by name instead of ID. It breaks dump output compatibility but it
392
- can be restored as usual.
104
+ * Supported index search for "!(column == CONSTANT)". The example in
105
+ this case is: ``!(column == 29)`` and so on.
393
106
 
394
- * [windows] Updated bundled msgpack to 2.0.0.
107
+ * Supported more "!" optimization in the following patterns.
395
108
 
396
- * [windows] Added
397
- :doc:`/reference/executables/groonga-suggest-create-dataset`.
109
+ * ``!(column @ "X") && (column @ "Y")``
110
+ * ``(column @ "Y") && !(column @ "X")``
111
+ * ``(column @ "Y") &! !(column @ "X")``
398
112
 
399
- * [httpd] Updated bundled nginx to 1.11.3.
113
+ * Supported to search ``XXX || !(column @ "xxx")`` by index.
400
114
 
401
- * [deb] Dropped support for Ubuntu 15.10 (Wily werewolf).
115
+ * [:doc:`/reference/commands/dump`] Changed to use ``'{"x": 1, "y":
116
+ 2}'`` style for not referenced weight vector. This change doesn't
117
+ affect to old Groonga because it already supports one.
402
118
 
403
- Fixes
404
- ^^^^^
405
-
406
- * [examples edict] Fixed to use ``gzcat`` instead of ``zcat`` if
407
- exists. [GitHub#576] [Patch by Yuya TAMANO]
119
+ * [experimental] Supported ``GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE``
120
+ environment variable. This variable controls whether query
121
+ optimization which is based on estimated size is applied or not.
122
+ This feature is disabled by default. Set
123
+ ``GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE=yes`` if you want to try it.
408
124
 
409
- * Added missing null-check before dereferencing a
410
- pointer. [GitHub#579] [Patch by Sho Minagawa]
125
+ * [:doc:`/reference/commands/select`] Added query log for ``columns``,
126
+ ``drilldown`` evaluation.
411
127
 
412
- * Fixed not to perform a sequential search if an index is available.
413
- [GitHub#580]
128
+ * [:doc:`/reference/commands/select`] Changed query log format for
129
+ ``drilldown``. This is backward incompatible change, but it only
130
+ affects users who convert query log by own programs.
414
131
 
415
- * [:doc:`/reference/commands/load`] Fixed a bug that ``Time`` column
416
- can reduce the precision of values. [GitHub#581]
132
+ * [:doc:`/reference/commands/table_remove`] Reduced temporary memory
133
+ usage. It's enabled when the number of max threads is 0.
417
134
 
418
- * Fixed a bug that object literal expression codes is broken when
419
- executing multiple logical operations. [GitHub#584] [Patch by Naoya
420
- Murakami]
135
+ * [:doc:`/reference/commands/select`] ``columns[LABEL](N)`` is used
136
+ for query log format instead of ``columns(N)[LABEL]``..
421
137
 
422
- * Fixed a bug that columns of Float, WGS84GeoPoint and TokyoGeoPoint
423
- were created with ``GRN_OBJ_COMPRESS_ZLIB`` even if the flag was not
424
- specified. [GitHub#586] [Reported by Naoya Murakami]
138
+ * [:doc:`/tutorial/query_expansion`] Updated example to use vector
139
+ column because it is recommended way. [Reported by Gurunavi, Inc]
425
140
 
426
- Thanks
427
- ^^^^^^
141
+ * Supported to detect canceled request while locking. It fixes the
142
+ problem that ``request_cancel`` is ignored unexpectedly while locking.
428
143
 
429
- * Naoya Murakami
430
- * Yuya TAMANO
431
- * Sho Minagawa
144
+ * [:doc:`/reference/commands/logical_select`] Supported ``initial``
145
+ and ``filtered`` stage dynamic columns. The examples are:
146
+ ``--columns[LABEL].stage initial`` or ``--columns[LABEL].stage
147
+ filtered``.
432
148
 
433
- .. _release-6-0-5:
149
+ * [:doc:`/reference/commands/logical_select`] Supported
150
+ ``match_columns``, ``query`` and ``drilldown_filter`` option.
434
151
 
435
- Release 6.0.5 - 2016-06-29
436
- --------------------------
152
+ * [:doc:`/reference/functions/highlight_html`] Supported similar
153
+ search.
437
154
 
438
- Improvements
439
- ^^^^^^^^^^^^
155
+ * [:doc:`/reference/commands/logical_select`] Supported ``initial``
156
+ and stage dynamic columns in labeled drilldown. The example is:
157
+ ``--drilldowns[LABEL].stage initial``.
440
158
 
441
- * [:doc:`/reference/commands/io_flush`] Marked as stable command.
159
+ * [:doc:`/reference/commands/logical_select`] Supported window
160
+ function in dynamic column.
442
161
 
443
- * [mruby] Supported to optimize prefix search by estimating
444
- data size efficiently
162
+ * [:doc:`/reference/commands/select`] Added documentation about
163
+ dynamic columns.
445
164
 
446
- * [:doc:`/reference/functions/fuzzy_search`] Supported
447
- ``max_distance`` option as 3rd argument to specify it
448
- easily. [GitHub#553] [Patch by Naoya Murakami]
165
+ * [:doc:`/reference/window_function`] Added section about window
166
+ functions.
449
167
 
450
- * [:doc:`/reference/commands/query_expand`] Supported command to
451
- expand query. It is useful if there are many synonyms.
168
+ * [:doc:`/install/centos`] Dropped CentOS 5 support because of EOL.
452
169
 
453
- * [:doc:`/reference/commands/select`] Supported ``--drilldown`` with
454
- ``command_version=3``. [groonga-dev,04055] [Reported by Naoya
455
- Murakami]
170
+ * [httpd] Updated bundled nginx to 1.11.12
456
171
 
457
- * Removed needless code from ``grn_table_select_sequential()``.
458
- [GitHub#560] [Reported by Sho Minagawa]
172
+ * Supported to disable AND match optimization by environment variable.
173
+ You can disable this feature by
174
+ ``GRN_TABLE_SELECT_AND_MIN_SKIP_ENABLE=no``. This feature is enable
175
+ by default.
459
176
 
460
- * grn_table_setoperation(): Changed to update score instead of
461
- overwriting by ``GRN_OP_ADJUST``. This change is introduced to keep
462
- consistency with ``grn_ii_posting_add()``. [groonga-dev,04058]
463
- [Reported by Naoya Murakami]
177
+ * [:doc:`/reference/functions/vector_new`] Added a new function to
178
+ create a new vector.
464
179
 
465
- * [:doc:`/reference/commands/dump`] Reduced the max opened
466
- table/column files when 1 thread mode.
180
+ * [:doc:`/reference/commands/select`] Added documentation about
181
+ ``drilldown_filter``.
467
182
 
468
183
  Fixes
469
184
  ^^^^^
470
185
 
471
- * [CMake][Windows] Fixed to install missing mruby
472
- script. [groonga-dev,04040] [Reported by Soichiro Kiyokawa]
473
-
474
- * [Windows] Changed to bundle msgpack-c.
186
+ * [:doc:`/reference/commands/lock_clear`] Fixed a crash bug against
187
+ temporary database.
475
188
 
476
- * [:doc:`/install/others`] Fixed a typo
477
- about default database encoding (utf8). [GitHub#549] [Patch by IWAI, Masaharu]
189
+ * Fixed a problem that dynamically updated index size was increased
190
+ for natural language since Grooonga 6.1.4.
478
191
 
479
- * [:doc:`/contribution/development/cooperation`] Fixed a typo
480
- about product name (Twitter). [GitHub#550] [Patch by IWAI, Masaharu]
192
+ * [:doc:`/reference/commands/select`] Fixed a bug that "A && B.C @ X"
193
+ may not return records that should be matched.
481
194
 
482
- * Fixed a bug that specific records are not included into search
483
- result when multiple index column is created with ``WITH_SECTION``
484
- flag. [GitHub#551]
195
+ * Fixed a conflict with ``grn_io_flush()`` and
196
+ ``grn_io_expire()``. Without this change, if ``io_flush`` and ``load``
197
+ command are executed simultaneously in specific timing, it causes a
198
+ crash bug by access violation.
485
199
 
486
- * Fixed a crash bug that searching while loading data with
487
- ``GRN_II_CURSOR_SET_MIN_ENABLE=yes``. ``GRN_II_CURSOR_SET_MIN_ENABLE``
488
- is enabled by default since Groonga 6.0.3.
489
-
490
- * [:doc:`/reference/token_filters`] Fixed thread unsafe implementation.
491
-
492
- * [doc] Fixed a typo in 6.0.4 release entry. [GitHub#559] [Patch by cafedomancer]
200
+ * [:doc:`/reference/commands/logical_table_remove`] Fixed a crash bug
201
+ when the max number of threads is 1.
493
202
 
494
203
  Thanks
495
204
  ^^^^^^
496
205
 
497
- * Naoya Murakami
498
- * Soichiro Kiyokawa
499
- * IWAI, Masaharu
500
- * cafedomancer
206
+ * Gurunavi, Inc.
501
207
 
208
+ .. _release-7-0-0:
502
209
 
503
- .. _release-6-0-4:
504
-
505
- Release 6.0.4 - 2016-06-06
506
- --------------------------
507
-
508
- It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
509
- users upgrade to 6.0.4. This release fixes some search related
510
- problems.
511
-
512
- Fixes
513
- ^^^^^
514
-
515
- * [:doc:`/reference/commands/select`] Fixed a bug that ``--drilldown``
516
- against a temporary column created by ``--columns`` refers freed
517
- memory.
518
-
519
- * Fixed a bug that search with large index may refer invalid data. It
520
- takes a long time to return search result.
521
- [GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]
522
-
523
- Thanks
524
- ^^^^^^
525
-
526
- * Atsushi Shinoda
527
-
528
- .. _release-6-0-3:
529
-
530
- Release 6.0.3 - 2016-05-29
531
- --------------------------
532
-
533
- Improvements
534
- ^^^^^^^^^^^^
535
-
536
- * [experimental] Added ``GRN_II_OVERLAP_TOKEN_SKIP_ENABLE`` and
537
- ``GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE`` environment variables
538
- to improve performance of N-gram tokenizer. [GitHub#533][Patch by
539
- Naoya Murakami]
540
-
541
- * [:doc:`/reference/commands/table_create`] Stopped to ignore
542
- nonexistent default tokenizer, normalizer or token filters. In the
543
- previous versions, Groonga ignored a typo in
544
- ``--default_tokenizer``, ``--normalizer`` or ``--token_filters``
545
- parameter silently. It caused a delay in finding problems.
546
-
547
- * [:doc:`/reference/commands/select`] output_columns v1: Supported
548
- expression such as ``snippet_html(...)`` in output_columns.
549
-
550
- * [:doc:`/reference/commands/select`] Removed a limitation about the
551
- number of labeled drilldowns. In the previous versions, the number
552
- of max labeled drilldowns is limited to 10.
553
-
554
- * [:doc:`/reference/functions/number_classify`] Added a number
555
- plugin. Use ``number_classify`` function to classify by value.
556
-
557
- * Added a time plugin. Use ``time_classify_second``,
558
- ``time_classify_minute``, ``time_classify_hour``,
559
- ``time_classify_day``, ``time_classify_week``,
560
- ``time_classify_month``, ``time_classify_year`` function to classify
561
- by value.
562
-
563
- * [:doc:`/reference/commands/select`] Supported dynamic column
564
- creation which is used in ``output_columns``, ``drilldown`` or
565
- ``sortby`` [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]::
566
-
567
- select \
568
- --columns[LABEL].stage filtered \
569
- --columns[LABEL].type ShortText \
570
- --columns[LABEL].flags COLUMN_SCALAR \
571
- --columns[LABEL].value 'script syntax expression' \
572
- ...
573
-
574
- * [experimental][:doc:`/reference/commands/select`] Improved
575
- performance for range/equal search and enough filtered case. Set
576
- ``GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO`` environment variable to
577
- enable this feature.
578
-
579
- * [:doc:`/reference/commands/select`] Supported index used search for
580
- filtered tables.
581
-
582
- * Supported to detect changed database isn't closed. This feature is
583
- useful to check database corruption when Groonga is crashed
584
- unexpectedly.
585
-
586
- * [:doc:`/reference/executables/grndb`] Supported detecting database
587
- wasn't closed successfully case.
588
-
589
- * Added ``--drilldown_filter``.
590
-
591
- * Supported ``filter`` in labeled drilldown.
592
-
593
- * Improved performance for using [:doc:`/reference/functions/between`]
594
- without index. By between() optimization, there is a case that range
595
- search is 100x faster than the previous version of between().
596
-
597
- * [:doc:`/reference/functions/record_number`] Supported window function.
598
-
599
- * [experimental][:doc:`/reference/commands/select`] Supported ``--slices``.
600
-
601
- * [:doc:`/reference/commands/select`] Deprecated ``--sortby`` and
602
- ``--drilldown_sortby``. Use ``--sort_keys`` and
603
- ``-drilldown_sort_keys`` instead.
604
-
605
- * [:doc:`/reference/commands/select`] Deprecated ``--drilldown[...]``.
606
- Use ``--drilldowns[...]`` instead.
607
-
608
- * Added [:doc:`/reference/command/command_version`] 3. It uses object
609
- literal based envelope.
610
-
611
- * [groonga-httpd] Updated bundled nginx version to 1.11.0.
612
-
613
- Fixes
614
- ^^^^^
615
-
616
- * [:doc:`/reference/commands/select`] output_columns v2: Fixed a bug
617
- that ``*`` isn't expand to columns correctly.
618
-
619
- * Fixed a bug that 1usec information is lost for time value.
620
-
621
- * Fixed a crash bug when a mruby plugin is initialized with multiple
622
- threads.
623
-
624
- * Fixed a bug that static indexing crashes if a posting list is very long.
625
- This bug may occur against enormous size of database. [GitHub#546]
626
-
627
- Thanks
628
- ^^^^^^
629
-
630
- * Naoya Murakami
631
-
632
- .. _release-6-0-2:
633
-
634
- Release 6.0.2 - 2016-04-29
210
+ Release 7.0.0 - 2017-02-09
635
211
  --------------------------
636
212
 
637
213
  Improvements
638
214
  ^^^^^^^^^^^^
639
215
 
640
- * Supported bool in comparison operators (``>``, ``>=``, ``<``, ``<=``).
641
- TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
642
- which returns boolean value in comparison.
643
-
644
- * [groonga-http][:doc:`/reference/command/request_timeout`] Supported
645
- ``request_timeout`` parameter. Canceled request returns
646
- ``HTTP/1.1 408 Request Timeout`` status code.
647
-
648
- * [:doc:`/reference/commands/table_tokenize`] Added ``index_column`` option.
649
- [GitHub#534] [Patch by Naoya Murakami]
216
+ * [:doc:`/reference/functions/in_values`] Supported sequential search
217
+ for reference vector column. [Patch by Naoya Murakami] [GitHub#629]
650
218
 
651
- * [:doc:`/reference/commands/table_tokenize`] Supported to output ``estimated_size``.
652
- [GitHub#518] [Patch by Naoya Murakami]
219
+ * [:doc:`/reference/commands/select`] Changed to report error instead
220
+ of ignoring on invalid ``drilldown[LABEL].sort_keys``.
653
221
 
654
- * [:doc:`/reference/functions/geo_in_rectangle`][:doc:`/reference/functions/geo_in_circle`]
655
- Supported to work without index. In this case, sequential search is
656
- executed as a fallback.
222
+ * [:doc:`/reference/commands/select`] Removed needless metadata
223
+ updates on DB. It reduces the case that database lock remains
224
+ even though ``select`` command is executed. [Reported by aomi-n]
657
225
 
658
- * Reduced needless internal loops. It improves phrase search performance.
659
- [GitHub#519] [Patch by Naoya Murakami]
226
+ * [:doc:`/reference/commands/lock_clear`] Changed to clear metadata lock
227
+ by lock_clear against DB.
660
228
 
661
- * [:doc:`/contribution`] Updated documentation about contribution.
662
- [GitHub#522] [Patch by Hiroshi Ohkubo]
229
+ * [:doc:`/install/centos`] Enabled EPEL by default to install Groonga
230
+ on Amazon Linux.
663
231
 
664
- * [:doc:`/reference/command/return_code`] Updated documentation about return code list.
232
+ * [:doc:`/reference/functions/query`] Supported "@X" style in script
233
+ syntax for prefix("@^"), suffix("@$"), regexp("@^") search.
665
234
 
666
- * [:doc:`/reference/executables/groonga`] Added ``--default-request-timeout`` option.
235
+ * [:doc:`/reference/functions/query`] Added documentation about
236
+ available list of mode. The default mode is ``MATCH`` ("@") mode
237
+ which executes full text search.
667
238
 
668
- * [windows] Supported DLL version.
239
+ * [rpm][centos] Supported groonga-token-filter-stem package which
240
+ provides stemming feature by ``TokenFilterStem`` token filter on
241
+ CentOS 7. [GitHub#633] [Reported by Tim Bellefleur]
669
242
 
670
- * Supported index used search even if value only term exists.
671
- For example, ``true || column > 0`` doesn't use index even if ``column`` has
672
- index. In this release, above issue is resolved.
243
+ * [:doc:`/reference/window_functions/window_record_number`] Marked
244
+ ``record_number`` as deprecated. Use ``window_record_number``
245
+ instead. ``record_number`` is still available for backward
246
+ compatibility.
673
247
 
674
- * [:doc:`/reference/commands/select`] Supported specifying grouped table
675
- [GitHub#524,#526,#527,#528,#529] [Patch by Naoya Murakami]
248
+ * [:doc:`/reference/window_functions/window_sum`] Added ``window_sum``
249
+ window function. It's similar behavior to window function sum() on
250
+ PostgreSQL.
676
251
 
677
- * Supported grouping by ``Int{8,16,64}/UInt{8,16,64}`` value.
678
- In the previous versions, only 32bit fixed size value was supported.
252
+ * Supported to construct offline indexing with in-memory (temporary)
253
+ ``TABLE_DAT_KEY`` table. [GitHub#623] [Reported by Naoya Murakami]
679
254
 
680
- * Added table name to error message for invalid sort key.
255
+ * [onigmo] Updated bundled Onigmo to 6.1.1.
681
256
 
682
- * [:doc:`/reference/executables/groonga-suggest-httpd`] Updated documentation.
257
+ * Supported ``columns[LABEL].window.group_keys``. It's used to apply
258
+ window function for every group.
683
259
 
684
- * [:doc:`/reference/suggest/completion`] Fixed a typo about example.
685
- [groonga-dev,04008] [Reported by Tachikawa Hiroaki]
260
+ * [:doc:`/reference/commands/load`] Supported to report error on
261
+ invalid key. It enables you to detect mismatch type of key.
686
262
 
687
- * [:doc:`/reference/executables/grndb`] Added a workaround to keep
688
- backward compatibility. use ``object_inspect`` instead of ``inspect``.
263
+ * [:doc:`/reference/commands/load`] Supported ``--output_errors yes``
264
+ option. If you specify "yes", you can get errors for each load
265
+ failed record. Note that this feature requires command version 3.
689
266
 
690
- * [groonga-httpd] Updated bundled nginx version to 1.9.15.
267
+ * [:doc:`/reference/commands/load`] Improve error message on table key
268
+ cast failure. Instead of "cast failed", type of table key and target
269
+ type of table key are also contained in error message.
691
270
 
692
- * [centos] Supported systemd.
693
-
694
- * [doc] Supported only HTML output. [GitHub#532] [Patch by Hiroshi Ohkubo]
695
-
696
- * [:doc:`/reference/executables/groonga-httpd`][centos] Supported to customize
697
- environment variables.
698
-
699
- * [:doc:`/install/others`] Updated documentation about ``--with-package-platorm`` option.
700
-
701
- * [ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)
271
+ * [httpd] Updated bundled nginx to 1.11.9.
702
272
 
703
273
  Fixes
704
274
  ^^^^^
705
275
 
706
- * Fixed a bug that tokenization of zero-length values are failed.
707
- For example, if ``description`` column is indexed column, tokenizer reports an error.
708
- [GitHub#508] [Reported by Naoya Murakami]::
709
-
710
- load --table docs
711
- [
712
- ["_key","description"],
713
- [2,""]
714
- ]
715
-
716
- * Fixed a crash bug because of invalid critical section handling. [GitHub#507]
717
-
718
- * [:doc:`/contribution/development/release`] Fixed a typo about grntest howto.
719
- [GitHub#511] [Patch by Hiroshi Ohkubo]
720
-
721
- * [doc] Removed man support.
722
-
723
- * Removed invalid debug log messages which make user confused.
724
-
725
- * Fixed a bug that data is not correctly flushed because internal counter is wrongly cleared.
726
- In the previous version, when size of data exceeds specific one, it was failed to create indexes.
727
- [GitHub#517] [Reported by Naoya Murakami]
276
+ * Fixed a bug that nonexistent sort keys for ``drilldowns[LABEL]`` or
277
+ ``slices[LABEL]`` causes invalid JSON parse error. [Patch by Naoya
278
+ Murakami] [GitHub#627]
728
279
 
729
- * Fixed a bug that a process can't use more than one caches in parallel.
730
- [GitHub#515]
280
+ * Fixed a bug that access to nonexistent sub records for group causes
281
+ a crash. For example, This bug affects the case when you use
282
+ ``drilldowns[LABEL].sort_keys _sum`` without specifying
283
+ ``calc_types``. [Patch by Naoya Murakami] [GitHub#625]
731
284
 
732
- * Fixed a bug that internally used ``alloc_info`` structure which is used to find memory leaks is
733
- not exclusively accessed. Without this fix, it may causes a crash. [GitHub#523]
285
+ * Fixed a crash bug when tokenizer has an error. It's caused when
286
+ tokenizer and token filter are registered and tokenizer has an
287
+ error.
734
288
 
735
- * [tokenizer mecab] Fixed a memory leak on dictionary encoding mismatch error.
736
- [groonga-dev,04012] [Reported by Naoya Murakami]
737
-
738
- * Fixed a bug that combination of [:doc:`/reference/executables/groonga-suggest-httpd`] and
739
- [:doc:`/reference/executables/groonga-suggest-learner`] didn't work.
740
-
741
- * [doc] Removed needless uuid from \*.po [GitHub#531] [Patch by Hiroshi Ohkubo]
742
-
743
- * [:doc:`/reference/functions/highlight_html`] Fixed a bug that duplicated text
744
- is returned. This bug occurs when highlighted keyword occurred 1024 or more times.
745
-
746
- * Fixed a bug that ``KEY_LARGE`` conflicts with existing flag.
747
- If you use ``TABLE_HASH_KEY|KEY_LARGE`` in the previous version,
748
- there is a possibility to break database. Please recreate the table.
289
+ * [:doc:`/reference/window_functions/window_record_number`] Fixed a
290
+ bug that arguments for window function is not correctly
291
+ passed. [GitHub#634][Patch by Naoya Murakami]
749
292
 
750
293
  Thanks
751
294
  ^^^^^^
752
295
 
753
296
  * Naoya Murakami
754
- * Hiroshi Ohkubo
755
- * Tachikawa Hiroaki
756
-
757
- .. _release-6-0-1:
758
-
759
- Release 6.0.1 - 2016-03-29
760
- --------------------------
761
-
762
- Improvements
763
- ^^^^^^^^^^^^
764
-
765
- * [mruby] Updated bundled mruby to fix a crash bug related to GC and
766
- backtrace.
767
-
768
- * Exported the following API
769
-
770
- * grn_expr_take_obj()
771
- * grn_request_canceler_cancel_all()
772
- * grn_obj_remove_dependent()
773
- * grn_obj_is_text_family_type()
774
-
775
- * [hash] Supported 4GiB over total key size when ``KEY_LARGE`` flag is set
776
- to a table::
777
-
778
- table_create Users TABLE_HASH_KEY|KEY_LARGE ShortText
779
-
780
- * [:doc:`/reference/commands/load`] Supported
781
- :doc:`/reference/command/request_id` when you specify input data as
782
- raw JSON instead of parameter value::
783
-
784
- POST /d/load?table=XXX&request_id=x
785
-
786
- load --table XXX --request_id x
787
- [
788
- ...
789
- ]
790
-
791
- * [:doc:`/reference/commands/shutdown`] Added ``mode`` argument to
792
- shutdown immediately. Use ``shutdown --mode immediate`` in such a purpose.
793
-
794
- * [:doc:`/install/mac_os_x`] Added a instruction to setup MeCab dictionary for Homebrew.
795
-
796
- * [:doc:`/reference/commands/load`] Supported to stop load when cancel
797
- is requested.
798
-
799
- * [:doc:`/reference/commands/table_remove`] Supported to remove
800
- dependent tables. Use ``--dependent yes`` for it.
801
-
802
- * [:doc:`/reference/commands/logical_table_remove`] Supported to
803
- remove dependent tables.
804
-
805
- * [Windows] Supported memory debug mode on Windows.
806
-
807
- * Supported to dump allocation information by status on memory debug mode
808
-
809
- * [:doc:`/contribution/documentation/i18n`] Added installation step for Sphinx.
810
-
811
- * [experimental] Supported to split chunks in static indexing.
812
- Use ``GRN_INDEX_CHUNK_SPLIT_ENABLE=yes`` to enable it. [GitHub#479]
813
-
814
- Fixes
815
- ^^^^^
816
-
817
- * [:doc:`/reference/commands/load`] Fixed a crash bug when
818
- nonexistent column is specified. [GitHub#493]
819
-
820
- * [:doc:`/reference/commands/load`] Fixed a bug that load command does
821
- not return error code correctly. [GitHub#495]
822
-
823
- * [:doc:`/reference/commands/load`] Fixed a memory leak when parsing
824
- columns parameter in load command.
825
-
826
- * [:doc:`/reference/commands/load`] Fixed a bug that only the first
827
- array in ``--values`` is handled as a list of column names if ``--columns`` is not
828
- specified. [GitHub#497]
829
-
830
- * [:doc:`/reference/commands/load`] Fixed to check ``--columns`` more precisely
831
- [GitHub#496]
832
-
833
- * Fixed a insufficient critical section handling for
834
- thread-safety.
835
-
836
- * [:doc:`/reference/commands/column_create`] Fixed a crash bug when
837
- failed to create a column.
838
-
839
- * [:doc:`/reference/commands/table_remove`] Fixed a crash bug to
840
- remove nonexistent table. [GitHub#504]
841
-
842
- * Fixed a bug that offline index construction against ``WITH_POSITION`` +
843
- non-text ``VECTOR`` column ignores position.
844
-
845
- * [:doc:`/reference/executables/grndb`] Fixed a bug that cycle
846
- reference causes stack over flow.
847
-
848
- * [deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)
849
-
850
- Thanks
851
- ^^^^^^
852
-
853
- * YUKI Hiroshi
854
-
855
- .. _release-6-0-0:
856
-
857
- Release 6.0.0 - 2016-02-29
858
- --------------------------
859
-
860
- Improvements
861
- ^^^^^^^^^^^^
862
-
863
- * [:doc:`/reference/executables/grndb`] Supported check against table
864
- specified as table domain in ``--target`` mode.
865
-
866
- * [``grn_pat_fuzzy_search()``] Added a new API that provides fuzzy
867
- search feature by patricia trie. [GitHub#460][Patch by Naoya
868
- Murakami]
869
-
870
- * [``functions/string``] Added a new plugin that provides string
871
- related functions. [GitHub#459][Patch by Naoya Murakami]
872
-
873
- * [``string_length()``] Added a new function that returns the number
874
- of characters in the specified string. It's contained in
875
- ``functions/string`` plugin. [GitHub#459][Patch by Naoya Murakami]
876
-
877
- * [``grn_table_fuzzy_search()``] Added a new DB API that provides
878
- fuzzy search feature. [GitHub#463][Patch by Naoya Murakami]
879
-
880
- * [``GRN_OP_FUZZY``] Added a new operator. [GitHub#463][Patch by Naoya
881
- Murakami]
882
-
883
- * [``grn_obj_search()``] Supported ``GRN_OP_FUZZY``
884
- operator. [GitHub#463][Patch by Naoya Murakami]
885
-
886
- * [``GRN_TABLE_FUZZY_SEARCH_WITH_TRANSPOSITION``] Added a flag for
887
- ``grn_table_fuzzy_search()``. [GitHub#463][Patch by Naoya Murakami]
888
-
889
- * [``GRN_TOKENIZE_ONLY``] Added a new tokenization mode that returns
890
- all tokens even if the token doesn't exist in
891
- lexicon. [GitHub#463][Patch by Naoya Murakami]
892
-
893
- * [``grn_obj_type_to_string()``] Add a new function that stringify
894
- type ID such as ``GRN_VOID`` and ``GRN_BULK``.
895
-
896
- * [:doc:`/reference/commands/object_inspect`] Added a new command that
897
- returns information of the target object.
898
-
899
- * Supported compare operations against vector. If left hand side
900
- vector includes any element that satisfies ``left_hand_side_element
901
- OP right_hand_side``, it returns true.
902
-
903
- Example::
904
-
905
- [1, 2, 3] < 2 # -> true because 1 is less than 2
906
- [1, 2, 3] > 4 # -> false because all elements are less than 4
907
-
908
- * [``fuzzy_search()``] Added a new function that provides fuzzy search
909
- feature. [GitHub#464][Patch by Naoya Murakami]
910
-
911
- * [:doc:`/reference/functions/edit_distance`] Supported transposition
912
- flag. [GitHub#464][Patch by Naoya Murakami]
913
-
914
- * Supported index search for ``vector_column[2] == 29``.
915
-
916
- * [``GRN_PLUGIN_CALLOC()``] Added a new API for plugin that provides
917
- ``calloc()`` feature. [GitHub#472][Patch by Naoya Murakami]
918
-
919
- * Supported index search for compare operations against vector element
920
- such as ``vector_column[2] < 29``.
921
-
922
- * [``grn_plugin_proc_get_var_bool()``] Add a new API for plugin that
923
- provides getting boolean argument value feature.
924
-
925
- * [``grn_plugin_proc_get_var_int32()``] Add a new API for plugin that
926
- provides getting 32bit integer argument value feature.
927
-
928
- * [``grn_plugin_proc_get_var_string()``] Add a new API for plugin that
929
- provides getting string argument value feature.
930
-
931
- * [:doc:`/reference/commands/object_remove`] Added a new command that
932
- removes an object. ``object_remove`` can also remove a broken object.
933
-
934
- * Supported mips/mipsel. [debian-bugs:770243][Reported by Nobuhiro
935
- Iwamatsu][Reported by Thorsten Glaser][Reported by YunQiang
936
- Su][Reported by Dejan Latinovic][Reported by Steve Langasek]
937
-
938
- * [:doc:`/reference/executables/grndb`][CMake] Supported.
939
-
940
- * [``grn_expr_syntax_expand_query()``] Added a new API that provides
941
- query expansion feature.
942
-
943
- * [``snippet()``] Add a new function that provides snippet feature.
944
- [GitHub#481][Patch by Naoya Murakami]
945
-
946
- * [``highlight()``] Add a new function that provides highlight feature.
947
- [GitHub#487][Patch by Naoya Murakami]
948
-
949
- * Added ``XXX && column != xxx`` optimization. It's converted to ``XXX
950
- &! column == xxx`` internally.
951
-
952
- * [:doc:`/server/memcached`] Added ``--memcached-column``. You can
953
- access existing column by memcached protocol.
954
-
955
- * [:doc:`/reference/executables/groonga-httpd`] Supported TLS.
956
- [groonga-dev,03948][Reported by KITAITI Makoto]
957
-
958
- * [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
959
- version to 1.9.11 from 1.9.10.
960
-
961
- * [Windows][CMake] Supported LZ4. LZ4 is bundled.
962
-
963
- Fixes
964
- ^^^^^
965
-
966
- * [:doc:`/reference/commands/select`] Added a missing error check for
967
- outputting column. [GitHub#332][Reported by Masafumi Yokoyama]
968
-
969
- * Fixed a bug that ``function(column_with_index) == 29`` ignores
970
- ``function()``. [groonga-dev,03884][Reported by Naoya Murakami]
971
-
972
- * [:doc:`/reference/commands/reindex`] Fixed a bug that ``reindex``
973
- doesn't clear query cache.
974
-
975
- * [patricia trie] Fixed a bug that sorting by integer patricia trie
976
- key returns unsorted result. [GitHub#476][Reported by Ryunosuke SATO]
977
-
978
- * [:doc:`/reference/commands/select`] Fixed a crash bug that is
979
- occurred when too many keywords is specified into ``--query``.
980
- [GitHub#484][Reported by Hiroyuki Sato]
981
-
982
- * [:doc:`/reference/commands/select`] Fixed a bug that wrong cache is
983
- used when :doc:`/reference/command/command_version` or
984
- :doc:`/reference/command/pretty_print` is
985
- used. [GitHub#490][Reported by KITAITI Makoto]
986
-
987
- Thanks
988
- ^^^^^^
989
-
990
- * Masafumi Yokoyama
991
-
992
- * Naoya Murakami
993
-
994
- * Nobuhiro Iwamatsu
995
-
996
- * Thorsten Glaser
997
-
998
- * YunQiang Su
999
-
1000
- * Dejan Latinovic
1001
-
1002
- * Steve Langasek
1003
-
1004
- * Ryunosuke SATO
1005
-
1006
- * Hiroyuki Sato
1007
-
1008
- * KITAITI Makoto
297
+ * aomi-n
1009
298
 
1010
299
  The old releases
1011
300
  ----------------
@@ -1013,6 +302,7 @@ The old releases
1013
302
  .. toctree::
1014
303
  :maxdepth: 2
1015
304
 
305
+ news/6.x
1016
306
  news/5.x
1017
307
  news/4.x
1018
308
  news/3.x