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
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.7. match_columns parameter — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.7. match_columns parameter — Groonga v6.1.3 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="4.8. Prefix search with patricia trie" href="patricia_trie.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="4.6. Tag search and reverse resolution of reference relationships" href="index.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="index.html" title="4.6. Tag search and reverse resolution of reference relationships"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
       68 
68 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -749,12 +749,12 @@ select Articles2 --match_columns comment.comment.content --query mroonga --outpu 
     | 
|
| 
       749 
749 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       750 
750 
     | 
    
         
             
                      <a href="index.html" title="4.6. Tag search and reverse resolution of reference relationships"
         
     | 
| 
       751 
751 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       752 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 752 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       753 
753 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       754 
754 
     | 
    
         
             
                  </ul>
         
     | 
| 
       755 
755 
     | 
    
         
             
                </div>
         
     | 
| 
       756 
756 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       757 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 757 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       758 
758 
     | 
    
         
             
                </div>
         
     | 
| 
       759 
759 
     | 
    
         
             
              </body>
         
     | 
| 
       760 
760 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.10. Let's create micro-blog — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.10. Let's create micro-blog — Groonga v6.1.3 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="4.11. Query expansion" href="query_expansion.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="4.9. Additional information about lexicon for full text search" href="lexicon.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="lexicon.html" title="4.9. Additional information about lexicon for full text search"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
       68 
68 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -1034,12 +1034,12 @@ It also returns result of drilldown by posted person. There are 2 comments by Al 
     | 
|
| 
       1034 
1034 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       1035 
1035 
     | 
    
         
             
                      <a href="lexicon.html" title="4.9. Additional information about lexicon for full text search"
         
     | 
| 
       1036 
1036 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       1037 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 1037 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       1038 
1038 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       1039 
1039 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1040 
1040 
     | 
    
         
             
                </div>
         
     | 
| 
       1041 
1041 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       1042 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 1042 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       1043 
1043 
     | 
    
         
             
                </div>
         
     | 
| 
       1044 
1044 
     | 
    
         
             
              </body>
         
     | 
| 
       1045 
1045 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.2. Remote access — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.2. Remote access — Groonga v6.1.3 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="4.3. Various data types" href="data.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="4.1. Basic operations" href="introduction.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="introduction.html" title="4.1. Basic operations"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
       68 
68 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -261,12 +261,12 @@ select --table Site --query title:@this 
     | 
|
| 
       261 
261 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       262 
262 
     | 
    
         
             
                      <a href="introduction.html" title="4.1. Basic operations"
         
     | 
| 
       263 
263 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       264 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 264 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       265 
265 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       266 
266 
     | 
    
         
             
                  </ul>
         
     | 
| 
       267 
267 
     | 
    
         
             
                </div>
         
     | 
| 
       268 
268 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       269 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 269 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       270 
270 
     | 
    
         
             
                </div>
         
     | 
| 
       271 
271 
     | 
    
         
             
              </body>
         
     | 
| 
       272 
272 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.8. Prefix search with patricia trie — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.8. Prefix search with patricia trie — Groonga v6.1.3 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="4.9. Additional information about lexicon for full text search" href="lexicon.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="4.7. match_columns parameter" href="match_columns.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="match_columns.html" title="4.7. match_columns parameter"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
       68 
68 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -294,12 +294,12 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori 
     | 
|
| 
       294 
294 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       295 
295 
     | 
    
         
             
                      <a href="match_columns.html" title="4.7. match_columns parameter"
         
     | 
| 
       296 
296 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       297 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 297 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       298 
298 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       299 
299 
     | 
    
         
             
                  </ul>
         
     | 
| 
       300 
300 
     | 
    
         
             
                </div>
         
     | 
| 
       301 
301 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       302 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 302 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       303 
303 
     | 
    
         
             
                </div>
         
     | 
| 
       304 
304 
     | 
    
         
             
              </body>
         
     | 
| 
       305 
305 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.11. Query expansion — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.11. Query expansion — Groonga v6.1.3 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="5. Server" href="../server.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="4.10. Let's create micro-blog" href="micro_blog.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="micro_blog.html" title="4.10. Let's create micro-blog"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
       68 
68 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -329,12 +329,12 @@ select Doc --match_columns body --query "theatre" --query_expander Syn 
     | 
|
| 
       329 
329 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       330 
330 
     | 
    
         
             
                      <a href="micro_blog.html" title="4.10. Let's create micro-blog"
         
     | 
| 
       331 
331 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       332 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 332 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       333 
333 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       334 
334 
     | 
    
         
             
                  </ul>
         
     | 
| 
       335 
335 
     | 
    
         
             
                </div>
         
     | 
| 
       336 
336 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       337 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 337 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       338 
338 
     | 
    
         
             
                </div>
         
     | 
| 
       339 
339 
     | 
    
         
             
              </body>
         
     | 
| 
       340 
340 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.4. Various search conditions — Groonga v6.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.4. Various search conditions — Groonga v6.1.3 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '6.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.3',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="index" title="Index" href="../genindex.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="search" title="Search" href="../search.html" />
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v6.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.3 documentation" href="../index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="next" title="4.5. Drilldown" href="drilldown.html" />
         
     | 
| 
       33 
33 
     | 
    
         
             
                <link rel="prev" title="4.3. Various data types" href="data.html" /> 
         
     | 
| 
         @@ -62,7 +62,7 @@ 
     | 
|
| 
       62 
62 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       63 
63 
     | 
    
         
             
                      <a href="data.html" title="4.3. Various data types"
         
     | 
| 
       64 
64 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       65 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 65 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
       68 
68 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -612,12 +612,12 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc 
     | 
|
| 
       612 
612 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       613 
613 
     | 
    
         
             
                      <a href="data.html" title="4.3. Various data types"
         
     | 
| 
       614 
614 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       615 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1. 
     | 
| 
      
 615 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.3 documentation</a> »</li>
         
     | 
| 
       616 
616 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       617 
617 
     | 
    
         
             
                  </ul>
         
     | 
| 
       618 
618 
     | 
    
         
             
                </div>
         
     | 
| 
       619 
619 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       620 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 620 
     | 
    
         
            +
                    © Copyright 2009-2017, Brazil, Inc.
         
     | 
| 
       621 
621 
     | 
    
         
             
                </div>
         
     | 
| 
       622 
622 
     | 
    
         
             
              </body>
         
     | 
| 
       623 
623 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Sphinx build info version 1
         
     | 
| 
       2 
2 
     | 
    
         
             
            # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
         
     | 
| 
       3 
     | 
    
         
            -
            config:  
     | 
| 
      
 3 
     | 
    
         
            +
            config: 7eb2eaa46d2539f39e1abdf3b0657a1d
         
     | 
| 
       4 
4 
     | 
    
         
             
            tags: 645f666f9bcd5a90fca523b33c5a78b7
         
     | 
| 
         @@ -6,7 +6,7 @@ 
     | 
|
| 
       6 
6 
     | 
    
         
             
            ============
         
     | 
| 
       7 
7 
     | 
    
         | 
| 
       8 
8 
     | 
    
         
             
            前提条件
         
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
      
 9 
     | 
    
         
            +
            *********
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
11 
     | 
    
         
             
            リリース手順の前提条件は以下の通りです。
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
         @@ -21,6 +21,11 @@ 
     | 
|
| 
       21 
21 
     | 
    
         
             
            * CUTTER_DIR=$HOME/work/cutter
         
     | 
| 
       22 
22 
     | 
    
         
             
            * CUTTER_SOURCE_PATH=$HOME/work/cutter/cutter
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            最初の1回だけ行う手順
         
     | 
| 
      
 26 
     | 
    
         
            +
            **********************
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
             
     | 
| 
       24 
29 
     | 
    
         
             
            ビルド環境の準備
         
     | 
| 
       25 
30 
     | 
    
         
             
            ----------------
         
     | 
| 
       26 
31 
     | 
    
         | 
| 
         @@ -51,7 +56,7 @@ Vagrantで使用する仮想化ソフトウェア(VirtualBox、VMwareなど) 
     | 
|
| 
       51 
56 
     | 
    
         
             
            リリース作業ではRPMパッケージに対する署名を行います。
         
     | 
| 
       52 
57 
     | 
    
         
             
            その際、パッケージ署名用の鍵が必要です。
         
     | 
| 
       53 
58 
     | 
    
         | 
| 
       54 
     | 
    
         
            -
            Groongaプロジェクトでは署名用の鍵をリリース担当者の公開鍵で暗号化してリポジトリのpackages 
     | 
| 
      
 59 
     | 
    
         
            +
            Groongaプロジェクトでは署名用の鍵をリリース担当者の公開鍵で暗号化してリポジトリのpackages/ディレクトリ以下へと登録しています。新しいリリース担当者に任命されたばかりで、まだ自分用に暗号化された鍵が無い場合には、他のリリース担当者に依頼して署名用の鍵を暗号化してもらって下さい。
         
     | 
| 
       55 
60 
     | 
    
         | 
| 
       56 
61 
     | 
    
         
             
            リリース担当者はリポジトリに登録された秘密鍵を復号した後に鍵のインポートを以下のコマンドにて行います。::
         
     | 
| 
       57 
62 
     | 
    
         | 
| 
         @@ -79,6 +84,14 @@ Groongaプロジェクトでは署名用の鍵をリリース担当者の公開 
     | 
|
| 
       79 
84 
     | 
    
         | 
| 
       80 
85 
     | 
    
         
             
            この作業は、新規にリリースを行うことになった担当者やパッケージに署名する鍵に変更があった場合などに行います。
         
     | 
| 
       81 
86 
     | 
    
         | 
| 
      
 87 
     | 
    
         
            +
            PPA用の鍵の登録
         
     | 
| 
      
 88 
     | 
    
         
            +
            ---------------
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            この作業は、新規にリリースを行うことになった担当者のみ行います。
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
            [Launchpad](https://launchpad.net/)にアカウントを作成し、自分の普段使いの秘密鍵を登録した上で、他のリリース担当者に依頼して[Groongaチーム](https://launchpad.net/~groonga)に追加してもらって下さい。
         
     | 
| 
      
 93 
     | 
    
         
            +
             
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
       82 
95 
     | 
    
         
             
            リリース作業用ディレクトリの作成
         
     | 
| 
       83 
96 
     | 
    
         
             
            --------------------------------
         
     | 
| 
       84 
97 
     | 
    
         | 
| 
         @@ -88,33 +101,20 @@ Groongaのリリース作業ではリリース専用の環境下(コンパイル 
     | 
|
| 
       88 
101 
     | 
    
         | 
| 
       89 
102 
     | 
    
         
             
            そのため、以降の説明では$GROONGA_DIR以下のディレクトリにリリース用の作業ディレクトリ(groonga.clean)としてソースコードをcloneしたものとして説明します。
         
     | 
| 
       90 
103 
     | 
    
         | 
| 
       91 
     | 
    
         
            -
            リリース用のクリーンな状態でソースコードを取得するために$GROONGA_DIRにて以下のコマンドを実行します。::
         
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
                % git clone --recursive git@github.com:groonga/groonga.git groonga.clean
         
     | 
| 
       94 
     | 
    
         
            -
             
     | 
| 
       95 
     | 
    
         
            -
            この作業はリリース作業ごとに行います。
         
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
     | 
    
         
            -
            変更点のまとめ
         
     | 
| 
       98 
     | 
    
         
            -
            --------------
         
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
            前回リリース時からの変更点を$GROONGA_CLONE_DIR/doc/source/news.txtにまとめます。
         
     | 
| 
       101 
     | 
    
         
            -
            ここでまとめた内容についてはリリースアナウンスにも使用します。
         
     | 
| 
       102 
104 
     | 
    
         | 
| 
       103 
     | 
    
         
            -
            前回リリースからの変更履歴を参照するには以下のコマンドを実行します。::
         
     | 
| 
       104 
105 
     | 
    
         | 
| 
       105 
     | 
    
         
            -
               % git log -p --reverse $(git tag | tail -1)..
         
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
            ログを^commitで検索しながら、以下の基準を目安として変更点を追記していきます。
         
     | 
| 
       108 
106 
     | 
    
         | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
      
 107 
     | 
    
         
            +
            毎回のリリースで行う手順
         
     | 
| 
      
 108 
     | 
    
         
            +
            ************************
         
     | 
| 
       110 
109 
     | 
    
         | 
| 
       111 
     | 
    
         
            -
             
     | 
| 
       112 
     | 
    
         
            -
             
     | 
| 
      
 110 
     | 
    
         
            +
            Groongaのソースコード取得
         
     | 
| 
      
 111 
     | 
    
         
            +
            -------------------------
         
     | 
| 
       113 
112 
     | 
    
         | 
| 
       114 
     | 
    
         
            -
             
     | 
| 
      
 113 
     | 
    
         
            +
            リリース用のクリーンな状態でソースコードを取得するために$GROONGA_DIRにて以下のコマンドを実行します。::
         
     | 
| 
       115 
114 
     | 
    
         | 
| 
       116 
     | 
    
         
            -
             
     | 
| 
      
 115 
     | 
    
         
            +
                % git clone --recursive git@github.com:groonga/groonga.git groonga.clean---------------------------
         
     | 
| 
       117 
116 
     | 
    
         | 
| 
      
 117 
     | 
    
         
            +
            この作業はリリース作業ごとに行います。
         
     | 
| 
       118 
118 
     | 
    
         | 
| 
       119 
119 
     | 
    
         
             
            Groongaのウェブサイトの取得
         
     | 
| 
       120 
120 
     | 
    
         
             
            ---------------------------
         
     | 
| 
         @@ -140,6 +140,29 @@ Groongaのリリース作業では、cutterに含まれるスクリプトを使 
     | 
|
| 
       140 
140 
     | 
    
         | 
| 
       141 
141 
     | 
    
         
             
            これで、$CUTTER_SOURCE_PATHディレクトリにcutterのソースを取得できます。
         
     | 
| 
       142 
142 
     | 
    
         | 
| 
      
 143 
     | 
    
         
            +
            変更点のまとめ
         
     | 
| 
      
 144 
     | 
    
         
            +
            --------------
         
     | 
| 
      
 145 
     | 
    
         
            +
             
     | 
| 
      
 146 
     | 
    
         
            +
            前回リリース時からの変更点を$GROONGA_CLONE_DIR/doc/source/news.rst(英語)にまとめます。
         
     | 
| 
      
 147 
     | 
    
         
            +
            ここでまとめた内容についてはリリースアナウンスにも使用します。
         
     | 
| 
      
 148 
     | 
    
         
            +
             
     | 
| 
      
 149 
     | 
    
         
            +
            前回リリースからの変更履歴を参照するには以下のコマンドを実行します。::
         
     | 
| 
      
 150 
     | 
    
         
            +
             
     | 
| 
      
 151 
     | 
    
         
            +
               % git log -p --reverse $(git tag | tail -1)..
         
     | 
| 
      
 152 
     | 
    
         
            +
             
     | 
| 
      
 153 
     | 
    
         
            +
            ログを^commitで検索しながら、以下の基準を目安として変更点を追記していきます。
         
     | 
| 
      
 154 
     | 
    
         
            +
             
     | 
| 
      
 155 
     | 
    
         
            +
            含めるもの
         
     | 
| 
      
 156 
     | 
    
         
            +
             
     | 
| 
      
 157 
     | 
    
         
            +
            * ユーザへ影響するような変更
         
     | 
| 
      
 158 
     | 
    
         
            +
            * 互換性がなくなるような変更
         
     | 
| 
      
 159 
     | 
    
         
            +
             
     | 
| 
      
 160 
     | 
    
         
            +
            含めないもの
         
     | 
| 
      
 161 
     | 
    
         
            +
             
     | 
| 
      
 162 
     | 
    
         
            +
            * 内部的な変更(変数名の変更やらリファクタリング)
         
     | 
| 
      
 163 
     | 
    
         
            +
             
     | 
| 
      
 164 
     | 
    
         
            +
            具体的な変更点の記述方法は後述します。
         
     | 
| 
      
 165 
     | 
    
         
            +
             
     | 
| 
       143 
166 
     | 
    
         
             
            configureスクリプトの生成
         
     | 
| 
       144 
167 
     | 
    
         
             
            -------------------------
         
     | 
| 
       145 
168 
     | 
    
         | 
| 
         @@ -188,11 +211,25 @@ configureオプションである--with-cutter-source-pathにはcutterのソー 
     | 
|
| 
       188 
211 
     | 
    
         | 
| 
       189 
212 
     | 
    
         
             
                % ssh packages@packages.groonga.org
         
     | 
| 
       190 
213 
     | 
    
         | 
| 
      
 214 
     | 
    
         
            +
            デバッグ用や開発用のパッケージをテスト用に公開する時は、`--with-launchpad-ppa=groonga-nightly`を指定して不安定版のリポジトリにアップロードするように指定します。::
         
     | 
| 
      
 215 
     | 
    
         
            +
             
     | 
| 
      
 216 
     | 
    
         
            +
                % ./configure \
         
     | 
| 
      
 217 
     | 
    
         
            +
                      --with-launchpad-ppa=groonga-nightly \
         
     | 
| 
      
 218 
     | 
    
         
            +
                      --prefix=/tmp/local \
         
     | 
| 
      
 219 
     | 
    
         
            +
                      --with-launchpad-uploader-pgp-key=(Launchpadに登録したkeyID) \
         
     | 
| 
      
 220 
     | 
    
         
            +
                      --with-groonga-org-path=$HOME/work/groonga/groonga.org \
         
     | 
| 
      
 221 
     | 
    
         
            +
                      --enable-document \
         
     | 
| 
      
 222 
     | 
    
         
            +
                      --with-ruby \
         
     | 
| 
      
 223 
     | 
    
         
            +
                      --enable-mruby \
         
     | 
| 
      
 224 
     | 
    
         
            +
                      --with-cutter-source-path=$HOME/work/cutter/cutter
         
     | 
| 
      
 225 
     | 
    
         
            +
             
     | 
| 
      
 226 
     | 
    
         
            +
            新任のリリース担当者は必ず、この方法でPPAのリポジトリにパッケージをアップロードできる事を確認しておいてください。
         
     | 
| 
      
 227 
     | 
    
         
            +
             
     | 
| 
       191 
228 
     | 
    
         | 
| 
       192 
229 
     | 
    
         
             
            make update-latest-releaseの実行
         
     | 
| 
       193 
230 
     | 
    
         
             
            --------------------------------
         
     | 
| 
       194 
231 
     | 
    
         | 
| 
       195 
     | 
    
         
            -
            make update-latest-releaseコマンドでは、OLD_RELEASE_DATEに前回のリリースの日付を、NEW_RELEASE_DATE 
     | 
| 
      
 232 
     | 
    
         
            +
            make update-latest-releaseコマンドでは、OLD_RELEASE_DATEに前回のリリースの日付を、NEW_RELEASE_DATEに次回リリースの日付(未来の日付)を指定します。
         
     | 
| 
       196 
233 
     | 
    
         | 
| 
       197 
234 
     | 
    
         
             
            2.0.2のリリースを行った際は以下のコマンドを実行しました。::
         
     | 
| 
       198 
235 
     | 
    
         
             
            ::
         
     | 
| 
         @@ -231,8 +268,20 @@ make update-poコマンドの実行により更新した各種.poファイルを 
     | 
|
| 
       231 
268 
     | 
    
         
             
                % make -C doc/locale/ja html
         
     | 
| 
       232 
269 
     | 
    
         
             
                % make -C doc/locale/en html
         
     | 
| 
       233 
270 
     | 
    
         | 
| 
      
 271 
     | 
    
         
            +
            修正が必要な箇所を調べて、`***.edit`というファイルを適宜修正します。
         
     | 
| 
      
 272 
     | 
    
         
            +
             
     | 
| 
      
 273 
     | 
    
         
            +
                % cd groonga/doc/locale
         
     | 
| 
      
 274 
     | 
    
         
            +
                % gir diff
         
     | 
| 
      
 275 
     | 
    
         
            +
             
     | 
| 
      
 276 
     | 
    
         
            +
            ファイルを編集したら、再度poファイルとHTMLを更新するために以下のコマンドを実行します。::
         
     | 
| 
      
 277 
     | 
    
         
            +
             
     | 
| 
      
 278 
     | 
    
         
            +
                % make update-po
         
     | 
| 
      
 279 
     | 
    
         
            +
                % make -C doc/locale/ja html
         
     | 
| 
      
 280 
     | 
    
         
            +
                % make -C doc/locale/en html
         
     | 
| 
      
 281 
     | 
    
         
            +
             
     | 
| 
       234 
282 
     | 
    
         
             
            確認が完了したら、翻訳済みpoファイルをコミットします。
         
     | 
| 
       235 
283 
     | 
    
         | 
| 
      
 284 
     | 
    
         
            +
             
     | 
| 
       236 
285 
     | 
    
         
             
            リリースタグの設定
         
     | 
| 
       237 
286 
     | 
    
         
             
            ------------------
         
     | 
| 
       238 
287 
     | 
    
         | 
| 
         @@ -309,9 +358,9 @@ Debian系パッケージのビルド 
     | 
|
| 
       309 
358 
     | 
    
         
             
            Groongaのpackages/aptサブディレクトリに移動して、以下のコマンドを実行します。::
         
     | 
| 
       310 
359 
     | 
    
         | 
| 
       311 
360 
     | 
    
         
             
                % cd packages/apt
         
     | 
| 
       312 
     | 
    
         
            -
                % make build  
     | 
| 
      
 361 
     | 
    
         
            +
                % make build PARALLEL=yes
         
     | 
| 
       313 
362 
     | 
    
         | 
| 
       314 
     | 
    
         
            -
            make build  
     | 
| 
      
 363 
     | 
    
         
            +
            make build PARALLEL=yesコマンドを実行すると、ディストリビューションのリリースとアーキテクチャの組み合わせでビルドを平行して行うことができます。ホストマシンの性能に複数台のVMを動作させるだけの余裕がない場合は、PARALLEL=yesは指定しないで下さい。その場合、各アーキテクチャ向けのビルドが順番に行われます。
         
     | 
| 
       315 
364 
     | 
    
         | 
| 
       316 
365 
     | 
    
         
             
            現在サポートされているのは以下の通りです。
         
     | 
| 
       317 
366 
     | 
    
         | 
| 
         @@ -343,9 +392,9 @@ Red Hat系パッケージのビルド 
     | 
|
| 
       343 
392 
     | 
    
         
             
            Groongaのpackages/yumサブディレクトリに移動して、以下のコマンドを実行します。::
         
     | 
| 
       344 
393 
     | 
    
         | 
| 
       345 
394 
     | 
    
         
             
                % cd packages/yum
         
     | 
| 
       346 
     | 
    
         
            -
                % make build  
     | 
| 
      
 395 
     | 
    
         
            +
                % make build PARALLEL=yes
         
     | 
| 
       347 
396 
     | 
    
         | 
| 
       348 
     | 
    
         
            -
            make build  
     | 
| 
      
 397 
     | 
    
         
            +
            make build PARALLEL=yesコマンドを実行すると、ディストリビューションのリリースとアーキテクチャの組み合わせでビルドを平行して行うことができます。
         
     | 
| 
       349 
398 
     | 
    
         | 
| 
       350 
399 
     | 
    
         
             
            現在サポートされているのは以下の通りです。
         
     | 
| 
       351 
400 
     | 
    
         | 
| 
         @@ -397,14 +446,24 @@ make installerが正常に終了するとWindowsインストーラをfilesディ 
     | 
|
| 
       397 
446 
     | 
    
         | 
| 
       398 
447 
     | 
    
         
             
            Debian系もしくはRed Hat系の場合には本番環境へとアップロードする前にローカルのaptないしyumのリポジトリを参照して正常に更新できることを確認します。
         
     | 
| 
       399 
448 
     | 
    
         | 
| 
       400 
     | 
    
         
            -
            ここでは以下のようにrubyを利用してリポジトリをweb 
     | 
| 
      
 449 
     | 
    
         
            +
            ここでは以下のようにrubyを利用してリポジトリをwebサーバ経由で参照できるようにします。
         
     | 
| 
      
 450 
     | 
    
         
            +
             
     | 
| 
      
 451 
     | 
    
         
            +
            yumの場合::
         
     | 
| 
      
 452 
     | 
    
         
            +
             
     | 
| 
      
 453 
     | 
    
         
            +
                % ruby -run -e httpd -- packages/yum/repositories
         
     | 
| 
      
 454 
     | 
    
         
            +
                % yum update
         
     | 
| 
      
 455 
     | 
    
         
            +
                ...
         
     | 
| 
       401 
456 
     | 
    
         | 
| 
       402 
     | 
    
         
            -
             
     | 
| 
       403 
     | 
    
         
            -
             
     | 
| 
      
 457 
     | 
    
         
            +
            aptの場合::
         
     | 
| 
      
 458 
     | 
    
         
            +
             
     | 
| 
      
 459 
     | 
    
         
            +
                % ruby -run -e httpd -- packages/apt/repositories
         
     | 
| 
      
 460 
     | 
    
         
            +
                % sudo apt update
         
     | 
| 
      
 461 
     | 
    
         
            +
                ...
         
     | 
| 
       404 
462 
     | 
    
         | 
| 
       405 
463 
     | 
    
         
             
            grntestの準備
         
     | 
| 
       406 
464 
     | 
    
         
             
            ~~~~~~~~~~~~~
         
     | 
| 
       407 
465 
     | 
    
         | 
| 
      
 466 
     | 
    
         
            +
            TravisCIの結果が正常であれば、この手順はスキップして構いません。
         
     | 
| 
       408 
467 
     | 
    
         
             
            grntestを実行するためにはGroongaのテストデータとgrntestのソースが必要です。
         
     | 
| 
       409 
468 
     | 
    
         | 
| 
       410 
469 
     | 
    
         
             
            まずGroongaのソースを任意のディレクトリへと展開します。::
         
     | 
| 
         @@ -438,8 +497,8 @@ Debian系の場合 
     | 
|
| 
       438 
497 
     | 
    
         | 
| 
       439 
498 
     | 
    
         
             
            Debian系の場合の動作確認手順は以下の通りとなります。
         
     | 
| 
       440 
499 
     | 
    
         | 
| 
       441 
     | 
    
         
            -
            *  
     | 
| 
       442 
     | 
    
         
            -
            *  
     | 
| 
      
 500 
     | 
    
         
            +
            * 旧バージョンをテスト環境へとインストールする
         
     | 
| 
      
 501 
     | 
    
         
            +
            * テスト環境の/etc/hostsを書き換えてpackages.groonga.orgがホストを
         
     | 
| 
       443 
502 
     | 
    
         
             
              参照するように変更する
         
     | 
| 
       444 
503 
     | 
    
         
             
            * ホストでwebサーバを起動してドキュメントルートをビルド環境のもの
         
     | 
| 
       445 
504 
     | 
    
         
             
              (repositories/apt/packages)に設定する
         
     | 
| 
         @@ -454,8 +513,8 @@ Red Hat系の場合 
     | 
|
| 
       454 
513 
     | 
    
         | 
| 
       455 
514 
     | 
    
         
             
            Red Hat系の場合の動作確認手順は以下の通りとなります。
         
     | 
| 
       456 
515 
     | 
    
         | 
| 
       457 
     | 
    
         
            -
            *  
     | 
| 
       458 
     | 
    
         
            -
            *  
     | 
| 
      
 516 
     | 
    
         
            +
            * 旧バージョンをテスト環境へとインストール
         
     | 
| 
      
 517 
     | 
    
         
            +
            * テスト環境の/etc/hostsを書き換えてpackages.groonga.orgがホストを参照するように変更する
         
     | 
| 
       459 
518 
     | 
    
         
             
            * ホストでwebサーバを起動してドキュメントルートをビルド環境のもの(packages/yum/repositories)に設定する
         
     | 
| 
       460 
519 
     | 
    
         
             
            * アップグレード手順を実行する
         
     | 
| 
       461 
520 
     | 
    
         
             
            * grntestのアーカイブを展開してインストールしたバージョンでテストを実行する
         
     | 
| 
         @@ -465,7 +524,7 @@ Red Hat系の場合の動作確認手順は以下の通りとなります。 
     | 
|
| 
       465 
524 
     | 
    
         
             
            Windows向けの場合
         
     | 
| 
       466 
525 
     | 
    
         
             
            ~~~~~~~~~~~~~~~~~
         
     | 
| 
       467 
526 
     | 
    
         | 
| 
       468 
     | 
    
         
            -
            *  
     | 
| 
      
 527 
     | 
    
         
            +
            * テスト環境で新規インストール/上書きインストールを行う
         
     | 
| 
       469 
528 
     | 
    
         
             
            * grntestのアーカイブを展開してインストールしたバージョンでテストを実行する
         
     | 
| 
       470 
529 
     | 
    
         
             
            * grntestの正常終了を確認する
         
     | 
| 
       471 
530 
     | 
    
         | 
| 
         @@ -476,14 +535,14 @@ zipアーカイブも同様にしてgrntestを実行し動作確認を行いま 
     | 
|
| 
       476 
535 
     | 
    
         | 
| 
       477 
536 
     | 
    
         
             
            リリースの際にはリリースアナウンスを流して、Groongaを広く通知します。
         
     | 
| 
       478 
537 
     | 
    
         | 
| 
       479 
     | 
    
         
            -
            news. 
     | 
| 
      
 538 
     | 
    
         
            +
            news.rstに変更点をまとめましたが、それを元にリリースアナウンスを作成します。
         
     | 
| 
       480 
539 
     | 
    
         | 
| 
       481 
540 
     | 
    
         
             
            リリースアナウンスには以下を含めます。
         
     | 
| 
       482 
541 
     | 
    
         | 
| 
       483 
542 
     | 
    
         
             
            * インストール方法へのリンク
         
     | 
| 
       484 
543 
     | 
    
         
             
            * リリースのトピック紹介
         
     | 
| 
       485 
544 
     | 
    
         
             
            * リリース変更点へのリンク
         
     | 
| 
       486 
     | 
    
         
            -
            * リリース変更点(news. 
     | 
| 
      
 545 
     | 
    
         
            +
            * リリース変更点(news.rstの内容)
         
     | 
| 
       487 
546 
     | 
    
         | 
| 
       488 
547 
     | 
    
         
             
            リリースのトピック紹介では、これからGroongaを使う人へアピールする点や既存のバージョンを利用している人がアップグレードする際に必要な情報を提供します。
         
     | 
| 
       489 
548 
     | 
    
         | 
| 
         @@ -499,6 +558,8 @@ news.txtに変更点をまとめましたが、それを元にリリースアナ 
     | 
|
| 
       499 
558 
     | 
    
         | 
| 
       500 
559 
     | 
    
         
             
                * http://osdn.jp/projects/groonga/lists/archive/dev/2012-April/000794.html
         
     | 
| 
       501 
560 
     | 
    
         | 
| 
      
 561 
     | 
    
         
            +
            後述しますが、Twitter等でのリリースアナウンスの際はここで用意したアナウンス文の要約を使用します。
         
     | 
| 
      
 562 
     | 
    
         
            +
             
     | 
| 
       502 
563 
     | 
    
         | 
| 
       503 
564 
     | 
    
         
             
            パッケージのアップロード
         
     | 
| 
       504 
565 
     | 
    
         
             
            ------------------------
         
     | 
| 
         @@ -530,6 +591,10 @@ Windows向けのパッケージのアップロードには以下のコマンド 
     | 
|
| 
       530 
591 
     | 
    
         
             
            Ubuntu用パッケージのアップロード
         
     | 
| 
       531 
592 
     | 
    
         
             
            --------------------------------
         
     | 
| 
       532 
593 
     | 
    
         | 
| 
      
 594 
     | 
    
         
            +
            Ubuntu向けパッケージの作成には、作業マシン上にGroongaのビルドに必要な依存ソフトウェア一式がインストールされている必要があります。以下のようにしてインストールしておいて下さい。::
         
     | 
| 
      
 595 
     | 
    
         
            +
             
     | 
| 
      
 596 
     | 
    
         
            +
                % sudo apt build-dep groonga
         
     | 
| 
      
 597 
     | 
    
         
            +
             
     | 
| 
       533 
598 
     | 
    
         
             
            Ubuntu向けのパッケージのアップロードには以下のコマンドを実行します。::
         
     | 
| 
       534 
599 
     | 
    
         | 
| 
       535 
600 
     | 
    
         
             
                % cd packages/ubuntu
         
     | 
| 
         @@ -545,6 +610,13 @@ Ubuntu向けのパッケージのアップロードには以下のコマンド 
     | 
|
| 
       545 
610 
     | 
    
         | 
| 
       546 
611 
     | 
    
         
             
              https://launchpad.net/~groonga/+archive/ubuntu/ppa
         
     | 
| 
       547 
612 
     | 
    
         | 
| 
      
 613 
     | 
    
         
            +
            Ubuntu用パッケージの公開の取り消し
         
     | 
| 
      
 614 
     | 
    
         
            +
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         
     | 
| 
      
 615 
     | 
    
         
            +
             
     | 
| 
      
 616 
     | 
    
         
            +
            LaunchpadのGroongaチームのページで対象のPPAを選択し、バージョン一覧の上にある「View package details」リンクの先で「Delete packages」リンクを辿ると、アップロード済みパッケージを削除できる。
         
     | 
| 
      
 617 
     | 
    
         
            +
            例;[不安定版リポジトリのパッケージの削除用のページ](https://launchpad.net/~groonga/+archive/ubuntu/nightly/+delete-packages)。
         
     | 
| 
      
 618 
     | 
    
         
            +
             
     | 
| 
      
 619 
     | 
    
         
            +
             
     | 
| 
       548 
620 
     | 
    
         
             
            blogroonga(ブログ)の更新
         
     | 
| 
       549 
621 
     | 
    
         
             
            ------------------------
         
     | 
| 
       550 
622 
     | 
    
         | 
| 
         @@ -561,7 +633,7 @@ cloneしたWebサイトのソースに対して以下のファイルを新規追 
     | 
|
| 
       561 
633 
     | 
    
         
             
            編集した内容をpushする前に確認したい場合にはJekyllおよびRedCloth(Textileパーサー)、RDiscount(Markdownパーサー)、JavaScript interpreter(therubyracer、Node.jsなど)が必要です。
         
     | 
| 
       562 
634 
     | 
    
         
             
            インストールするには以下のコマンドを実行します。::
         
     | 
| 
       563 
635 
     | 
    
         | 
| 
       564 
     | 
    
         
            -
                % sudo gem install jekyll RedCloth rdiscount therubyracer
         
     | 
| 
      
 636 
     | 
    
         
            +
                % sudo gem install jekyll jekyll-paginate RedCloth rdiscount therubyracer
         
     | 
| 
       565 
637 
     | 
    
         | 
| 
       566 
638 
     | 
    
         
             
            jekyllのインストールを行ったら、以下のコマンドでローカルにwebサーバを起動します。::
         
     | 
| 
       567 
639 
     | 
    
         | 
| 
         @@ -595,11 +667,13 @@ doc/source以下のドキュメントを更新、翻訳まで完了している 
     | 
|
| 
       595 
667 
     | 
    
         
             
            Homebrewの更新
         
     | 
| 
       596 
668 
     | 
    
         
             
            --------------
         
     | 
| 
       597 
669 
     | 
    
         | 
| 
      
 670 
     | 
    
         
            +
            この手順は省略可能です(Homebrewの更新はGroongaプロジェクト本体のリリース要件には含まれません)。
         
     | 
| 
      
 671 
     | 
    
         
            +
             
     | 
| 
       598 
672 
     | 
    
         
             
            OS Xでのパッケージ管理方法として `Homebrew <http://brew.sh/>`_ があります。
         
     | 
| 
       599 
673 
     | 
    
         | 
| 
       600 
674 
     | 
    
         
             
            Groongaを簡単にインストールできるようにするために、Homebrewへpull requestを送ります。
         
     | 
| 
       601 
675 
     | 
    
         | 
| 
       602 
     | 
    
         
            -
              https://github.com/ 
     | 
| 
      
 676 
     | 
    
         
            +
              https://github.com/Homebrew/homebrew-core
         
     | 
| 
       603 
677 
     | 
    
         | 
| 
       604 
678 
     | 
    
         
             
            すでにGroongaのFormulaは取り込まれているので、リリースのたびにFormulaの内容を更新する作業を実施します。
         
     | 
| 
       605 
679 
     | 
    
         | 
| 
         @@ -643,14 +717,8 @@ Groongaグループのメンバーになると、個人のアカウントでは 
     | 
|
| 
       643 
717 
     | 
    
         | 
| 
       644 
718 
     | 
    
         
             
            リリースアナウンスを流し終えたら、次期バージョンの開発が始まります。
         
     | 
| 
       645 
719 
     | 
    
         | 
| 
       646 
     | 
    
         
            -
            * Groonga プロジェクトの新規バージョン追加
         
     | 
| 
       647 
720 
     | 
    
         
             
            * Groonga のbase_versionの更新
         
     | 
| 
       648 
721 
     | 
    
         | 
| 
       649 
     | 
    
         
            -
            Groonga プロジェクトの新規バージョン追加
         
     | 
| 
       650 
     | 
    
         
            -
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         
     | 
| 
       651 
     | 
    
         
            -
             
     | 
| 
       652 
     | 
    
         
            -
            `Groonga プロジェクトの設定ページ <http://redmine.groonga.org/projects/groonga/settings>`_ にて新規バージョンを追加します。(例: release-2.0.6)
         
     | 
| 
       653 
     | 
    
         
            -
             
     | 
| 
       654 
722 
     | 
    
         
             
            Groonga バージョン更新
         
     | 
| 
       655 
723 
     | 
    
         
             
            ~~~~~~~~~~~~~~~~~~~~~~
         
     | 
| 
       656 
724 
     | 
    
         | 
| 
         @@ -670,7 +738,7 @@ $GROONGA_CLONE_DIRにて以下のコマンドを実行します。:: 
     | 
|
| 
       670 
738 
     | 
    
         
             
            ビルドを並列化したい
         
     | 
| 
       671 
739 
     | 
    
         
             
            ~~~~~~~~~~~~~~~~~~~~
         
     | 
| 
       672 
740 
     | 
    
         | 
| 
       673 
     | 
    
         
            -
            make build  
     | 
| 
      
 741 
     | 
    
         
            +
            make build PARALLEL=yesを指定するとchroot環境で並列にビルドを
         
     | 
| 
       674 
742 
     | 
    
         
             
            実行できます。
         
     | 
| 
       675 
743 
     | 
    
         | 
| 
       676 
744 
     | 
    
         |