rroonga 5.0.3-x86-mingw32 → 5.0.4-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 +8 -8
 - data/README.md +1 -1
 - data/ext/groonga/rb-grn-column.c +2 -0
 - data/ext/groonga/rb-grn-database.c +1 -0
 - data/ext/groonga/rb-grn-flushable.c +81 -0
 - data/ext/groonga/rb-grn-table.c +1 -0
 - data/ext/groonga/rb-grn.h +3 -1
 - data/ext/groonga/rb-groonga.c +1 -0
 - data/lib/1.9/groonga.so +0 -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/rroonga-build.rb +3 -3
 - data/test/test-flushable.rb +49 -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-config +2 -2
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/onig-config +1 -1
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
 - data/vendor/local/include/groonga/groonga/groonga.h +2 -0
 - data/vendor/local/include/groonga/groonga/plugin.h +5 -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/functions/vector.la +2 -2
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
 - 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/eval.la +2 -2
 - 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/ruby/load.la +2 -2
 - data/vendor/local/lib/groonga/plugins/sharding.rb +2 -0
 - data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +135 -21
 - data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +174 -0
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +70 -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/suggest/suggest.la +2 -2
 - 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/table/table.la +2 -2
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +2 -2
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
 - data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
 - data/vendor/local/lib/groonga/scripts/ruby/table.rb +77 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +2 -2
 - 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/libmecab.la +2 -2
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +2 -2
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +2 -2
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +2 -2
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
 - data/vendor/local/lib/pkgconfig/liblz4.pc +5 -5
 - data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
 - data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
 - data/vendor/local/lib/pkgconfig/zlib.pc +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/sbin/groonga-httpd-restart +1 -2
 - 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/development/travis-ci.txt +6 -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 +4 -4
 - 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 +67 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +11 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +60 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +100 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +94 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +32 -30
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +6 -6
 - 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/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 +11 -7
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +36 -33
 - 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 +9 -9
 - 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 +129 -46
 - 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 +36 -33
 - 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_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 +5 -5
 - 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 +36 -33
 - 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_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/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 +23 -12
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +197 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +43 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +50 -50
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +238 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +232 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +38 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +31 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +107 -107
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +49 -49
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +39 -39
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +238 -105
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
 - 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 +6 -6
 - 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 +6 -6
 - 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 +5 -5
 - 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/scoring_note.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 +37 -35
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
 - 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 +7 -7
 - 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/development/travis-ci.txt +6 -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 +4 -4
 - 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 +67 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +11 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +60 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +100 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +94 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +32 -30
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - 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/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 +9 -7
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/index.html +37 -34
 - 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 +9 -9
 - 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 +126 -47
 - 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 +6 -6
 - 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 +37 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -9
 - 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_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 +5 -5
 - 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 +36 -33
 - 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_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/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 +23 -12
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +198 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +43 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +50 -50
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +236 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +230 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +38 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +31 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +49 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +39 -39
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +238 -105
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
 - 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 +6 -6
 - 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 +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - 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 +5 -5
 - 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/scoring_note.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 +41 -71
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
 - 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 +6 -6
 - 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 +7 -7
 - 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/man/ja/man1/groonga.1 +487 -164
 - data/vendor/local/share/man/man1/groonga.1 +492 -129
 - metadata +20 -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.7. Oracle Solaris — Groonga v5.0.4ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.7. Oracle Solaris — Groonga v5.0.4-139-g6629adbドキュメント</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.4',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.4-139-g6629adb',
         
     | 
| 
       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.4ドキュメント" href="../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" 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><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><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.5.tar.gz
         
     | 
| 
      
 85 
     | 
    
         
            +
            % gtar xvzf groonga-5.0.5.tar.gz
         
     | 
| 
      
 86 
     | 
    
         
            +
            % cd groonga-5.0.5
         
     | 
| 
       87 
87 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       88 
88 
     | 
    
         
             
            </div>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></tt> 変数付きでconfigureを実行します。これらの変数は64-bit版をビルドするために必要です。32-bit版をビルドする場合はこれらの変数を指定しないでしてください。 ( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
         
     | 
| 
         @@ -155,7 +155,7 @@ 
     | 
|
| 
       155 
155 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       156 
156 
     | 
    
         
             
                      <a href="fedora.html" title="2.6. Fedora"
         
     | 
| 
       157 
157 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       158 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 158 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       159 
159 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       160 
160 
     | 
    
         
             
                  </ul>
         
     | 
| 
       161 
161 
     | 
    
         
             
                </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.4ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.4. Ubuntu — Groonga v5.0.4-139-g6629adbドキュメント</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.4',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.4-139-g6629adb',
         
     | 
| 
       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.4ドキュメント" href="../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" 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><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. インストール</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -141,9 +141,9 @@ 
     | 
|
| 
       141 
141 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       142 
142 
     | 
    
         
             
            </div>
         
     | 
| 
       143 
143 
     | 
    
         
             
            <p>ソースをダウンロードします:</p>
         
     | 
| 
       144 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0. 
     | 
| 
       145 
     | 
    
         
            -
            % tar xvzf groonga-5.0. 
     | 
| 
       146 
     | 
    
         
            -
            % cd groonga-5.0. 
     | 
| 
      
 144 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.5.tar.gz
         
     | 
| 
      
 145 
     | 
    
         
            +
            % tar xvzf groonga-5.0.5.tar.gz
         
     | 
| 
      
 146 
     | 
    
         
            +
            % cd groonga-5.0.5
         
     | 
| 
       147 
147 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       148 
148 
     | 
    
         
             
            </div>
         
     | 
| 
       149 
149 
     | 
    
         
             
            <p>configureを実行します( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
         
     | 
| 
         @@ -216,7 +216,7 @@ 
     | 
|
| 
       216 
216 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       217 
217 
     | 
    
         
             
                      <a href="debian.html" title="2.3. Debian GNU/Linux"
         
     | 
| 
       218 
218 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       219 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 219 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       220 
220 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       221 
221 
     | 
    
         
             
                  </ul>
         
     | 
| 
       222 
222 
     | 
    
         
             
                </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.4ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.1. Windows — Groonga v5.0.4-139-g6629adbドキュメント</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.4',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.4-139-g6629adb',
         
     | 
| 
       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.4ドキュメント" href="../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" 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><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><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.5-x86.exe">http://packages.groonga.org/windows/groonga/groonga-5.0.5-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.5-x64.exe">http://packages.groonga.org/windows/groonga/groonga-5.0.5-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.5-x86.zip">http://packages.groonga.org/windows/groonga/groonga-5.0.5-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.5-x64.zip">http://packages.groonga.org/windows/groonga/groonga-5.0.5-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.5.zip">http://packages.groonga.org/source/groonga/groonga-5.0.5.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.5
         
     | 
| 
       132 
132 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       133 
133 
     | 
    
         
             
            </div>
         
     | 
| 
       134 
134 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">cmake</span></tt> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <tt 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></tt> パラメーターを指定してください:</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.5> 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.5> 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.5> 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> が <tt class="docutils literal"><span class="pre">c:\Groonga\bin\groonga.exe</span></tt> にインストールされます。</p>
         
     | 
| 
         @@ -203,7 +203,7 @@ 
     | 
|
| 
       203 
203 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       204 
204 
     | 
    
         
             
                      <a href="../install.html" title="2. インストール"
         
     | 
| 
       205 
205 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       206 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 206 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       207 
207 
     | 
    
         
             
                      <li><a href="../install.html" >2. インストール</a> »</li> 
         
     | 
| 
       208 
208 
     | 
    
         
             
                  </ul>
         
     | 
| 
       209 
209 
     | 
    
         
             
                </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.4ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>9. 制限事項 — Groonga v5.0.4-139-g6629adbドキュメント</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.4',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.4-139-g6629adb',
         
     | 
| 
       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.4ドキュメント" href="index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" 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><a href="index.html">Groonga v5.0.4ドキュメント</a> »</li> 
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -162,7 +162,7 @@ 
     | 
|
| 
       162 
162 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       163 
163 
     | 
    
         
             
                      <a href="spec/search.html" title="8.2. 検索"
         
     | 
| 
       164 
164 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       165 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v5.0.4ドキュメント</a> »</li> 
         
     | 
| 
      
 165 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li> 
         
     | 
| 
       166 
166 
     | 
    
         
             
                  </ul>
         
     | 
| 
       167 
167 
     | 
    
         
             
                </div>
         
     | 
| 
       168 
168 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -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.4ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>お知らせ — Groonga v5.0.4-139-g6629adbドキュメント</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.4',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '5.0.4-139-g6629adb',
         
     | 
| 
       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.4ドキュメント" href="index.html" /> 
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v5.0.4-139-g6629adbドキュメント" href="index.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
31 
     | 
    
         
             
              <body>
         
     | 
| 
       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><a href="index.html">Groonga v5.0.4ドキュメント</a> »</li> 
         
     | 
| 
      
 55 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
         @@ -63,10 +63,77 @@ 
     | 
|
| 
       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-5-2015-06-29">
         
     | 
| 
      
 67 
     | 
    
         
            +
            <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>
         
     | 
| 
       68 
68 
     | 
    
         
             
            <div class="section" id="improvements">
         
     | 
| 
       69 
69 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 70 
     | 
    
         
            +
            <ul>
         
     | 
| 
      
 71 
     | 
    
         
            +
            <li><p class="first">データベースを開くときにファイルが存在しなかった場合などに、正しいエラー情報を表示するようにしました。</p>
         
     | 
| 
      
 72 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li><p class="first">ライブラリーとして使うときに、デフォルトのロガーのパスを設定しないようにしました。</p>
         
     | 
| 
      
 74 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li><p class="first">これは後方互換性のない変更ですが、ほとんどのユーザーには影響がありません。</p>
         
     | 
| 
      
 76 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <li><p class="first">サーバーとして使うとき(groongaコマンドやMroonga、PGroongaなど)は、開発者がそれらのソフトウェアでログを設定するため、ユーザーはデフォルトでログを取得できます。</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li><p class="first">ライブラリーとして使うとき(Rroongaやgroonga-gobjectなど)は、以前のバージョンでもデフォルトでログを取得できませんでした。デフォルトのログのパスは/var/log/groonga/groonga.logなどのシステムのパスでしたが、通常ユーザーはそのパスに対する書き込み権限がないためです。</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 82 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <li><p class="first">[windows] メモリ不足などで <tt class="docutils literal"><span class="pre">CreateFileMapping()</span></tt> が失敗した場合、エラー情報を表示するようにしました。</p>
         
     | 
| 
      
 84 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a>] 例に "force_prefix" を表示するようにしました。これは5.0.4で追加された値です。</p>
         
     | 
| 
      
 86 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li><p class="first">[windows] ディスクに問題があり(ディスクフルなど) <tt class="docutils literal"><span class="pre">FlushViewOfFile()</span></tt> が失敗した場合、エラー情報を表示するようにしました。</p>
         
     | 
| 
      
 88 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li><p class="first">[API] <tt class="xref c c-func docutils literal"><span class="pre">grn_obj_flush()</span></tt> を追加しました。</p>
         
     | 
| 
      
 90 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li><p class="first">[API] <tt class="xref c c-func docutils literal"><span class="pre">grn_obj_flush_recursive()</span></tt> を追加しました。</p>
         
     | 
| 
      
 92 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/io_flush.html"><em>io_flush</em></a>] 追加しました。メモリーにマップされたデータをディスクに書き込む(フラッシュする)コマンドです。通常、フラッシュはOSが自動で行いますが、このコマンドを使えば明示的にフラッシュすることができます。</p>
         
     | 
| 
      
 94 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li><p class="first">[mruby] <tt class="docutils literal"><span class="pre">grn_obj_remove()</span></tt> をObject#removeにバインドしました。</p>
         
     | 
| 
      
 96 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <li><p class="first">[mruby] <tt class="docutils literal"><span class="pre">grn_table_delete()</span></tt> と <tt class="docutils literal"><span class="pre">grn_table_delete_by_id()</span></tt> をTable#deleteにバインドしました。</p>
         
     | 
| 
      
 98 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/logical_table_remove.html"><em>logical_table_remove</em></a>] 追加しました。</p>
         
     | 
| 
      
 100 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/logical_select.html"><em>logical_select</em></a>] 追加しました。現在は <tt class="docutils literal"><span class="pre">--filter</span></tt> のみサポートされています。</p>
         
     | 
| 
      
 102 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            <li><p class="first">[cmake] MeCabトークナイザーの組み込みをサポートしました。</p>
         
     | 
| 
      
 104 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 105 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/logical_count.html"><em>logical_count</em></a>] 月次と日次が混在するケースをサポートしました。同じ月内では、日次に切り替わる前のレコードが月次として扱われます。例:</p>
         
     | 
| 
      
 106 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>XXX_201506   <- includes only 2015-06-01 and 2015-06-02 records
         
     | 
| 
      
 107 
     | 
    
         
            +
            XXX_20150603 <- includes only 2015-06-03 records
         
     | 
| 
      
 108 
     | 
    
         
            +
            XXX_20150604 <- includes only 2015-06-04 records
         
     | 
| 
      
 109 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 110 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 111 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 112 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 113 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <div class="section" id="fixes">
         
     | 
| 
      
 115 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 116 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 117 
     | 
    
         
            +
            <li><p class="first">netinet/in.hインクルード時の不正なマクロを修正しました。 [GitHub#348] [おばたさんが報告]</p>
         
     | 
| 
      
 118 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 119 
     | 
    
         
            +
            <li><p class="first">[rpm][<a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>] 再起動が失敗する不具合を修正しました。 [GitHub#351] [jacob16bitさんがパッチ提供]</p>
         
     | 
| 
      
 120 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 121 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 122 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 123 
     | 
    
         
            +
            <div class="section" id="thanks">
         
     | 
| 
      
 124 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 125 
     | 
    
         
            +
            <ul class="simple">
         
     | 
| 
      
 126 
     | 
    
         
            +
            <li><p class="first">おばたさん</p>
         
     | 
| 
      
 127 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 128 
     | 
    
         
            +
            <li><p class="first">jacob16bitさん</p>
         
     | 
| 
      
 129 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 130 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 131 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 132 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <div class="section" id="release-5-0-4-2015-05-29">
         
     | 
| 
      
 134 
     | 
    
         
            +
            <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>
         
     | 
| 
      
 135 
     | 
    
         
            +
            <div class="section" id="id1">
         
     | 
| 
      
 136 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       70 
137 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       71 
138 
     | 
    
         
             
            <li><p class="first">[mruby] <tt class="docutils literal"><span class="pre">inspect</span></tt> を意味のあるわかりやすいエラーメッセージを表示するために使うようにしました。</p>
         
     | 
| 
       72 
139 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -80,9 +147,9 @@ 
     | 
|
| 
       80 
147 
     | 
    
         
             
            </li>
         
     | 
| 
       81 
148 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a>] 数値に関する記述をよりわかりやすくしました。 [GitHub groonga/groonga.org#16] [佐藤さんが提案]</p>
         
     | 
| 
       82 
149 
     | 
    
         
             
            </li>
         
     | 
| 
       83 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] Select対象でない他のテーブルのレコードをフィルタに指定できるようになりました。 <tt class="docutils literal"><span class="pre">--filter</span> <span class="pre">' 
     | 
| 
      
 150 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] Select対象でない他のテーブルのレコードをフィルタに指定できるようになりました。 <tt class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE[KEY].COLUMN'</span></tt> といったようにフィルタで指定できます。</p>
         
     | 
| 
       84 
151 
     | 
    
         
             
            </li>
         
     | 
| 
       85 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>]  
     | 
| 
      
 152 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] テーブルのキーを指定するためにオペレータを使えるようになりました。たとえば、 <tt class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE["SOME</span> <span class="pre">STRING"</span> <span class="pre">+</span> <span class="pre">"ANOTHER</span> <span class="pre">STRING"]</span></tt> というように連結した文字列という式でキーを指定することができます。</p>
         
     | 
| 
       86 
153 
     | 
    
         
             
            </li>
         
     | 
| 
       87 
154 
     | 
    
         
             
            <li><p class="first">[example] Ruby 2.0以降のAPIを辞書の変換スクリプトで使うようにしました。</p>
         
     | 
| 
       88 
155 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -90,22 +157,26 @@ 
     | 
|
| 
       90 
157 
     | 
    
         
             
            </li>
         
     | 
| 
       91 
158 
     | 
    
         
             
            <li><p class="first">[doc] メーリングリストの案内ページへのリンクをsourceforge.jpからosdn.meやosdn.jpに修正しました。</p>
         
     | 
| 
       92 
159 
     | 
    
         
             
            </li>
         
     | 
| 
       93 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a>] <tt class="docutils literal"><span class="pre">force_prefix</span></tt>  
     | 
| 
      
 160 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a>] 各トークンの情報に <tt class="docutils literal"><span class="pre">force_prefix</span></tt> の値を追加しました。[村上さんがパッチ提供]</p>
         
     | 
| 
      
 161 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 162 
     | 
    
         
            +
            <li><p class="first"><a class="reference internal" href="reference/tokenizers.html#token-trigram"><em>TokenTrigram</em></a> を使っていても、2文字以下の語句で検索できるようにしました。 [GitHub#341] [村上さんがパッチ提供]</p>
         
     | 
| 
       94 
163 
     | 
    
         
             
            </li>
         
     | 
| 
       95 
     | 
    
         
            -
            <li><p class="first"> 
     | 
| 
      
 164 
     | 
    
         
            +
            <li><p class="first">[deb] groonga-httpdとgroonga-server-gqtpのパッケージにSystemd用serviceファイルを追加しました。</p>
         
     | 
| 
      
 165 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 166 
     | 
    
         
            +
            <li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>] <tt class="docutils literal"><span class="pre">--query</span></tt> の値が空白文字だけなら無視するようにしました。空白文字にはいわゆる全角スペース(Unicodeでいうと <tt class="docutils literal"><span class="pre">U+3000</span> <span class="pre">IDEOGRAPHIC</span> <span class="pre">SPACE</span></tt> )も含みます。 [TomyGXさんが提案]</p>
         
     | 
| 
       96 
167 
     | 
    
         
             
            </li>
         
     | 
| 
       97 
168 
     | 
    
         
             
            </ul>
         
     | 
| 
       98 
169 
     | 
    
         
             
            </div>
         
     | 
| 
       99 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       100 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 170 
     | 
    
         
            +
            <div class="section" id="id2">
         
     | 
| 
      
 171 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       101 
172 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       102 
     | 
    
         
            -
            <li><p class="first">空のキーが <tt class="docutils literal"><span class="pre">drilldown[label].keys</span></tt 
     | 
| 
      
 173 
     | 
    
         
            +
            <li><p class="first">空のキーが <tt class="docutils literal"><span class="pre">drilldown[label].keys</span></tt> に指定されるとクラッシュする不具合を修正しました。</p>
         
     | 
| 
       103 
174 
     | 
    
         
             
            </li>
         
     | 
| 
       104 
175 
     | 
    
         
             
            <li><p class="first"><tt class="docutils literal"><span class="pre">grn_parse_query_flags</span></tt> の返り値を適切にチェックしていないのを修正しました。 [GitHub#336] [Hiroaki Nakamuraさんが報告]</p>
         
     | 
| 
       105 
176 
     | 
    
         
             
            </li>
         
     | 
| 
       106 
     | 
    
         
            -
            <li><p class="first">BSD系でビルドエラーになる不具合を修正しました。sedに  
     | 
| 
      
 177 
     | 
    
         
            +
            <li><p class="first">BSD系でビルドエラーになる不具合を修正しました。 <tt class="docutils literal"><span class="pre">sed</span></tt> に <tt class="docutils literal"><span class="pre">-i</span></tt> オプションがないためエラーになっていました。</p>
         
     | 
| 
       107 
178 
     | 
    
         
             
            </li>
         
     | 
| 
       108 
     | 
    
         
            -
            <li><p class="first">Solarisでビルドエラーになる不具合を修正しました。<tt class="docutils literal"><span class="pre">memset()</span></tt> にて <tt class="docutils literal"><span class="pre">sizeof(msghdr)</span></tt> だけ初期化するようにしました。これは Solarisでは <tt class="docutils literal"><span class="pre">msg_control</span></tt>  
     | 
| 
      
 179 
     | 
    
         
            +
            <li><p class="first">Solarisでビルドエラーになる不具合を修正しました。<tt class="docutils literal"><span class="pre">memset()</span></tt> にて <tt class="docutils literal"><span class="pre">sizeof(msghdr)</span></tt> だけ初期化するようにしました。これは Solarisでは <tt class="docutils literal"><span class="pre">msg_control</span></tt> と <tt class="docutils literal"><span class="pre">msg_controllen</span></tt> と <tt class="docutils literal"><span class="pre">msg_flags</span></tt> が存在しないためです。</p>
         
     | 
| 
       109 
180 
     | 
    
         
             
            </li>
         
     | 
| 
       110 
181 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="reference/tokenizers.html"><em>トークナイザー</em></a>] ドキュメントの誤字を修正しました。[GitHub#338] [佐藤さんが報告]</p>
         
     | 
| 
       111 
182 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -125,8 +196,8 @@ 
     | 
|
| 
       125 
196 
     | 
    
         
             
            </li>
         
     | 
| 
       126 
197 
     | 
    
         
             
            </ul>
         
     | 
| 
       127 
198 
     | 
    
         
             
            </div>
         
     | 
| 
       128 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       129 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 199 
     | 
    
         
            +
            <div class="section" id="id3">
         
     | 
| 
      
 200 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       130 
201 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       131 
202 
     | 
    
         
             
            <li><p class="first">Hiroaki Nakamuraさん</p>
         
     | 
| 
       132 
203 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -136,13 +207,15 @@ 
     | 
|
| 
       136 
207 
     | 
    
         
             
            </li>
         
     | 
| 
       137 
208 
     | 
    
         
             
            <li><p class="first">fbnteqrさん</p>
         
     | 
| 
       138 
209 
     | 
    
         
             
            </li>
         
     | 
| 
      
 210 
     | 
    
         
            +
            <li><p class="first">TomyGXさん</p>
         
     | 
| 
      
 211 
     | 
    
         
            +
            </li>
         
     | 
| 
       139 
212 
     | 
    
         
             
            </ul>
         
     | 
| 
       140 
213 
     | 
    
         
             
            </div>
         
     | 
| 
       141 
214 
     | 
    
         
             
            </div>
         
     | 
| 
       142 
215 
     | 
    
         
             
            <div class="section" id="release-5-0-3-2015-04-29">
         
     | 
| 
       143 
216 
     | 
    
         
             
            <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>
         
     | 
| 
       144 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       145 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 217 
     | 
    
         
            +
            <div class="section" id="id4">
         
     | 
| 
      
 218 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       146 
219 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       147 
220 
     | 
    
         
             
            <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>
         
     | 
| 
       148 
221 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -228,8 +301,8 @@ 
     | 
|
| 
       228 
301 
     | 
    
         
             
            </li>
         
     | 
| 
       229 
302 
     | 
    
         
             
            </ul>
         
     | 
| 
       230 
303 
     | 
    
         
             
            </div>
         
     | 
| 
       231 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       232 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 304 
     | 
    
         
            +
            <div class="section" id="id5">
         
     | 
| 
      
 305 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       233 
306 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       234 
307 
     | 
    
         
             
            <li><p class="first">[windows] Microsoft Visual C++でビルドしたGroongaで、大きいデータ(少なくとも1GB以上)のオフラインインデックス構築(<a class="reference internal" href="reference/indexing.html#offline-index-construction"><em>静的なインデックス構築方法</em></a>) に失敗していた不具合を修正しました。 [Hideki ARAIさんが報告]</p>
         
     | 
| 
       235 
308 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -247,8 +320,8 @@ 
     | 
|
| 
       247 
320 
     | 
    
         
             
            </li>
         
     | 
| 
       248 
321 
     | 
    
         
             
            </ul>
         
     | 
| 
       249 
322 
     | 
    
         
             
            </div>
         
     | 
| 
       250 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       251 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 323 
     | 
    
         
            +
            <div class="section" id="id6">
         
     | 
| 
      
 324 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       252 
325 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       253 
326 
     | 
    
         
             
            <li><p class="first">Hideki ARAIさん</p>
         
     | 
| 
       254 
327 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -264,8 +337,8 @@ 
     | 
|
| 
       264 
337 
     | 
    
         
             
            <div class="section" id="release-5-0-2-2015-03-31">
         
     | 
| 
       265 
338 
     | 
    
         
             
            <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>
         
     | 
| 
       266 
339 
     | 
    
         
             
            <p>5.0.1のバグフィックスリリースです。</p>
         
     | 
| 
       267 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       268 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 340 
     | 
    
         
            +
            <div class="section" id="id7">
         
     | 
| 
      
 341 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       269 
342 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       270 
343 
     | 
    
         
             
            <li><p class="first">MessagePack 1.0.1をサポート。 [畑ケさんが報告]</p>
         
     | 
| 
       271 
344 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -273,8 +346,8 @@ 
     | 
|
| 
       273 
346 
     | 
    
         
             
            </li>
         
     | 
| 
       274 
347 
     | 
    
         
             
            </ul>
         
     | 
| 
       275 
348 
     | 
    
         
             
            </div>
         
     | 
| 
       276 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       277 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 349 
     | 
    
         
            +
            <div class="section" id="id8">
         
     | 
| 
      
 350 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       278 
351 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       279 
352 
     | 
    
         
             
            <li><p class="first">JSONPが動作していなかった不具合を修正。これはGroonga 4.1.1で入った不具合。</p>
         
     | 
| 
       280 
353 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -284,8 +357,8 @@ 
     | 
|
| 
       284 
357 
     | 
    
         
             
            </li>
         
     | 
| 
       285 
358 
     | 
    
         
             
            </ul>
         
     | 
| 
       286 
359 
     | 
    
         
             
            </div>
         
     | 
| 
       287 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       288 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 360 
     | 
    
         
            +
            <div class="section" id="id9">
         
     | 
| 
      
 361 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       289 
362 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       290 
363 
     | 
    
         
             
            <li><p class="first">篠田さん</p>
         
     | 
| 
       291 
364 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -296,8 +369,8 @@ 
     | 
|
| 
       296 
369 
     | 
    
         
             
            </div>
         
     | 
| 
       297 
370 
     | 
    
         
             
            <div class="section" id="release-5-0-1-2015-03-29">
         
     | 
| 
       298 
371 
     | 
    
         
             
            <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>
         
     | 
| 
       299 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       300 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 372 
     | 
    
         
            +
            <div class="section" id="id10">
         
     | 
| 
      
 373 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       301 
374 
     | 
    
         
             
            <ul>
         
     | 
| 
       302 
375 
     | 
    
         
             
            <li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><em>logical_range_filter</em></a>] filterとsortをサポートしました。</p>
         
     | 
| 
       303 
376 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -389,8 +462,8 @@ 
     | 
|
| 
       389 
462 
     | 
    
         
             
            </li>
         
     | 
| 
       390 
463 
     | 
    
         
             
            </ul>
         
     | 
| 
       391 
464 
     | 
    
         
             
            </div>
         
     | 
| 
       392 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       393 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 465 
     | 
    
         
            +
            <div class="section" id="id11">
         
     | 
| 
      
 466 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       394 
467 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       395 
468 
     | 
    
         
             
            <li><p class="first">非推奨の <tt class="docutils literal"><span class="pre">--address</span></tt> 引数をGroongaのデフォルト設定ファイル(groonga.conf)で使わないようにしました。かわりに <tt class="docutils literal"><span class="pre">--bind-address</span></tt> を使います。 [Groonga-talk] [Dewanggaさんが報告]</p>
         
     | 
| 
       396 
469 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -416,8 +489,8 @@ 
     | 
|
| 
       416 
489 
     | 
    
         
             
            </li>
         
     | 
| 
       417 
490 
     | 
    
         
             
            </ul>
         
     | 
| 
       418 
491 
     | 
    
         
             
            </div>
         
     | 
| 
       419 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       420 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 492 
     | 
    
         
            +
            <div class="section" id="id12">
         
     | 
| 
      
 493 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       421 
494 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       422 
495 
     | 
    
         
             
            <li><p class="first">Masatoshi Teruyaさん</p>
         
     | 
| 
       423 
496 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -440,8 +513,8 @@ 
     | 
|
| 
       440 
513 
     | 
    
         
             
            <li><p class="first">バージョン5.0.0になりました!</p>
         
     | 
| 
       441 
514 
     | 
    
         
             
            </li>
         
     | 
| 
       442 
515 
     | 
    
         
             
            </ul>
         
     | 
| 
       443 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       444 
     | 
    
         
            -
            <h3>改良<a class="headerlink" href="# 
     | 
| 
      
 516 
     | 
    
         
            +
            <div class="section" id="id13">
         
     | 
| 
      
 517 
     | 
    
         
            +
            <h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       445 
518 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       446 
519 
     | 
    
         
             
            <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"><em>セキュリティー</em></a> に関して追加しました。</p>
         
     | 
| 
       447 
520 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -453,8 +526,8 @@ 
     | 
|
| 
       453 
526 
     | 
    
         
             
            </li>
         
     | 
| 
       454 
527 
     | 
    
         
             
            </ul>
         
     | 
| 
       455 
528 
     | 
    
         
             
            </div>
         
     | 
| 
       456 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       457 
     | 
    
         
            -
            <h3>修正<a class="headerlink" href="# 
     | 
| 
      
 529 
     | 
    
         
            +
            <div class="section" id="id14">
         
     | 
| 
      
 530 
     | 
    
         
            +
            <h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       458 
531 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       459 
532 
     | 
    
         
             
            <li><p class="first">システムに互換性のないバージョンのonigmoもしくはonigurumaのヘッダーがインストールされているとビルドに失敗する問題を修正しました。 [GitHub#276] [武者さんがパッチ提供]</p>
         
     | 
| 
       460 
533 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -462,8 +535,8 @@ 
     | 
|
| 
       462 
535 
     | 
    
         
             
            </li>
         
     | 
| 
       463 
536 
     | 
    
         
             
            </ul>
         
     | 
| 
       464 
537 
     | 
    
         
             
            </div>
         
     | 
| 
       465 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       466 
     | 
    
         
            -
            <h3>感謝<a class="headerlink" href="# 
     | 
| 
      
 538 
     | 
    
         
            +
            <div class="section" id="id15">
         
     | 
| 
      
 539 
     | 
    
         
            +
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       467 
540 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       468 
541 
     | 
    
         
             
            <li><p class="first">武者さん</p>
         
     | 
| 
       469 
542 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -812,36 +885,42 @@ 
     | 
|
| 
       812 
885 
     | 
    
         
             
              <h3><a href="index.html">目次</a></h3>
         
     | 
| 
       813 
886 
     | 
    
         
             
              <ul>
         
     | 
| 
       814 
887 
     | 
    
         
             
            <li><a class="reference internal" href="#">お知らせ</a><ul>
         
     | 
| 
       815 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 888 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-5-2015-06-29">5.0.5リリース - 2015-06-29</a><ul>
         
     | 
| 
       816 
889 
     | 
    
         
             
            <li><a class="reference internal" href="#improvements">改良</a></li>
         
     | 
| 
       817 
890 
     | 
    
         
             
            <li><a class="reference internal" href="#fixes">修正</a></li>
         
     | 
| 
       818 
891 
     | 
    
         
             
            <li><a class="reference internal" href="#thanks">感謝</a></li>
         
     | 
| 
       819 
892 
     | 
    
         
             
            </ul>
         
     | 
| 
       820 
893 
     | 
    
         
             
            </li>
         
     | 
| 
       821 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 894 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-4-2015-05-29">5.0.4リリース - 2015-05-29</a><ul>
         
     | 
| 
       822 
895 
     | 
    
         
             
            <li><a class="reference internal" href="#id1">改良</a></li>
         
     | 
| 
       823 
896 
     | 
    
         
             
            <li><a class="reference internal" href="#id2">修正</a></li>
         
     | 
| 
       824 
897 
     | 
    
         
             
            <li><a class="reference internal" href="#id3">感謝</a></li>
         
     | 
| 
       825 
898 
     | 
    
         
             
            </ul>
         
     | 
| 
       826 
899 
     | 
    
         
             
            </li>
         
     | 
| 
       827 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 900 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-3-2015-04-29">5.0.3リリース - 2015-04-29</a><ul>
         
     | 
| 
       828 
901 
     | 
    
         
             
            <li><a class="reference internal" href="#id4">改良</a></li>
         
     | 
| 
       829 
902 
     | 
    
         
             
            <li><a class="reference internal" href="#id5">修正</a></li>
         
     | 
| 
       830 
903 
     | 
    
         
             
            <li><a class="reference internal" href="#id6">感謝</a></li>
         
     | 
| 
       831 
904 
     | 
    
         
             
            </ul>
         
     | 
| 
       832 
905 
     | 
    
         
             
            </li>
         
     | 
| 
       833 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 906 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-2-2015-03-31">5.0.2リリース - 2015-03-31</a><ul>
         
     | 
| 
       834 
907 
     | 
    
         
             
            <li><a class="reference internal" href="#id7">改良</a></li>
         
     | 
| 
       835 
908 
     | 
    
         
             
            <li><a class="reference internal" href="#id8">修正</a></li>
         
     | 
| 
       836 
909 
     | 
    
         
             
            <li><a class="reference internal" href="#id9">感謝</a></li>
         
     | 
| 
       837 
910 
     | 
    
         
             
            </ul>
         
     | 
| 
       838 
911 
     | 
    
         
             
            </li>
         
     | 
| 
       839 
     | 
    
         
            -
            <li><a class="reference internal" href="#release-5-0- 
     | 
| 
      
 912 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-1-2015-03-29">5.0.1リリース - 2015-03-29</a><ul>
         
     | 
| 
       840 
913 
     | 
    
         
             
            <li><a class="reference internal" href="#id10">改良</a></li>
         
     | 
| 
       841 
914 
     | 
    
         
             
            <li><a class="reference internal" href="#id11">修正</a></li>
         
     | 
| 
       842 
915 
     | 
    
         
             
            <li><a class="reference internal" href="#id12">感謝</a></li>
         
     | 
| 
       843 
916 
     | 
    
         
             
            </ul>
         
     | 
| 
       844 
917 
     | 
    
         
             
            </li>
         
     | 
| 
      
 918 
     | 
    
         
            +
            <li><a class="reference internal" href="#release-5-0-0-2015-02-09">5.0.0リリース - 2015-02-09</a><ul>
         
     | 
| 
      
 919 
     | 
    
         
            +
            <li><a class="reference internal" href="#id13">改良</a></li>
         
     | 
| 
      
 920 
     | 
    
         
            +
            <li><a class="reference internal" href="#id14">修正</a></li>
         
     | 
| 
      
 921 
     | 
    
         
            +
            <li><a class="reference internal" href="#id15">感謝</a></li>
         
     | 
| 
      
 922 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 923 
     | 
    
         
            +
            </li>
         
     | 
| 
       845 
924 
     | 
    
         
             
            <li><a class="reference internal" href="#the-old-releases">古いリリース</a></li>
         
     | 
| 
       846 
925 
     | 
    
         
             
            </ul>
         
     | 
| 
       847 
926 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -875,7 +954,7 @@ 
     | 
|
| 
       875 
954 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       876 
955 
     | 
    
         
             
                      <a href="genindex.html" title="総合索引"
         
     | 
| 
       877 
956 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       878 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v5.0.4ドキュメント</a> »</li> 
         
     | 
| 
      
 957 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li> 
         
     | 
| 
       879 
958 
     | 
    
         
             
                  </ul>
         
     | 
| 
       880 
959 
     | 
    
         
             
                </div>
         
     | 
| 
       881 
960 
     | 
    
         
             
                <div class="footer">
         
     |