rroonga 5.0.8-x64-mingw32 → 5.0.9-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 (542) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +18 -6
  3. data/ext/groonga/rb-grn-conf.c +145 -0
  4. data/ext/groonga/rb-grn-expression.c +34 -0
  5. data/ext/groonga/rb-grn-table.c +113 -0
  6. data/ext/groonga/rb-grn-utils.c +5 -1
  7. data/ext/groonga/rb-grn.h +2 -1
  8. data/ext/groonga/rb-groonga.c +1 -0
  9. data/lib/2.0/groonga.so +0 -0
  10. data/lib/2.1/groonga.so +0 -0
  11. data/lib/2.2/groonga.so +0 -0
  12. data/lib/groonga/context.rb +9 -1
  13. data/lib/groonga/expression-builder.rb +0 -1
  14. data/rroonga-build.rb +3 -3
  15. data/test/test-conf.rb +31 -0
  16. data/test/test-table.rb +36 -0
  17. data/vendor/local/bin/grndb.exe +0 -0
  18. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  19. data/vendor/local/bin/groonga.exe +0 -0
  20. data/vendor/local/bin/libgroonga-0.dll +0 -0
  21. data/vendor/local/bin/libmecab-1.dll +0 -0
  22. data/vendor/local/bin/libmsgpack-4.dll +0 -0
  23. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  24. data/vendor/local/bin/libonig-5.dll +0 -0
  25. data/vendor/local/bin/lz4.exe +0 -0
  26. data/vendor/local/bin/lz4c.exe +0 -0
  27. data/vendor/local/bin/lz4cat +0 -0
  28. data/vendor/local/bin/mecab.exe +0 -0
  29. data/vendor/local/bin/zlib1.dll +0 -0
  30. data/vendor/local/include/groonga/groonga/conf.h +42 -0
  31. data/vendor/local/include/groonga/groonga/expr.h +2 -1
  32. data/vendor/local/include/groonga/groonga/geo.h +39 -0
  33. data/vendor/local/include/groonga/groonga/groonga.h +7 -0
  34. data/vendor/local/include/groonga/groonga/obj.h +50 -0
  35. data/vendor/local/include/groonga/groonga/output.h +3 -1
  36. data/vendor/local/include/groonga/groonga/plugin.h +2 -0
  37. data/vendor/local/include/groonga/groonga/windows.h +34 -0
  38. data/vendor/local/include/groonga/groonga.h +3 -0
  39. data/vendor/local/lib/groonga/plugins/expression_rewriters/optimizer.rb +38 -0
  40. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  41. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  42. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  43. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  45. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
  47. data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
  48. data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
  49. data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
  50. data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
  51. data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
  52. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  53. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  54. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  55. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  57. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  58. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  59. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  60. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  61. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  62. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  63. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  64. data/vendor/local/lib/groonga/scripts/ruby/expression.rb +31 -3
  65. data/vendor/local/lib/groonga/scripts/ruby/expression_rewriter.rb +22 -0
  66. data/vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb +31 -0
  67. data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +1 -1
  68. data/vendor/local/lib/groonga/scripts/ruby/record.rb +26 -0
  69. data/vendor/local/lib/groonga/scripts/ruby/require.rb +6 -6
  70. data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +5 -5
  71. data/vendor/local/lib/libgroonga.a +0 -0
  72. data/vendor/local/lib/libgroonga.dll.a +0 -0
  73. data/vendor/local/lib/liblz4.dll +0 -0
  74. data/vendor/local/lib/liblz4.dll.1 +0 -0
  75. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  76. data/vendor/local/lib/libmecab.dll.a +0 -0
  77. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  78. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  79. data/vendor/local/lib/libonig.a +0 -0
  80. data/vendor/local/lib/libonig.dll.a +0 -0
  81. data/vendor/local/lib/libz.dll.a +0 -0
  82. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  83. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  84. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  85. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  86. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  87. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  88. data/vendor/local/sbin/groonga-httpd.exe +0 -0
  89. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  90. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
  91. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  92. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  93. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  94. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
  95. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  96. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
  97. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  98. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +109 -0
  99. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +16 -5
  100. data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +9 -9
  101. data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +131 -0
  102. data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
  106. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
  107. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  110. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/genindex.html +9 -5
  125. data/vendor/local/share/doc/groonga/en/html/index.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
  127. data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
  128. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
  129. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
  130. data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
  131. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
  132. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
  133. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  134. data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
  135. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  137. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
  144. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  145. data/vendor/local/share/doc/groonga/en/html/news.html +156 -68
  146. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
  157. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
  160. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
  169. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
  170. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
  171. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +25 -10
  172. data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  199. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  203. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
  204. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
  206. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +5 -5
  207. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
  208. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
  209. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
  210. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
  211. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
  212. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
  213. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
  214. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  215. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
  216. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
  217. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
  218. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
  219. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
  220. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
  221. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
  222. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
  226. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
  229. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
  240. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  243. data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
  247. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
  256. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
  257. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
  262. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
  263. data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
  264. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  265. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
  266. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +5 -5
  267. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  268. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +14 -14
  269. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  270. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
  271. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
  272. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
  273. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
  274. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
  275. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
  276. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
  277. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
  278. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
  279. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
  280. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  281. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
  282. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  283. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
  284. data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
  285. data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
  286. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  287. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  288. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  289. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  290. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  291. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  292. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  293. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
  294. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  295. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  296. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  297. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  298. data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
  299. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  300. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  301. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  302. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  303. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  304. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  305. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
  306. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  307. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  308. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  309. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  310. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  311. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  312. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  313. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  314. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  315. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
  316. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  317. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  318. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  319. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
  320. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  321. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
  322. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  323. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +109 -0
  324. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +16 -5
  325. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +9 -9
  326. data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +131 -0
  327. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
  333. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  335. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
  336. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
  339. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  346. data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
  347. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  348. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  349. data/vendor/local/share/doc/groonga/ja/html/genindex.html +9 -5
  350. data/vendor/local/share/doc/groonga/ja/html/index.html +5 -5
  351. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
  352. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
  353. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  354. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
  355. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  356. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  357. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
  358. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  359. data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  364. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  365. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
  366. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
  367. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/news.html +159 -69
  371. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  372. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
  376. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
  377. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
  378. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
  379. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
  380. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  381. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
  382. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
  383. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
  384. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
  385. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
  386. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
  387. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
  388. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
  389. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
  390. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
  391. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
  395. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +25 -10
  397. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
  398. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  399. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
  401. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
  402. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
  403. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  404. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  405. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  406. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
  407. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  408. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
  409. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  410. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  411. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  412. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
  413. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  414. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  415. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  416. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
  417. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  421. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  424. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
  425. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  427. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
  430. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
  431. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
  435. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
  438. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
  442. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
  458. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
  459. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  460. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  461. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
  462. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  463. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  464. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
  465. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
  466. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  467. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  468. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
  469. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
  470. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
  471. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
  472. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
  473. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
  474. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
  475. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
  476. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
  477. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
  478. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
  479. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
  480. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
  481. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
  482. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
  483. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +5 -5
  484. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
  485. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
  486. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
  487. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
  488. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
  489. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  490. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
  491. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +5 -5
  492. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  493. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +14 -14
  494. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  495. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
  496. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
  497. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
  498. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
  499. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +5 -5
  500. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
  501. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
  502. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
  503. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
  504. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
  505. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  506. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
  507. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  508. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
  509. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
  510. data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
  511. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  512. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  513. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  514. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
  515. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  516. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  517. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  518. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
  519. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  520. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  521. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  522. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  523. data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
  524. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  525. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  526. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  527. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  528. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  529. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  530. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  531. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  532. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  533. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  534. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  535. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  536. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  537. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  538. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  539. data/vendor/local/share/groonga/mruby/LEGAL +136 -0
  540. data/vendor/local/share/man/ja/man1/groonga.1 +59 -45
  541. data/vendor/local/share/man/man1/groonga.1 +59 -45
  542. metadata +12 -2
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>お知らせ &mdash; Groonga v5.0.7-264-ga2dae20ドキュメント</title>
10
+ <title>お知らせ &mdash; Groonga v5.0.8-210-g8388c51ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '5.0.7-264-ga2dae20',
18
+ VERSION: '5.0.8-210-g8388c51',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="index.html" />
29
+ <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="index.html" />
30
30
  </head>
31
31
  <body role="document">
32
32
  <div class="header">
@@ -52,7 +52,7 @@
52
52
  <li class="right" style="margin-right: 10px">
53
53
  <a href="genindex.html" title="総合索引"
54
54
  accesskey="I">索引</a></li>
55
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> &raquo;</li>
55
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> &raquo;</li>
56
56
  </ul>
57
57
  </div>
58
58
 
@@ -63,10 +63,94 @@
63
63
 
64
64
  <div class="section" id="news">
65
65
  <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
66
- <div class="section" id="release-5-0-8-2015-09-29">
67
- <span id="release-5-0-8"></span><h2>5.0.8リリース - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
66
+ <div class="section" id="release-5-0-9-2015-10-29">
67
+ <span id="release-5-0-9"></span><h2>5.0.9リリース - 2015-10-29<a class="headerlink" href="#release-5-0-9-2015-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
68
68
  <div class="section" id="improvements">
69
69
  <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
70
+ <ul class="simple">
71
+ <li><p class="first">[転置インデックス] 開発者向けのログのログレベルを下げました。</p>
72
+ </li>
73
+ <li><p class="first">新しいデータベースを作成したとき、変更をフラッシュするようにしました。これによりクラッシュしたときにデータベースが壊れにくくなります。</p>
74
+ </li>
75
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_geo_table_sort()</span></code>] 位置情報インデックスを使ってテーブルをソートする新しいAPIを追加しました。</p>
76
+ </li>
77
+ <li><p class="first">[実験的] 式を書き換える仕組み(式リライター)を追加しました。mrubyで独自の式リライターを実装できます。式リライターは式を最適化したり、条件を変更したりなどということができます。</p>
78
+ </li>
79
+ <li><p class="first">[実験的] データベース単位で設定値を保存できる仕組みを追加しました。データベースに設定値(キーと値のペア)を追加できます。 <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><span>TokenFilterStopWord</span></a> は <code class="docutils literal"><span class="pre">is_stop_word</span></code> というカラム名をカスタマイズするためにこの仕組みを使う予定です。</p>
80
+ </li>
81
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_conf_set()</span></code>] 設定値を設定する新しいAPIを追加しました。</p>
82
+ </li>
83
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_conf_get()</span></code>] 設定値を取得する新しいAPIを追加しました。</p>
84
+ </li>
85
+ <li><p class="first">[deb] <code class="docutils literal"><span class="pre">Architecture</span></code> の値を <code class="docutils literal"><span class="pre">any</span></code> から <code class="docutils literal"><span class="pre">all</span></code> に変更しました。 [debian-bugs:799167][Matthias Kloseさんが報告]</p>
86
+ </li>
87
+ <li><p class="first">[Windows][CMake] MeCabをバンドルしてビルドできるようにしました。 [groonga-dev,03562][佐藤さんが報告]</p>
88
+ </li>
89
+ <li><p class="first">[<code class="docutils literal"><span class="pre">schema</span></code>] スキーマを返す新しいコマンドを追加しました。スキーマは次の情報を含みます。ロード済みプラグイン、ロード済みトークナイザー、ロード済みノーマライザー、ロード済みトークンフィルター、定義済みテーブル、定義済みカラムという情報です。</p>
90
+ </li>
91
+ <li><p class="first">[<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a>] 非推奨になりました。代わりに <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a> を使ってください。</p>
92
+ </li>
93
+ <li><p class="first">[<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a>] <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a> からリネームしました。</p>
94
+ </li>
95
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_type()</span></code>] 指定した値が型オブジェクトの場合は真を返す新しいAPIを追加しました。</p>
96
+ </li>
97
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_tokenizer_proc()</span></code>] 指定した値がトークナイザーオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
98
+ </li>
99
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_normalizer_proc()</span></code>] 指定した値がノーマライザーオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
100
+ </li>
101
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_token_filter_proc()</span></code>] 指定した値がトークンフィルターオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
102
+ </li>
103
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_types()</span></code>] データベース中のすべての型オブジェクトを返す新しいAPIを追加しました。</p>
104
+ </li>
105
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_tokenizers()</span></code>] データベース中のすべてのトークナイザーオブジェクトを返す新しいAPIを追加しました。</p>
106
+ </li>
107
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_normalizers()</span></code>] データベース中のすべてのノーマライザーオブジェクトを返す新しいAPIを追加しました。</p>
108
+ </li>
109
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_token_filters()</span></code>] データベース中のすべてのトークンフィルターオブジェクトを返す新しいAPIを追加しました。</p>
110
+ </li>
111
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_output_uint64()</span></code>] 64bit符号なし整数を出力する新しいAPIを追加しました。</p>
112
+ </li>
113
+ <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_output_null()</span></code>] <code class="docutils literal"><span class="pre">NULL</span></code> を出力する新しいAPIを追加しました。</p>
114
+ </li>
115
+ <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_OBJ_IS_TRUE()</span></code>] 指定したオブジェクトが真と評価される値なら真を返す新しいAPIを追加しました。</p>
116
+ </li>
117
+ <li><p class="first">[実験的] デフォルトでgrn_tsを組み込みました。</p>
118
+ </li>
119
+ </ul>
120
+ </div>
121
+ <div class="section" id="fixes">
122
+ <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
123
+ <ul class="simple">
124
+ <li><p class="first">[パトリシアトライ] 新しいエントリーを追加したときに意図せずにレコード数が増えるかもしれない問題を修正しました。 [GitHub#417]</p>
125
+ </li>
126
+ <li><p class="first">[パトリシアトライ] 初期化せずに変数を使ってしまうかもしれない問題を修正しました。</p>
127
+ </li>
128
+ <li><p class="first">[パトリシアトライ] <code class="docutils literal"><span class="pre">grn_pat_cursor_next()</span></code> が無限ループに入ってしまうかもしれない問題を修正しました。 [GitHub#419]</p>
129
+ </li>
130
+ <li><p class="first">[パトリシアトライ] 要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#415][groonga-dev,03515][各務さんが報告]</p>
131
+ </li>
132
+ <li><p class="first">[パトリシアトライ] 存在しない要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#420]</p>
133
+ </li>
134
+ <li><p class="first">トークンフィルターオブジェクトに間違ったproc型を指定していた問題を修正しました。</p>
135
+ </li>
136
+ </ul>
137
+ </div>
138
+ <div class="section" id="thanks">
139
+ <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
140
+ <ul class="simple">
141
+ <li><p class="first">Matthias Kloseさん</p>
142
+ </li>
143
+ <li><p class="first">各務さん</p>
144
+ </li>
145
+ <li><p class="first">佐藤さん</p>
146
+ </li>
147
+ </ul>
148
+ </div>
149
+ </div>
150
+ <div class="section" id="release-5-0-8-2015-09-29">
151
+ <span id="release-5-0-8"></span><h2>5.0.8リリース - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
152
+ <div class="section" id="id1">
153
+ <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
70
154
  <ul>
71
155
  <li><p class="first">[Windows] MySQLにバンドルしてビルドできるようになりました。(一時できない時期がありました。)</p>
72
156
  </li>
@@ -117,7 +201,7 @@
117
201
  </li>
118
202
  <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_cast()</span></code>] 公開しました。</p>
119
203
  </li>
120
- <li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor</span></code>] 公開ました。</p>
204
+ <li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor</span></code>] 公開しました。</p>
121
205
  </li>
122
206
  <li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor_open()</span></code>] 公開しました。</p>
123
207
  </li>
@@ -131,8 +215,8 @@
131
215
  </li>
132
216
  </ul>
133
217
  </div>
134
- <div class="section" id="fixes">
135
- <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
218
+ <div class="section" id="id2">
219
+ <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
136
220
  <ul class="simple">
137
221
  <li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a>] 右辺が <code class="docutils literal"><span class="pre">true</span></code> のとき <code class="docutils literal"><span class="pre">&amp;!</span></code> が動いていない問題を修正しました。</p>
138
222
  </li>
@@ -142,8 +226,8 @@
142
226
  </li>
143
227
  </ul>
144
228
  </div>
145
- <div class="section" id="thanks">
146
- <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
229
+ <div class="section" id="id3">
230
+ <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
147
231
  <ul class="simple">
148
232
  <li><p class="first">佐藤博之さん</p>
149
233
  </li>
@@ -157,8 +241,8 @@
157
241
  <p>このリリースは <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a> のバグフィックスが含まれています。</p>
158
242
  <p>もし、マルチカラムインデックス( <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> フラグ付きのインデックスカラム)と <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a> を使っている場合は、Groongaのアップグレードを推奨します。</p>
159
243
  <p>このリリースはWindowsユーザー向けの重要な実験的な機能が含まれています。詳細は以下の改良点リストの中の「スパースファイルサポート」を参照してください。</p>
160
- <div class="section" id="id1">
161
- <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
244
+ <div class="section" id="id4">
245
+ <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
162
246
  <ul>
163
247
  <li><p class="first">[実験的][Windows] スパースファイルをサポートしました。この機能は実験的な機能です。デフォルトでは無効です。 <code class="docutils literal"><span class="pre">GRN_IO_USE_SPARSE=yes</span></code> 環境変数を指定すると有効にできます。</p>
164
248
  <p>Windows上でデータベースのファイルサイズを小さくできます。この機能を試して結果を報告してください。Groonga開発者は次の点に興味があります。</p>
@@ -208,8 +292,8 @@
208
292
  </li>
209
293
  </ul>
210
294
  </div>
211
- <div class="section" id="id2">
212
- <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
295
+ <div class="section" id="id5">
296
+ <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
213
297
  <ul>
214
298
  <li><p class="first">[mruby] 時間の値がオーバーフローするバグを修正しました。</p>
215
299
  </li>
@@ -235,8 +319,8 @@
235
319
  </li>
236
320
  </ul>
237
321
  </div>
238
- <div class="section" id="id3">
239
- <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
322
+ <div class="section" id="id6">
323
+ <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
240
324
  <ul class="simple">
241
325
  <li><p class="first">佐藤博之さん</p>
242
326
  </li>
@@ -253,8 +337,8 @@
253
337
  </div>
254
338
  <div class="section" id="release-5-0-6-2015-07-29">
255
339
  <span id="release-5-0-6"></span><h2>5.0.6リリース - 2015-07-29<a class="headerlink" href="#release-5-0-6-2015-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
256
- <div class="section" id="id4">
257
- <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
340
+ <div class="section" id="id7">
341
+ <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
258
342
  <ul>
259
343
  <li><p class="first">[<a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a>] Ubuntu 14.10(Utopic Unicorn)のサポートをやめました。2015年7月23日でサポートが切れた(EOLになった)ためです。</p>
260
344
  </li>
@@ -424,8 +508,8 @@ select Memos --filter &#39;numbers @ 2&#39;
424
508
  </li>
425
509
  </ul>
426
510
  </div>
427
- <div class="section" id="id5">
428
- <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
511
+ <div class="section" id="id8">
512
+ <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
429
513
  <ul>
430
514
  <li><p class="first"><a class="reference internal" href="reference/api/grn_expr.html#c.grn_expr_exec" title="grn_expr_exec"><code class="xref c c-func docutils literal"><span class="pre">grn_expr_exec()</span></code></a> でエラーが発生したときのメモリーリークを修正しました。例えば、サポートしていないオペレーター(例: <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>)が使われた場合です( <code class="docutils literal"><span class="pre">not</span> <span class="pre">implemented</span> <span class="pre">operator</span> <span class="pre">assigned</span></code> が発生するケース)。</p>
431
515
  </li>
@@ -456,8 +540,8 @@ select Memos --filter &#39;numbers @ 2&#39;
456
540
  </li>
457
541
  </ul>
458
542
  </div>
459
- <div class="section" id="id6">
460
- <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
543
+ <div class="section" id="id9">
544
+ <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
461
545
  <ul class="simple">
462
546
  <li><p class="first">Bill Parkerさん</p>
463
547
  </li>
@@ -474,8 +558,8 @@ select Memos --filter &#39;numbers @ 2&#39;
474
558
  </div>
475
559
  <div class="section" id="release-5-0-5-2015-06-29">
476
560
  <span id="release-5-0-5"></span><h2>5.0.5リリース - 2015-06-29<a class="headerlink" href="#release-5-0-5-2015-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
477
- <div class="section" id="id7">
478
- <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
561
+ <div class="section" id="id10">
562
+ <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
479
563
  <ul>
480
564
  <li><p class="first">データベースを開くときにファイルが存在しなかった場合などに、正しいエラー情報を表示するようにしました。</p>
481
565
  </li>
@@ -520,8 +604,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
520
604
  </li>
521
605
  </ul>
522
606
  </div>
523
- <div class="section" id="id8">
524
- <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
607
+ <div class="section" id="id11">
608
+ <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
525
609
  <ul class="simple">
526
610
  <li><p class="first">netinet/in.hインクルード時の不正なマクロを修正しました。 [GitHub#348] [おばたさんが報告]</p>
527
611
  </li>
@@ -529,8 +613,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
529
613
  </li>
530
614
  </ul>
531
615
  </div>
532
- <div class="section" id="id9">
533
- <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
616
+ <div class="section" id="id12">
617
+ <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
534
618
  <ul class="simple">
535
619
  <li><p class="first">おばたさん</p>
536
620
  </li>
@@ -541,8 +625,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
541
625
  </div>
542
626
  <div class="section" id="release-5-0-4-2015-05-29">
543
627
  <span id="release-5-0-4"></span><h2>5.0.4リリース - 2015-05-29<a class="headerlink" href="#release-5-0-4-2015-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
544
- <div class="section" id="id10">
545
- <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
628
+ <div class="section" id="id13">
629
+ <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
546
630
  <ul class="simple">
547
631
  <li><p class="first">[mruby] <code class="docutils literal"><span class="pre">inspect</span></code> を意味のあるわかりやすいエラーメッセージを表示するために使うようにしました。</p>
548
632
  </li>
@@ -576,8 +660,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
576
660
  </li>
577
661
  </ul>
578
662
  </div>
579
- <div class="section" id="id11">
580
- <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
663
+ <div class="section" id="id14">
664
+ <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
581
665
  <ul class="simple">
582
666
  <li><p class="first">空のキーが <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code> に指定されるとクラッシュする不具合を修正しました。</p>
583
667
  </li>
@@ -605,8 +689,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
605
689
  </li>
606
690
  </ul>
607
691
  </div>
608
- <div class="section" id="id12">
609
- <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
692
+ <div class="section" id="id15">
693
+ <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
610
694
  <ul class="simple">
611
695
  <li><p class="first">Hiroaki Nakamuraさん</p>
612
696
  </li>
@@ -623,8 +707,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
623
707
  </div>
624
708
  <div class="section" id="release-5-0-3-2015-04-29">
625
709
  <span id="release-5-0-3"></span><h2>5.0.3リリース - 2015-04-29<a class="headerlink" href="#release-5-0-3-2015-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
626
- <div class="section" id="id13">
627
- <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
710
+ <div class="section" id="id16">
711
+ <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
628
712
  <ul class="simple">
629
713
  <li><p class="first">[<a class="reference internal" href="reference/tokenizers.html"><em>トークナイザー</em></a>][<a class="reference internal" href="reference/regular_expression.html"><em>正規表現</em></a>] 最後の一文字のトークンをスキップするようにしました。</p>
630
714
  </li>
@@ -710,8 +794,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
710
794
  </li>
711
795
  </ul>
712
796
  </div>
713
- <div class="section" id="id14">
714
- <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
797
+ <div class="section" id="id17">
798
+ <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
715
799
  <ul class="simple">
716
800
  <li><p class="first">[windows] Microsoft Visual C++でビルドしたGroongaで、大きいデータ(少なくとも1GB以上)のオフラインインデックス構築(<a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a>) に失敗していた不具合を修正しました。 [Hideki ARAIさんが報告]</p>
717
801
  </li>
@@ -729,8 +813,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
729
813
  </li>
730
814
  </ul>
731
815
  </div>
732
- <div class="section" id="id15">
733
- <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
816
+ <div class="section" id="id18">
817
+ <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
734
818
  <ul class="simple">
735
819
  <li><p class="first">Hideki ARAIさん</p>
736
820
  </li>
@@ -746,8 +830,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
746
830
  <div class="section" id="release-5-0-2-2015-03-31">
747
831
  <span id="release-5-0-2"></span><h2>5.0.2リリース - 2015-03-31<a class="headerlink" href="#release-5-0-2-2015-03-31" title="このヘッドラインへのパーマリンク">¶</a></h2>
748
832
  <p>5.0.1のバグフィックスリリースです。</p>
749
- <div class="section" id="id16">
750
- <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
833
+ <div class="section" id="id19">
834
+ <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
751
835
  <ul class="simple">
752
836
  <li><p class="first">MessagePack 1.0.1をサポート。 [畑ケさんが報告]</p>
753
837
  </li>
@@ -755,8 +839,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
755
839
  </li>
756
840
  </ul>
757
841
  </div>
758
- <div class="section" id="id17">
759
- <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
842
+ <div class="section" id="id20">
843
+ <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
760
844
  <ul class="simple">
761
845
  <li><p class="first">JSONPが動作していなかった不具合を修正。これはGroonga 4.1.1で入った不具合。</p>
762
846
  </li>
@@ -766,8 +850,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
766
850
  </li>
767
851
  </ul>
768
852
  </div>
769
- <div class="section" id="id18">
770
- <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
853
+ <div class="section" id="id21">
854
+ <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
771
855
  <ul class="simple">
772
856
  <li><p class="first">篠田さん</p>
773
857
  </li>
@@ -778,8 +862,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
778
862
  </div>
779
863
  <div class="section" id="release-5-0-1-2015-03-29">
780
864
  <span id="release-5-0-1"></span><h2>5.0.1リリース - 2015-03-29<a class="headerlink" href="#release-5-0-1-2015-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
781
- <div class="section" id="id19">
782
- <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
865
+ <div class="section" id="id22">
866
+ <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
783
867
  <ul>
784
868
  <li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><em>logical_range_filter</em></a>] filterとsortをサポートしました。</p>
785
869
  </li>
@@ -871,8 +955,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
871
955
  </li>
872
956
  </ul>
873
957
  </div>
874
- <div class="section" id="id20">
875
- <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
958
+ <div class="section" id="id23">
959
+ <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
876
960
  <ul class="simple">
877
961
  <li><p class="first">非推奨の <code class="docutils literal"><span class="pre">--address</span></code> 引数をGroongaのデフォルト設定ファイル(groonga.conf)で使わないようにしました。かわりに <code class="docutils literal"><span class="pre">--bind-address</span></code> を使います。 [Groonga-talk] [Dewanggaさんが報告]</p>
878
962
  </li>
@@ -898,8 +982,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
898
982
  </li>
899
983
  </ul>
900
984
  </div>
901
- <div class="section" id="id21">
902
- <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
985
+ <div class="section" id="id24">
986
+ <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
903
987
  <ul class="simple">
904
988
  <li><p class="first">Masatoshi Teruyaさん</p>
905
989
  </li>
@@ -922,8 +1006,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
922
1006
  <li><p class="first">バージョン5.0.0になりました!</p>
923
1007
  </li>
924
1008
  </ul>
925
- <div class="section" id="id22">
926
- <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
1009
+ <div class="section" id="id25">
1010
+ <h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
927
1011
  <ul class="simple">
928
1012
  <li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a> の <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-security"><span>セキュリティー</span></a> に関して追加しました。</p>
929
1013
  </li>
@@ -935,8 +1019,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
935
1019
  </li>
936
1020
  </ul>
937
1021
  </div>
938
- <div class="section" id="id23">
939
- <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
1022
+ <div class="section" id="id26">
1023
+ <h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
940
1024
  <ul class="simple">
941
1025
  <li><p class="first">システムに互換性のないバージョンのonigmoもしくはonigurumaのヘッダーがインストールされているとビルドに失敗する問題を修正しました。 [GitHub#276] [武者さんがパッチ提供]</p>
942
1026
  </li>
@@ -944,8 +1028,8 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
944
1028
  </li>
945
1029
  </ul>
946
1030
  </div>
947
- <div class="section" id="id24">
948
- <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
1031
+ <div class="section" id="id27">
1032
+ <h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
949
1033
  <ul class="simple">
950
1034
  <li><p class="first">武者さん</p>
951
1035
  </li>
@@ -1294,60 +1378,66 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
1294
1378
  <h3><a href="index.html">目次</a></h3>
1295
1379
  <ul>
1296
1380
  <li><a class="reference internal" href="#">お知らせ</a><ul>
1297
- <li><a class="reference internal" href="#release-5-0-8-2015-09-29">5.0.8リリース - 2015-09-29</a><ul>
1381
+ <li><a class="reference internal" href="#release-5-0-9-2015-10-29">5.0.9リリース - 2015-10-29</a><ul>
1298
1382
  <li><a class="reference internal" href="#improvements">改良</a></li>
1299
1383
  <li><a class="reference internal" href="#fixes">修正</a></li>
1300
1384
  <li><a class="reference internal" href="#thanks">感謝</a></li>
1301
1385
  </ul>
1302
1386
  </li>
1303
- <li><a class="reference internal" href="#release-5-0-7-2015-08-31">5.0.7リリース - 2015-08-31</a><ul>
1387
+ <li><a class="reference internal" href="#release-5-0-8-2015-09-29">5.0.8リリース - 2015-09-29</a><ul>
1304
1388
  <li><a class="reference internal" href="#id1">改良</a></li>
1305
1389
  <li><a class="reference internal" href="#id2">修正</a></li>
1306
1390
  <li><a class="reference internal" href="#id3">感謝</a></li>
1307
1391
  </ul>
1308
1392
  </li>
1309
- <li><a class="reference internal" href="#release-5-0-6-2015-07-29">5.0.6リリース - 2015-07-29</a><ul>
1393
+ <li><a class="reference internal" href="#release-5-0-7-2015-08-31">5.0.7リリース - 2015-08-31</a><ul>
1310
1394
  <li><a class="reference internal" href="#id4">改良</a></li>
1311
1395
  <li><a class="reference internal" href="#id5">修正</a></li>
1312
1396
  <li><a class="reference internal" href="#id6">感謝</a></li>
1313
1397
  </ul>
1314
1398
  </li>
1315
- <li><a class="reference internal" href="#release-5-0-5-2015-06-29">5.0.5リリース - 2015-06-29</a><ul>
1399
+ <li><a class="reference internal" href="#release-5-0-6-2015-07-29">5.0.6リリース - 2015-07-29</a><ul>
1316
1400
  <li><a class="reference internal" href="#id7">改良</a></li>
1317
1401
  <li><a class="reference internal" href="#id8">修正</a></li>
1318
1402
  <li><a class="reference internal" href="#id9">感謝</a></li>
1319
1403
  </ul>
1320
1404
  </li>
1321
- <li><a class="reference internal" href="#release-5-0-4-2015-05-29">5.0.4リリース - 2015-05-29</a><ul>
1405
+ <li><a class="reference internal" href="#release-5-0-5-2015-06-29">5.0.5リリース - 2015-06-29</a><ul>
1322
1406
  <li><a class="reference internal" href="#id10">改良</a></li>
1323
1407
  <li><a class="reference internal" href="#id11">修正</a></li>
1324
1408
  <li><a class="reference internal" href="#id12">感謝</a></li>
1325
1409
  </ul>
1326
1410
  </li>
1327
- <li><a class="reference internal" href="#release-5-0-3-2015-04-29">5.0.3リリース - 2015-04-29</a><ul>
1411
+ <li><a class="reference internal" href="#release-5-0-4-2015-05-29">5.0.4リリース - 2015-05-29</a><ul>
1328
1412
  <li><a class="reference internal" href="#id13">改良</a></li>
1329
1413
  <li><a class="reference internal" href="#id14">修正</a></li>
1330
1414
  <li><a class="reference internal" href="#id15">感謝</a></li>
1331
1415
  </ul>
1332
1416
  </li>
1333
- <li><a class="reference internal" href="#release-5-0-2-2015-03-31">5.0.2リリース - 2015-03-31</a><ul>
1417
+ <li><a class="reference internal" href="#release-5-0-3-2015-04-29">5.0.3リリース - 2015-04-29</a><ul>
1334
1418
  <li><a class="reference internal" href="#id16">改良</a></li>
1335
1419
  <li><a class="reference internal" href="#id17">修正</a></li>
1336
1420
  <li><a class="reference internal" href="#id18">感謝</a></li>
1337
1421
  </ul>
1338
1422
  </li>
1339
- <li><a class="reference internal" href="#release-5-0-1-2015-03-29">5.0.1リリース - 2015-03-29</a><ul>
1423
+ <li><a class="reference internal" href="#release-5-0-2-2015-03-31">5.0.2リリース - 2015-03-31</a><ul>
1340
1424
  <li><a class="reference internal" href="#id19">改良</a></li>
1341
1425
  <li><a class="reference internal" href="#id20">修正</a></li>
1342
1426
  <li><a class="reference internal" href="#id21">感謝</a></li>
1343
1427
  </ul>
1344
1428
  </li>
1345
- <li><a class="reference internal" href="#release-5-0-0-2015-02-09">5.0.0リリース - 2015-02-09</a><ul>
1429
+ <li><a class="reference internal" href="#release-5-0-1-2015-03-29">5.0.1リリース - 2015-03-29</a><ul>
1346
1430
  <li><a class="reference internal" href="#id22">改良</a></li>
1347
1431
  <li><a class="reference internal" href="#id23">修正</a></li>
1348
1432
  <li><a class="reference internal" href="#id24">感謝</a></li>
1349
1433
  </ul>
1350
1434
  </li>
1435
+ <li><a class="reference internal" href="#release-5-0-0-2015-02-09">5.0.0リリース - 2015-02-09</a><ul>
1436
+ <li><a class="reference internal" href="#id25">改良</a></li>
1437
+ <li><a class="reference internal" href="#id26">修正</a></li>
1438
+ <li><a class="reference internal" href="#id27">感謝</a></li>
1439
+ </ul>
1440
+ </li>
1351
1441
  <li><a class="reference internal" href="#the-old-releases">古いリリース</a></li>
1352
1442
  </ul>
1353
1443
  </li>
@@ -1383,7 +1473,7 @@ XXX_20150604 &lt;- includes only 2015-06-04 records
1383
1473
  <li class="right" style="margin-right: 10px">
1384
1474
  <a href="genindex.html" title="総合索引"
1385
1475
  >索引</a></li>
1386
- <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> &raquo;</li>
1476
+ <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> &raquo;</li>
1387
1477
  </ul>
1388
1478
  </div>
1389
1479
  <div class="footer" role="contentinfo">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>7.21.2. 全体設定 &mdash; Groonga v5.0.7-264-ga2dae20ドキュメント</title>
10
+ <title>7.21.2. 全体設定 &mdash; Groonga v5.0.8-210-g8388c51ドキュメント</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '5.0.7-264-ga2dae20',
18
+ VERSION: '5.0.8-210-g8388c51',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -26,7 +26,7 @@
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <script type="text/javascript" src="../../_static/translations.js"></script>
28
28
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
29
- <link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="../../index.html" />
29
+ <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../../index.html" />
30
30
  <link rel="up" title="7.21. API" href="../api.html" />
31
31
  <link rel="next" title="7.21.3. Plugin" href="plugin.html" />
32
32
  <link rel="prev" title="7.21.1. 概要" href="overview.html" />
@@ -61,7 +61,7 @@
61
61
  <li class="right" >
62
62
  <a href="overview.html" title="7.21.1. 概要"
63
63
  accesskey="P">前へ</a> |</li>
64
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> &raquo;</li>
64
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> &raquo;</li>
65
65
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
66
66
  <li class="nav-item nav-item-2"><a href="../api.html" accesskey="U">7.21. API</a> &raquo;</li>
67
67
  </ul>
@@ -192,7 +192,7 @@ grn_rc <code class="descname">grn_set_lock_timeout</code><span class="sig-paren"
192
192
  <li class="right" >
193
193
  <a href="overview.html" title="7.21.1. 概要"
194
194
  >前へ</a> |</li>
195
- <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> &raquo;</li>
195
+ <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> &raquo;</li>
196
196
  <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> &raquo;</li>
197
197
  <li class="nav-item nav-item-2"><a href="../api.html" >7.21. API</a> &raquo;</li>
198
198
  </ul>