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 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '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
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v5.0.4 documentation" href="../../index.html" />
|
28
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adb documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="7.3. Command" href="../command.html" />
|
30
|
-
<link rel="next" title="7.3.
|
31
|
-
<link rel="prev" title="7.3.
|
30
|
+
<link rel="next" title="7.3.29. plugin_unregister" href="plugin_unregister.html" />
|
31
|
+
<link rel="prev" title="7.3.27. normalizer_list" href="normalizer_list.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -55,12 +55,12 @@
|
|
55
55
|
<a href="../../genindex.html" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
57
|
<li class="right" >
|
58
|
-
<a href="plugin_unregister.html" title="7.3.
|
58
|
+
<a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="normalizer_list.html" title="7.3.
|
61
|
+
<a href="normalizer_list.html" title="7.3.27. normalizer_list"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
63
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
65
65
|
<li><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
66
66
|
</ul>
|
@@ -72,12 +72,12 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="plugin-register">
|
75
|
-
<h1>7.3.
|
75
|
+
<h1>7.3.28. <tt class="docutils literal"><span class="pre">plugin_register</span></tt><a class="headerlink" href="#plugin-register" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="versionadded">
|
77
77
|
<p><span class="versionmodified">New in version 5.0.1.</span></p>
|
78
78
|
</div>
|
79
79
|
<div class="section" id="summary">
|
80
|
-
<h2>7.3.
|
80
|
+
<h2>7.3.28.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
81
81
|
<p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> command registers a plugin. You need to register a plugin
|
82
82
|
before you use a plugin.</p>
|
83
83
|
<p>You need just one <tt class="docutils literal"><span class="pre">plugin_register</span></tt> command for a plugin in the same
|
@@ -87,14 +87,14 @@ process loads all registered plugins without <tt class="docutils literal"><span
|
|
87
87
|
<p>You can unregister a registered plugin by <a class="reference internal" href="plugin_unregister.html"><em>plugin_unregister</em></a>.</p>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="syntax">
|
90
|
-
<h2>7.3.
|
90
|
+
<h2>7.3.28.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
91
91
|
<p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> has a parameter <tt class="docutils literal"><span class="pre">name</span></tt>. It is required parameter:</p>
|
92
92
|
<div class="highlight-none"><div class="highlight"><pre>plugin_register name
|
93
93
|
</pre></div>
|
94
94
|
</div>
|
95
95
|
</div>
|
96
96
|
<div class="section" id="usage">
|
97
|
-
<h2>7.3.
|
97
|
+
<h2>7.3.28.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
98
98
|
<p>Here is a sample that registers <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> query expander
|
99
99
|
that is included in
|
100
100
|
<tt class="docutils literal"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></tt>.</p>
|
@@ -109,7 +109,7 @@ They are completed automatically.</p>
|
|
109
109
|
<span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></tt>.</p>
|
110
110
|
</div>
|
111
111
|
<div class="section" id="return-value">
|
112
|
-
<h2>7.3.
|
112
|
+
<h2>7.3.28.4. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
113
113
|
<p><tt class="docutils literal"><span class="pre">plugin_register</span></tt> returns <tt class="docutils literal"><span class="pre">true</span></tt> as body on success such as:</p>
|
114
114
|
<div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
|
115
115
|
</pre></div>
|
@@ -118,7 +118,7 @@ They are completed automatically.</p>
|
|
118
118
|
<p>See <a class="reference internal" href="../command/output_format.html"><em>Output format</em></a> for <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
|
119
119
|
</div>
|
120
120
|
<div class="section" id="see-also">
|
121
|
-
<h2>7.3.
|
121
|
+
<h2>7.3.28.5. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
122
122
|
<ul class="simple">
|
123
123
|
<li><a class="reference internal" href="plugin_unregister.html"><em>plugin_unregister</em></a></li>
|
124
124
|
</ul>
|
@@ -133,22 +133,22 @@ They are completed automatically.</p>
|
|
133
133
|
<div class="sphinxsidebarwrapper">
|
134
134
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
135
135
|
<ul>
|
136
|
-
<li><a class="reference internal" href="#">7.3.
|
137
|
-
<li><a class="reference internal" href="#summary">7.3.
|
138
|
-
<li><a class="reference internal" href="#syntax">7.3.
|
139
|
-
<li><a class="reference internal" href="#usage">7.3.
|
140
|
-
<li><a class="reference internal" href="#return-value">7.3.
|
141
|
-
<li><a class="reference internal" href="#see-also">7.3.
|
136
|
+
<li><a class="reference internal" href="#">7.3.28. <tt class="docutils literal"><span class="pre">plugin_register</span></tt></a><ul>
|
137
|
+
<li><a class="reference internal" href="#summary">7.3.28.1. Summary</a></li>
|
138
|
+
<li><a class="reference internal" href="#syntax">7.3.28.2. Syntax</a></li>
|
139
|
+
<li><a class="reference internal" href="#usage">7.3.28.3. Usage</a></li>
|
140
|
+
<li><a class="reference internal" href="#return-value">7.3.28.4. Return value</a></li>
|
141
|
+
<li><a class="reference internal" href="#see-also">7.3.28.5. See also</a></li>
|
142
142
|
</ul>
|
143
143
|
</li>
|
144
144
|
</ul>
|
145
145
|
|
146
146
|
<h4>Previous topic</h4>
|
147
147
|
<p class="topless"><a href="normalizer_list.html"
|
148
|
-
title="previous chapter">7.3.
|
148
|
+
title="previous chapter">7.3.27. <tt class="docutils literal"><span class="pre">normalizer_list</span></tt></a></p>
|
149
149
|
<h4>Next topic</h4>
|
150
150
|
<p class="topless"><a href="plugin_unregister.html"
|
151
|
-
title="next chapter">7.3.
|
151
|
+
title="next chapter">7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt></a></p>
|
152
152
|
<h3>This Page</h3>
|
153
153
|
<ul class="this-page-menu">
|
154
154
|
<li><a href="../../_sources/reference/commands/plugin_register.txt"
|
@@ -178,12 +178,12 @@ They are completed automatically.</p>
|
|
178
178
|
<a href="../../genindex.html" title="General Index"
|
179
179
|
>index</a></li>
|
180
180
|
<li class="right" >
|
181
|
-
<a href="plugin_unregister.html" title="7.3.
|
181
|
+
<a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
|
182
182
|
>next</a> |</li>
|
183
183
|
<li class="right" >
|
184
|
-
<a href="normalizer_list.html" title="7.3.
|
184
|
+
<a href="normalizer_list.html" title="7.3.27. normalizer_list"
|
185
185
|
>previous</a> |</li>
|
186
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
186
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
187
187
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
188
188
|
<li><a href="../command.html" >7.3. Command</a> »</li>
|
189
189
|
</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 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '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
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v5.0.4 documentation" href="../../index.html" />
|
28
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adb documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="7.3. Command" href="../command.html" />
|
30
|
-
<link rel="next" title="7.3.
|
31
|
-
<link rel="prev" title="7.3.
|
30
|
+
<link rel="next" title="7.3.30. quit" href="quit.html" />
|
31
|
+
<link rel="prev" title="7.3.28. plugin_register" href="plugin_register.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -55,12 +55,12 @@
|
|
55
55
|
<a href="../../genindex.html" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
57
|
<li class="right" >
|
58
|
-
<a href="quit.html" title="7.3.
|
58
|
+
<a href="quit.html" title="7.3.30. quit"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="plugin_register.html" title="7.3.
|
61
|
+
<a href="plugin_register.html" title="7.3.28. plugin_register"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
63
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
65
65
|
<li><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
66
66
|
</ul>
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="plugin-unregister">
|
75
|
-
<h1>7.3.
|
75
|
+
<h1>7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt><a class="headerlink" href="#plugin-unregister" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="admonition note">
|
77
77
|
<p class="first admonition-title">Note</p>
|
78
78
|
<p class="last">This command is an experimental feature.</p>
|
@@ -81,18 +81,18 @@
|
|
81
81
|
<p><span class="versionmodified">New in version 5.0.1.</span></p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="summary">
|
84
|
-
<h2>7.3.
|
84
|
+
<h2>7.3.29.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
85
85
|
<p><tt class="docutils literal"><span class="pre">plugin_unregister</span></tt> command unregisters a plugin.</p>
|
86
86
|
</div>
|
87
87
|
<div class="section" id="syntax">
|
88
|
-
<h2>7.3.
|
88
|
+
<h2>7.3.29.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
89
89
|
<p><tt class="docutils literal"><span class="pre">plugin_unregister</span></tt> has a parameter <tt class="docutils literal"><span class="pre">name</span></tt>. It is required parameter:</p>
|
90
90
|
<div class="highlight-none"><div class="highlight"><pre>plugin_unregister name
|
91
91
|
</pre></div>
|
92
92
|
</div>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="usage">
|
95
|
-
<h2>7.3.
|
95
|
+
<h2>7.3.29.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
96
96
|
<p>Here is a sample that unregisters <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> query expander
|
97
97
|
that is included in
|
98
98
|
<tt class="docutils literal"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></tt>.</p>
|
@@ -107,7 +107,7 @@ They are completed automatically.</p>
|
|
107
107
|
<span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></tt>.</p>
|
108
108
|
</div>
|
109
109
|
<div class="section" id="return-value">
|
110
|
-
<h2>7.3.
|
110
|
+
<h2>7.3.29.4. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
111
111
|
<p><tt class="docutils literal"><span class="pre">plugin_unregister</span></tt> returns <tt class="docutils literal"><span class="pre">true</span></tt> as body on success such as:</p>
|
112
112
|
<div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
|
113
113
|
</pre></div>
|
@@ -116,7 +116,7 @@ They are completed automatically.</p>
|
|
116
116
|
<p>See <a class="reference internal" href="../command/output_format.html"><em>Output format</em></a> for <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
|
117
117
|
</div>
|
118
118
|
<div class="section" id="see-also">
|
119
|
-
<h2>7.3.
|
119
|
+
<h2>7.3.29.5. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
120
120
|
<ul class="simple">
|
121
121
|
<li><a class="reference internal" href="plugin_register.html"><em>plugin_register</em></a></li>
|
122
122
|
</ul>
|
@@ -131,22 +131,22 @@ They are completed automatically.</p>
|
|
131
131
|
<div class="sphinxsidebarwrapper">
|
132
132
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
133
133
|
<ul>
|
134
|
-
<li><a class="reference internal" href="#">7.3.
|
135
|
-
<li><a class="reference internal" href="#summary">7.3.
|
136
|
-
<li><a class="reference internal" href="#syntax">7.3.
|
137
|
-
<li><a class="reference internal" href="#usage">7.3.
|
138
|
-
<li><a class="reference internal" href="#return-value">7.3.
|
139
|
-
<li><a class="reference internal" href="#see-also">7.3.
|
134
|
+
<li><a class="reference internal" href="#">7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt></a><ul>
|
135
|
+
<li><a class="reference internal" href="#summary">7.3.29.1. Summary</a></li>
|
136
|
+
<li><a class="reference internal" href="#syntax">7.3.29.2. Syntax</a></li>
|
137
|
+
<li><a class="reference internal" href="#usage">7.3.29.3. Usage</a></li>
|
138
|
+
<li><a class="reference internal" href="#return-value">7.3.29.4. Return value</a></li>
|
139
|
+
<li><a class="reference internal" href="#see-also">7.3.29.5. See also</a></li>
|
140
140
|
</ul>
|
141
141
|
</li>
|
142
142
|
</ul>
|
143
143
|
|
144
144
|
<h4>Previous topic</h4>
|
145
145
|
<p class="topless"><a href="plugin_register.html"
|
146
|
-
title="previous chapter">7.3.
|
146
|
+
title="previous chapter">7.3.28. <tt class="docutils literal"><span class="pre">plugin_register</span></tt></a></p>
|
147
147
|
<h4>Next topic</h4>
|
148
148
|
<p class="topless"><a href="quit.html"
|
149
|
-
title="next chapter">7.3.
|
149
|
+
title="next chapter">7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt></a></p>
|
150
150
|
<h3>This Page</h3>
|
151
151
|
<ul class="this-page-menu">
|
152
152
|
<li><a href="../../_sources/reference/commands/plugin_unregister.txt"
|
@@ -176,12 +176,12 @@ They are completed automatically.</p>
|
|
176
176
|
<a href="../../genindex.html" title="General Index"
|
177
177
|
>index</a></li>
|
178
178
|
<li class="right" >
|
179
|
-
<a href="quit.html" title="7.3.
|
179
|
+
<a href="quit.html" title="7.3.30. quit"
|
180
180
|
>next</a> |</li>
|
181
181
|
<li class="right" >
|
182
|
-
<a href="plugin_register.html" title="7.3.
|
182
|
+
<a href="plugin_register.html" title="7.3.28. plugin_register"
|
183
183
|
>previous</a> |</li>
|
184
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
184
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
185
185
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
186
186
|
<li><a href="../command.html" >7.3. Command</a> »</li>
|
187
187
|
</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 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '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
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v5.0.4 documentation" href="../../index.html" />
|
28
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adb documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="7.3. Command" href="../command.html" />
|
30
|
-
<link rel="next" title="7.3.
|
31
|
-
<link rel="prev" title="7.3.
|
30
|
+
<link rel="next" title="7.3.31. range_filter" href="range_filter.html" />
|
31
|
+
<link rel="prev" title="7.3.29. plugin_unregister" href="plugin_unregister.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -55,12 +55,12 @@
|
|
55
55
|
<a href="../../genindex.html" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
57
|
<li class="right" >
|
58
|
-
<a href="range_filter.html" title="7.3.
|
58
|
+
<a href="range_filter.html" title="7.3.31. range_filter"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="plugin_unregister.html" title="7.3.
|
61
|
+
<a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
63
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
65
65
|
<li><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
66
66
|
</ul>
|
@@ -72,9 +72,9 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="quit">
|
75
|
-
<h1>7.3.
|
75
|
+
<h1>7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt><a class="headerlink" href="#quit" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="section" id="summary">
|
77
|
-
<h2>7.3.
|
77
|
+
<h2>7.3.30.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
78
78
|
<p>quit - セッション終了</p>
|
79
79
|
<p>Groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、
|
80
80
|
またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
|
@@ -82,23 +82,23 @@
|
|
82
82
|
す。</p>
|
83
83
|
</div>
|
84
84
|
<div class="section" id="syntax">
|
85
|
-
<h2>7.3.
|
85
|
+
<h2>7.3.30.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
86
86
|
<div class="highlight-none"><div class="highlight"><pre>quit
|
87
87
|
</pre></div>
|
88
88
|
</div>
|
89
89
|
</div>
|
90
90
|
<div class="section" id="usage">
|
91
|
-
<h2>7.3.
|
91
|
+
<h2>7.3.30.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
92
92
|
<div class="highlight-none"><div class="highlight"><pre>quit
|
93
93
|
</pre></div>
|
94
94
|
</div>
|
95
95
|
</div>
|
96
96
|
<div class="section" id="parameters">
|
97
|
-
<h2>7.3.
|
97
|
+
<h2>7.3.30.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
98
98
|
<p>ありません。</p>
|
99
99
|
</div>
|
100
100
|
<div class="section" id="return-value">
|
101
|
-
<h2>7.3.
|
101
|
+
<h2>7.3.30.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
102
102
|
<p>ありません。</p>
|
103
103
|
</div>
|
104
104
|
</div>
|
@@ -111,22 +111,22 @@
|
|
111
111
|
<div class="sphinxsidebarwrapper">
|
112
112
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
113
113
|
<ul>
|
114
|
-
<li><a class="reference internal" href="#">7.3.
|
115
|
-
<li><a class="reference internal" href="#summary">7.3.
|
116
|
-
<li><a class="reference internal" href="#syntax">7.3.
|
117
|
-
<li><a class="reference internal" href="#usage">7.3.
|
118
|
-
<li><a class="reference internal" href="#parameters">7.3.
|
119
|
-
<li><a class="reference internal" href="#return-value">7.3.
|
114
|
+
<li><a class="reference internal" href="#">7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt></a><ul>
|
115
|
+
<li><a class="reference internal" href="#summary">7.3.30.1. Summary</a></li>
|
116
|
+
<li><a class="reference internal" href="#syntax">7.3.30.2. Syntax</a></li>
|
117
|
+
<li><a class="reference internal" href="#usage">7.3.30.3. Usage</a></li>
|
118
|
+
<li><a class="reference internal" href="#parameters">7.3.30.4. Parameters</a></li>
|
119
|
+
<li><a class="reference internal" href="#return-value">7.3.30.5. Return value</a></li>
|
120
120
|
</ul>
|
121
121
|
</li>
|
122
122
|
</ul>
|
123
123
|
|
124
124
|
<h4>Previous topic</h4>
|
125
125
|
<p class="topless"><a href="plugin_unregister.html"
|
126
|
-
title="previous chapter">7.3.
|
126
|
+
title="previous chapter">7.3.29. <tt class="docutils literal"><span class="pre">plugin_unregister</span></tt></a></p>
|
127
127
|
<h4>Next topic</h4>
|
128
128
|
<p class="topless"><a href="range_filter.html"
|
129
|
-
title="next chapter">7.3.
|
129
|
+
title="next chapter">7.3.31. <tt class="docutils literal"><span class="pre">range_filter</span></tt></a></p>
|
130
130
|
<h3>This Page</h3>
|
131
131
|
<ul class="this-page-menu">
|
132
132
|
<li><a href="../../_sources/reference/commands/quit.txt"
|
@@ -156,12 +156,12 @@
|
|
156
156
|
<a href="../../genindex.html" title="General Index"
|
157
157
|
>index</a></li>
|
158
158
|
<li class="right" >
|
159
|
-
<a href="range_filter.html" title="7.3.
|
159
|
+
<a href="range_filter.html" title="7.3.31. range_filter"
|
160
160
|
>next</a> |</li>
|
161
161
|
<li class="right" >
|
162
|
-
<a href="plugin_unregister.html" title="7.3.
|
162
|
+
<a href="plugin_unregister.html" title="7.3.29. plugin_unregister"
|
163
163
|
>previous</a> |</li>
|
164
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
164
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
165
165
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
166
166
|
<li><a href="../command.html" >7.3. Command</a> »</li>
|
167
167
|
</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 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '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
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v5.0.4 documentation" href="../../index.html" />
|
28
|
+
<link rel="top" title="Groonga v5.0.4-139-g6629adb documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="7.3. Command" href="../command.html" />
|
30
|
-
<link rel="next" title="7.3.
|
31
|
-
<link rel="prev" title="7.3.
|
30
|
+
<link rel="next" title="7.3.32. register" href="register.html" />
|
31
|
+
<link rel="prev" title="7.3.30. quit" href="quit.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -55,12 +55,12 @@
|
|
55
55
|
<a href="../../genindex.html" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
57
|
<li class="right" >
|
58
|
-
<a href="register.html" title="7.3.
|
58
|
+
<a href="register.html" title="7.3.32. register"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="quit.html" title="7.3.
|
61
|
+
<a href="quit.html" title="7.3.30. quit"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
63
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
64
64
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
65
65
|
<li><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
66
66
|
</ul>
|
@@ -72,22 +72,22 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="range-filter">
|
75
|
-
<h1>7.3.
|
75
|
+
<h1>7.3.31. <tt class="docutils literal"><span class="pre">range_filter</span></tt><a class="headerlink" href="#range-filter" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="section" id="summary">
|
77
|
-
<h2>7.3.
|
77
|
+
<h2>7.3.31.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
78
78
|
<p>TODO: write me</p>
|
79
79
|
</div>
|
80
80
|
<div class="section" id="syntax">
|
81
|
-
<h2>7.3.
|
81
|
+
<h2>7.3.31.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="usage">
|
84
|
-
<h2>7.3.
|
84
|
+
<h2>7.3.31.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
85
85
|
</div>
|
86
86
|
<div class="section" id="return-value">
|
87
|
-
<h2>7.3.
|
87
|
+
<h2>7.3.31.4. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="see-also">
|
90
|
-
<h2>7.3.
|
90
|
+
<h2>7.3.31.5. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
91
91
|
<ul class="simple">
|
92
92
|
<li><a class="reference internal" href="select.html"><em>select</em></a></li>
|
93
93
|
</ul>
|
@@ -102,22 +102,22 @@
|
|
102
102
|
<div class="sphinxsidebarwrapper">
|
103
103
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
104
104
|
<ul>
|
105
|
-
<li><a class="reference internal" href="#">7.3.
|
106
|
-
<li><a class="reference internal" href="#summary">7.3.
|
107
|
-
<li><a class="reference internal" href="#syntax">7.3.
|
108
|
-
<li><a class="reference internal" href="#usage">7.3.
|
109
|
-
<li><a class="reference internal" href="#return-value">7.3.
|
110
|
-
<li><a class="reference internal" href="#see-also">7.3.
|
105
|
+
<li><a class="reference internal" href="#">7.3.31. <tt class="docutils literal"><span class="pre">range_filter</span></tt></a><ul>
|
106
|
+
<li><a class="reference internal" href="#summary">7.3.31.1. Summary</a></li>
|
107
|
+
<li><a class="reference internal" href="#syntax">7.3.31.2. Syntax</a></li>
|
108
|
+
<li><a class="reference internal" href="#usage">7.3.31.3. Usage</a></li>
|
109
|
+
<li><a class="reference internal" href="#return-value">7.3.31.4. Return value</a></li>
|
110
|
+
<li><a class="reference internal" href="#see-also">7.3.31.5. See also</a></li>
|
111
111
|
</ul>
|
112
112
|
</li>
|
113
113
|
</ul>
|
114
114
|
|
115
115
|
<h4>Previous topic</h4>
|
116
116
|
<p class="topless"><a href="quit.html"
|
117
|
-
title="previous chapter">7.3.
|
117
|
+
title="previous chapter">7.3.30. <tt class="docutils literal"><span class="pre">quit</span></tt></a></p>
|
118
118
|
<h4>Next topic</h4>
|
119
119
|
<p class="topless"><a href="register.html"
|
120
|
-
title="next chapter">7.3.
|
120
|
+
title="next chapter">7.3.32. <tt class="docutils literal"><span class="pre">register</span></tt></a></p>
|
121
121
|
<h3>This Page</h3>
|
122
122
|
<ul class="this-page-menu">
|
123
123
|
<li><a href="../../_sources/reference/commands/range_filter.txt"
|
@@ -147,12 +147,12 @@
|
|
147
147
|
<a href="../../genindex.html" title="General Index"
|
148
148
|
>index</a></li>
|
149
149
|
<li class="right" >
|
150
|
-
<a href="register.html" title="7.3.
|
150
|
+
<a href="register.html" title="7.3.32. register"
|
151
151
|
>next</a> |</li>
|
152
152
|
<li class="right" >
|
153
|
-
<a href="quit.html" title="7.3.
|
153
|
+
<a href="quit.html" title="7.3.30. quit"
|
154
154
|
>previous</a> |</li>
|
155
|
-
<li><a href="../../index.html">Groonga v5.0.4 documentation</a> »</li>
|
155
|
+
<li><a href="../../index.html">Groonga v5.0.4-139-g6629adb documentation</a> »</li>
|
156
156
|
<li><a href="../../reference.html" >7. Reference manual</a> »</li>
|
157
157
|
<li><a href="../command.html" >7.3. Command</a> »</li>
|
158
158
|
</ul>
|