rroonga 6.1.0-x64-mingw32 → 6.1.3-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.
- checksums.yaml +4 -4
 - data/Rakefile +1 -1
 - data/doc/text/news.md +28 -0
 - data/ext/groonga/rb-grn-context.c +25 -0
 - data/ext/groonga/rb-grn-database.c +2 -2
 - data/ext/groonga/rb-grn-exception.c +15 -1
 - data/ext/groonga/rb-grn-logger.c +43 -0
 - data/ext/groonga/rb-grn-object.c +11 -3
 - data/ext/groonga/rb-grn-table.c +9 -3
 - data/ext/groonga/rb-grn-variable-size-column.c +16 -2
 - data/ext/groonga/rb-grn.h +2 -2
 - data/ext/groonga/rb-groonga.c +1 -1
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/2.4/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +2 -0
 - data/lib/groonga/logger.rb +2 -1
 - data/lib/groonga/schema.rb +4 -2
 - data/rroonga-build.rb +5 -5
 - data/test/test-context.rb +5 -0
 - data/test/test-exception.rb +2 -1
 - data/test/test-logger.rb +18 -0
 - data/test/test-schema-dumper.rb +19 -1
 - data/test/test-variable-size-column.rb +10 -0
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-2.dll +0 -0
 - data/vendor/local/bin/libmsgpackc.dll +0 -0
 - data/vendor/local/bin/libonigmo-6.dll +0 -0
 - data/vendor/local/bin/libpcre-1.dll +0 -0
 - data/vendor/local/bin/libpcrecpp-0.dll +0 -0
 - data/vendor/local/bin/libpcreposix-0.dll +0 -0
 - data/vendor/local/bin/lz4.exe +0 -0
 - data/vendor/local/bin/lz4c.exe +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/{onig-config → onigmo-config} +5 -5
 - data/vendor/local/bin/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/include/groonga/groonga.h +1 -0
 - data/vendor/local/include/groonga/groonga/accessor.h +34 -0
 - data/vendor/local/include/groonga/groonga/groonga.h +37 -2
 - data/vendor/local/include/groonga/groonga/ii.h +4 -0
 - data/vendor/local/include/groonga/groonga/plugin.h +16 -6
 - data/vendor/local/include/{oniguruma.h → onigmo.h} +326 -262
 - data/vendor/local/include/{oniggnu.h → onigmognu.h} +16 -15
 - data/vendor/local/include/{onigposix.h → onigmoposix.h} +37 -44
 - data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.dll.a → normalizers/mysql.dll.a} +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.la → normalizers/mysql.la} +9 -9
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +2 -1
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonigmo.a +0 -0
 - data/vendor/local/lib/{libonig.dll.a → libonigmo.dll.a} +0 -0
 - data/vendor/local/lib/{libonig.la → libonigmo.la} +9 -9
 - data/vendor/local/lib/libpcre.a +0 -0
 - data/vendor/local/lib/libpcre.dll.a +0 -0
 - data/vendor/local/lib/libpcrecpp.a +0 -0
 - data/vendor/local/lib/libpcrecpp.dll.a +0 -0
 - data/vendor/local/lib/libpcreposix.a +0 -0
 - data/vendor/local/lib/libpcreposix.dll.a +0 -0
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc +5 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/lib/pkgconfig/{oniguruma.pc → onigmo.pc} +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/news.md +41 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -53
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +6 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +5 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +134 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -59
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +225 -93
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +6 -13
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -53
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +6 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +5 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +134 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -49
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +225 -92
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
 - data/vendor/local/share/groonga/mruby/LEGAL +30 -30
 - data/vendor/local/share/license/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/license/onigmo/README +10 -8
 - metadata +86 -75
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 3463b642852019438b10659921eeb555d79275d3
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 9df97cf2a065d2ebb2480482106faff9a1a1ae71
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 6560a7d1f36b0e2425e5d5d8ea8785adc76ec8aeff9d4eb2d060e18a7233b18651539519d7fdd1f5fe5e7ea4c85fa5a6cf51508cbef380a06335a2fb253c5e25
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 6cc13b1116913870762e5edbc18e357040f6bca4f529c29d4b17c2bcbd33e71a3a00e9973e287d05ec2e3639ace79f7e2c2bcd4b475e3bb77df8ddff27c1323c
         
     | 
    
        data/Rakefile
    CHANGED
    
    | 
         @@ -157,7 +157,7 @@ windows_architectures = [:x86, :x64] 
     | 
|
| 
       157 
157 
     | 
    
         | 
| 
       158 
158 
     | 
    
         
             
            namespace :build do
         
     | 
| 
       159 
159 
     | 
    
         
             
              namespace :windows do
         
     | 
| 
       160 
     | 
    
         
            -
                ruby_versions = "2.1.6:2.2.2:2.3.0"
         
     | 
| 
      
 160 
     | 
    
         
            +
                ruby_versions = "2.1.6:2.2.2:2.3.0:2.4.0"
         
     | 
| 
       161 
161 
     | 
    
         | 
| 
       162 
162 
     | 
    
         
             
                windows_architectures.each do |architecture|
         
     | 
| 
       163 
163 
     | 
    
         
             
                  desc "Build gem for Windows #{architecture}"
         
     | 
    
        data/doc/text/news.md
    CHANGED
    
    | 
         @@ -1,5 +1,33 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # NEWS
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ## 6.1.3: 2017-01-12 {#version-6-1-3}
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ### Improvements
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
              * Supported Groonga 6.1.3. Groonga 6.1.0 or older aren't supported.
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
              * Added {Groonga::Context#support_zstd?}.
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
              * Added {Groonga::ZstdError}.
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
              * Supported Zstandard compression.
         
     | 
| 
      
 14 
     | 
    
         
            +
                If Zstandard is available in your enviromemt, you can use Zstandard
         
     | 
| 
      
 15 
     | 
    
         
            +
                compression for columns. How to use:
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
                      Groonga::Schema.define do |schema|
         
     | 
| 
      
 18 
     | 
    
         
            +
                        schema.create_table("Posts") do |table|
         
     | 
| 
      
 19 
     | 
    
         
            +
                          table.short_text("title", :compress => :zstandard)
         
     | 
| 
      
 20 
     | 
    
         
            +
                          # shortened form
         
     | 
| 
      
 21 
     | 
    
         
            +
                          # table.short_text("title", :compress => :zstd)
         
     | 
| 
      
 22 
     | 
    
         
            +
                        end
         
     | 
| 
      
 23 
     | 
    
         
            +
                      end
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
              * Added PID for {Groonga::Logger::Flags}.
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
              * Added {Groonga::Logger.flags}.
         
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
      
 29 
     | 
    
         
            +
              * Added {Groonga::Logger.flags=}.
         
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
       3 
31 
     | 
    
         
             
            ## 6.1.0: 2016-11-07 {#version-6-1-0}
         
     | 
| 
       4 
32 
     | 
    
         | 
| 
       5 
33 
     | 
    
         
             
            ### Improvements
         
     | 
| 
         @@ -1,6 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
         
     | 
| 
       2 
2 
     | 
    
         
             
            /*
         
     | 
| 
       3 
3 
     | 
    
         
             
              Copyright (C) 2010-2015  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
      
 4 
     | 
    
         
            +
              Copyright (C) 2016  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       4 
5 
     | 
    
         | 
| 
       5 
6 
     | 
    
         
             
              This library is free software; you can redistribute it and/or
         
     | 
| 
       6 
7 
     | 
    
         
             
              modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -698,6 +699,28 @@ rb_grn_context_support_lz4_p (VALUE self) 
     | 
|
| 
       698 
699 
     | 
    
         
             
                return rb_support_p;
         
     | 
| 
       699 
700 
     | 
    
         
             
            }
         
     | 
| 
       700 
701 
     | 
    
         | 
| 
      
 702 
     | 
    
         
            +
            /*
         
     | 
| 
      
 703 
     | 
    
         
            +
             * If Groonga supports Zstandard compression, it returns `true`,
         
     | 
| 
      
 704 
     | 
    
         
            +
             * otherwise it returns `false`.
         
     | 
| 
      
 705 
     | 
    
         
            +
             *
         
     | 
| 
      
 706 
     | 
    
         
            +
             * @overload support_zstd?
         
     | 
| 
      
 707 
     | 
    
         
            +
             */
         
     | 
| 
      
 708 
     | 
    
         
            +
            static VALUE
         
     | 
| 
      
 709 
     | 
    
         
            +
            rb_grn_context_support_zstd_p (VALUE self)
         
     | 
| 
      
 710 
     | 
    
         
            +
            {
         
     | 
| 
      
 711 
     | 
    
         
            +
                VALUE rb_support_p;
         
     | 
| 
      
 712 
     | 
    
         
            +
                grn_ctx *context;
         
     | 
| 
      
 713 
     | 
    
         
            +
                grn_obj support_p;
         
     | 
| 
      
 714 
     | 
    
         
            +
             
     | 
| 
      
 715 
     | 
    
         
            +
                context = SELF(self);
         
     | 
| 
      
 716 
     | 
    
         
            +
                GRN_BOOL_INIT(&support_p, 0);
         
     | 
| 
      
 717 
     | 
    
         
            +
                grn_obj_get_info(context, NULL, GRN_INFO_SUPPORT_ZSTD, &support_p);
         
     | 
| 
      
 718 
     | 
    
         
            +
                rb_support_p = CBOOL2RVAL(GRN_BOOL_VALUE(&support_p));
         
     | 
| 
      
 719 
     | 
    
         
            +
                GRN_OBJ_FIN(context, &support_p);
         
     | 
| 
      
 720 
     | 
    
         
            +
             
     | 
| 
      
 721 
     | 
    
         
            +
                return rb_support_p;
         
     | 
| 
      
 722 
     | 
    
         
            +
            }
         
     | 
| 
      
 723 
     | 
    
         
            +
             
     | 
| 
       701 
724 
     | 
    
         
             
            /*
         
     | 
| 
       702 
725 
     | 
    
         
             
             * コンテキストが使うデータベースを返す。
         
     | 
| 
       703 
726 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1005,6 +1028,8 @@ rb_grn_init_context (VALUE mGrn) 
     | 
|
| 
       1005 
1028 
     | 
    
         
             
                                 rb_grn_context_support_lzo_p, 0);
         
     | 
| 
       1006 
1029 
     | 
    
         
             
                rb_define_method(cGrnContext, "support_lz4?",
         
     | 
| 
       1007 
1030 
     | 
    
         
             
                                 rb_grn_context_support_lz4_p, 0);
         
     | 
| 
      
 1031 
     | 
    
         
            +
                rb_define_method(cGrnContext, "support_zstd?",
         
     | 
| 
      
 1032 
     | 
    
         
            +
                                 rb_grn_context_support_zstd_p, 0);
         
     | 
| 
       1008 
1033 
     | 
    
         | 
| 
       1009 
1034 
     | 
    
         
             
                rb_define_method(cGrnContext, "database", rb_grn_context_get_database, 0);
         
     | 
| 
       1010 
1035 
     | 
    
         | 
| 
         @@ -706,9 +706,9 @@ rb_grn_database_reindex (VALUE self) 
     | 
|
| 
       706 
706 
     | 
    
         
             
            }
         
     | 
| 
       707 
707 
     | 
    
         | 
| 
       708 
708 
     | 
    
         
             
            /*
         
     | 
| 
       709 
     | 
    
         
            -
             * Removes  
     | 
| 
      
 709 
     | 
    
         
            +
             * Removes an object forcibly.
         
     | 
| 
       710 
710 
     | 
    
         
             
             *
         
     | 
| 
       711 
     | 
    
         
            -
             *  
     | 
| 
      
 711 
     | 
    
         
            +
             * Normally, you should use {Groonga::Object#remove}.
         
     | 
| 
       712 
712 
     | 
    
         
             
             *
         
     | 
| 
       713 
713 
     | 
    
         
             
             * @overload remove_force(name)
         
     | 
| 
       714 
714 
     | 
    
         
             
             *
         
     | 
| 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
         
     | 
| 
       2 
2 
     | 
    
         
             
            /*
         
     | 
| 
       3 
     | 
    
         
            -
              Copyright (C) 2014-2015  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       4 
3 
     | 
    
         
             
              Copyright (C) 2009-2016  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
      
 4 
     | 
    
         
            +
              Copyright (C) 2014-2016  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
              This library is free software; you can redistribute it and/or
         
     | 
| 
       7 
7 
     | 
    
         
             
              modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -102,6 +102,7 @@ static VALUE eGrnPluginError; 
     | 
|
| 
       102 
102 
     | 
    
         
             
            static VALUE eGrnScorerError;
         
     | 
| 
       103 
103 
     | 
    
         
             
            static VALUE eGrnCancel;
         
     | 
| 
       104 
104 
     | 
    
         
             
            static VALUE eGrnWindowFunctionError;
         
     | 
| 
      
 105 
     | 
    
         
            +
            static VALUE eGrnZstdError;
         
     | 
| 
       105 
106 
     | 
    
         | 
| 
       106 
107 
     | 
    
         
             
            VALUE
         
     | 
| 
       107 
108 
     | 
    
         
             
            rb_grn_rc_to_exception (grn_rc rc)
         
     | 
| 
         @@ -349,6 +350,9 @@ rb_grn_rc_to_exception (grn_rc rc) 
     | 
|
| 
       349 
350 
     | 
    
         
             
                  case GRN_WINDOW_FUNCTION_ERROR:
         
     | 
| 
       350 
351 
     | 
    
         
             
                    exception = eGrnWindowFunctionError;
         
     | 
| 
       351 
352 
     | 
    
         
             
                    break;
         
     | 
| 
      
 353 
     | 
    
         
            +
                  case GRN_ZSTD_ERROR:
         
     | 
| 
      
 354 
     | 
    
         
            +
                    exception = eGrnZstdError;
         
     | 
| 
      
 355 
     | 
    
         
            +
                    break;
         
     | 
| 
       352 
356 
     | 
    
         
             
                }
         
     | 
| 
       353 
357 
     | 
    
         | 
| 
       354 
358 
     | 
    
         
             
                if (NIL_P(exception))
         
     | 
| 
         @@ -1058,4 +1062,14 @@ rb_grn_init_exception (VALUE mGrn) 
     | 
|
| 
       1058 
1062 
     | 
    
         
             
                 */
         
     | 
| 
       1059 
1063 
     | 
    
         
             
                eGrnWindowFunctionError =
         
     | 
| 
       1060 
1064 
     | 
    
         
             
                    rb_define_class_under(mGrn, "WindowFunctionError", rb_eGrnError);
         
     | 
| 
      
 1065 
     | 
    
         
            +
             
     | 
| 
      
 1066 
     | 
    
         
            +
                /*
         
     | 
| 
      
 1067 
     | 
    
         
            +
                 * Document-class: Groonga::ZstdError
         
     | 
| 
      
 1068 
     | 
    
         
            +
                 *
         
     | 
| 
      
 1069 
     | 
    
         
            +
                 * It is used when Zstd causes an error.
         
     | 
| 
      
 1070 
     | 
    
         
            +
                 *
         
     | 
| 
      
 1071 
     | 
    
         
            +
                 * @since 6.1.3
         
     | 
| 
      
 1072 
     | 
    
         
            +
                 */
         
     | 
| 
      
 1073 
     | 
    
         
            +
                eGrnZstdError =
         
     | 
| 
      
 1074 
     | 
    
         
            +
                    rb_define_class_under(mGrn, "ZstdError", rb_eGrnError);
         
     | 
| 
       1061 
1075 
     | 
    
         
             
            }
         
     | 
    
        data/ext/groonga/rb-grn-logger.c
    CHANGED
    
    | 
         @@ -1,6 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
         
     | 
| 
       2 
2 
     | 
    
         
             
            /*
         
     | 
| 
       3 
3 
     | 
    
         
             
              Copyright (C) 2009-2015  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
      
 4 
     | 
    
         
            +
              Copyright (C) 2016-2017  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       4 
5 
     | 
    
         | 
| 
       5 
6 
     | 
    
         
             
              This library is free software; you can redistribute it and/or
         
     | 
| 
       6 
7 
     | 
    
         
             
              modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -547,6 +548,43 @@ rb_grn_logger_s_set_path (VALUE klass, VALUE rb_path) 
     | 
|
| 
       547 
548 
     | 
    
         
             
                return Qnil;
         
     | 
| 
       548 
549 
     | 
    
         
             
            }
         
     | 
| 
       549 
550 
     | 
    
         | 
| 
      
 551 
     | 
    
         
            +
            /*
         
     | 
| 
      
 552 
     | 
    
         
            +
             * Gets the current log flags that is used by the default logger.
         
     | 
| 
      
 553 
     | 
    
         
            +
             *
         
     | 
| 
      
 554 
     | 
    
         
            +
             * @overload flags
         
     | 
| 
      
 555 
     | 
    
         
            +
             *   @return [Integer] The current log flags.
         
     | 
| 
      
 556 
     | 
    
         
            +
             *
         
     | 
| 
      
 557 
     | 
    
         
            +
             * @since 6.1.3
         
     | 
| 
      
 558 
     | 
    
         
            +
             */
         
     | 
| 
      
 559 
     | 
    
         
            +
            static VALUE
         
     | 
| 
      
 560 
     | 
    
         
            +
            rb_grn_logger_s_get_flags (VALUE klass)
         
     | 
| 
      
 561 
     | 
    
         
            +
            {
         
     | 
| 
      
 562 
     | 
    
         
            +
                int flags = 0;
         
     | 
| 
      
 563 
     | 
    
         
            +
                VALUE rb_flags;
         
     | 
| 
      
 564 
     | 
    
         
            +
             
     | 
| 
      
 565 
     | 
    
         
            +
                flags = grn_default_logger_get_flags();
         
     | 
| 
      
 566 
     | 
    
         
            +
                rb_flags = INT2NUM(flags);
         
     | 
| 
      
 567 
     | 
    
         
            +
             
     | 
| 
      
 568 
     | 
    
         
            +
                return rb_flags;
         
     | 
| 
      
 569 
     | 
    
         
            +
            }
         
     | 
| 
      
 570 
     | 
    
         
            +
             
     | 
| 
      
 571 
     | 
    
         
            +
            /*
         
     | 
| 
      
 572 
     | 
    
         
            +
             * Sets the log flags that is used by the default logger.
         
     | 
| 
      
 573 
     | 
    
         
            +
             *
         
     | 
| 
      
 574 
     | 
    
         
            +
             * @overload flags=(flags)
         
     | 
| 
      
 575 
     | 
    
         
            +
             *   @param flags [Integer] The log flags for the default logger.
         
     | 
| 
      
 576 
     | 
    
         
            +
             *   @return void
         
     | 
| 
      
 577 
     | 
    
         
            +
             *
         
     | 
| 
      
 578 
     | 
    
         
            +
             * @since 6.1.3
         
     | 
| 
      
 579 
     | 
    
         
            +
             */
         
     | 
| 
      
 580 
     | 
    
         
            +
            static VALUE
         
     | 
| 
      
 581 
     | 
    
         
            +
            rb_grn_logger_s_set_flags (VALUE klass, VALUE rb_flags)
         
     | 
| 
      
 582 
     | 
    
         
            +
            {
         
     | 
| 
      
 583 
     | 
    
         
            +
                grn_default_logger_set_flags(NUM2INT(rb_flags));
         
     | 
| 
      
 584 
     | 
    
         
            +
             
     | 
| 
      
 585 
     | 
    
         
            +
                return Qnil;
         
     | 
| 
      
 586 
     | 
    
         
            +
            }
         
     | 
| 
      
 587 
     | 
    
         
            +
             
     | 
| 
       550 
588 
     | 
    
         
             
            /*
         
     | 
| 
       551 
589 
     | 
    
         
             
             * Gets the current rotate threshold size that is used by the default
         
     | 
| 
       552 
590 
     | 
    
         
             
             * logger.
         
     | 
| 
         @@ -636,6 +674,10 @@ rb_grn_init_logger (VALUE mGrn) 
     | 
|
| 
       636 
674 
     | 
    
         
             
                                           rb_grn_logger_s_get_path, 0);
         
     | 
| 
       637 
675 
     | 
    
         
             
                rb_define_singleton_method(rb_cGrnLogger, "path=",
         
     | 
| 
       638 
676 
     | 
    
         
             
                                           rb_grn_logger_s_set_path, 1);
         
     | 
| 
      
 677 
     | 
    
         
            +
                rb_define_singleton_method(rb_cGrnLogger, "flags",
         
     | 
| 
      
 678 
     | 
    
         
            +
                                           rb_grn_logger_s_get_flags, 0);
         
     | 
| 
      
 679 
     | 
    
         
            +
                rb_define_singleton_method(rb_cGrnLogger, "flags=",
         
     | 
| 
      
 680 
     | 
    
         
            +
                                           rb_grn_logger_s_set_flags, 1);
         
     | 
| 
       639 
681 
     | 
    
         
             
                rb_define_singleton_method(rb_cGrnLogger, "rotate_threshold_size",
         
     | 
| 
       640 
682 
     | 
    
         
             
                                           rb_grn_logger_s_get_rotate_threshold_size, 0);
         
     | 
| 
       641 
683 
     | 
    
         
             
                rb_define_singleton_method(rb_cGrnLogger, "rotate_threshold_size=",
         
     | 
| 
         @@ -650,6 +692,7 @@ rb_grn_init_logger (VALUE mGrn) 
     | 
|
| 
       650 
692 
     | 
    
         
             
                DEFINE_FLAG(TITLE);
         
     | 
| 
       651 
693 
     | 
    
         
             
                DEFINE_FLAG(MESSAGE);
         
     | 
| 
       652 
694 
     | 
    
         
             
                DEFINE_FLAG(LOCATION);
         
     | 
| 
      
 695 
     | 
    
         
            +
                DEFINE_FLAG(PID);
         
     | 
| 
       653 
696 
     | 
    
         
             
            #undef DEFINE_FLAG
         
     | 
| 
       654 
697 
     | 
    
         | 
| 
       655 
698 
     | 
    
         
             
                rb_cGrnCallbackLogger =
         
     | 
    
        data/ext/groonga/rb-grn-object.c
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
         
     | 
| 
       2 
2 
     | 
    
         
             
            /*
         
     | 
| 
       3 
     | 
    
         
            -
              Copyright (C) 2009- 
     | 
| 
      
 3 
     | 
    
         
            +
              Copyright (C) 2009-2016  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
       4 
4 
     | 
    
         
             
              Copyright (C) 2014-2016  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
              This library is free software; you can redistribute it and/or
         
     | 
| 
         @@ -914,10 +914,18 @@ rb_grn_object_inspect_content_flags_with_label (VALUE inspected, 
     | 
|
| 
       914 
914 
     | 
    
         
             
                switch (object->header.type) {
         
     | 
| 
       915 
915 
     | 
    
         
             
                case GRN_COLUMN_FIX_SIZE:
         
     | 
| 
       916 
916 
     | 
    
         
             
                case GRN_COLUMN_VAR_SIZE:
         
     | 
| 
       917 
     | 
    
         
            -
                     
     | 
| 
      
 917 
     | 
    
         
            +
                    switch (column_flags & GRN_OBJ_COMPRESS_MASK) {
         
     | 
| 
      
 918 
     | 
    
         
            +
                    case GRN_OBJ_COMPRESS_ZLIB:
         
     | 
| 
       918 
919 
     | 
    
         
             
                        rb_ary_push(inspected_flags, rb_str_new_cstr("COMPRESS_ZLIB"));
         
     | 
| 
       919 
     | 
    
         
            -
             
     | 
| 
      
 920 
     | 
    
         
            +
                        break;
         
     | 
| 
      
 921 
     | 
    
         
            +
                    case GRN_OBJ_COMPRESS_LZ4:
         
     | 
| 
       920 
922 
     | 
    
         
             
                        rb_ary_push(inspected_flags, rb_str_new_cstr("COMPRESS_LZ4"));
         
     | 
| 
      
 923 
     | 
    
         
            +
                        break;
         
     | 
| 
      
 924 
     | 
    
         
            +
                    case GRN_OBJ_COMPRESS_ZSTD:
         
     | 
| 
      
 925 
     | 
    
         
            +
                        rb_ary_push(inspected_flags, rb_str_new_cstr("COMPRESS_ZSTD"));
         
     | 
| 
      
 926 
     | 
    
         
            +
                        break;
         
     | 
| 
      
 927 
     | 
    
         
            +
                    default:
         
     | 
| 
      
 928 
     | 
    
         
            +
                        break;
         
     | 
| 
       921 
929 
     | 
    
         
             
                    }
         
     | 
| 
       922 
930 
     | 
    
         
             
                    break;
         
     | 
| 
       923 
931 
     | 
    
         
             
                case GRN_COLUMN_INDEX:
         
     | 
    
        data/ext/groonga/rb-grn-table.c
    CHANGED
    
    | 
         @@ -229,8 +229,10 @@ rb_grn_table_inspect (VALUE self) 
     | 
|
| 
       229 
229 
     | 
    
         
             
             *   @option options :compress
         
     | 
| 
       230 
230 
     | 
    
         
             
             *     値の圧縮方法を指定する。省略した場合は、圧縮しない。
         
     | 
| 
       231 
231 
     | 
    
         
             
             *
         
     | 
| 
       232 
     | 
    
         
            -
             *      
     | 
| 
       233 
     | 
    
         
            -
             *      
     | 
| 
      
 232 
     | 
    
         
            +
             *     * `:zlib`: Compressed by zlib.
         
     | 
| 
      
 233 
     | 
    
         
            +
             *     * `:lz4`: Compressed by LZ4.
         
     | 
| 
      
 234 
     | 
    
         
            +
             *     * `:zstd`: Compressed by Zstandard.
         
     | 
| 
      
 235 
     | 
    
         
            +
             *     * `:zstandard`: Compressed by Zstandard.
         
     | 
| 
       234 
236 
     | 
    
         
             
             *
         
     | 
| 
       235 
237 
     | 
    
         
             
             * @return [Groonga::FixSizeColumn, Groonga::VariableSizeColumn]
         
     | 
| 
       236 
238 
     | 
    
         
             
             */
         
     | 
| 
         @@ -312,10 +314,14 @@ rb_grn_table_define_column (int argc, VALUE *argv, VALUE self) 
     | 
|
| 
       312 
314 
     | 
    
         
             
                    flags |= GRN_OBJ_COMPRESS_LZ4;
         
     | 
| 
       313 
315 
     | 
    
         
             
                } else if (rb_grn_equal_option(rb_compress, "lz4")) {
         
     | 
| 
       314 
316 
     | 
    
         
             
                    flags |= GRN_OBJ_COMPRESS_LZ4;
         
     | 
| 
      
 317 
     | 
    
         
            +
                } else if (rb_grn_equal_option(rb_compress, "zstd")) {
         
     | 
| 
      
 318 
     | 
    
         
            +
                    flags |= GRN_OBJ_COMPRESS_ZSTD;
         
     | 
| 
      
 319 
     | 
    
         
            +
                } else if (rb_grn_equal_option(rb_compress, "zstandard")) {
         
     | 
| 
      
 320 
     | 
    
         
            +
                    flags |= GRN_OBJ_COMPRESS_ZSTD;
         
     | 
| 
       315 
321 
     | 
    
         
             
                } else {
         
     | 
| 
       316 
322 
     | 
    
         
             
                    rb_raise(rb_eArgError,
         
     | 
| 
       317 
323 
     | 
    
         
             
                             "invalid compress type: %s: "
         
     | 
| 
       318 
     | 
    
         
            -
                             "available types: [:zlib, :lz4, nil]",
         
     | 
| 
      
 324 
     | 
    
         
            +
                             "available types: [:zlib, :lz4, :zstd, :zstandard, nil]",
         
     | 
| 
       319 
325 
     | 
    
         
             
                             rb_grn_inspect(rb_compress));
         
     | 
| 
       320 
326 
     | 
    
         
             
                }
         
     | 
| 
       321 
327 
     | 
    
         | 
| 
         @@ -465,7 +465,7 @@ rb_grn_variable_size_column_array_set (VALUE self, VALUE rb_id, VALUE rb_value) 
     | 
|
| 
       465 
465 
     | 
    
         
             
             * @overload compressed?
         
     | 
| 
       466 
466 
     | 
    
         
             
             *   @return [Boolean] whether the column is compressed or not.
         
     | 
| 
       467 
467 
     | 
    
         
             
             * @overload compressed?(type)
         
     | 
| 
       468 
     | 
    
         
            -
             *   @param [:zlib, :lz4] type (nil)
         
     | 
| 
      
 468 
     | 
    
         
            +
             *   @param [:zlib, :lz4, :zstd, :zstandard] type (nil)
         
     | 
| 
       469 
469 
     | 
    
         
             
             *   @return [Boolean] whether specified compressed type is used or not.
         
     | 
| 
       470 
470 
     | 
    
         
             
             * @since 1.3.1
         
     | 
| 
       471 
471 
     | 
    
         
             
             */
         
     | 
| 
         @@ -481,6 +481,7 @@ rb_grn_variable_size_column_compressed_p (int argc, VALUE *argv, VALUE self) 
     | 
|
| 
       481 
481 
     | 
    
         
             
                grn_bool accept_any_type = GRN_FALSE;
         
     | 
| 
       482 
482 
     | 
    
         
             
                grn_bool need_zlib_check = GRN_FALSE;
         
     | 
| 
       483 
483 
     | 
    
         
             
                grn_bool need_lz4_check = GRN_FALSE;
         
     | 
| 
      
 484 
     | 
    
         
            +
                grn_bool need_zstd_check = GRN_FALSE;
         
     | 
| 
       484 
485 
     | 
    
         | 
| 
       485 
486 
     | 
    
         
             
                rb_scan_args(argc, argv, "01", &type);
         
     | 
| 
       486 
487 
     | 
    
         | 
| 
         @@ -494,9 +495,14 @@ rb_grn_variable_size_column_compressed_p (int argc, VALUE *argv, VALUE self) 
     | 
|
| 
       494 
495 
     | 
    
         
             
                        need_lz4_check = GRN_TRUE;
         
     | 
| 
       495 
496 
     | 
    
         
             
                    } else if (rb_grn_equal_option(type, "lz4")) {
         
     | 
| 
       496 
497 
     | 
    
         
             
                        need_lz4_check = GRN_TRUE;
         
     | 
| 
      
 498 
     | 
    
         
            +
                    } else if (rb_grn_equal_option(type, "zstd")) {
         
     | 
| 
      
 499 
     | 
    
         
            +
                        need_zstd_check = GRN_TRUE;
         
     | 
| 
      
 500 
     | 
    
         
            +
                    } else if (rb_grn_equal_option(type, "zstandardd")) {
         
     | 
| 
      
 501 
     | 
    
         
            +
                        need_zstd_check = GRN_TRUE;
         
     | 
| 
       497 
502 
     | 
    
         
             
                    } else {
         
     | 
| 
       498 
503 
     | 
    
         
             
                        rb_raise(rb_eArgError,
         
     | 
| 
       499 
     | 
    
         
            -
                                 "compressed type should be  
     | 
| 
      
 504 
     | 
    
         
            +
                                 "compressed type should be "
         
     | 
| 
      
 505 
     | 
    
         
            +
                                 "<:zlib>, <:lz4>, <:zstd> or <:zstandard>: <%s>",
         
     | 
| 
       500 
506 
     | 
    
         
             
                                 rb_grn_inspect(type));
         
     | 
| 
       501 
507 
     | 
    
         
             
                    }
         
     | 
| 
       502 
508 
     | 
    
         
             
                }
         
     | 
| 
         @@ -524,6 +530,14 @@ rb_grn_variable_size_column_compressed_p (int argc, VALUE *argv, VALUE self) 
     | 
|
| 
       524 
530 
     | 
    
         
             
                        compressed_p = GRN_BOOL_VALUE(&support_p);
         
     | 
| 
       525 
531 
     | 
    
         
             
                    }
         
     | 
| 
       526 
532 
     | 
    
         
             
                    break;
         
     | 
| 
      
 533 
     | 
    
         
            +
                  case GRN_OBJ_COMPRESS_ZSTD:
         
     | 
| 
      
 534 
     | 
    
         
            +
                    if (accept_any_type || need_zstd_check) {
         
     | 
| 
      
 535 
     | 
    
         
            +
                        grn_obj support_p;
         
     | 
| 
      
 536 
     | 
    
         
            +
                        GRN_BOOL_INIT(&support_p, 0);
         
     | 
| 
      
 537 
     | 
    
         
            +
                        grn_obj_get_info(context, NULL, GRN_INFO_SUPPORT_ZSTD, &support_p);
         
     | 
| 
      
 538 
     | 
    
         
            +
                        compressed_p = GRN_BOOL_VALUE(&support_p);
         
     | 
| 
      
 539 
     | 
    
         
            +
                    }
         
     | 
| 
      
 540 
     | 
    
         
            +
                    break;
         
     | 
| 
       527 
541 
     | 
    
         
             
                }
         
     | 
| 
       528 
542 
     | 
    
         | 
| 
       529 
543 
     | 
    
         
             
                return CBOOL2RVAL(compressed_p);
         
     | 
    
        data/ext/groonga/rb-grn.h
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
         
     | 
| 
       2 
2 
     | 
    
         
             
            /*
         
     | 
| 
       3 
3 
     | 
    
         
             
              Copyright (C) 2009-2016  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
       4 
     | 
    
         
            -
              Copyright (C) 2015- 
     | 
| 
      
 4 
     | 
    
         
            +
              Copyright (C) 2015-2017  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       5 
5 
     | 
    
         | 
| 
       6 
6 
     | 
    
         
             
              This library is free software; you can redistribute it and/or
         
     | 
| 
       7 
7 
     | 
    
         
             
              modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -99,7 +99,7 @@ RB_GRN_BEGIN_DECLS 
     | 
|
| 
       99 
99 
     | 
    
         | 
| 
       100 
100 
     | 
    
         
             
            #define RB_GRN_MAJOR_VERSION 6
         
     | 
| 
       101 
101 
     | 
    
         
             
            #define RB_GRN_MINOR_VERSION 1
         
     | 
| 
       102 
     | 
    
         
            -
            #define RB_GRN_MICRO_VERSION  
     | 
| 
      
 102 
     | 
    
         
            +
            #define RB_GRN_MICRO_VERSION 3
         
     | 
| 
       103 
103 
     | 
    
         | 
| 
       104 
104 
     | 
    
         
             
            #define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
         
     | 
| 
       105 
105 
     | 
    
         
             
            #define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))
         
     | 
    
        data/ext/groonga/rb-groonga.c
    CHANGED
    
    
    
        data/lib/2.1/groonga.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/2.2/groonga.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/2.3/groonga.so
    CHANGED
    
    | 
         Binary file 
     | 
    
        data/lib/2.4/groonga.so
    ADDED
    
    | 
         Binary file 
     | 
    
        data/lib/groonga/dumper.rb
    CHANGED
    
    
    
        data/lib/groonga/logger.rb
    CHANGED
    
    | 
         @@ -23,6 +23,7 @@ module Groonga 
     | 
|
| 
       23 
23 
     | 
    
         
             
                    TITLE    => "title",
         
     | 
| 
       24 
24 
     | 
    
         
             
                    MESSAGE  => "message",
         
     | 
| 
       25 
25 
     | 
    
         
             
                    LOCATION => "location",
         
     | 
| 
      
 26 
     | 
    
         
            +
                    PID      => "pid",
         
     | 
| 
       26 
27 
     | 
    
         
             
                  }
         
     | 
| 
       27 
28 
     | 
    
         | 
| 
       28 
29 
     | 
    
         
             
                  class << self
         
     | 
| 
         @@ -34,7 +35,7 @@ module Groonga 
     | 
|
| 
       34 
35 
     | 
    
         
             
                    def label(flags)
         
     | 
| 
       35 
36 
     | 
    
         
             
                      labels = []
         
     | 
| 
       36 
37 
     | 
    
         
             
                      LABELS.each do |flag, label|
         
     | 
| 
       37 
     | 
    
         
            -
                         
     | 
| 
      
 38 
     | 
    
         
            +
                        labels << label if (flags & flag) == flag
         
     | 
| 
       38 
39 
     | 
    
         
             
                      end
         
     | 
| 
       39 
40 
     | 
    
         
             
                      labels << "none" if labels.empty?
         
     | 
| 
       40 
41 
     | 
    
         
             
                      labels.join("|")
         
     | 
    
        data/lib/groonga/schema.rb
    CHANGED
    
    | 
         @@ -850,8 +850,10 @@ module Groonga 
     | 
|
| 
       850 
850 
     | 
    
         
             
                  #
         
     | 
| 
       851 
851 
     | 
    
         
             
                  #   値の圧縮方法を指定する。省略した場合は、圧縮しない。
         
     | 
| 
       852 
852 
     | 
    
         
             
                  #
         
     | 
| 
       853 
     | 
    
         
            -
                  #    
     | 
| 
       854 
     | 
    
         
            -
                  #    
     | 
| 
      
 853 
     | 
    
         
            +
                  #   * `:zlib`: Compressed by zlib.
         
     | 
| 
      
 854 
     | 
    
         
            +
                  #   * `:lz4`: Compzressed by LZ4.
         
     | 
| 
      
 855 
     | 
    
         
            +
                  #   * `:zstd`: Compressed by Zstandard.
         
     | 
| 
      
 856 
     | 
    
         
            +
                  #   * `:zstandard`: Compressed by Zstandard.
         
     | 
| 
       855 
857 
     | 
    
         
             
                  def column(name, type, options={})
         
     | 
| 
       856 
858 
     | 
    
         
             
                    definition = self[name, ColumnDefinition]
         
     | 
| 
       857 
859 
     | 
    
         
             
                    if definition.nil?
         
     | 
    
        data/rroonga-build.rb
    CHANGED
    
    | 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Copyright (C) 2009-2016  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
       2 
     | 
    
         
            -
            # Copyright (C) 2015- 
     | 
| 
      
 2 
     | 
    
         
            +
            # Copyright (C) 2015-2017  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # This library is free software; you can redistribute it and/or
         
     | 
| 
       5 
5 
     | 
    
         
             
            # modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -17,16 +17,16 @@ 
     | 
|
| 
       17 
17 
     | 
    
         
             
            module RroongaBuild
         
     | 
| 
       18 
18 
     | 
    
         
             
              module RequiredGroongaVersion
         
     | 
| 
       19 
19 
     | 
    
         
             
                MAJOR = 6
         
     | 
| 
       20 
     | 
    
         
            -
                MINOR =  
     | 
| 
       21 
     | 
    
         
            -
                MICRO =  
     | 
| 
      
 20 
     | 
    
         
            +
                MINOR = 1
         
     | 
| 
      
 21 
     | 
    
         
            +
                MICRO = 1
         
     | 
| 
       22 
22 
     | 
    
         
             
                VERSION = [MAJOR, MINOR, MICRO]
         
     | 
| 
       23 
     | 
    
         
            -
                RELEASED_DATE = Time.utc(2016,  
     | 
| 
      
 23 
     | 
    
         
            +
                RELEASED_DATE = Time.utc(2016, 11, 29)
         
     | 
| 
       24 
24 
     | 
    
         
             
              end
         
     | 
| 
       25 
25 
     | 
    
         | 
| 
       26 
26 
     | 
    
         
             
              module LatestGroongaVersion
         
     | 
| 
       27 
27 
     | 
    
         
             
                MAJOR = 6
         
     | 
| 
       28 
28 
     | 
    
         
             
                MINOR = 1
         
     | 
| 
       29 
     | 
    
         
            -
                MICRO =  
     | 
| 
      
 29 
     | 
    
         
            +
                MICRO = 3
         
     | 
| 
       30 
30 
     | 
    
         
             
                VERSION = [MAJOR, MINOR, MICRO]
         
     | 
| 
       31 
31 
     | 
    
         
             
              end
         
     | 
| 
       32 
32 
     | 
    
         | 
    
        data/test/test-context.rb
    CHANGED
    
    | 
         @@ -1,4 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Copyright (C) 2009-2015  Kouhei Sutou <kou@clear-code.com>
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Copyright (C) 2016  Masafumi Yokoyama <yokoyama@clear-code.com>
         
     | 
| 
       2 
3 
     | 
    
         
             
            #
         
     | 
| 
       3 
4 
     | 
    
         
             
            # This library is free software; you can redistribute it and/or
         
     | 
| 
       4 
5 
     | 
    
         
             
            # modify it under the terms of the GNU Lesser General Public
         
     | 
| 
         @@ -122,6 +123,10 @@ class ContextTest < Test::Unit::TestCase 
     | 
|
| 
       122 
123 
     | 
    
         
             
                assert_boolean(Groonga::Context.default.support_lz4?)
         
     | 
| 
       123 
124 
     | 
    
         
             
              end
         
     | 
| 
       124 
125 
     | 
    
         | 
| 
      
 126 
     | 
    
         
            +
              def test_support_zstd?
         
     | 
| 
      
 127 
     | 
    
         
            +
                assert_boolean(Groonga::Context.default.support_zstd?)
         
     | 
| 
      
 128 
     | 
    
         
            +
              end
         
     | 
| 
      
 129 
     | 
    
         
            +
             
     | 
| 
       125 
130 
     | 
    
         
             
              def test_match_escalation_threshold
         
     | 
| 
       126 
131 
     | 
    
         
             
                assert_equal(0, context.match_escalation_threshold)
         
     | 
| 
       127 
132 
     | 
    
         
             
                context.match_escalation_threshold = -1
         
     |