rroonga 5.0.8-x86-mingw32 → 5.0.9-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Rakefile +18 -6
 - data/ext/groonga/rb-grn-conf.c +145 -0
 - data/ext/groonga/rb-grn-expression.c +34 -0
 - data/ext/groonga/rb-grn-table.c +113 -0
 - data/ext/groonga/rb-grn-utils.c +5 -1
 - data/ext/groonga/rb-grn.h +2 -1
 - data/ext/groonga/rb-groonga.c +1 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/groonga/context.rb +9 -1
 - data/lib/groonga/expression-builder.rb +0 -1
 - data/rroonga-build.rb +3 -3
 - data/test/test-conf.rb +31 -0
 - data/test/test-table.rb +36 -0
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.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-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-4.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/libonig-5.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/zlib1.dll +0 -0
 - data/vendor/local/include/groonga/groonga.h +3 -0
 - data/vendor/local/include/groonga/groonga/conf.h +42 -0
 - data/vendor/local/include/groonga/groonga/expr.h +2 -1
 - data/vendor/local/include/groonga/groonga/geo.h +39 -0
 - data/vendor/local/include/groonga/groonga/groonga.h +7 -0
 - data/vendor/local/include/groonga/groonga/obj.h +50 -0
 - data/vendor/local/include/groonga/groonga/output.h +3 -1
 - data/vendor/local/include/groonga/groonga/plugin.h +2 -0
 - data/vendor/local/include/groonga/groonga/windows.h +34 -0
 - data/vendor/local/lib/groonga/plugins/expression_rewriters/optimizer.rb +38 -0
 - 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/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/ruby/eval.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
 - 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/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - 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/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/scripts/ruby/expression.rb +31 -3
 - data/vendor/local/lib/groonga/scripts/ruby/expression_rewriter.rb +22 -0
 - data/vendor/local/lib/groonga/scripts/ruby/expression_rewriters.rb +31 -0
 - data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +1 -1
 - data/vendor/local/lib/groonga/scripts/ruby/record.rb +26 -0
 - data/vendor/local/lib/groonga/scripts/ruby/require.rb +6 -6
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +5 -5
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.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.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - 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/sbin/groonga-httpd.exe +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - 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 +3 -3
 - 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 +3 -3
 - 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 +109 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +16 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +131 -0
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +9 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +156 -68
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +25 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - 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 +3 -3
 - 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 +3 -3
 - 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 +109 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +16 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +131 -0
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +9 -5
 - data/vendor/local/share/doc/groonga/ja/html/index.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news.html +159 -69
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +25 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
 - data/vendor/local/share/groonga/mruby/LEGAL +136 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +59 -45
 - data/vendor/local/share/man/man1/groonga.1 +59 -45
 - metadata +12 -2
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.6. Fedora — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.6. Fedora — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.7. Oracle Solaris" href="solaris.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.5. CentOS" href="centos.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="centos.html" title="2.5. CentOS"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -134,9 +134,9 @@ 
     | 
|
| 
       134 
134 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       135 
135 
     | 
    
         
             
            </div>
         
     | 
| 
       136 
136 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       137 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
       138 
     | 
    
         
            -
            % tar xvzf groonga-5.0. 
     | 
| 
       139 
     | 
    
         
            -
            % cd groonga-5.0. 
     | 
| 
      
 137 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.9.tar.gz
         
     | 
| 
      
 138 
     | 
    
         
            +
            % tar xvzf groonga-5.0.9.tar.gz
         
     | 
| 
      
 139 
     | 
    
         
            +
            % cd groonga-5.0.9
         
     | 
| 
       140 
140 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       141 
141 
     | 
    
         
             
            </div>
         
     | 
| 
       142 
142 
     | 
    
         
             
            <p>configureを実行します( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span>configure</span></a> を参照してください):</p>
         
     | 
| 
         @@ -211,7 +211,7 @@ 
     | 
|
| 
       211 
211 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       212 
212 
     | 
    
         
             
                      <a href="centos.html" title="2.5. CentOS"
         
     | 
| 
       213 
213 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       214 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 214 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       215 
215 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       216 
216 
     | 
    
         
             
                  </ul>
         
     | 
| 
       217 
217 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.2. Mac OS X — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.2. Mac OS X — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.1. Windows" href="windows.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="windows.html" title="2.1. Windows"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -96,9 +96,9 @@ 
     | 
|
| 
       96 
96 
     | 
    
         
             
            <h2>2.2.3. ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <p><a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a> をインストールしてください。</p>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       99 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
       100 
     | 
    
         
            -
            % tar xvzf groonga-5.0. 
     | 
| 
       101 
     | 
    
         
            -
            % cd groonga-5.0. 
     | 
| 
      
 99 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-5.0.9.tar.gz
         
     | 
| 
      
 100 
     | 
    
         
            +
            % tar xvzf groonga-5.0.9.tar.gz
         
     | 
| 
      
 101 
     | 
    
         
            +
            % cd groonga-5.0.9
         
     | 
| 
       102 
102 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <p>configureを実行します( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span>configure</span></a> を参照してください):</p>
         
     | 
| 
         @@ -174,7 +174,7 @@ 
     | 
|
| 
       174 
174 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       175 
175 
     | 
    
         
             
                      <a href="windows.html" title="2.1. Windows"
         
     | 
| 
       176 
176 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       177 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 177 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       178 
178 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       179 
179 
     | 
    
         
             
                  </ul>
         
     | 
| 
       180 
180 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.8. その他 — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.8. その他 — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="3. コミュニティ" href="../community.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="solaris.html" title="2.7. Oracle Solaris"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -137,9 +137,9 @@ 
     | 
|
| 
       137 
137 
     | 
    
         
             
            <div class="section" id="build-from-source">
         
     | 
| 
       138 
138 
     | 
    
         
             
            <h2>2.8.2. ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       139 
139 
     | 
    
         
             
            <p>GroongaはGNUビルドシステムを使っています。以下は一番簡単なビルド手順です:</p>
         
     | 
| 
       140 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
       141 
     | 
    
         
            -
            % tar xvzf groonga-5.0. 
     | 
| 
       142 
     | 
    
         
            -
            % cd groonga-5.0. 
     | 
| 
      
 140 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.9.tar.gz
         
     | 
| 
      
 141 
     | 
    
         
            +
            % tar xvzf groonga-5.0.9.tar.gz
         
     | 
| 
      
 142 
     | 
    
         
            +
            % cd groonga-5.0.9
         
     | 
| 
       143 
143 
     | 
    
         
             
            % ./configure
         
     | 
| 
       144 
144 
     | 
    
         
             
            % make
         
     | 
| 
       145 
145 
     | 
    
         
             
            % sudo make install
         
     | 
| 
         @@ -352,7 +352,7 @@ 
     | 
|
| 
       352 
352 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       353 
353 
     | 
    
         
             
                      <a href="solaris.html" title="2.7. Oracle Solaris"
         
     | 
| 
       354 
354 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       355 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 355 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       356 
356 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       357 
357 
     | 
    
         
             
                  </ul>
         
     | 
| 
       358 
358 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.7. Oracle Solaris — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.7. Oracle Solaris — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.8. その他" href="others.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.6. Fedora" href="fedora.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="fedora.html" title="2.6. Fedora"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -81,9 +81,9 @@ 
     | 
|
| 
       81 
81 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       82 
82 
     | 
    
         
             
            </div>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       84 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
       85 
     | 
    
         
            -
            % gtar xvzf groonga-5.0. 
     | 
| 
       86 
     | 
    
         
            -
            % cd groonga-5.0. 
     | 
| 
      
 84 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.9.tar.gz
         
     | 
| 
      
 85 
     | 
    
         
            +
            % gtar xvzf groonga-5.0.9.tar.gz
         
     | 
| 
      
 86 
     | 
    
         
            +
            % cd groonga-5.0.9
         
     | 
| 
       87 
87 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       88 
88 
     | 
    
         
             
            </div>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></code> 変数付きでconfigureを実行します。これらの変数は64-bit版をビルドするために必要です。32-bit版をビルドする場合はこれらの変数を指定しないでしてください。 ( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span>configure</span></a> を参照してください):</p>
         
     | 
| 
         @@ -157,7 +157,7 @@ 
     | 
|
| 
       157 
157 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       158 
158 
     | 
    
         
             
                      <a href="fedora.html" title="2.6. Fedora"
         
     | 
| 
       159 
159 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       160 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 160 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       161 
161 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       162 
162 
     | 
    
         
             
                  </ul>
         
     | 
| 
       163 
163 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.4. Ubuntu — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.4. Ubuntu — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.5. CentOS" href="centos.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="debian.html" title="2.3. Debian GNU/Linux"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -140,9 +140,9 @@ 
     | 
|
| 
       140 
140 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       141 
141 
     | 
    
         
             
            </div>
         
     | 
| 
       142 
142 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       143 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
       144 
     | 
    
         
            -
            % tar xvzf groonga-5.0. 
     | 
| 
       145 
     | 
    
         
            -
            % cd groonga-5.0. 
     | 
| 
      
 143 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.9.tar.gz
         
     | 
| 
      
 144 
     | 
    
         
            +
            % tar xvzf groonga-5.0.9.tar.gz
         
     | 
| 
      
 145 
     | 
    
         
            +
            % cd groonga-5.0.9
         
     | 
| 
       146 
146 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       147 
147 
     | 
    
         
             
            </div>
         
     | 
| 
       148 
148 
     | 
    
         
             
            <p>configureを実行します( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span>configure</span></a> を参照してください):</p>
         
     | 
| 
         @@ -217,7 +217,7 @@ 
     | 
|
| 
       217 
217 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       218 
218 
     | 
    
         
             
                      <a href="debian.html" title="2.3. Debian GNU/Linux"
         
     | 
| 
       219 
219 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       220 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 220 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       221 
221 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       222 
222 
     | 
    
         
             
                  </ul>
         
     | 
| 
       223 
223 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>2.1. Windows — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.1. Windows — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="2. インストール" href="../install.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="2. インストール" href="../install.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -80,14 +80,14 @@ 
     | 
|
| 
       80 
80 
     | 
    
         
             
            <p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       83 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0. 
     | 
| 
      
 83 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.9-x86.exe">http://packages.groonga.org/windows/groonga/groonga-5.0.9-x86.exe</a></li>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </ul>
         
     | 
| 
       85 
85 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <p>その後、バイナリを実行します。</p>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       90 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0. 
     | 
| 
      
 90 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.9-x64.exe">http://packages.groonga.org/windows/groonga/groonga-5.0.9-x64.exe</a></li>
         
     | 
| 
       91 
91 
     | 
    
         
             
            </ul>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <p>その後、バイナリを実行します。</p>
         
     | 
| 
         @@ -98,14 +98,14 @@ 
     | 
|
| 
       98 
98 
     | 
    
         
             
            <p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       100 
100 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       101 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0. 
     | 
| 
      
 101 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.9-x86.zip">http://packages.groonga.org/windows/groonga/groonga-5.0.9-x86.zip</a></li>
         
     | 
| 
       102 
102 
     | 
    
         
             
            </ul>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       107 
107 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       108 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0. 
     | 
| 
      
 108 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.9-x64.zip">http://packages.groonga.org/windows/groonga/groonga-5.0.9-x64.zip</a></li>
         
     | 
| 
       109 
109 
     | 
    
         
             
            </ul>
         
     | 
| 
       110 
110 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       111 
111 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
         @@ -123,24 +123,24 @@ 
     | 
|
| 
       123 
123 
     | 
    
         
             
            <p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
         
     | 
| 
       124 
124 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       125 
125 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       126 
     | 
    
         
            -
            <li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
      
 126 
     | 
    
         
            +
            <li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-5.0.9.zip">http://packages.groonga.org/source/groonga/groonga-5.0.9.zip</a></li>
         
     | 
| 
       127 
127 
     | 
    
         
             
            </ul>
         
     | 
| 
       128 
128 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       129 
129 
     | 
    
         
             
            <p>その後、アーカイブを展開します。</p>
         
     | 
| 
       130 
130 
     | 
    
         
             
            <p>Groongaのソースフォルダへと移動します:</p>
         
     | 
| 
       131 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-5.0. 
     | 
| 
      
 131 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-5.0.9
         
     | 
| 
       132 
132 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       133 
133 
     | 
    
         
             
            </div>
         
     | 
| 
       134 
134 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">cmake</span></code> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <code class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">12</span> <span class="pre">2013"</span></code> パラメーターを指定してください:</p>
         
     | 
| 
       135 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-5.0. 
     | 
| 
      
 135 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-5.0.9> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
         
     | 
| 
       136 
136 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </div>
         
     | 
| 
       138 
138 
     | 
    
         
             
            <p>ビルド:</p>
         
     | 
| 
       139 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-5.0. 
     | 
| 
      
 139 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-5.0.9> cmake --build . --config Release
         
     | 
| 
       140 
140 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       141 
141 
     | 
    
         
             
            </div>
         
     | 
| 
       142 
142 
     | 
    
         
             
            <p>インストール:</p>
         
     | 
| 
       143 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>groonga-5.0. 
     | 
| 
      
 143 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>groonga-5.0.9> cmake --build . --config Release --target Install
         
     | 
| 
       144 
144 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       145 
145 
     | 
    
         
             
            </div>
         
     | 
| 
       146 
146 
     | 
    
         
             
            <p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga executable file</em></a> が <code class="docutils literal"><span class="pre">c:\Groonga\bin\groonga.exe</span></code> にインストールされます。</p>
         
     | 
| 
         @@ -205,7 +205,7 @@ 
     | 
|
| 
       205 
205 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       206 
206 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       207 
207 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       208 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0. 
     | 
| 
      
 208 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li>
         
     | 
| 
       209 
209 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       210 
210 
     | 
    
         
             
                  </ul>
         
     | 
| 
       211 
211 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>9. 制限事項 — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>9. 制限事項 — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="8.2. 検索" href="spec/search.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="spec/search.html" title="8.2. 検索"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -164,7 +164,7 @@ 
     | 
|
| 
       164 
164 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       165 
165 
     | 
    
         
             
                      <a href="spec/search.html" title="8.2. 検索"
         
     | 
| 
       166 
166 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       167 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0. 
     | 
| 
      
 167 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li> 
         
     | 
| 
       168 
168 
     | 
    
         
             
                  </ul>
         
     | 
| 
       169 
169 
     | 
    
         
             
                </div>
         
     | 
| 
       170 
170 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>お知らせ — Groonga v5.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>お知らせ — Groonga v5.0.8-210-g8388c51ドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '5.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.8-210-g8388c51',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v5.0. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.8-210-g8388c51ドキュメント" href="index.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
31 
     | 
    
         
             
              <body role="document">
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -52,7 +52,7 @@ 
     | 
|
| 
       52 
52 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       53 
53 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       54 
54 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       55 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0. 
     | 
| 
      
 55 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
         @@ -63,10 +63,94 @@ 
     | 
|
| 
       63 
63 
     | 
    
         | 
| 
       64 
64 
     | 
    
         
             
              <div class="section" id="news">
         
     | 
| 
       65 
65 
     | 
    
         
             
            <h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       66 
     | 
    
         
            -
            <div class="section" id="release-5-0- 
     | 
| 
       67 
     | 
    
         
            -
            <span id="release-5-0- 
     | 
| 
      
 66 
     | 
    
         
            +
            <div class="section" id="release-5-0-9-2015-10-29">
         
     | 
| 
      
 67 
     | 
    
         
            +
            <span id="release-5-0-9"></span><h2>5.0.9リリース - 2015-10-29<a class="headerlink" href="#release-5-0-9-2015-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <div class="section" id="improvements">
         
     | 
| 
       69 
69 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 70 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 71 
     | 
    
         
            +
            <li><p class="first">[転置インデックス] 開発者向けのログのログレベルを下げました。</p>
         
     | 
| 
      
 72 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li><p class="first">新しいデータベースを作成したとき、変更をフラッシュするようにしました。これによりクラッシュしたときにデータベースが壊れにくくなります。</p>
         
     | 
| 
      
 74 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_geo_table_sort()</span></code>] 位置情報インデックスを使ってテーブルをソートする新しいAPIを追加しました。</p>
         
     | 
| 
      
 76 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <li><p class="first">[実験的] 式を書き換える仕組み(式リライター)を追加しました。mrubyで独自の式リライターを実装できます。式リライターは式を最適化したり、条件を変更したりなどということができます。</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li><p class="first">[実験的] データベース単位で設定値を保存できる仕組みを追加しました。データベースに設定値(キーと値のペア)を追加できます。 <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><span>TokenFilterStopWord</span></a> は <code class="docutils literal"><span class="pre">is_stop_word</span></code> というカラム名をカスタマイズするためにこの仕組みを使う予定です。</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_conf_set()</span></code>] 設定値を設定する新しいAPIを追加しました。</p>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_conf_get()</span></code>] 設定値を取得する新しいAPIを追加しました。</p>
         
     | 
| 
      
 84 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li><p class="first">[deb] <code class="docutils literal"><span class="pre">Architecture</span></code> の値を <code class="docutils literal"><span class="pre">any</span></code> から <code class="docutils literal"><span class="pre">all</span></code> に変更しました。 [debian-bugs:799167][Matthias Kloseさんが報告]</p>
         
     | 
| 
      
 86 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li><p class="first">[Windows][CMake] MeCabをバンドルしてビルドできるようにしました。 [groonga-dev,03562][佐藤さんが報告]</p>
         
     | 
| 
      
 88 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">schema</span></code>] スキーマを返す新しいコマンドを追加しました。スキーマは次の情報を含みます。ロード済みプラグイン、ロード済みトークナイザー、ロード済みノーマライザー、ロード済みトークンフィルター、定義済みテーブル、定義済みカラムという情報です。</p>
         
     | 
| 
      
 90 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a>] 非推奨になりました。代わりに <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a> を使ってください。</p>
         
     | 
| 
      
 92 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a>] <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a> からリネームしました。</p>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_type()</span></code>] 指定した値が型オブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_tokenizer_proc()</span></code>] 指定した値がトークナイザーオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 98 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_normalizer_proc()</span></code>] 指定した値がノーマライザーオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 100 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_token_filter_proc()</span></code>] 指定した値がトークンフィルターオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 102 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_types()</span></code>] データベース中のすべての型オブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 104 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 105 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_tokenizers()</span></code>] データベース中のすべてのトークナイザーオブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 106 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_normalizers()</span></code>] データベース中のすべてのノーマライザーオブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 108 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_token_filters()</span></code>] データベース中のすべてのトークンフィルターオブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 110 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_output_uint64()</span></code>] 64bit符号なし整数を出力する新しいAPIを追加しました。</p>
         
     | 
| 
      
 112 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 113 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_output_null()</span></code>] <code class="docutils literal"><span class="pre">NULL</span></code> を出力する新しいAPIを追加しました。</p>
         
     | 
| 
      
 114 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 115 
     | 
    
         
            +
            <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_OBJ_IS_TRUE()</span></code>] 指定したオブジェクトが真と評価される値なら真を返す新しいAPIを追加しました。</p>
         
     | 
| 
      
 116 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 117 
     | 
    
         
            +
            <li><p class="first">[実験的] デフォルトでgrn_tsを組み込みました。</p>
         
     | 
| 
      
 118 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 119 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 120 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 121 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 122 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 123 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 124 
     | 
    
         
            +
            <li><p class="first">[パトリシアトライ] 新しいエントリーを追加したときに意図せずにレコード数が増えるかもしれない問題を修正しました。 [GitHub#417]</p>
         
     | 
| 
      
 125 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 126 
     | 
    
         
            +
            <li><p class="first">[パトリシアトライ] 初期化せずに変数を使ってしまうかもしれない問題を修正しました。</p>
         
     | 
| 
      
 127 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 128 
     | 
    
         
            +
            <li><p class="first">[パトリシアトライ] <code class="docutils literal"><span class="pre">grn_pat_cursor_next()</span></code> が無限ループに入ってしまうかもしれない問題を修正しました。 [GitHub#419]</p>
         
     | 
| 
      
 129 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 130 
     | 
    
         
            +
            <li><p class="first">[パトリシアトライ] 要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#415][groonga-dev,03515][各務さんが報告]</p>
         
     | 
| 
      
 131 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 132 
     | 
    
         
            +
            <li><p class="first">[パトリシアトライ] 存在しない要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#420]</p>
         
     | 
| 
      
 133 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 134 
     | 
    
         
            +
            <li><p class="first">トークンフィルターオブジェクトに間違ったproc型を指定していた問題を修正しました。</p>
         
     | 
| 
      
 135 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 136 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 137 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 138 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 139 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 140 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 141 
     | 
    
         
            +
            <li><p class="first">Matthias Kloseさん</p>
         
     | 
| 
      
 142 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 143 
     | 
    
         
            +
            <li><p class="first">各務さん</p>
         
     | 
| 
      
 144 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 145 
     | 
    
         
            +
            <li><p class="first">佐藤さん</p>
         
     | 
| 
      
 146 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 147 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 148 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 149 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 150 
     | 
    
         
            +
            <div class="section" id="release-5-0-8-2015-09-29">
         
     | 
| 
      
 151 
     | 
    
         
            +
            <span id="release-5-0-8"></span><h2>5.0.8リリース - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 152 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 153 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       70 
154 
     | 
    
         
             
            <ul>
         
     | 
| 
       71 
155 
     | 
    
         
             
            <li><p class="first">[Windows] MySQLにバンドルしてビルドできるようになりました。(一時できない時期がありました。)</p>
         
     | 
| 
       72 
156 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -117,7 +201,7 @@ 
     | 
|
| 
       117 
201 
     | 
    
         
             
            </li>
         
     | 
| 
       118 
202 
     | 
    
         
             
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_cast()</span></code>] 公開しました。</p>
         
     | 
| 
       119 
203 
     | 
    
         
             
            </li>
         
     | 
| 
       120 
     | 
    
         
            -
            <li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor</span></code>]  
     | 
| 
      
 204 
     | 
    
         
            +
            <li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor</span></code>] 公開しました。</p>
         
     | 
| 
       121 
205 
     | 
    
         
             
            </li>
         
     | 
| 
       122 
206 
     | 
    
         
             
            <li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor_open()</span></code>] 公開しました。</p>
         
     | 
| 
       123 
207 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -131,8 +215,8 @@ 
     | 
|
| 
       131 
215 
     | 
    
         
             
            </li>
         
     | 
| 
       132 
216 
     | 
    
         
             
            </ul>
         
     | 
| 
       133 
217 
     | 
    
         
             
            </div>
         
     | 
| 
       134 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       135 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 218 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 219 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       136 
220 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       137 
221 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a>] 右辺が <code class="docutils literal"><span class="pre">true</span></code> のとき <code class="docutils literal"><span class="pre">&!</span></code> が動いていない問題を修正しました。</p>
         
     | 
| 
       138 
222 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -142,8 +226,8 @@ 
     | 
|
| 
       142 
226 
     | 
    
         
             
            </li>
         
     | 
| 
       143 
227 
     | 
    
         
             
            </ul>
         
     | 
| 
       144 
228 
     | 
    
         
             
            </div>
         
     | 
| 
       145 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       146 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 229 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 230 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       147 
231 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       148 
232 
     | 
    
         
             
            <li><p class="first">佐藤博之さん</p>
         
     | 
| 
       149 
233 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -157,8 +241,8 @@ 
     | 
|
| 
       157 
241 
     | 
    
         
             
            <p>このリリースは <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a> のバグフィックスが含まれています。</p>
         
     | 
| 
       158 
242 
     | 
    
         
             
            <p>もし、マルチカラムインデックス( <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> フラグ付きのインデックスカラム)と <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a> を使っている場合は、Groongaのアップグレードを推奨します。</p>
         
     | 
| 
       159 
243 
     | 
    
         
             
            <p>このリリースはWindowsユーザー向けの重要な実験的な機能が含まれています。詳細は以下の改良点リストの中の「スパースファイルサポート」を参照してください。</p>
         
     | 
| 
       160 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       161 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 244 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 245 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       162 
246 
     | 
    
         
             
            <ul>
         
     | 
| 
       163 
247 
     | 
    
         
             
            <li><p class="first">[実験的][Windows] スパースファイルをサポートしました。この機能は実験的な機能です。デフォルトでは無効です。 <code class="docutils literal"><span class="pre">GRN_IO_USE_SPARSE=yes</span></code> 環境変数を指定すると有効にできます。</p>
         
     | 
| 
       164 
248 
     | 
    
         
             
            <p>Windows上でデータベースのファイルサイズを小さくできます。この機能を試して結果を報告してください。Groonga開発者は次の点に興味があります。</p>
         
     | 
| 
         @@ -208,8 +292,8 @@ 
     | 
|
| 
       208 
292 
     | 
    
         
             
            </li>
         
     | 
| 
       209 
293 
     | 
    
         
             
            </ul>
         
     | 
| 
       210 
294 
     | 
    
         
             
            </div>
         
     | 
| 
       211 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       212 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 295 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 296 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       213 
297 
     | 
    
         
             
            <ul>
         
     | 
| 
       214 
298 
     | 
    
         
             
            <li><p class="first">[mruby] 時間の値がオーバーフローするバグを修正しました。</p>
         
     | 
| 
       215 
299 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -235,8 +319,8 @@ 
     | 
|
| 
       235 
319 
     | 
    
         
             
            </li>
         
     | 
| 
       236 
320 
     | 
    
         
             
            </ul>
         
     | 
| 
       237 
321 
     | 
    
         
             
            </div>
         
     | 
| 
       238 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       239 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 322 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 323 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       240 
324 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       241 
325 
     | 
    
         
             
            <li><p class="first">佐藤博之さん</p>
         
     | 
| 
       242 
326 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -253,8 +337,8 @@ 
     | 
|
| 
       253 
337 
     | 
    
         
             
            </div>
         
     | 
| 
       254 
338 
     | 
    
         
             
            <div class="section" id="release-5-0-6-2015-07-29">
         
     | 
| 
       255 
339 
     | 
    
         
             
            <span id="release-5-0-6"></span><h2>5.0.6リリース - 2015-07-29<a class="headerlink" href="#release-5-0-6-2015-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       256 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       257 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 340 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 341 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       258 
342 
     | 
    
         
             
            <ul>
         
     | 
| 
       259 
343 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a>] Ubuntu 14.10(Utopic Unicorn)のサポートをやめました。2015年7月23日でサポートが切れた(EOLになった)ためです。</p>
         
     | 
| 
       260 
344 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -424,8 +508,8 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       424 
508 
     | 
    
         
             
            </li>
         
     | 
| 
       425 
509 
     | 
    
         
             
            </ul>
         
     | 
| 
       426 
510 
     | 
    
         
             
            </div>
         
     | 
| 
       427 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       428 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 511 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 512 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       429 
513 
     | 
    
         
             
            <ul>
         
     | 
| 
       430 
514 
     | 
    
         
             
            <li><p class="first"><a class="reference internal" href="reference/api/grn_expr.html#c.grn_expr_exec" title="grn_expr_exec"><code class="xref c c-func docutils literal"><span class="pre">grn_expr_exec()</span></code></a> でエラーが発生したときのメモリーリークを修正しました。例えば、サポートしていないオペレーター(例: <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>)が使われた場合です( <code class="docutils literal"><span class="pre">not</span> <span class="pre">implemented</span> <span class="pre">operator</span> <span class="pre">assigned</span></code> が発生するケース)。</p>
         
     | 
| 
       431 
515 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -456,8 +540,8 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       456 
540 
     | 
    
         
             
            </li>
         
     | 
| 
       457 
541 
     | 
    
         
             
            </ul>
         
     | 
| 
       458 
542 
     | 
    
         
             
            </div>
         
     | 
| 
       459 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       460 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 543 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 544 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       461 
545 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       462 
546 
     | 
    
         
             
            <li><p class="first">Bill Parkerさん</p>
         
     | 
| 
       463 
547 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -474,8 +558,8 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       474 
558 
     | 
    
         
             
            </div>
         
     | 
| 
       475 
559 
     | 
    
         
             
            <div class="section" id="release-5-0-5-2015-06-29">
         
     | 
| 
       476 
560 
     | 
    
         
             
            <span id="release-5-0-5"></span><h2>5.0.5リリース - 2015-06-29<a class="headerlink" href="#release-5-0-5-2015-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       477 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       478 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 561 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 562 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       479 
563 
     | 
    
         
             
            <ul>
         
     | 
| 
       480 
564 
     | 
    
         
             
            <li><p class="first">データベースを開くときにファイルが存在しなかった場合などに、正しいエラー情報を表示するようにしました。</p>
         
     | 
| 
       481 
565 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -520,8 +604,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       520 
604 
     | 
    
         
             
            </li>
         
     | 
| 
       521 
605 
     | 
    
         
             
            </ul>
         
     | 
| 
       522 
606 
     | 
    
         
             
            </div>
         
     | 
| 
       523 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       524 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 607 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 608 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       525 
609 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       526 
610 
     | 
    
         
             
            <li><p class="first">netinet/in.hインクルード時の不正なマクロを修正しました。 [GitHub#348] [おばたさんが報告]</p>
         
     | 
| 
       527 
611 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -529,8 +613,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       529 
613 
     | 
    
         
             
            </li>
         
     | 
| 
       530 
614 
     | 
    
         
             
            </ul>
         
     | 
| 
       531 
615 
     | 
    
         
             
            </div>
         
     | 
| 
       532 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       533 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 616 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 617 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       534 
618 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       535 
619 
     | 
    
         
             
            <li><p class="first">おばたさん</p>
         
     | 
| 
       536 
620 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -541,8 +625,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       541 
625 
     | 
    
         
             
            </div>
         
     | 
| 
       542 
626 
     | 
    
         
             
            <div class="section" id="release-5-0-4-2015-05-29">
         
     | 
| 
       543 
627 
     | 
    
         
             
            <span id="release-5-0-4"></span><h2>5.0.4リリース - 2015-05-29<a class="headerlink" href="#release-5-0-4-2015-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       544 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       545 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 628 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 629 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       546 
630 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       547 
631 
     | 
    
         
             
            <li><p class="first">[mruby] <code class="docutils literal"><span class="pre">inspect</span></code> を意味のあるわかりやすいエラーメッセージを表示するために使うようにしました。</p>
         
     | 
| 
       548 
632 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -576,8 +660,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       576 
660 
     | 
    
         
             
            </li>
         
     | 
| 
       577 
661 
     | 
    
         
             
            </ul>
         
     | 
| 
       578 
662 
     | 
    
         
             
            </div>
         
     | 
| 
       579 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       580 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 663 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 664 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       581 
665 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       582 
666 
     | 
    
         
             
            <li><p class="first">空のキーが <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code> に指定されるとクラッシュする不具合を修正しました。</p>
         
     | 
| 
       583 
667 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -605,8 +689,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       605 
689 
     | 
    
         
             
            </li>
         
     | 
| 
       606 
690 
     | 
    
         
             
            </ul>
         
     | 
| 
       607 
691 
     | 
    
         
             
            </div>
         
     | 
| 
       608 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       609 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 692 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 693 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       610 
694 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       611 
695 
     | 
    
         
             
            <li><p class="first">Hiroaki Nakamuraさん</p>
         
     | 
| 
       612 
696 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -623,8 +707,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       623 
707 
     | 
    
         
             
            </div>
         
     | 
| 
       624 
708 
     | 
    
         
             
            <div class="section" id="release-5-0-3-2015-04-29">
         
     | 
| 
       625 
709 
     | 
    
         
             
            <span id="release-5-0-3"></span><h2>5.0.3リリース - 2015-04-29<a class="headerlink" href="#release-5-0-3-2015-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       626 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       627 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 710 
     | 
    
         
            +
            <div class="section" id="id16">
         
     | 
| 
      
 711 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       628 
712 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       629 
713 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="reference/tokenizers.html"><em>トークナイザー</em></a>][<a class="reference internal" href="reference/regular_expression.html"><em>正規表現</em></a>] 最後の一文字のトークンをスキップするようにしました。</p>
         
     | 
| 
       630 
714 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -710,8 +794,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       710 
794 
     | 
    
         
             
            </li>
         
     | 
| 
       711 
795 
     | 
    
         
             
            </ul>
         
     | 
| 
       712 
796 
     | 
    
         
             
            </div>
         
     | 
| 
       713 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       714 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 797 
     | 
    
         
            +
            <div class="section" id="id17">
         
     | 
| 
      
 798 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       715 
799 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       716 
800 
     | 
    
         
             
            <li><p class="first">[windows] Microsoft Visual C++でビルドしたGroongaで、大きいデータ(少なくとも1GB以上)のオフラインインデックス構築(<a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a>) に失敗していた不具合を修正しました。 [Hideki ARAIさんが報告]</p>
         
     | 
| 
       717 
801 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -729,8 +813,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       729 
813 
     | 
    
         
             
            </li>
         
     | 
| 
       730 
814 
     | 
    
         
             
            </ul>
         
     | 
| 
       731 
815 
     | 
    
         
             
            </div>
         
     | 
| 
       732 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       733 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 816 
     | 
    
         
            +
            <div class="section" id="id18">
         
     | 
| 
      
 817 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       734 
818 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       735 
819 
     | 
    
         
             
            <li><p class="first">Hideki ARAIさん</p>
         
     | 
| 
       736 
820 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -746,8 +830,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       746 
830 
     | 
    
         
             
            <div class="section" id="release-5-0-2-2015-03-31">
         
     | 
| 
       747 
831 
     | 
    
         
             
            <span id="release-5-0-2"></span><h2>5.0.2リリース - 2015-03-31<a class="headerlink" href="#release-5-0-2-2015-03-31" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       748 
832 
     | 
    
         
             
            <p>5.0.1のバグフィックスリリースです。</p>
         
     | 
| 
       749 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       750 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 833 
     | 
    
         
            +
            <div class="section" id="id19">
         
     | 
| 
      
 834 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       751 
835 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       752 
836 
     | 
    
         
             
            <li><p class="first">MessagePack 1.0.1をサポート。 [畑ケさんが報告]</p>
         
     | 
| 
       753 
837 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -755,8 +839,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       755 
839 
     | 
    
         
             
            </li>
         
     | 
| 
       756 
840 
     | 
    
         
             
            </ul>
         
     | 
| 
       757 
841 
     | 
    
         
             
            </div>
         
     | 
| 
       758 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       759 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 842 
     | 
    
         
            +
            <div class="section" id="id20">
         
     | 
| 
      
 843 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       760 
844 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       761 
845 
     | 
    
         
             
            <li><p class="first">JSONPが動作していなかった不具合を修正。これはGroonga 4.1.1で入った不具合。</p>
         
     | 
| 
       762 
846 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -766,8 +850,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       766 
850 
     | 
    
         
             
            </li>
         
     | 
| 
       767 
851 
     | 
    
         
             
            </ul>
         
     | 
| 
       768 
852 
     | 
    
         
             
            </div>
         
     | 
| 
       769 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       770 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 853 
     | 
    
         
            +
            <div class="section" id="id21">
         
     | 
| 
      
 854 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       771 
855 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       772 
856 
     | 
    
         
             
            <li><p class="first">篠田さん</p>
         
     | 
| 
       773 
857 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -778,8 +862,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       778 
862 
     | 
    
         
             
            </div>
         
     | 
| 
       779 
863 
     | 
    
         
             
            <div class="section" id="release-5-0-1-2015-03-29">
         
     | 
| 
       780 
864 
     | 
    
         
             
            <span id="release-5-0-1"></span><h2>5.0.1リリース - 2015-03-29<a class="headerlink" href="#release-5-0-1-2015-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       781 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       782 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 865 
     | 
    
         
            +
            <div class="section" id="id22">
         
     | 
| 
      
 866 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       783 
867 
     | 
    
         
             
            <ul>
         
     | 
| 
       784 
868 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><em>logical_range_filter</em></a>] filterとsortをサポートしました。</p>
         
     | 
| 
       785 
869 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -871,8 +955,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       871 
955 
     | 
    
         
             
            </li>
         
     | 
| 
       872 
956 
     | 
    
         
             
            </ul>
         
     | 
| 
       873 
957 
     | 
    
         
             
            </div>
         
     | 
| 
       874 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       875 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 958 
     | 
    
         
            +
            <div class="section" id="id23">
         
     | 
| 
      
 959 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       876 
960 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       877 
961 
     | 
    
         
             
            <li><p class="first">非推奨の <code class="docutils literal"><span class="pre">--address</span></code> 引数をGroongaのデフォルト設定ファイル(groonga.conf)で使わないようにしました。かわりに <code class="docutils literal"><span class="pre">--bind-address</span></code> を使います。 [Groonga-talk] [Dewanggaさんが報告]</p>
         
     | 
| 
       878 
962 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -898,8 +982,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       898 
982 
     | 
    
         
             
            </li>
         
     | 
| 
       899 
983 
     | 
    
         
             
            </ul>
         
     | 
| 
       900 
984 
     | 
    
         
             
            </div>
         
     | 
| 
       901 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       902 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 985 
     | 
    
         
            +
            <div class="section" id="id24">
         
     | 
| 
      
 986 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       903 
987 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       904 
988 
     | 
    
         
             
            <li><p class="first">Masatoshi Teruyaさん</p>
         
     | 
| 
       905 
989 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -922,8 +1006,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       922 
1006 
     | 
    
         
             
            <li><p class="first">バージョン5.0.0になりました!</p>
         
     | 
| 
       923 
1007 
     | 
    
         
             
            </li>
         
     | 
| 
       924 
1008 
     | 
    
         
             
            </ul>
         
     | 
| 
       925 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       926 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 1009 
     | 
    
         
            +
            <div class="section" id="id25">
         
     | 
| 
      
 1010 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       927 
1011 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       928 
1012 
     | 
    
         
             
            <li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a> の <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-security"><span>セキュリティー</span></a> に関して追加しました。</p>
         
     | 
| 
       929 
1013 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -935,8 +1019,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       935 
1019 
     | 
    
         
             
            </li>
         
     | 
| 
       936 
1020 
     | 
    
         
             
            </ul>
         
     | 
| 
       937 
1021 
     | 
    
         
             
            </div>
         
     | 
| 
       938 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       939 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 1022 
     | 
    
         
            +
            <div class="section" id="id26">
         
     | 
| 
      
 1023 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       940 
1024 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       941 
1025 
     | 
    
         
             
            <li><p class="first">システムに互換性のないバージョンのonigmoもしくはonigurumaのヘッダーがインストールされているとビルドに失敗する問題を修正しました。 [GitHub#276] [武者さんがパッチ提供]</p>
         
     | 
| 
       942 
1026 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -944,8 +1028,8 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       944 
1028 
     | 
    
         
             
            </li>
         
     | 
| 
       945 
1029 
     | 
    
         
             
            </ul>
         
     | 
| 
       946 
1030 
     | 
    
         
             
            </div>
         
     | 
| 
       947 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       948 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 1031 
     | 
    
         
            +
            <div class="section" id="id27">
         
     | 
| 
      
 1032 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       949 
1033 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       950 
1034 
     | 
    
         
             
            <li><p class="first">武者さん</p>
         
     | 
| 
       951 
1035 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1294,60 +1378,66 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       1294 
1378 
     | 
    
         
             
              <h3><a href="index.html">目次</a></h3>
         
     | 
| 
       1295 
1379 
     | 
    
         
             
              <ul>
         
     | 
| 
       1296 
1380 
     | 
    
         
             
            <li><a class="reference internal" href="#">お知らせ</a><ul>
         
     | 
| 
       1297 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1381 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-9-2015-10-29">5.0.9リリース - 2015-10-29</a><ul>
         
     | 
| 
       1298 
1382 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">改良</a></li>
         
     | 
| 
       1299 
1383 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">修正</a></li>
         
     | 
| 
       1300 
1384 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">感謝</a></li>
         
     | 
| 
       1301 
1385 
     | 
    
         
             
            </ul>
         
     | 
| 
       1302 
1386 
     | 
    
         
             
            </li>
         
     | 
| 
       1303 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1387 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-8-2015-09-29">5.0.8リリース - 2015-09-29</a><ul>
         
     | 
| 
       1304 
1388 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">改良</a></li>
         
     | 
| 
       1305 
1389 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">修正</a></li>
         
     | 
| 
       1306 
1390 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">感謝</a></li>
         
     | 
| 
       1307 
1391 
     | 
    
         
             
            </ul>
         
     | 
| 
       1308 
1392 
     | 
    
         
             
            </li>
         
     | 
| 
       1309 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1393 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-7-2015-08-31">5.0.7リリース - 2015-08-31</a><ul>
         
     | 
| 
       1310 
1394 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">改良</a></li>
         
     | 
| 
       1311 
1395 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">修正</a></li>
         
     | 
| 
       1312 
1396 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">感謝</a></li>
         
     | 
| 
       1313 
1397 
     | 
    
         
             
            </ul>
         
     | 
| 
       1314 
1398 
     | 
    
         
             
            </li>
         
     | 
| 
       1315 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1399 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-6-2015-07-29">5.0.6リリース - 2015-07-29</a><ul>
         
     | 
| 
       1316 
1400 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">改良</a></li>
         
     | 
| 
       1317 
1401 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">修正</a></li>
         
     | 
| 
       1318 
1402 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">感謝</a></li>
         
     | 
| 
       1319 
1403 
     | 
    
         
             
            </ul>
         
     | 
| 
       1320 
1404 
     | 
    
         
             
            </li>
         
     | 
| 
       1321 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1405 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-5-2015-06-29">5.0.5リリース - 2015-06-29</a><ul>
         
     | 
| 
       1322 
1406 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">改良</a></li>
         
     | 
| 
       1323 
1407 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">修正</a></li>
         
     | 
| 
       1324 
1408 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">感謝</a></li>
         
     | 
| 
       1325 
1409 
     | 
    
         
             
            </ul>
         
     | 
| 
       1326 
1410 
     | 
    
         
             
            </li>
         
     | 
| 
       1327 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1411 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-4-2015-05-29">5.0.4リリース - 2015-05-29</a><ul>
         
     | 
| 
       1328 
1412 
     | 
    
         
             
            <li><a class="reference internal" href="#id13">改良</a></li>
         
     | 
| 
       1329 
1413 
     | 
    
         
             
            <li><a class="reference internal" href="#id14">修正</a></li>
         
     | 
| 
       1330 
1414 
     | 
    
         
             
            <li><a class="reference internal" href="#id15">感謝</a></li>
         
     | 
| 
       1331 
1415 
     | 
    
         
             
            </ul>
         
     | 
| 
       1332 
1416 
     | 
    
         
             
            </li>
         
     | 
| 
       1333 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1417 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-3-2015-04-29">5.0.3リリース - 2015-04-29</a><ul>
         
     | 
| 
       1334 
1418 
     | 
    
         
             
            <li><a class="reference internal" href="#id16">改良</a></li>
         
     | 
| 
       1335 
1419 
     | 
    
         
             
            <li><a class="reference internal" href="#id17">修正</a></li>
         
     | 
| 
       1336 
1420 
     | 
    
         
             
            <li><a class="reference internal" href="#id18">感謝</a></li>
         
     | 
| 
       1337 
1421 
     | 
    
         
             
            </ul>
         
     | 
| 
       1338 
1422 
     | 
    
         
             
            </li>
         
     | 
| 
       1339 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1423 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-2-2015-03-31">5.0.2リリース - 2015-03-31</a><ul>
         
     | 
| 
       1340 
1424 
     | 
    
         
             
            <li><a class="reference internal" href="#id19">改良</a></li>
         
     | 
| 
       1341 
1425 
     | 
    
         
             
            <li><a class="reference internal" href="#id20">修正</a></li>
         
     | 
| 
       1342 
1426 
     | 
    
         
             
            <li><a class="reference internal" href="#id21">感謝</a></li>
         
     | 
| 
       1343 
1427 
     | 
    
         
             
            </ul>
         
     | 
| 
       1344 
1428 
     | 
    
         
             
            </li>
         
     | 
| 
       1345 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 1429 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-1-2015-03-29">5.0.1リリース - 2015-03-29</a><ul>
         
     | 
| 
       1346 
1430 
     | 
    
         
             
            <li><a class="reference internal" href="#id22">改良</a></li>
         
     | 
| 
       1347 
1431 
     | 
    
         
             
            <li><a class="reference internal" href="#id23">修正</a></li>
         
     | 
| 
       1348 
1432 
     | 
    
         
             
            <li><a class="reference internal" href="#id24">感謝</a></li>
         
     | 
| 
       1349 
1433 
     | 
    
         
             
            </ul>
         
     | 
| 
       1350 
1434 
     | 
    
         
             
            </li>
         
     | 
| 
      
 1435 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-0-2015-02-09">5.0.0リリース - 2015-02-09</a><ul>
         
     | 
| 
      
 1436 
     | 
    
         
            +
            <li><a class="reference internal" href="#id25">改良</a></li>
         
     | 
| 
      
 1437 
     | 
    
         
            +
            <li><a class="reference internal" href="#id26">修正</a></li>
         
     | 
| 
      
 1438 
     | 
    
         
            +
            <li><a class="reference internal" href="#id27">感謝</a></li>
         
     | 
| 
      
 1439 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 1440 
     | 
    
         
            +
            </li>
         
     | 
| 
       1351 
1441 
     | 
    
         
             
            <li><a class="reference internal" href="#the-old-releases">古いリリース</a></li>
         
     | 
| 
       1352 
1442 
     | 
    
         
             
            </ul>
         
     | 
| 
       1353 
1443 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -1383,7 +1473,7 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       1383 
1473 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1384 
1474 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       1385 
1475 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1386 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0. 
     | 
| 
      
 1476 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.8-210-g8388c51ドキュメント</a> »</li> 
         
     | 
| 
       1387 
1477 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1388 
1478 
     | 
    
         
             
                </div>
         
     | 
| 
       1389 
1479 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     |