rroonga 6.1.0-x86-mingw32 → 6.1.3-x86-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
 
| 
         @@ -89,9 +89,9 @@ Install required packages to build Groonga:: 
     | 
|
| 
       89 
89 
     | 
    
         | 
| 
       90 
90 
     | 
    
         
             
            Download source::
         
     | 
| 
       91 
91 
     | 
    
         | 
| 
       92 
     | 
    
         
            -
              % wget http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
       93 
     | 
    
         
            -
              % tar xvzf groonga-6.1. 
     | 
| 
       94 
     | 
    
         
            -
              % cd groonga-6.1. 
     | 
| 
      
 92 
     | 
    
         
            +
              % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
         
     | 
| 
      
 93 
     | 
    
         
            +
              % tar xvzf groonga-6.1.3.tar.gz
         
     | 
| 
      
 94 
     | 
    
         
            +
              % cd groonga-6.1.3
         
     | 
| 
       95 
95 
     | 
    
         | 
| 
       96 
96 
     | 
    
         
             
            Configure (see :ref:`source-configure` about ``configure`` options)::
         
     | 
| 
       97 
97 
     | 
    
         | 
| 
         @@ -80,9 +80,9 @@ Install required packages to build Groonga:: 
     | 
|
| 
       80 
80 
     | 
    
         | 
| 
       81 
81 
     | 
    
         
             
            Download source::
         
     | 
| 
       82 
82 
     | 
    
         | 
| 
       83 
     | 
    
         
            -
              % wget http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
       84 
     | 
    
         
            -
              % tar xvzf groonga-6.1. 
     | 
| 
       85 
     | 
    
         
            -
              % cd groonga-6.1. 
     | 
| 
      
 83 
     | 
    
         
            +
              % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
         
     | 
| 
      
 84 
     | 
    
         
            +
              % tar xvzf groonga-6.1.3.tar.gz
         
     | 
| 
      
 85 
     | 
    
         
            +
              % cd groonga-6.1.3
         
     | 
| 
       86 
86 
     | 
    
         | 
| 
       87 
87 
     | 
    
         
             
            Configure (see :ref:`source-configure` about ``configure`` options)::
         
     | 
| 
       88 
88 
     | 
    
         | 
| 
         @@ -49,9 +49,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_. 
     | 
|
| 
       49 
49 
     | 
    
         | 
| 
       50 
50 
     | 
    
         
             
            Download source::
         
     | 
| 
       51 
51 
     | 
    
         | 
| 
       52 
     | 
    
         
            -
              % curl -O http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
       53 
     | 
    
         
            -
              % tar xvzf groonga-6.1. 
     | 
| 
       54 
     | 
    
         
            -
              % cd groonga-6.1. 
     | 
| 
      
 52 
     | 
    
         
            +
              % curl -O http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
         
     | 
| 
      
 53 
     | 
    
         
            +
              % tar xvzf groonga-6.1.3.tar.gz
         
     | 
| 
      
 54 
     | 
    
         
            +
              % cd groonga-6.1.3
         
     | 
| 
       55 
55 
     | 
    
         | 
| 
       56 
56 
     | 
    
         
             
            Configure (see :ref:`source-configure` about ``configure`` options)::
         
     | 
| 
       57 
57 
     | 
    
         | 
| 
         @@ -62,7 +62,9 @@ All libraries are optional. Here are optional libraries: 
     | 
|
| 
       62 
62 
     | 
    
         
             
              * `libedit <http://www.thrysoee.dk/editline/>`_ for command line
         
     | 
| 
       63 
63 
     | 
    
         
             
                editing in :doc:`/reference/executables/groonga`
         
     | 
| 
       64 
64 
     | 
    
         
             
              * `zlib <http://zlib.net/>`_ for compressing column value
         
     | 
| 
       65 
     | 
    
         
            -
              * `LZ4 <https:// 
     | 
| 
      
 65 
     | 
    
         
            +
              * `LZ4 <https://lz4.github.io/lz4/>`_ for compressing
         
     | 
| 
      
 66 
     | 
    
         
            +
                column value
         
     | 
| 
      
 67 
     | 
    
         
            +
              * `Zstandard <https://facebook.github.io/zstd/>`_ for compressing
         
     | 
| 
       66 
68 
     | 
    
         
             
                column value
         
     | 
| 
       67 
69 
     | 
    
         | 
| 
       68 
70 
     | 
    
         
             
            If you want to use those all or some libraries, you need to install
         
     | 
| 
         @@ -74,9 +76,9 @@ Build from source 
     | 
|
| 
       74 
76 
     | 
    
         
             
            Groonga uses GNU build system. So the following is the simplest build
         
     | 
| 
       75 
77 
     | 
    
         
             
            steps::
         
     | 
| 
       76 
78 
     | 
    
         | 
| 
       77 
     | 
    
         
            -
              % wget http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
       78 
     | 
    
         
            -
              % tar xvzf groonga-6.1. 
     | 
| 
       79 
     | 
    
         
            -
              % cd groonga-6.1. 
     | 
| 
      
 79 
     | 
    
         
            +
              % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
         
     | 
| 
      
 80 
     | 
    
         
            +
              % tar xvzf groonga-6.1.3.tar.gz
         
     | 
| 
      
 81 
     | 
    
         
            +
              % cd groonga-6.1.3
         
     | 
| 
       80 
82 
     | 
    
         
             
              % ./configure
         
     | 
| 
       81 
83 
     | 
    
         
             
              % make
         
     | 
| 
       82 
84 
     | 
    
         
             
              % sudo make install
         
     | 
| 
         @@ -17,9 +17,9 @@ Install required packages to build Groonga:: 
     | 
|
| 
       17 
17 
     | 
    
         | 
| 
       18 
18 
     | 
    
         
             
            Download source::
         
     | 
| 
       19 
19 
     | 
    
         | 
| 
       20 
     | 
    
         
            -
              % wget http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
       21 
     | 
    
         
            -
              % gtar xvzf groonga-6.1. 
     | 
| 
       22 
     | 
    
         
            -
              % cd groonga-6.1. 
     | 
| 
      
 20 
     | 
    
         
            +
              % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
         
     | 
| 
      
 21 
     | 
    
         
            +
              % gtar xvzf groonga-6.1.3.tar.gz
         
     | 
| 
      
 22 
     | 
    
         
            +
              % cd groonga-6.1.3
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
            Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
         
     | 
| 
       25 
25 
     | 
    
         
             
            needed for building 64-bit version. To build 32-bit version, just
         
     | 
| 
         @@ -24,7 +24,8 @@ Here are supported Ubuntu versions: 
     | 
|
| 
       24 
24 
     | 
    
         | 
| 
       25 
25 
     | 
    
         
             
              * 12.04 LTS Precise Pangolin
         
     | 
| 
       26 
26 
     | 
    
         
             
              * 14.04 LTS Trusty Tahr
         
     | 
| 
       27 
     | 
    
         
            -
              * 16.04 Xenial Xerus
         
     | 
| 
      
 27 
     | 
    
         
            +
              * 16.04 LTS Xenial Xerus
         
     | 
| 
      
 28 
     | 
    
         
            +
              * 16.10 Yakkety Yak
         
     | 
| 
       28 
29 
     | 
    
         | 
| 
       29 
30 
     | 
    
         | 
| 
       30 
31 
     | 
    
         
             
            Enable the universe repository to install Groonga::
         
     | 
| 
         @@ -82,9 +83,9 @@ Install required packages to build Groonga:: 
     | 
|
| 
       82 
83 
     | 
    
         | 
| 
       83 
84 
     | 
    
         
             
            Download source::
         
     | 
| 
       84 
85 
     | 
    
         | 
| 
       85 
     | 
    
         
            -
              % wget http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
       86 
     | 
    
         
            -
              % tar xvzf groonga-6.1. 
     | 
| 
       87 
     | 
    
         
            -
              % cd groonga-6.1. 
     | 
| 
      
 86 
     | 
    
         
            +
              % wget http://packages.groonga.org/source/groonga/groonga-6.1.3.tar.gz
         
     | 
| 
      
 87 
     | 
    
         
            +
              % tar xvzf groonga-6.1.3.tar.gz
         
     | 
| 
      
 88 
     | 
    
         
            +
              % cd groonga-6.1.3
         
     | 
| 
       88 
89 
     | 
    
         | 
| 
       89 
90 
     | 
    
         
             
            Configure (see :ref:`source-configure` about ``configure`` options)::
         
     | 
| 
       90 
91 
     | 
    
         | 
| 
         @@ -21,14 +21,14 @@ Installer 
     | 
|
| 
       21 
21 
     | 
    
         
             
            For 32-bit environment, download x86 executable binary from
         
     | 
| 
       22 
22 
     | 
    
         
             
            packages.groonga.org:
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
     | 
    
         
            -
              * http://packages.groonga.org/windows/groonga/groonga-6.1. 
     | 
| 
      
 24 
     | 
    
         
            +
              * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x86.exe
         
     | 
| 
       25 
25 
     | 
    
         | 
| 
       26 
26 
     | 
    
         
             
            Then run it.
         
     | 
| 
       27 
27 
     | 
    
         | 
| 
       28 
28 
     | 
    
         
             
            For 64-bit environment, download x64 executable binary from
         
     | 
| 
       29 
29 
     | 
    
         
             
            packages.goronga.org:
         
     | 
| 
       30 
30 
     | 
    
         | 
| 
       31 
     | 
    
         
            -
              * http://packages.groonga.org/windows/groonga/groonga-6.1. 
     | 
| 
      
 31 
     | 
    
         
            +
              * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x64.exe
         
     | 
| 
       32 
32 
     | 
    
         | 
| 
       33 
33 
     | 
    
         
             
            Then run it.
         
     | 
| 
       34 
34 
     | 
    
         | 
| 
         @@ -41,14 +41,14 @@ zip 
     | 
|
| 
       41 
41 
     | 
    
         
             
            For 32-bit environment, download x86 zip archive from
         
     | 
| 
       42 
42 
     | 
    
         
             
            packages.groonga.org:
         
     | 
| 
       43 
43 
     | 
    
         | 
| 
       44 
     | 
    
         
            -
              * http://packages.groonga.org/windows/groonga/groonga-6.1. 
     | 
| 
      
 44 
     | 
    
         
            +
              * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x86.zip
         
     | 
| 
       45 
45 
     | 
    
         | 
| 
       46 
46 
     | 
    
         
             
            Then extract it.
         
     | 
| 
       47 
47 
     | 
    
         | 
| 
       48 
48 
     | 
    
         
             
            For 64-bit environment, download x64 zip archive from
         
     | 
| 
       49 
49 
     | 
    
         
             
            packages.groonga.org:
         
     | 
| 
       50 
50 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
              * http://packages.groonga.org/windows/groonga/groonga-6.1. 
     | 
| 
      
 51 
     | 
    
         
            +
              * http://packages.groonga.org/windows/groonga/groonga-6.1.3-x64.zip
         
     | 
| 
       52 
52 
     | 
    
         | 
| 
       53 
53 
     | 
    
         
             
            Then extract it.
         
     | 
| 
       54 
54 
     | 
    
         | 
| 
         @@ -66,27 +66,27 @@ Windows. Here are required tools: 
     | 
|
| 
       66 
66 
     | 
    
         | 
| 
       67 
67 
     | 
    
         
             
            Download zipped source from packages.groonga.org:
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
       69 
     | 
    
         
            -
              * http://packages.groonga.org/source/groonga/groonga-6.1. 
     | 
| 
      
 69 
     | 
    
         
            +
              * http://packages.groonga.org/source/groonga/groonga-6.1.3.zip
         
     | 
| 
       70 
70 
     | 
    
         | 
| 
       71 
71 
     | 
    
         
             
            Then extract it.
         
     | 
| 
       72 
72 
     | 
    
         | 
| 
       73 
73 
     | 
    
         
             
            Move to the Groonga's source folder::
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
     | 
    
         
            -
              > cd c:\Users\%USERNAME%\Downloads\groonga-6.1. 
     | 
| 
      
 75 
     | 
    
         
            +
              > cd c:\Users\%USERNAME%\Downloads\groonga-6.1.3
         
     | 
| 
       76 
76 
     | 
    
         | 
| 
       77 
77 
     | 
    
         
             
            Configure by ``cmake``. The following commnad line is for 64-bit
         
     | 
| 
       78 
78 
     | 
    
         
             
            version. To build 32-bit version, use ``-G "Visual Studio 12 2013"``
         
     | 
| 
       79 
79 
     | 
    
         
             
            parameter instead::
         
     | 
| 
       80 
80 
     | 
    
         | 
| 
       81 
     | 
    
         
            -
              groonga-6.1. 
     | 
| 
      
 81 
     | 
    
         
            +
              groonga-6.1.3> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
         
     | 
| 
       82 
82 
     | 
    
         | 
| 
       83 
83 
     | 
    
         
             
            Build::
         
     | 
| 
       84 
84 
     | 
    
         | 
| 
       85 
     | 
    
         
            -
              groonga-6.1. 
     | 
| 
      
 85 
     | 
    
         
            +
              groonga-6.1.3> cmake --build . --config Release
         
     | 
| 
       86 
86 
     | 
    
         | 
| 
       87 
87 
     | 
    
         
             
            Install::
         
     | 
| 
       88 
88 
     | 
    
         | 
| 
       89 
     | 
    
         
            -
              groonga-6.1. 
     | 
| 
      
 89 
     | 
    
         
            +
              groonga-6.1.3> cmake --build . --config Release --target Install
         
     | 
| 
       90 
90 
     | 
    
         | 
| 
       91 
91 
     | 
    
         
             
            After the above steps, :doc:`/reference/executables/groonga` is found at
         
     | 
| 
       92 
92 
     | 
    
         
             
            ``c:\Groonga\bin\groonga.exe``.
         
     | 
| 
         @@ -7,6 +7,137 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
            News
         
     | 
| 
       8 
8 
     | 
    
         
             
            ====
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
      
 10 
     | 
    
         
            +
            .. _release-6-1-3:
         
     | 
| 
      
 11 
     | 
    
         
            +
             
     | 
| 
      
 12 
     | 
    
         
            +
            Release 6.1.3 - 2017-01-06
         
     | 
| 
      
 13 
     | 
    
         
            +
            --------------------------
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            Improvements
         
     | 
| 
      
 16 
     | 
    
         
            +
            ^^^^^^^^^^^^
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            * [:c:func:`grn_db_recover()`][:doc:`/reference/executables/grndb`] Reduced memory usage when only 1 thread mode.
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
            Fixes
         
     | 
| 
      
 21 
     | 
    
         
            +
            ^^^^^
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            * Reverted "Improved performance of updating inverted indexes in the worst case".
         
     | 
| 
      
 24 
     | 
    
         
            +
              It had reported error when key has multibyte character.
         
     | 
| 
      
 25 
     | 
    
         
            +
              This change was included in 6.1.2.
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
            * [:ref:`token-regexp`] Fixed a bug that `\\A${ONE_CHARACTER}\\z`
         
     | 
| 
      
 28 
     | 
    
         
            +
              returns all one character values.
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            .. _release-6-1-2:
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            Release 6.1.2 - 2016-12-31
         
     | 
| 
      
 33 
     | 
    
         
            +
            --------------------------
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
            Improvements
         
     | 
| 
      
 36 
     | 
    
         
            +
            ^^^^^^^^^^^^
         
     | 
| 
      
 37 
     | 
    
         
            +
             
     | 
| 
      
 38 
     | 
    
         
            +
            * windows: Supported to bundle groonga-normalizer-mysql.
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            * [:doc:`/reference/log`] Added description about log format with
         
     | 
| 
      
 41 
     | 
    
         
            +
              ``PID`` case.
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            * [:doc:`/install/centos`] Improved installation procedure about
         
     | 
| 
      
 44 
     | 
    
         
            +
              recent ``groonga-release`` package.
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            * [:doc:`/reference/commands/load`] Supported to show
         
     | 
| 
      
 47 
     | 
    
         
            +
              ``{"n_loaded_records": N}`` in response for command version 3 or
         
     | 
| 
      
 48 
     | 
    
         
            +
              later.
         
     | 
| 
      
 49 
     | 
    
         
            +
             
     | 
| 
      
 50 
     | 
    
         
            +
            * [:doc:`/reference/commands/load`] Supported ``--output_ids yes``
         
     | 
| 
      
 51 
     | 
    
         
            +
              parameter for command version 3 or later.  If ``--output_ids yes`` is
         
     | 
| 
      
 52 
     | 
    
         
            +
              specified, loaded record IDs(``loaded_ids``) are also returned. ID
         
     | 
| 
      
 53 
     | 
    
         
            +
              is 0 for record that is failed to add.
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
            * [:doc:`/install/others`] Added installation instruction about
         
     | 
| 
      
 56 
     | 
    
         
            +
              depended packages (Zstandard, LZ4)
         
     | 
| 
      
 57 
     | 
    
         
            +
             
     | 
| 
      
 58 
     | 
    
         
            +
            * Changed to use Onigmo 6.0 as regular expression library.
         
     | 
| 
      
 59 
     | 
    
         
            +
             
     | 
| 
      
 60 
     | 
    
         
            +
            * Marked some features as stable.
         
     | 
| 
      
 61 
     | 
    
         
            +
             
     | 
| 
      
 62 
     | 
    
         
            +
              * :doc:`/reference/executables/grndb` command.
         
     | 
| 
      
 63 
     | 
    
         
            +
              * :doc:`/reference/commands/request_cancel` command.
         
     | 
| 
      
 64 
     | 
    
         
            +
              * :doc:`/reference/functions/highlight_html` function.
         
     | 
| 
      
 65 
     | 
    
         
            +
              * :doc:`/reference/functions/highlight_full` function.
         
     | 
| 
      
 66 
     | 
    
         
            +
              * :doc:`/reference/functions/snippet_html` function.
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
      
 68 
     | 
    
         
            +
            * [httpd] Updated bundled nginx to 1.11.8.
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
            * Improved to reduce ``AND`` search response time.
         
     | 
| 
      
 71 
     | 
    
         
            +
              [GitHub#618,#619,#620] [Patch by Naoya Murakami]
         
     | 
| 
      
 72 
     | 
    
         
            +
             
     | 
| 
      
 73 
     | 
    
         
            +
            * Improved performance of updating inverted indexes in the worst case.
         
     | 
| 
      
 74 
     | 
    
         
            +
              This fix also reduces memory usage in that
         
     | 
| 
      
 75 
     | 
    
         
            +
              process. [groonga-dev,04219] [Reported by Masanori Miyashita]
         
     | 
| 
      
 76 
     | 
    
         
            +
             
     | 
| 
      
 77 
     | 
    
         
            +
            Fixes
         
     | 
| 
      
 78 
     | 
    
         
            +
            ^^^^^
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
            * Added missing ``NULL`` check about return value of
         
     | 
| 
      
 81 
     | 
    
         
            +
              ``grn_ctx_at``. This fix prevents from unexpected crash bug.
         
     | 
| 
      
 82 
     | 
    
         
            +
             
     | 
| 
      
 83 
     | 
    
         
            +
            Thanks
         
     | 
| 
      
 84 
     | 
    
         
            +
            ^^^^^^
         
     | 
| 
      
 85 
     | 
    
         
            +
             
     | 
| 
      
 86 
     | 
    
         
            +
            * Naoya Murakami
         
     | 
| 
      
 87 
     | 
    
         
            +
            * Masanori Miyashita
         
     | 
| 
      
 88 
     | 
    
         
            +
             
     | 
| 
      
 89 
     | 
    
         
            +
            .. _release-6-1-1:
         
     | 
| 
      
 90 
     | 
    
         
            +
             
     | 
| 
      
 91 
     | 
    
         
            +
            Release 6.1.1 - 2016-11-29
         
     | 
| 
      
 92 
     | 
    
         
            +
            --------------------------
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
            Improvements
         
     | 
| 
      
 95 
     | 
    
         
            +
            ^^^^^^^^^^^^
         
     | 
| 
      
 96 
     | 
    
         
            +
             
     | 
| 
      
 97 
     | 
    
         
            +
            * [:doc:`/reference/commands/select`] Supported the following functions in slices.
         
     | 
| 
      
 98 
     | 
    
         
            +
             
     | 
| 
      
 99 
     | 
    
         
            +
              * :doc:`/reference/functions/between`
         
     | 
| 
      
 100 
     | 
    
         
            +
              * :doc:`/reference/functions/geo_in_circle`
         
     | 
| 
      
 101 
     | 
    
         
            +
              * :doc:`/reference/functions/geo_in_rectangle`
         
     | 
| 
      
 102 
     | 
    
         
            +
              * :doc:`/reference/functions/in_values`
         
     | 
| 
      
 103 
     | 
    
         
            +
              * :doc:`/reference/functions/fuzzy_search`
         
     | 
| 
      
 104 
     | 
    
         
            +
              * :doc:`/reference/functions/query`
         
     | 
| 
      
 105 
     | 
    
         
            +
             
     | 
| 
      
 106 
     | 
    
         
            +
            * [:doc:`/reference/executables/groonga-httpd`] Supported PID output to
         
     | 
| 
      
 107 
     | 
    
         
            +
              log file. It is useful to distinct multiple worker processes.
         
     | 
| 
      
 108 
     | 
    
         
            +
              The messages are logged as ``TIMESTAMP|MARK|PID: MESSAGE``.
         
     | 
| 
      
 109 
     | 
    
         
            +
             
     | 
| 
      
 110 
     | 
    
         
            +
            * [ja] Changed to stop compressing small data. If column data is less
         
     | 
| 
      
 111 
     | 
    
         
            +
              than 256 byte, the data aren't compressed even when ``COMPRESS_ZLIB``
         
     | 
| 
      
 112 
     | 
    
         
            +
              or ``COMPRESS_LZ4`` or ``COMPRESS_ZSTD`` is specified. By this change,
         
     | 
| 
      
 113 
     | 
    
         
            +
              performance and space efficiency will be improved.
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
            * [:doc:`/reference/commands/column_create`] Supported Zstandard.
         
     | 
| 
      
 116 
     | 
    
         
            +
              ``COMPRESS_ZSTD`` flag is used to enable this feature.
         
     | 
| 
      
 117 
     | 
    
         
            +
             
     | 
| 
      
 118 
     | 
    
         
            +
            * [rpm][centos] Enabled Zstandard for CentOS 6 or later packages.
         
     | 
| 
      
 119 
     | 
    
         
            +
             
     | 
| 
      
 120 
     | 
    
         
            +
            * [:doc:`/reference/functions/between`] Supported ``between(_key, ...)``
         
     | 
| 
      
 121 
     | 
    
         
            +
              as target.
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
            * [httpd] Updated bundled nginx to 1.11.6..
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
            Fixes
         
     | 
| 
      
 126 
     | 
    
         
            +
            ^^^^^
         
     | 
| 
      
 127 
     | 
    
         
            +
             
     | 
| 
      
 128 
     | 
    
         
            +
            * Fixed a bug that needless index check reports error wrongly when the
         
     | 
| 
      
 129 
     | 
    
         
            +
              default column value such as 0 exists in lexicon. It shows error
         
     | 
| 
      
 130 
     | 
    
         
            +
              message such as "[ii][delete][one] failed to allocate a segment:
         
     | 
| 
      
 131 
     | 
    
         
            +
              ..." unexpectedly.
         
     | 
| 
      
 132 
     | 
    
         
            +
             
     | 
| 
      
 133 
     | 
    
         
            +
            * [:doc:`/reference/commands/logical_table_remove`] Fixed a bug that
         
     | 
| 
      
 134 
     | 
    
         
            +
              it may return error with ``--dependent yes`` option. In the previous
         
     | 
| 
      
 135 
     | 
    
         
            +
              version, if one or more columns that refer the same table, the error
         
     | 
| 
      
 136 
     | 
    
         
            +
              is occurred.
         
     | 
| 
      
 137 
     | 
    
         
            +
             
     | 
| 
      
 138 
     | 
    
         
            +
            * [sort] Fixed a crash bug when one of sort keys is a compressed
         
     | 
| 
      
 139 
     | 
    
         
            +
              column and ``--query`` and/or ``--filter`` are used at the same time.
         
     | 
| 
      
 140 
     | 
    
         
            +
             
     | 
| 
       10 
141 
     | 
    
         
             
            .. _release-6-1-0:
         
     | 
| 
       11 
142 
     | 
    
         | 
| 
       12 
143 
     | 
    
         
             
            Release 6.1.0 - 2016-10-29
         
     | 
| 
         @@ -48,8 +179,9 @@ Fixes 
     | 
|
| 
       48 
179 
     | 
    
         
             
            * Fixed a bug that table of index column was reported in log instead of
         
     | 
| 
       49 
180 
     | 
    
         
             
              correct index column.
         
     | 
| 
       50 
181 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
            * Fixed a bug that  
     | 
| 
       52 
     | 
    
         
            -
               
     | 
| 
      
 182 
     | 
    
         
            +
            * Fixed a bug that in posting list skip optimization in index search
         
     | 
| 
      
 183 
     | 
    
         
            +
              may skip to wrong
         
     | 
| 
      
 184 
     | 
    
         
            +
              position. [Gitter:groonga/ja:57f2ff87d45d7f0f525e2216] [Reported by
         
     | 
| 
       53 
185 
     | 
    
         
             
              torinky]
         
     | 
| 
       54 
186 
     | 
    
         | 
| 
       55 
187 
     | 
    
         
             
            * Fixed a memory leak on static index construction.
         
     | 
| 
         @@ -42,7 +42,7 @@ optional:: 
     | 
|
| 
       42 
42 
     | 
    
         
             
                     [cache=yes]
         
     | 
| 
       43 
43 
     | 
    
         
             
                     [match_escalation_threshold=0]
         
     | 
| 
       44 
44 
     | 
    
         
             
                     [query_expansion=null]
         
     | 
| 
       45 
     | 
    
         
            -
                     [query_flags=ALLOW_PRAGMA|ALLOW_COLUMN 
     | 
| 
      
 45 
     | 
    
         
            +
                     [query_flags=ALLOW_PRAGMA|ALLOW_COLUMN]
         
     | 
| 
       46 
46 
     | 
    
         
             
                     [query_expander=null]
         
     | 
| 
       47 
47 
     | 
    
         
             
                     [adjuster=null]
         
     | 
| 
       48 
48 
     | 
    
         
             
                     [drilldown_calc_types=NONE]
         
     | 
| 
         @@ -39,7 +39,7 @@ Here are a schema definition and sample data to show usage: 
     | 
|
| 
       39 
39 
     | 
    
         
             
            .. {"_key": "Bob",    "age": 13},
         
     | 
| 
       40 
40 
     | 
    
         
             
            .. {"_key": "Calros", "age": 15},
         
     | 
| 
       41 
41 
     | 
    
         
             
            .. {"_key": "Dave",   "age": 16},
         
     | 
| 
       42 
     | 
    
         
            -
            .. {"_key": "Eric",   "age": 20}
         
     | 
| 
      
 42 
     | 
    
         
            +
            .. {"_key": "Eric",   "age": 20},
         
     | 
| 
       43 
43 
     | 
    
         
             
            .. {"_key": "Frank",  "age": 21}
         
     | 
| 
       44 
44 
     | 
    
         
             
            .. ]
         
     | 
| 
       45 
45 
     | 
    
         | 
| 
         @@ -8,10 +8,6 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
            ``snippet_html``
         
     | 
| 
       9 
9 
     | 
    
         
             
            ================
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
     | 
    
         
            -
            .. caution::
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
               This feature is experimental. API will be changed.
         
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
11 
     | 
    
         
             
            Summary
         
     | 
| 
       16 
12 
     | 
    
         
             
            -------
         
     | 
| 
       17 
13 
     | 
    
         | 
| 
         @@ -54,10 +50,6 @@ Here are a schema definition and sample data to show usage. 
     | 
|
| 
       54 
50 
     | 
    
         
             
            ``snippet_html`` can be used in only ``--output_columns`` in
         
     | 
| 
       55 
51 
     | 
    
         
             
            :doc:`/reference/commands/select`.
         
     | 
| 
       56 
52 
     | 
    
         | 
| 
       57 
     | 
    
         
            -
            You need to specify ``--command_version 2`` argument explicitly
         
     | 
| 
       58 
     | 
    
         
            -
            because function call in ``--output_columns`` is experimental feature
         
     | 
| 
       59 
     | 
    
         
            -
            in Groonga 2.0.9. It will be enabled by default soon.
         
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
53 
     | 
    
         
             
            You also need to specify ``--query`` and/or ``--filter``. Keywords are
         
     | 
| 
       62 
54 
     | 
    
         
             
            extracted from ``--query`` and ``--filter`` arguments.
         
     | 
| 
       63 
55 
     | 
    
         | 
| 
         @@ -27,6 +27,12 @@ Process log uses the following format:: 
     | 
|
| 
       27 
27 
     | 
    
         | 
| 
       28 
28 
     | 
    
         
             
              #{TIME_STAMP}|#{L}| #{MESSAGE}
         
     | 
| 
       29 
29 
     | 
    
         | 
| 
      
 30 
     | 
    
         
            +
            Some multi-process based applications such as
         
     | 
| 
      
 31 
     | 
    
         
            +
            :doc:`/reference/executables/groonga-httpd` and `PGroonga
         
     | 
| 
      
 32 
     | 
    
         
            +
            <https://pgroonga.github.io/>`_ use the following format::
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
              #{TIME_STAMP}|#{L}|#{PID}: #{MESSAGE}
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
       30 
36 
     | 
    
         
             
            TIME_STAMP
         
     | 
| 
       31 
37 
     | 
    
         
             
              It's time stamp uses the following format::
         
     | 
| 
       32 
38 
     | 
    
         | 
| 
         @@ -92,6 +98,13 @@ L 
     | 
|
| 
       92 
98 
     | 
    
         | 
| 
       93 
99 
     | 
    
         
             
                E
         
     | 
| 
       94 
100 
     | 
    
         | 
| 
      
 101 
     | 
    
         
            +
            PID
         
     | 
| 
      
 102 
     | 
    
         
            +
              The process ID.
         
     | 
| 
      
 103 
     | 
    
         
            +
             
     | 
| 
      
 104 
     | 
    
         
            +
              Example::
         
     | 
| 
      
 105 
     | 
    
         
            +
             
     | 
| 
      
 106 
     | 
    
         
            +
                1129
         
     | 
| 
      
 107 
     | 
    
         
            +
             
     | 
| 
       95 
108 
     | 
    
         
             
            MESSAGE
         
     | 
| 
       96 
109 
     | 
    
         
             
              Details about the log with free format.
         
     | 
| 
       97 
110 
     | 
    
         | 
| 
         @@ -104,6 +117,11 @@ Example:: 
     | 
|
| 
       104 
117 
     | 
    
         
             
              2011-07-05 08:35:09.276421|n| grn_init
         
     | 
| 
       105 
118 
     | 
    
         
             
              2011-07-05 08:35:09.276553|n| RLIMIT_NOFILE(4096,4096)
         
     | 
| 
       106 
119 
     | 
    
         | 
| 
      
 120 
     | 
    
         
            +
            Example with PID::
         
     | 
| 
      
 121 
     | 
    
         
            +
             
     | 
| 
      
 122 
     | 
    
         
            +
              2011-07-05 08:35:09.276421|n|1129: grn_init
         
     | 
| 
      
 123 
     | 
    
         
            +
              2011-07-05 08:35:09.276553|n|1129: RLIMIT_NOFILE(4096,4096)
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
       107 
125 
     | 
    
         
             
            .. _query-log:
         
     | 
| 
       108 
126 
     | 
    
         | 
| 
       109 
127 
     | 
    
         
             
            Query log
         
     |