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
 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: rroonga
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 5.0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 5.0.4
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: x86-mingw32
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Kouhei Sutou
         
     | 
| 
         @@ -12,7 +12,7 @@ authors: 
     | 
|
| 
       12 
12 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       13 
13 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       14 
14 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       15 
     | 
    
         
            -
            date: 2015- 
     | 
| 
      
 15 
     | 
    
         
            +
            date: 2015-07-13 00:00:00.000000000 Z
         
     | 
| 
       16 
16 
     | 
    
         
             
            dependencies:
         
     | 
| 
       17 
17 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       18 
18 
     | 
    
         
             
              name: pkg-config
         
     | 
| 
         @@ -239,6 +239,7 @@ files: 
     | 
|
| 
       239 
239 
     | 
    
         
             
            - ext/groonga/rb-grn-expression-builder.c
         
     | 
| 
       240 
240 
     | 
    
         
             
            - ext/groonga/rb-grn-expression.c
         
     | 
| 
       241 
241 
     | 
    
         
             
            - ext/groonga/rb-grn-fix-size-column.c
         
     | 
| 
      
 242 
     | 
    
         
            +
            - ext/groonga/rb-grn-flushable.c
         
     | 
| 
       242 
243 
     | 
    
         
             
            - ext/groonga/rb-grn-geo-point.c
         
     | 
| 
       243 
244 
     | 
    
         
             
            - ext/groonga/rb-grn-greater-equal-operator.c
         
     | 
| 
       244 
245 
     | 
    
         
             
            - ext/groonga/rb-grn-greater-operator.c
         
     | 
| 
         @@ -323,6 +324,7 @@ files: 
     | 
|
| 
       323 
324 
     | 
    
         
             
            - test/test-expression-builder.rb
         
     | 
| 
       324 
325 
     | 
    
         
             
            - test/test-expression.rb
         
     | 
| 
       325 
326 
     | 
    
         
             
            - test/test-fix-size-column.rb
         
     | 
| 
      
 327 
     | 
    
         
            +
            - test/test-flushable.rb
         
     | 
| 
       326 
328 
     | 
    
         
             
            - test/test-geo-point.rb
         
     | 
| 
       327 
329 
     | 
    
         
             
            - test/test-gqtp.rb
         
     | 
| 
       328 
330 
     | 
    
         
             
            - test/test-hash.rb
         
     | 
| 
         @@ -541,6 +543,8 @@ files: 
     | 
|
| 
       541 
543 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/sharding/logical_count.rb
         
     | 
| 
       542 
544 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb
         
     | 
| 
       543 
545 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb
         
     | 
| 
      
 546 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/sharding/logical_select.rb
         
     | 
| 
      
 547 
     | 
    
         
            +
            - vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb
         
     | 
| 
       544 
548 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb
         
     | 
| 
       545 
549 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.a
         
     | 
| 
       546 
550 
     | 
    
         
             
            - vendor/local/lib/groonga/plugins/suggest/suggest.dll
         
     | 
| 
         @@ -584,6 +588,7 @@ files: 
     | 
|
| 
       584 
588 
     | 
    
         
             
            - vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb
         
     | 
| 
       585 
589 
     | 
    
         
             
            - vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb
         
     | 
| 
       586 
590 
     | 
    
         
             
            - vendor/local/lib/groonga/scripts/ruby/scan_info_search_index.rb
         
     | 
| 
      
 591 
     | 
    
         
            +
            - vendor/local/lib/groonga/scripts/ruby/table.rb
         
     | 
| 
       587 
592 
     | 
    
         
             
            - vendor/local/lib/groonga/scripts/ruby/table_cursor.rb
         
     | 
| 
       588 
593 
     | 
    
         
             
            - vendor/local/lib/groonga/scripts/ruby/writer.rb
         
     | 
| 
       589 
594 
     | 
    
         
             
            - vendor/local/lib/libgroonga.a
         
     | 
| 
         @@ -710,6 +715,7 @@ files: 
     | 
|
| 
       710 
715 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt
         
     | 
| 
       711 
716 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt
         
     | 
| 
       712 
717 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt
         
     | 
| 
      
 718 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt
         
     | 
| 
       713 
719 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt
         
     | 
| 
       714 
720 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt
         
     | 
| 
       715 
721 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt
         
     | 
| 
         @@ -717,6 +723,8 @@ files: 
     | 
|
| 
       717 
723 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt
         
     | 
| 
       718 
724 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt
         
     | 
| 
       719 
725 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt
         
     | 
| 
      
 726 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt
         
     | 
| 
      
 727 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt
         
     | 
| 
       720 
728 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt
         
     | 
| 
       721 
729 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt
         
     | 
| 
       722 
730 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt
         
     | 
| 
         @@ -928,6 +936,7 @@ files: 
     | 
|
| 
       928 
936 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html
         
     | 
| 
       929 
937 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/delete.html
         
     | 
| 
       930 
938 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/dump.html
         
     | 
| 
      
 939 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html
         
     | 
| 
       931 
940 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/load.html
         
     | 
| 
       932 
941 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html
         
     | 
| 
       933 
942 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html
         
     | 
| 
         @@ -935,6 +944,8 @@ files: 
     | 
|
| 
       935 
944 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html
         
     | 
| 
       936 
945 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html
         
     | 
| 
       937 
946 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html
         
     | 
| 
      
 947 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html
         
     | 
| 
      
 948 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html
         
     | 
| 
       938 
949 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html
         
     | 
| 
       939 
950 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html
         
     | 
| 
       940 
951 
     | 
    
         
             
            - vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html
         
     | 
| 
         @@ -1127,6 +1138,7 @@ files: 
     | 
|
| 
       1127 
1138 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt
         
     | 
| 
       1128 
1139 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt
         
     | 
| 
       1129 
1140 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt
         
     | 
| 
      
 1141 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt
         
     | 
| 
       1130 
1142 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt
         
     | 
| 
       1131 
1143 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt
         
     | 
| 
       1132 
1144 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt
         
     | 
| 
         @@ -1134,6 +1146,8 @@ files: 
     | 
|
| 
       1134 
1146 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt
         
     | 
| 
       1135 
1147 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt
         
     | 
| 
       1136 
1148 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt
         
     | 
| 
      
 1149 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt
         
     | 
| 
      
 1150 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt
         
     | 
| 
       1137 
1151 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt
         
     | 
| 
       1138 
1152 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt
         
     | 
| 
       1139 
1153 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt
         
     | 
| 
         @@ -1345,6 +1359,7 @@ files: 
     | 
|
| 
       1345 
1359 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html
         
     | 
| 
       1346 
1360 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html
         
     | 
| 
       1347 
1361 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html
         
     | 
| 
      
 1362 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html
         
     | 
| 
       1348 
1363 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/load.html
         
     | 
| 
       1349 
1364 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html
         
     | 
| 
       1350 
1365 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html
         
     | 
| 
         @@ -1352,6 +1367,8 @@ files: 
     | 
|
| 
       1352 
1367 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html
         
     | 
| 
       1353 
1368 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html
         
     | 
| 
       1354 
1369 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html
         
     | 
| 
      
 1370 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html
         
     | 
| 
      
 1371 
     | 
    
         
            +
            - vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html
         
     | 
| 
       1355 
1372 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html
         
     | 
| 
       1356 
1373 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html
         
     | 
| 
       1357 
1374 
     | 
    
         
             
            - vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html
         
     | 
| 
         @@ -1676,6 +1693,7 @@ test_files: 
     | 
|
| 
       1676 
1693 
     | 
    
         
             
            - test/test-patricia-trie.rb
         
     | 
| 
       1677 
1694 
     | 
    
         
             
            - test/test-context.rb
         
     | 
| 
       1678 
1695 
     | 
    
         
             
            - test/test-table-offset-and-limit.rb
         
     | 
| 
      
 1696 
     | 
    
         
            +
            - test/test-flushable.rb
         
     | 
| 
       1679 
1697 
     | 
    
         
             
            - test/test-table-select-mecab.rb
         
     | 
| 
       1680 
1698 
     | 
    
         
             
            - test/test-convert.rb
         
     | 
| 
       1681 
1699 
     | 
    
         
             
            - test/test-variable.rb
         
     |