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>7.3. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.3.28. plugin_register — 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,10 +26,10 @@ 
     | 
|
| 
       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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title="7.3. 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title="7.3. 
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.3.29. plugin_unregister" href="plugin_unregister.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.3.27. normalizer_list" href="normalizer_list.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,12 +56,12 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="plugin_unregister.html" title="7.3. 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href="normalizer_list.html" title="7.3. 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="normalizer_list.html" title="7.3.27. normalizer_list"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -73,25 +73,25 @@ 
     | 
|
| 
       73 
73 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
75 
     | 
    
         
             
              <div class="section" id="plugin-register">
         
     | 
| 
       76 
     | 
    
         
            -
            <h1>7.3. 
     | 
| 
      
 76 
     | 
    
         
            +
            <h1>7.3.28. <tt class="docutils literal"><span class="pre">plugin_register</span></tt><a class="headerlink" href="#plugin-register" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <div class="versionadded">
         
     | 
| 
       78 
78 
     | 
    
         
             
            <p><span class="versionmodified">バージョン 5.0.1 で追加.</span></p>
         
     | 
| 
       79 
79 
     | 
    
         
             
            </div>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       81 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 81 
     | 
    
         
            +
            <h2>7.3.28.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> コマンドはプラグインを登録します。プラグインを使う前にプラグインを登録する必要があります。</p>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <p>同じデータベースに対しては1つのプラグインについて一度だけ <tt class="docutils literal"><span class="pre">plugin_register</span></tt> コマンドを実行すれば十分です。これは、登録されたプラグイン情報はデータベースに記録されているからです。 <tt class="docutils literal"><span class="pre">groonga</span></tt> プロセスを再起動したときは、 <tt class="docutils literal"><span class="pre">register</span></tt> コマンドを実行しなくてもすでに登録されているプラグインを読み込みます。</p>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <p><a class="reference internal" href="plugin_unregister.html"><em>plugin_unregister</em></a> でプラグインの登録を解除することができます。</p>
         
     | 
| 
       85 
85 
     | 
    
         
             
            </div>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <div class="section" id="syntax">
         
     | 
| 
       87 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 87 
     | 
    
         
            +
            <h2>7.3.28.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> の引数は <tt class="docutils literal"><span class="pre">name</span></tt> だけです。これは必須の引数です:</p>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>plugin_register name
         
     | 
| 
       90 
90 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       91 
91 
     | 
    
         
             
            </div>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </div>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <div class="section" id="usage">
         
     | 
| 
       94 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 94 
     | 
    
         
            +
            <h2>7.3.28.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       95 
95 
     | 
    
         
             
            <p>これは <tt class="docutils literal"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></tt> に含まれている <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> クエリー展開オブジェクトを登録する例です。</p>
         
     | 
| 
       96 
96 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>plugin_register query_expanders/tsv
         
     | 
| 
         @@ -102,7 +102,7 @@ 
     | 
|
| 
       102 
102 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_register</span> <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></tt> というように絶対パスを指定することもできます。</p>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </div>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <div class="section" id="return-value">
         
     | 
| 
       105 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 105 
     | 
    
         
            +
            <h2>7.3.28.4. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> が成功したときは以下のようにボディは <tt class="docutils literal"><span class="pre">true</span></tt> になります:</p>
         
     | 
| 
       107 
107 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
         
     | 
| 
       108 
108 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -111,7 +111,7 @@ 
     | 
|
| 
       111 
111 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">HEADER</span></tt> については <a class="reference internal" href="../command/output_format.html"><em>出力形式</em></a> を参照してください。</p>
         
     | 
| 
       112 
112 
     | 
    
         
             
            </div>
         
     | 
| 
       113 
113 
     | 
    
         
             
            <div class="section" id="see-also">
         
     | 
| 
       114 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 114 
     | 
    
         
            +
            <h2>7.3.28.5. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       115 
115 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       116 
116 
     | 
    
         
             
            <li><a class="reference internal" href="plugin_unregister.html"><em>plugin_unregister</em></a></li>
         
     | 
| 
       117 
117 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -126,22 +126,22 @@ 
     | 
|
| 
       126 
126 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       127 
127 
     | 
    
         
             
              <h3><a href="../../index.html">目次</a></h3>
         
     | 
| 
       128 
128 
     | 
    
         
             
              <ul>
         
     | 
| 
       129 
     | 
    
         
            -
            <li><a class="reference internal" href="#">7.3. 
     | 
| 
       130 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">7.3. 
     | 
| 
       131 
     | 
    
         
            -
            <li><a class="reference internal" href="#syntax">7.3. 
     | 
| 
       132 
     | 
    
         
            -
            <li><a class="reference internal" href="#usage">7.3. 
     | 
| 
       133 
     | 
    
         
            -
            <li><a class="reference internal" href="#return-value">7.3. 
     | 
| 
       134 
     | 
    
         
            -
            <li><a class="reference internal" href="#see-also">7.3. 
     | 
| 
      
 129 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.3.28. <tt class="docutils literal"><span class="pre">plugin_register</span></tt></a><ul>
         
     | 
| 
      
 130 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">7.3.28.1. 概要</a></li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <li><a class="reference internal" href="#syntax">7.3.28.2. 構文</a></li>
         
     | 
| 
      
 132 
     | 
    
         
            +
            <li><a class="reference internal" href="#usage">7.3.28.3. 使い方</a></li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li><a class="reference internal" href="#return-value">7.3.28.4. 戻り値</a></li>
         
     | 
| 
      
 134 
     | 
    
         
            +
            <li><a class="reference internal" href="#see-also">7.3.28.5. 参考</a></li>
         
     | 
| 
       135 
135 
     | 
    
         
             
            </ul>
         
     | 
| 
       136 
136 
     | 
    
         
             
            </li>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </ul>
         
     | 
| 
       138 
138 
     | 
    
         | 
| 
       139 
139 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       140 
140 
     | 
    
         
             
              <p class="topless"><a href="normalizer_list.html"
         
     | 
| 
       141 
     | 
    
         
            -
                                    title="前の章へ">7.3. 
     | 
| 
      
 141 
     | 
    
         
            +
                                    title="前の章へ">7.3.27. <tt class="docutils literal"><span class="pre">normalizer_list</span></tt></a></p>
         
     | 
| 
       142 
142 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       143 
143 
     | 
    
         
             
              <p class="topless"><a href="plugin_unregister.html"
         
     | 
| 
       144 
     | 
    
         
            -
                                    title="次の章へ">7.3. 
     | 
| 
      
 144 
     | 
    
         
            +
                                    title="次の章へ">7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt></a></p>
         
     | 
| 
       145 
145 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       146 
146 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       147 
147 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/plugin_register.txt"
         
     | 
| 
         @@ -171,12 +171,12 @@ 
     | 
|
| 
       171 
171 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       172 
172 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       173 
173 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       174 
     | 
    
         
            -
                      <a href="plugin_unregister.html" title="7.3. 
     | 
| 
      
 174 
     | 
    
         
            +
                      <a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
         
     | 
| 
       175 
175 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       176 
176 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       177 
     | 
    
         
            -
                      <a href="normalizer_list.html" title="7.3. 
     | 
| 
      
 177 
     | 
    
         
            +
                      <a href="normalizer_list.html" title="7.3.27. normalizer_list"
         
     | 
| 
       178 
178 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       179 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 179 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       180 
180 
     | 
    
         
             
                      <li><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       181 
181 
     | 
    
         
             
                      <li><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       182 
182 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>7.3. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.3.29. plugin_unregister — 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,10 +26,10 @@ 
     | 
|
| 
       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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title="7.3. 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title="7.3. 
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.3.30. quit" href="quit.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.3.28. plugin_register" href="plugin_register.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,12 +56,12 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="quit.html" title="7.3. 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="quit.html" title="7.3.30. quit"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href="plugin_register.html" title="7.3. 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="plugin_register.html" title="7.3.28. plugin_register"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -73,7 +73,7 @@ 
     | 
|
| 
       73 
73 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
75 
     | 
    
         
             
              <div class="section" id="plugin-unregister">
         
     | 
| 
       76 
     | 
    
         
            -
            <h1>7.3. 
     | 
| 
      
 76 
     | 
    
         
            +
            <h1>7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt><a class="headerlink" href="#plugin-unregister" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <div class="admonition note">
         
     | 
| 
       78 
78 
     | 
    
         
             
            <p class="first admonition-title">注釈</p>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p class="last">このコマンドは実験的な機能です。</p>
         
     | 
| 
         @@ -82,18 +82,18 @@ 
     | 
|
| 
       82 
82 
     | 
    
         
             
            <p><span class="versionmodified">バージョン 5.0.1 で追加.</span></p>
         
     | 
| 
       83 
83 
     | 
    
         
             
            </div>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       85 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 85 
     | 
    
         
            +
            <h2>7.3.29.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_unregister</span></tt> コマンドはプラグインの登録を解除します。</p>
         
     | 
| 
       87 
87 
     | 
    
         
             
            </div>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <div class="section" id="syntax">
         
     | 
| 
       89 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 89 
     | 
    
         
            +
            <h2>7.3.29.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       90 
90 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> の引数は <tt class="docutils literal"><span class="pre">name</span></tt> だけです。これは必須の引数です:</p>
         
     | 
| 
       91 
91 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>plugin_unregister name
         
     | 
| 
       92 
92 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       93 
93 
     | 
    
         
             
            </div>
         
     | 
| 
       94 
94 
     | 
    
         
             
            </div>
         
     | 
| 
       95 
95 
     | 
    
         
             
            <div class="section" id="usage">
         
     | 
| 
       96 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 96 
     | 
    
         
            +
            <h2>7.3.29.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <p>これは <tt class="docutils literal"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></tt> に含まれている <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> クエリー展開オブジェクトの登録を解除する例です。</p>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>plugin_unregister query_expanders/tsv
         
     | 
| 
         @@ -104,7 +104,7 @@ 
     | 
|
| 
       104 
104 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_unregister</span> <span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></tt> というように絶対パスを指定することもできます。</p>
         
     | 
| 
       105 
105 
     | 
    
         
             
            </div>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <div class="section" id="return-value">
         
     | 
| 
       107 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 107 
     | 
    
         
            +
            <h2>7.3.29.4. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       108 
108 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">plugin_unregister</span></tt> が成功したときは以下のようにボディは <tt class="docutils literal"><span class="pre">true</span></tt> になります:</p>
         
     | 
| 
       109 
109 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
         
     | 
| 
       110 
110 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -113,7 +113,7 @@ 
     | 
|
| 
       113 
113 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">HEADER</span></tt> については <a class="reference internal" href="../command/output_format.html"><em>出力形式</em></a> を参照してください。</p>
         
     | 
| 
       114 
114 
     | 
    
         
             
            </div>
         
     | 
| 
       115 
115 
     | 
    
         
             
            <div class="section" id="see-also">
         
     | 
| 
       116 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 116 
     | 
    
         
            +
            <h2>7.3.29.5. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       117 
117 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       118 
118 
     | 
    
         
             
            <li><a class="reference internal" href="plugin_register.html"><em>plugin_register</em></a></li>
         
     | 
| 
       119 
119 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -128,22 +128,22 @@ 
     | 
|
| 
       128 
128 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       129 
129 
     | 
    
         
             
              <h3><a href="../../index.html">目次</a></h3>
         
     | 
| 
       130 
130 
     | 
    
         
             
              <ul>
         
     | 
| 
       131 
     | 
    
         
            -
            <li><a class="reference internal" href="#">7.3. 
     | 
| 
       132 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">7.3. 
     | 
| 
       133 
     | 
    
         
            -
            <li><a class="reference internal" href="#syntax">7.3. 
     | 
| 
       134 
     | 
    
         
            -
            <li><a class="reference internal" href="#usage">7.3. 
     | 
| 
       135 
     | 
    
         
            -
            <li><a class="reference internal" href="#return-value">7.3. 
     | 
| 
       136 
     | 
    
         
            -
            <li><a class="reference internal" href="#see-also">7.3. 
     | 
| 
      
 131 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt></a><ul>
         
     | 
| 
      
 132 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">7.3.29.1. 概要</a></li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li><a class="reference internal" href="#syntax">7.3.29.2. 構文</a></li>
         
     | 
| 
      
 134 
     | 
    
         
            +
            <li><a class="reference internal" href="#usage">7.3.29.3. 使い方</a></li>
         
     | 
| 
      
 135 
     | 
    
         
            +
            <li><a class="reference internal" href="#return-value">7.3.29.4. 戻り値</a></li>
         
     | 
| 
      
 136 
     | 
    
         
            +
            <li><a class="reference internal" href="#see-also">7.3.29.5. 参考</a></li>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </ul>
         
     | 
| 
       138 
138 
     | 
    
         
             
            </li>
         
     | 
| 
       139 
139 
     | 
    
         
             
            </ul>
         
     | 
| 
       140 
140 
     | 
    
         | 
| 
       141 
141 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       142 
142 
     | 
    
         
             
              <p class="topless"><a href="plugin_register.html"
         
     | 
| 
       143 
     | 
    
         
            -
                                    title="前の章へ">7.3. 
     | 
| 
      
 143 
     | 
    
         
            +
                                    title="前の章へ">7.3.28. <tt class="docutils literal"><span class="pre">plugin_register</span></tt></a></p>
         
     | 
| 
       144 
144 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       145 
145 
     | 
    
         
             
              <p class="topless"><a href="quit.html"
         
     | 
| 
       146 
     | 
    
         
            -
                                    title="次の章へ">7.3. 
     | 
| 
      
 146 
     | 
    
         
            +
                                    title="次の章へ">7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt></a></p>
         
     | 
| 
       147 
147 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       148 
148 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       149 
149 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/plugin_unregister.txt"
         
     | 
| 
         @@ -173,12 +173,12 @@ 
     | 
|
| 
       173 
173 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       174 
174 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       175 
175 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       176 
     | 
    
         
            -
                      <a href="quit.html" title="7.3. 
     | 
| 
      
 176 
     | 
    
         
            +
                      <a href="quit.html" title="7.3.30. quit"
         
     | 
| 
       177 
177 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       178 
178 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       179 
     | 
    
         
            -
                      <a href="plugin_register.html" title="7.3. 
     | 
| 
      
 179 
     | 
    
         
            +
                      <a href="plugin_register.html" title="7.3.28. plugin_register"
         
     | 
| 
       180 
180 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       181 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 181 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       182 
182 
     | 
    
         
             
                      <li><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       183 
183 
     | 
    
         
             
                      <li><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       184 
184 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>7.3. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.3.30. quit — 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,10 +26,10 @@ 
     | 
|
| 
       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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title="7.3. 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title="7.3. 
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.3.31. range_filter" href="range_filter.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.3.29. plugin_unregister" href="plugin_unregister.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,12 +56,12 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="range_filter.html" title="7.3. 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="range_filter.html" title="7.3.31. range_filter"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href="plugin_unregister.html" title="7.3. 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -73,9 +73,9 @@ 
     | 
|
| 
       73 
73 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
75 
     | 
    
         
             
              <div class="section" id="quit">
         
     | 
| 
       76 
     | 
    
         
            -
            <h1>7.3. 
     | 
| 
      
 76 
     | 
    
         
            +
            <h1>7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt><a class="headerlink" href="#quit" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       78 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 78 
     | 
    
         
            +
            <h2>7.3.30.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p>quit - セッション終了</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <p>Groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、
         
     | 
| 
       81 
81 
     | 
    
         
             
            またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
         
     | 
| 
         @@ -83,23 +83,23 @@ 
     | 
|
| 
       83 
83 
     | 
    
         
             
            す。</p>
         
     | 
| 
       84 
84 
     | 
    
         
             
            </div>
         
     | 
| 
       85 
85 
     | 
    
         
             
            <div class="section" id="syntax">
         
     | 
| 
       86 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 86 
     | 
    
         
            +
            <h2>7.3.30.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>quit
         
     | 
| 
       88 
88 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       89 
89 
     | 
    
         
             
            </div>
         
     | 
| 
       90 
90 
     | 
    
         
             
            </div>
         
     | 
| 
       91 
91 
     | 
    
         
             
            <div class="section" id="usage">
         
     | 
| 
       92 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 92 
     | 
    
         
            +
            <h2>7.3.30.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>quit
         
     | 
| 
       94 
94 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       95 
95 
     | 
    
         
             
            </div>
         
     | 
| 
       96 
96 
     | 
    
         
             
            </div>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <div class="section" id="parameters">
         
     | 
| 
       98 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 98 
     | 
    
         
            +
            <h2>7.3.30.4. 引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <p>ありません。</p>
         
     | 
| 
       100 
100 
     | 
    
         
             
            </div>
         
     | 
| 
       101 
101 
     | 
    
         
             
            <div class="section" id="return-value">
         
     | 
| 
       102 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 102 
     | 
    
         
            +
            <h2>7.3.30.5. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       103 
103 
     | 
    
         
             
            <p>ありません。</p>
         
     | 
| 
       104 
104 
     | 
    
         
             
            </div>
         
     | 
| 
       105 
105 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -112,22 +112,22 @@ 
     | 
|
| 
       112 
112 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       113 
113 
     | 
    
         
             
              <h3><a href="../../index.html">目次</a></h3>
         
     | 
| 
       114 
114 
     | 
    
         
             
              <ul>
         
     | 
| 
       115 
     | 
    
         
            -
            <li><a class="reference internal" href="#">7.3. 
     | 
| 
       116 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">7.3. 
     | 
| 
       117 
     | 
    
         
            -
            <li><a class="reference internal" href="#syntax">7.3. 
     | 
| 
       118 
     | 
    
         
            -
            <li><a class="reference internal" href="#usage">7.3. 
     | 
| 
       119 
     | 
    
         
            -
            <li><a class="reference internal" href="#parameters">7.3. 
     | 
| 
       120 
     | 
    
         
            -
            <li><a class="reference internal" href="#return-value">7.3. 
     | 
| 
      
 115 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt></a><ul>
         
     | 
| 
      
 116 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">7.3.30.1. 概要</a></li>
         
     | 
| 
      
 117 
     | 
    
         
            +
            <li><a class="reference internal" href="#syntax">7.3.30.2. 構文</a></li>
         
     | 
| 
      
 118 
     | 
    
         
            +
            <li><a class="reference internal" href="#usage">7.3.30.3. 使い方</a></li>
         
     | 
| 
      
 119 
     | 
    
         
            +
            <li><a class="reference internal" href="#parameters">7.3.30.4. 引数</a></li>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <li><a class="reference internal" href="#return-value">7.3.30.5. 戻り値</a></li>
         
     | 
| 
       121 
121 
     | 
    
         
             
            </ul>
         
     | 
| 
       122 
122 
     | 
    
         
             
            </li>
         
     | 
| 
       123 
123 
     | 
    
         
             
            </ul>
         
     | 
| 
       124 
124 
     | 
    
         | 
| 
       125 
125 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       126 
126 
     | 
    
         
             
              <p class="topless"><a href="plugin_unregister.html"
         
     | 
| 
       127 
     | 
    
         
            -
                                    title="前の章へ">7.3. 
     | 
| 
      
 127 
     | 
    
         
            +
                                    title="前の章へ">7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt></a></p>
         
     | 
| 
       128 
128 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       129 
129 
     | 
    
         
             
              <p class="topless"><a href="range_filter.html"
         
     | 
| 
       130 
     | 
    
         
            -
                                    title="次の章へ">7.3. 
     | 
| 
      
 130 
     | 
    
         
            +
                                    title="次の章へ">7.3.31. <tt class="docutils literal"><span class="pre">range_filter</span></tt></a></p>
         
     | 
| 
       131 
131 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       132 
132 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       133 
133 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/quit.txt"
         
     | 
| 
         @@ -157,12 +157,12 @@ 
     | 
|
| 
       157 
157 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       158 
158 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       159 
159 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       160 
     | 
    
         
            -
                      <a href="range_filter.html" title="7.3. 
     | 
| 
      
 160 
     | 
    
         
            +
                      <a href="range_filter.html" title="7.3.31. range_filter"
         
     | 
| 
       161 
161 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       162 
162 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       163 
     | 
    
         
            -
                      <a href="plugin_unregister.html" title="7.3. 
     | 
| 
      
 163 
     | 
    
         
            +
                      <a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
         
     | 
| 
       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 
     | 
    
         
             
                      <li><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       167 
167 
     | 
    
         
             
                      <li><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       168 
168 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>7.3. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.3.31. range_filter — 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,10 +26,10 @@ 
     | 
|
| 
       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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title="7.3. 
     | 
| 
       32 
     | 
    
         
            -
                <link rel="prev" title="7.3. 
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="7.3.32. register" href="register.html" />
         
     | 
| 
      
 32 
     | 
    
         
            +
                <link rel="prev" title="7.3.30. quit" href="quit.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -56,12 +56,12 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="register.html" title="7.3. 
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="register.html" title="7.3.32. register"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
     | 
    
         
            -
                      <a href="quit.html" title="7.3. 
     | 
| 
      
 62 
     | 
    
         
            +
                      <a href="quit.html" title="7.3.30. quit"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -73,22 +73,22 @@ 
     | 
|
| 
       73 
73 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
75 
     | 
    
         
             
              <div class="section" id="range-filter">
         
     | 
| 
       76 
     | 
    
         
            -
            <h1>7.3. 
     | 
| 
      
 76 
     | 
    
         
            +
            <h1>7.3.31. <tt class="docutils literal"><span class="pre">range_filter</span></tt><a class="headerlink" href="#range-filter" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       78 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 78 
     | 
    
         
            +
            <h2>7.3.31.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p>TODO: write me</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            </div>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <div class="section" id="syntax">
         
     | 
| 
       82 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 82 
     | 
    
         
            +
            <h2>7.3.31.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       83 
83 
     | 
    
         
             
            </div>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <div class="section" id="usage">
         
     | 
| 
       85 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 85 
     | 
    
         
            +
            <h2>7.3.31.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       86 
86 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <div class="section" id="return-value">
         
     | 
| 
       88 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 88 
     | 
    
         
            +
            <h2>7.3.31.4. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       89 
89 
     | 
    
         
             
            </div>
         
     | 
| 
       90 
90 
     | 
    
         
             
            <div class="section" id="see-also">
         
     | 
| 
       91 
     | 
    
         
            -
            <h2>7.3. 
     | 
| 
      
 91 
     | 
    
         
            +
            <h2>7.3.31.5. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       92 
92 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       93 
93 
     | 
    
         
             
            <li><a class="reference internal" href="select.html"><em>select</em></a></li>
         
     | 
| 
       94 
94 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -103,22 +103,22 @@ 
     | 
|
| 
       103 
103 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       104 
104 
     | 
    
         
             
              <h3><a href="../../index.html">目次</a></h3>
         
     | 
| 
       105 
105 
     | 
    
         
             
              <ul>
         
     | 
| 
       106 
     | 
    
         
            -
            <li><a class="reference internal" href="#">7.3. 
     | 
| 
       107 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">7.3. 
     | 
| 
       108 
     | 
    
         
            -
            <li><a class="reference internal" href="#syntax">7.3. 
     | 
| 
       109 
     | 
    
         
            -
            <li><a class="reference internal" href="#usage">7.3. 
     | 
| 
       110 
     | 
    
         
            -
            <li><a class="reference internal" href="#return-value">7.3. 
     | 
| 
       111 
     | 
    
         
            -
            <li><a class="reference internal" href="#see-also">7.3. 
     | 
| 
      
 106 
     | 
    
         
            +
            <li><a class="reference internal" href="#">7.3.31. <tt class="docutils literal"><span class="pre">range_filter</span></tt></a><ul>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">7.3.31.1. 概要</a></li>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <li><a class="reference internal" href="#syntax">7.3.31.2. 構文</a></li>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li><a class="reference internal" href="#usage">7.3.31.3. 使い方</a></li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li><a class="reference internal" href="#return-value">7.3.31.4. 戻り値</a></li>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li><a class="reference internal" href="#see-also">7.3.31.5. 参考</a></li>
         
     | 
| 
       112 
112 
     | 
    
         
             
            </ul>
         
     | 
| 
       113 
113 
     | 
    
         
             
            </li>
         
     | 
| 
       114 
114 
     | 
    
         
             
            </ul>
         
     | 
| 
       115 
115 
     | 
    
         | 
| 
       116 
116 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       117 
117 
     | 
    
         
             
              <p class="topless"><a href="quit.html"
         
     | 
| 
       118 
     | 
    
         
            -
                                    title="前の章へ">7.3. 
     | 
| 
      
 118 
     | 
    
         
            +
                                    title="前の章へ">7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt></a></p>
         
     | 
| 
       119 
119 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       120 
120 
     | 
    
         
             
              <p class="topless"><a href="register.html"
         
     | 
| 
       121 
     | 
    
         
            -
                                    title="次の章へ">7.3. 
     | 
| 
      
 121 
     | 
    
         
            +
                                    title="次の章へ">7.3.32. <tt class="docutils literal"><span class="pre">register</span></tt></a></p>
         
     | 
| 
       122 
122 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       123 
123 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       124 
124 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/range_filter.txt"
         
     | 
| 
         @@ -148,12 +148,12 @@ 
     | 
|
| 
       148 
148 
     | 
    
         
             
                      <a href="../../genindex.html" title="総合索引"
         
     | 
| 
       149 
149 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       150 
150 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       151 
     | 
    
         
            -
                      <a href="register.html" title="7.3. 
     | 
| 
      
 151 
     | 
    
         
            +
                      <a href="register.html" title="7.3.32. register"
         
     | 
| 
       152 
152 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       153 
153 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       154 
     | 
    
         
            -
                      <a href="quit.html" title="7.3. 
     | 
| 
      
 154 
     | 
    
         
            +
                      <a href="quit.html" title="7.3.30. quit"
         
     | 
| 
       155 
155 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       156 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v5.0.4ドキュメント</a> »</li>
         
     | 
| 
      
 156 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v5.0.4-139-g6629adbドキュメント</a> »</li>
         
     | 
| 
       157 
157 
     | 
    
         
             
                      <li><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       158 
158 
     | 
    
         
             
                      <li><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       159 
159 
     | 
    
         
             
                  </ul>
         
     |