rroonga 6.1.3-x64-mingw32 → 7.0.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/doc/text/news.md +28 -0
- data/ext/groonga/rb-grn-column.c +53 -32
- data/ext/groonga/rb-grn-context.c +1 -1
- data/ext/groonga/rb-grn-data-column.c +103 -0
- data/ext/groonga/rb-grn-default-cache.c +104 -0
- data/ext/groonga/rb-grn-index-column.c +93 -15
- data/ext/groonga/rb-grn-inverted-index-cursor.c +269 -0
- data/ext/groonga/rb-grn-object.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-table-cursor.c +1 -1
- data/ext/groonga/rb-grn-table-key-support.c +6 -0
- data/ext/groonga/rb-grn-table.c +0 -3
- data/ext/groonga/rb-grn-utils.c +35 -7
- data/ext/groonga/rb-grn.h +13 -4
- data/ext/groonga/rb-groonga.c +2 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/rroonga-build.rb +7 -7
- data/rroonga.gemspec +2 -1
- data/test/test-data-column.rb +71 -2
- data/test/test-default-cache.rb +43 -0
- data/test/test-double-array-trie.rb +7 -0
- data/test/test-fix-size-column.rb +12 -0
- data/test/test-hash.rb +7 -0
- data/test/test-index-column.rb +12 -0
- data/test/test-index-cursor.rb +93 -28
- data/test/test-patricia-trie.rb +7 -0
- data/test/test-variable-size-column.rb +19 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.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-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.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/onigmo-config +2 -2
- data/vendor/local/bin/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +16 -3
- data/vendor/local/include/groonga/groonga.h +2 -1
- data/vendor/local/include/groonga/groonga/cache.h +49 -0
- data/vendor/local/include/groonga/groonga/column.h +1 -1
- data/vendor/local/include/groonga/groonga/groonga.h +26 -16
- data/vendor/local/include/groonga/groonga/ii.h +7 -1
- data/vendor/local/include/groonga/groonga/obj.h +8 -1
- data/vendor/local/include/groonga/groonga/plugin.h +6 -1
- data/vendor/local/include/groonga/groonga/table.h +5 -0
- data/vendor/local/include/groonga/groonga/util.h +4 -1
- data/vendor/local/include/groonga/groonga/window_function.h +5 -1
- data/vendor/local/include/onigmo.h +6 -5
- data/vendor/local/include/zconf.h +32 -9
- data/vendor/local/include/zlib.h +298 -154
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +2 -2
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +2 -2
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +2 -2
- 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/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.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/sharding/logical_count.rb +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +392 -53
- data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +1 -2
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +37 -14
- 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/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/command.rb +0 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_input.rb +15 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +2 -136
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +12 -1
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger.rb +7 -8
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +234 -80
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data_size_estimator.rb +185 -0
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +27 -2
- 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.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libonigmo.la +3 -3
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +2 -2
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +2 -2
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +2 -2
- data/vendor/local/lib/libz.a +0 -0
- 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/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
- data/vendor/local/lib/pkgconfig/onigmo.pc +7 -7
- data/vendor/local/lib/pkgconfig/zlib.pc +4 -4
- 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/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +11 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +13 -47
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
- 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 -4
- 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 +181 -891
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +2 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +11 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +1086 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +45 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +632 -91
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +514 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +902 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +71 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +51 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +195 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +100 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +33 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +38 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +22 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +28 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +25 -0
- data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions/record_number.txt → en/html/_sources/reference/window_functions/window_sum.txt} +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -93
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +326 -251
- data/vendor/local/share/doc/groonga/en/html/index.html +111 -104
- data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +24 -65
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +12 -11
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
- 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 -9
- 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 +213 -898
- 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 +7 -6
- 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 +16 -14
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +1148 -0
- 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 +90 -82
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.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/request_timeout.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +61 -17
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +1727 -408
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +526 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +1685 -492
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +19 -19
- 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 +14 -14
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -34
- 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 +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +107 -82
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -23
- 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/fuzzy_search.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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +355 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +155 -55
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/functions/{record_number.html → string_length.html} +36 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +170 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +24 -24
- 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 +36 -26
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +27 -15
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +26 -26
- 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/sharding.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +28 -28
- 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 +35 -35
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +147 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +164 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +163 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +163 -0
- 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 +9 -9
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +8 -8
- 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/contribution/development/release.txt +11 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +13 -47
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
- 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 -4
- 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 +181 -891
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +2 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +11 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +1086 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +45 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +632 -91
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +514 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +902 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +71 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +51 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +195 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +100 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +33 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +38 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +22 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +28 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +25 -0
- data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions/record_number.txt → ja/html/_sources/reference/window_functions/window_sum.txt} +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -93
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +186 -118
- data/vendor/local/share/doc/groonga/ja/html/index.html +111 -104
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +24 -61
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
- 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 +9 -9
- 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 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +132 -761
- 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 +6 -6
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +1064 -0
- 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 +90 -82
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.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/request_timeout.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +67 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +1629 -383
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +508 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +1606 -478
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +19 -19
- 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 +14 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +76 -48
- 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 +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +103 -82
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -23
- 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/fuzzy_search.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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +370 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +150 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/{record_number.html → string_length.html} +36 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +171 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +24 -24
- 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 +36 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +19 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +26 -26
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +28 -28
- 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 +35 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +146 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +165 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +164 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +164 -0
- 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 +9 -9
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/mruby/AUTHORS +1 -0
- data/vendor/local/share/license/mruby/MITL +1 -1
- data/vendor/local/share/license/zlib/README +3 -3
- metadata +100 -67
- data/lib/2.4/groonga.so +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +0 -105
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>12.3.1. Repository — Groonga
|
10
|
+
<title>12.3.1. Repository — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="12.3. For Groonga developers" href="../development.html" />
|
32
32
|
<link rel="next" title="12.3.2. How to build Groonga at the repository" href="build.html" />
|
33
33
|
<link rel="prev" title="12.3. For Groonga developers" href="../development.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../development.html" title="12.3. For Groonga developers"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
67
67
|
<li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. For Groonga developers</a> »</li>
|
68
68
|
</ul>
|
@@ -129,7 +129,7 @@ on).</p>
|
|
129
129
|
<li class="right" >
|
130
130
|
<a href="../development.html" title="12.3. For Groonga developers"
|
131
131
|
>previous</a> |</li>
|
132
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
132
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
133
133
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
134
134
|
<li class="nav-item nav-item-2"><a href="../development.html" >12.3. For Groonga developers</a> »</li>
|
135
135
|
</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>12.3.8. テスト方法 — Groonga
|
10
|
+
<title>12.3.8. テスト方法 — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="12.3. For Groonga developers" href="../development.html" />
|
32
32
|
<link rel="prev" title="12.3.7. リリース手順" href="release.html" />
|
33
33
|
</head>
|
@@ -58,7 +58,7 @@
|
|
58
58
|
<li class="right" >
|
59
59
|
<a href="release.html" title="12.3.7. リリース手順"
|
60
60
|
accesskey="P">previous</a> |</li>
|
61
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
61
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
62
62
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
63
63
|
<li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. For Groonga developers</a> »</li>
|
64
64
|
</ul>
|
@@ -232,7 +232,7 @@
|
|
232
232
|
<li class="right" >
|
233
233
|
<a href="release.html" title="12.3.7. リリース手順"
|
234
234
|
>previous</a> |</li>
|
235
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
235
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
236
236
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
237
237
|
<li class="nav-item nav-item-2"><a href="../development.html" >12.3. For Groonga developers</a> »</li>
|
238
238
|
</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>12.2. How to contribute in documentation topics — Groonga
|
10
|
+
<title>12.2. How to contribute in documentation topics — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="12. How to contribute to groonga" href="../contribution.html" />
|
32
32
|
<link rel="next" title="12.2.1. Introduction" href="documentation/introduction.html" />
|
33
33
|
<link rel="prev" title="12.1. How to report a bug" href="report.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="report.html" title="12.1. How to report a bug"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U">12. How to contribute to groonga</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
<li class="right" >
|
130
130
|
<a href="report.html" title="12.1. How to report a bug"
|
131
131
|
>previous</a> |</li>
|
132
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
132
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
133
133
|
<li class="nav-item nav-item-1"><a href="../contribution.html" >12. How to contribute to groonga</a> »</li>
|
134
134
|
</ul>
|
135
135
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>12.2.3. C API — Groonga
|
10
|
+
<title>12.2.3. C API — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="12.2. How to contribute in documentation topics" href="../documentation.html" />
|
32
32
|
<link rel="next" title="12.3. For Groonga developers" href="../development.html" />
|
33
33
|
<link rel="prev" title="12.2.2. I18N" href="i18n.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="i18n.html" title="12.2.2. I18N"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
67
67
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. How to contribute in documentation topics</a> »</li>
|
68
68
|
</ul>
|
@@ -126,7 +126,7 @@ to you help us by moving C API documentation.</p>
|
|
126
126
|
<li class="right" >
|
127
127
|
<a href="i18n.html" title="12.2.2. I18N"
|
128
128
|
>previous</a> |</li>
|
129
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
129
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
130
130
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
131
131
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. How to contribute in documentation topics</a> »</li>
|
132
132
|
</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>12.2.2. I18N — Groonga
|
10
|
+
<title>12.2.2. I18N — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="12.2. How to contribute in documentation topics" href="../documentation.html" />
|
32
32
|
<link rel="next" title="12.2.3. C API" href="c-api.html" />
|
33
33
|
<link rel="prev" title="12.2.1. Introduction" href="introduction.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="introduction.html" title="12.2.1. Introduction"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
67
67
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. How to contribute in documentation topics</a> »</li>
|
68
68
|
</ul>
|
@@ -324,7 +324,7 @@ as 'ja'.</p>
|
|
324
324
|
<li class="right" >
|
325
325
|
<a href="introduction.html" title="12.2.1. Introduction"
|
326
326
|
>previous</a> |</li>
|
327
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
327
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
328
328
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
329
329
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. How to contribute in documentation topics</a> »</li>
|
330
330
|
</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>12.2.1. Introduction — Groonga
|
10
|
+
<title>12.2.1. Introduction — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="12.2. How to contribute in documentation topics" href="../documentation.html" />
|
32
32
|
<link rel="next" title="12.2.2. I18N" href="i18n.html" />
|
33
33
|
<link rel="prev" title="12.2. How to contribute in documentation topics" href="../documentation.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../documentation.html" title="12.2. How to contribute in documentation topics"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
67
67
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. How to contribute in documentation topics</a> »</li>
|
68
68
|
</ul>
|
@@ -197,7 +197,7 @@ following command:</p>
|
|
197
197
|
<li class="right" >
|
198
198
|
<a href="../documentation.html" title="12.2. How to contribute in documentation topics"
|
199
199
|
>previous</a> |</li>
|
200
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
200
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
201
201
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. How to contribute to groonga</a> »</li>
|
202
202
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. How to contribute in documentation topics</a> »</li>
|
203
203
|
</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>12.1. How to report a bug — Groonga
|
10
|
+
<title>12.1. How to report a bug — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="12. How to contribute to groonga" href="../contribution.html" />
|
32
32
|
<link rel="next" title="12.2. How to contribute in documentation topics" href="documentation.html" />
|
33
33
|
<link rel="prev" title="12. How to contribute to groonga" href="../contribution.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../contribution.html" title="12. How to contribute to groonga"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U">12. How to contribute to groonga</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -149,7 +149,7 @@ Please send a mail that describes a bug.</p>
|
|
149
149
|
<li class="right" >
|
150
150
|
<a href="../contribution.html" title="12. How to contribute to groonga"
|
151
151
|
>previous</a> |</li>
|
152
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
152
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
153
153
|
<li class="nav-item nav-item-1"><a href="../contribution.html" >12. How to contribute to groonga</a> »</li>
|
154
154
|
</ul>
|
155
155
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>11. Development — Groonga
|
10
|
+
<title>11. Development — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
|
31
31
|
<link rel="next" title="11.1. Travis CI" href="development/travis-ci.html" />
|
32
32
|
<link rel="prev" title="10.2. How to avoid mmap Cannot allocate memory error" href="troubleshooting/mmap_cannot_allocate_memory.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.2. How to avoid mmap Cannot allocate memory error"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
64
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -131,7 +131,7 @@ libgroonga, language bindings of libgroonga and so on.</p>
|
|
131
131
|
<li class="right" >
|
132
132
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.2. How to avoid mmap Cannot allocate memory error"
|
133
133
|
>previous</a> |</li>
|
134
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
134
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
135
135
|
</ul>
|
136
136
|
</div>
|
137
137
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>11.1. Travis CI — Groonga
|
10
|
+
<title>11.1. Travis CI — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="../genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="../search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="11. Development" href="../development.html" />
|
32
32
|
<link rel="next" title="12. How to contribute to groonga" href="../contribution.html" />
|
33
33
|
<link rel="prev" title="11. Development" href="../development.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../development.html" title="11. Development"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
65
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
66
66
|
<li class="nav-item nav-item-1"><a href="../development.html" accesskey="U">11. Development</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -183,7 +183,7 @@ just substitute <code class="docutils literal"><span class="pre">before_install:
|
|
183
183
|
<li class="right" >
|
184
184
|
<a href="../development.html" title="11. Development"
|
185
185
|
>previous</a> |</li>
|
186
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
186
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
187
187
|
<li class="nav-item nav-item-1"><a href="../development.html" >11. Development</a> »</li>
|
188
188
|
</ul>
|
189
189
|
</div>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<head>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
|
11
|
-
<title>Index — Groonga
|
11
|
+
<title>Index — Groonga v7.0.1-160-gda23e59 documentation</title>
|
12
12
|
|
13
13
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
14
14
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<script type="text/javascript">
|
17
17
|
var DOCUMENTATION_OPTIONS = {
|
18
18
|
URL_ROOT: './',
|
19
|
-
VERSION: '
|
19
|
+
VERSION: '7.0.1-160-gda23e59',
|
20
20
|
COLLAPSE_INDEX: false,
|
21
21
|
FILE_SUFFIX: '.html',
|
22
22
|
HAS_SOURCE: true
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="Index" href="#" />
|
30
30
|
<link rel="search" title="Search" href="search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
|
32
32
|
</head>
|
33
33
|
<body role="document">
|
34
34
|
<div class="header">
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<li class="right" style="margin-right: 10px">
|
55
55
|
<a href="#" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
57
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
58
58
|
</ul>
|
59
59
|
</div>
|
60
60
|
|
@@ -84,7 +84,18 @@
|
|
84
84
|
|
85
85
|
<dd><dl>
|
86
86
|
|
87
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--bind-address">command line option</a>
|
87
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">groonga command line option</a>
|
88
|
+
</dt>
|
89
|
+
|
90
|
+
</dl></dd>
|
91
|
+
|
92
|
+
<dt>
|
93
|
+
--cache-base-path <path>
|
94
|
+
</dt>
|
95
|
+
|
96
|
+
<dd><dl>
|
97
|
+
|
98
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">groonga command line option</a>
|
88
99
|
</dt>
|
89
100
|
|
90
101
|
</dl></dd>
|
@@ -95,7 +106,7 @@
|
|
95
106
|
|
96
107
|
<dd><dl>
|
97
108
|
|
98
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--cache-limit">command line option</a>
|
109
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">groonga command line option</a>
|
99
110
|
</dt>
|
100
111
|
|
101
112
|
</dl></dd>
|
@@ -106,7 +117,7 @@
|
|
106
117
|
|
107
118
|
<dd><dl>
|
108
119
|
|
109
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--config-path">command line option</a>
|
120
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">groonga command line option</a>
|
110
121
|
</dt>
|
111
122
|
|
112
123
|
</dl></dd>
|
@@ -117,7 +128,7 @@
|
|
117
128
|
|
118
129
|
<dd><dl>
|
119
130
|
|
120
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--default-match-escalation-threshold">command line option</a>
|
131
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">groonga command line option</a>
|
121
132
|
</dt>
|
122
133
|
|
123
134
|
</dl></dd>
|
@@ -128,7 +139,7 @@
|
|
128
139
|
|
129
140
|
<dd><dl>
|
130
141
|
|
131
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--default-request-timeout">command line option</a>
|
142
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">groonga command line option</a>
|
132
143
|
</dt>
|
133
144
|
|
134
145
|
</dl></dd>
|
@@ -139,7 +150,7 @@
|
|
139
150
|
|
140
151
|
<dd><dl>
|
141
152
|
|
142
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--dir">command line option</a>
|
153
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">groonga-benchmark command line option</a>
|
143
154
|
</dt>
|
144
155
|
|
145
156
|
</dl></dd>
|
@@ -150,7 +161,7 @@
|
|
150
161
|
|
151
162
|
<dd><dl>
|
152
163
|
|
153
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption--disable-max-fd-check">command line option</a>
|
164
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">groonga-suggest-httpd command line option</a>
|
154
165
|
</dt>
|
155
166
|
|
156
167
|
</dl></dd>
|
@@ -161,7 +172,7 @@
|
|
161
172
|
|
162
173
|
<dd><dl>
|
163
174
|
|
164
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--document-root">command line option</a>
|
175
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">groonga command line option</a>
|
165
176
|
</dt>
|
166
177
|
|
167
178
|
</dl></dd>
|
@@ -172,7 +183,7 @@
|
|
172
183
|
|
173
184
|
<dd><dl>
|
174
185
|
|
175
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--ftp">command line option</a>
|
186
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">groonga-benchmark command line option</a>
|
176
187
|
</dt>
|
177
188
|
|
178
189
|
</dl></dd>
|
@@ -183,7 +194,7 @@
|
|
183
194
|
|
184
195
|
<dd><dl>
|
185
196
|
|
186
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--groonga">command line option</a>
|
197
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">groonga-benchmark command line option</a>
|
187
198
|
</dt>
|
188
199
|
|
189
200
|
</dl></dd>
|
@@ -194,7 +205,7 @@
|
|
194
205
|
|
195
206
|
<dd><dl>
|
196
207
|
|
197
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption--log-level">command line option</a>
|
208
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">groonga-suggest-learner command line option</a>
|
198
209
|
</dt>
|
199
210
|
|
200
211
|
</dl></dd>
|
@@ -205,7 +216,7 @@
|
|
205
216
|
|
206
217
|
<dd><dl>
|
207
218
|
|
208
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--log-output-dir">command line option</a>
|
219
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">groonga-benchmark command line option</a>
|
209
220
|
</dt>
|
210
221
|
|
211
222
|
</dl></dd>
|
@@ -216,7 +227,11 @@
|
|
216
227
|
|
217
228
|
<dd><dl>
|
218
229
|
|
219
|
-
<dt><a href="reference/executables/groonga
|
230
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">groonga command line option</a>
|
231
|
+
</dt>
|
232
|
+
|
233
|
+
|
234
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">groonga-suggest-learner command line option</a>
|
220
235
|
</dt>
|
221
236
|
|
222
237
|
</dl></dd>
|
@@ -227,7 +242,7 @@
|
|
227
242
|
|
228
243
|
<dd><dl>
|
229
244
|
|
230
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--log-rotate-threshold-size">command line option</a>
|
245
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">groonga command line option</a>
|
231
246
|
</dt>
|
232
247
|
|
233
248
|
</dl></dd>
|
@@ -238,7 +253,7 @@
|
|
238
253
|
|
239
254
|
<dd><dl>
|
240
255
|
|
241
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption--n-lines-per-log-file">command line option</a>
|
256
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">groonga-suggest-httpd command line option</a>
|
242
257
|
</dt>
|
243
258
|
|
244
259
|
</dl></dd>
|
@@ -249,7 +264,7 @@
|
|
249
264
|
|
250
265
|
<dd><dl>
|
251
266
|
|
252
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--pid-path">command line option</a>
|
267
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">groonga command line option</a>
|
253
268
|
</dt>
|
254
269
|
|
255
270
|
</dl></dd>
|
@@ -260,7 +275,7 @@
|
|
260
275
|
|
261
276
|
<dd><dl>
|
262
277
|
|
263
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--protocol">command line option</a>
|
278
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">groonga-benchmark command line option</a>
|
264
279
|
</dt>
|
265
280
|
|
266
281
|
</dl></dd>
|
@@ -271,7 +286,7 @@
|
|
271
286
|
|
272
287
|
<dd><dl>
|
273
288
|
|
274
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--protocol">command line option</a>
|
289
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">groonga command line option</a>
|
275
290
|
</dt>
|
276
291
|
|
277
292
|
</dl></dd>
|
@@ -282,7 +297,7 @@
|
|
282
297
|
|
283
298
|
<dd><dl>
|
284
299
|
|
285
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--query-log-path">command line option</a>
|
300
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">groonga command line option</a>
|
286
301
|
</dt>
|
287
302
|
|
288
303
|
</dl></dd>
|
@@ -293,7 +308,7 @@
|
|
293
308
|
|
294
309
|
<dd><dl>
|
295
310
|
|
296
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--query-log-rotate-threshold-size">command line option</a>
|
311
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">groonga command line option</a>
|
297
312
|
</dt>
|
298
313
|
|
299
314
|
</dl></dd>
|
@@ -304,10 +319,12 @@
|
|
304
319
|
|
305
320
|
<dd><dl>
|
306
321
|
|
307
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-a">command line option</a>
|
322
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga command line option</a>
|
308
323
|
</dt>
|
309
324
|
|
310
325
|
</dl></dd>
|
326
|
+
</dl></td>
|
327
|
+
<td style="width: 33%" valign="top"><dl>
|
311
328
|
|
312
329
|
<dt>
|
313
330
|
-c
|
@@ -315,12 +332,10 @@
|
|
315
332
|
|
316
333
|
<dd><dl>
|
317
334
|
|
318
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-c">command line option</a>
|
335
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga command line option</a>
|
319
336
|
</dt>
|
320
337
|
|
321
338
|
</dl></dd>
|
322
|
-
</dl></td>
|
323
|
-
<td style="width: 33%" valign="top"><dl>
|
324
339
|
|
325
340
|
<dt>
|
326
341
|
-d
|
@@ -328,7 +343,7 @@
|
|
328
343
|
|
329
344
|
<dd><dl>
|
330
345
|
|
331
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-d">command line option</a>
|
346
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga command line option</a>
|
332
347
|
</dt>
|
333
348
|
|
334
349
|
</dl></dd>
|
@@ -339,7 +354,11 @@
|
|
339
354
|
|
340
355
|
<dd><dl>
|
341
356
|
|
342
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-d">command line option</a
|
357
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd command line option</a>
|
358
|
+
</dt>
|
359
|
+
|
360
|
+
|
361
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner command line option</a>
|
343
362
|
</dt>
|
344
363
|
|
345
364
|
</dl></dd>
|
@@ -350,7 +369,7 @@
|
|
350
369
|
|
351
370
|
<dd><dl>
|
352
371
|
|
353
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-e">command line option</a>
|
372
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga command line option</a>
|
354
373
|
</dt>
|
355
374
|
|
356
375
|
</dl></dd>
|
@@ -361,7 +380,7 @@
|
|
361
380
|
|
362
381
|
<dd><dl>
|
363
382
|
|
364
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-h">command line option</a>
|
383
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga command line option</a>
|
365
384
|
</dt>
|
366
385
|
|
367
386
|
</dl></dd>
|
@@ -372,7 +391,7 @@
|
|
372
391
|
|
373
392
|
<dd><dl>
|
374
393
|
|
375
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-i">command line option</a>
|
394
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark command line option</a>
|
376
395
|
</dt>
|
377
396
|
|
378
397
|
</dl></dd>
|
@@ -383,7 +402,7 @@
|
|
383
402
|
|
384
403
|
<dd><dl>
|
385
404
|
|
386
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-i">command line option</a>
|
405
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga command line option</a>
|
387
406
|
</dt>
|
388
407
|
|
389
408
|
</dl></dd>
|
@@ -394,7 +413,7 @@
|
|
394
413
|
|
395
414
|
<dd><dl>
|
396
415
|
|
397
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-l">command line option</a>
|
416
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner command line option</a>
|
398
417
|
</dt>
|
399
418
|
|
400
419
|
</dl></dd>
|
@@ -405,7 +424,7 @@
|
|
405
424
|
|
406
425
|
<dd><dl>
|
407
426
|
|
408
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-l">command line option</a>
|
427
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd command line option</a>
|
409
428
|
</dt>
|
410
429
|
|
411
430
|
</dl></dd>
|
@@ -416,7 +435,7 @@
|
|
416
435
|
|
417
436
|
<dd><dl>
|
418
437
|
|
419
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-l">command line option</a>
|
438
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga command line option</a>
|
420
439
|
</dt>
|
421
440
|
|
422
441
|
</dl></dd>
|
@@ -427,7 +446,7 @@
|
|
427
446
|
|
428
447
|
<dd><dl>
|
429
448
|
|
430
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-m">command line option</a>
|
449
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap command line option</a>
|
431
450
|
</dt>
|
432
451
|
|
433
452
|
</dl></dd>
|
@@ -438,7 +457,7 @@
|
|
438
457
|
|
439
458
|
<dd><dl>
|
440
459
|
|
441
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-n">command line option</a>
|
460
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga command line option</a>
|
442
461
|
</dt>
|
443
462
|
|
444
463
|
</dl></dd>
|
@@ -449,7 +468,7 @@
|
|
449
468
|
|
450
469
|
<dd><dl>
|
451
470
|
|
452
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-P">command line option</a>
|
471
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">grnslap command line option</a>
|
453
472
|
</dt>
|
454
473
|
|
455
474
|
</dl></dd>
|
@@ -460,7 +479,7 @@
|
|
460
479
|
|
461
480
|
<dd><dl>
|
462
481
|
|
463
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-p">command line option</a>
|
482
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd command line option</a>
|
464
483
|
</dt>
|
465
484
|
|
466
485
|
</dl></dd>
|
@@ -471,7 +490,11 @@
|
|
471
490
|
|
472
491
|
<dd><dl>
|
473
492
|
|
474
|
-
<dt><a href="reference/executables/groonga
|
493
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga command line option</a>
|
494
|
+
</dt>
|
495
|
+
|
496
|
+
|
497
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark command line option</a>
|
475
498
|
</dt>
|
476
499
|
|
477
500
|
</dl></dd>
|
@@ -482,7 +505,7 @@
|
|
482
505
|
|
483
506
|
<dd><dl>
|
484
507
|
|
485
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">command line option</a>
|
508
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner command line option</a>
|
486
509
|
</dt>
|
487
510
|
|
488
511
|
</dl></dd>
|
@@ -493,7 +516,7 @@
|
|
493
516
|
|
494
517
|
<dd><dl>
|
495
518
|
|
496
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">command line option</a>
|
519
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd command line option</a>
|
497
520
|
</dt>
|
498
521
|
|
499
522
|
</dl></dd>
|
@@ -504,7 +527,7 @@
|
|
504
527
|
|
505
528
|
<dd><dl>
|
506
529
|
|
507
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-s">command line option</a>
|
530
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga command line option</a>
|
508
531
|
</dt>
|
509
532
|
|
510
533
|
</dl></dd>
|
@@ -515,7 +538,7 @@
|
|
515
538
|
|
516
539
|
<dd><dl>
|
517
540
|
|
518
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s">command line option</a>
|
541
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner command line option</a>
|
519
542
|
</dt>
|
520
543
|
|
521
544
|
</dl></dd>
|
@@ -526,7 +549,7 @@
|
|
526
549
|
|
527
550
|
<dd><dl>
|
528
551
|
|
529
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s">command line option</a>
|
552
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd command line option</a>
|
530
553
|
</dt>
|
531
554
|
|
532
555
|
</dl></dd>
|
@@ -537,7 +560,7 @@
|
|
537
560
|
|
538
561
|
<dd><dl>
|
539
562
|
|
540
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-t">command line option</a>
|
563
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga command line option</a>
|
541
564
|
</dt>
|
542
565
|
|
543
566
|
</dl></dd>
|
@@ -548,7 +571,7 @@
|
|
548
571
|
|
549
572
|
<dd><dl>
|
550
573
|
|
551
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-t">command line option</a>
|
574
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd command line option</a>
|
552
575
|
</dt>
|
553
576
|
|
554
577
|
</dl></dd>
|
@@ -565,202 +588,7 @@
|
|
565
588
|
|
566
589
|
<dd><dl>
|
567
590
|
|
568
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-arg-command">command line option</a>
|
569
|
-
</dt>
|
570
|
-
|
571
|
-
</dl></dd>
|
572
|
-
|
573
|
-
<dt>
|
574
|
-
command line option
|
575
|
-
</dt>
|
576
|
-
|
577
|
-
<dd><dl>
|
578
|
-
|
579
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--bind-address">--bind-address <ip/hostname></a>
|
580
|
-
</dt>
|
581
|
-
|
582
|
-
|
583
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--cache-limit">--cache-limit <limit></a>
|
584
|
-
</dt>
|
585
|
-
|
586
|
-
|
587
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--config-path">--config-path <path></a>
|
588
|
-
</dt>
|
589
|
-
|
590
|
-
|
591
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--default-match-escalation-threshold">--default-match-escalation-threshold <threshold></a>
|
592
|
-
</dt>
|
593
|
-
|
594
|
-
|
595
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--default-request-timeout">--default-request-timeout <timeout></a>
|
596
|
-
</dt>
|
597
|
-
|
598
|
-
|
599
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--dir">--dir</a>
|
600
|
-
</dt>
|
601
|
-
|
602
|
-
|
603
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption--disable-max-fd-check">--disable-max-fd-check</a>
|
604
|
-
</dt>
|
605
|
-
|
606
|
-
|
607
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--document-root">--document-root <path></a>
|
608
|
-
</dt>
|
609
|
-
|
610
|
-
|
611
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--ftp">--ftp</a>
|
612
|
-
</dt>
|
613
|
-
|
614
|
-
|
615
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--groonga">--groonga <groonga_path></a>
|
616
|
-
</dt>
|
617
|
-
|
618
|
-
|
619
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption--log-level">--log-level <level></a>
|
620
|
-
</dt>
|
621
|
-
|
622
|
-
|
623
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--log-output-dir">--log-output-dir</a>
|
624
|
-
</dt>
|
625
|
-
|
626
|
-
|
627
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption--log-path">--log-path <path></a>, <a href="reference/executables/groonga.html#cmdoption--log-path">[1]</a>
|
628
|
-
</dt>
|
629
|
-
|
630
|
-
|
631
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--log-rotate-threshold-size">--log-rotate-threshold-size <threshold></a>
|
632
|
-
</dt>
|
633
|
-
|
634
|
-
|
635
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption--n-lines-per-log-file">--n-lines-per-log-file</a>
|
636
|
-
</dt>
|
637
|
-
|
638
|
-
|
639
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--pid-path">--pid-path <path></a>
|
640
|
-
</dt>
|
641
|
-
|
642
|
-
|
643
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--protocol">--protocol <gqtp|http></a>
|
644
|
-
</dt>
|
645
|
-
|
646
|
-
|
647
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--protocol">--protocol <protocol></a>
|
648
|
-
</dt>
|
649
|
-
|
650
|
-
|
651
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--query-log-path">--query-log-path <path></a>
|
652
|
-
</dt>
|
653
|
-
|
654
|
-
|
655
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--query-log-rotate-threshold-size">--query-log-rotate-threshold-size <threshold></a>
|
656
|
-
</dt>
|
657
|
-
|
658
|
-
|
659
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-P">-P</a>
|
660
|
-
</dt>
|
661
|
-
|
662
|
-
|
663
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-a">-a, --address <ip/hostname></a>
|
664
|
-
</dt>
|
665
|
-
|
666
|
-
|
667
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-c">-c</a>
|
668
|
-
</dt>
|
669
|
-
|
670
|
-
|
671
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-d">-d</a>
|
672
|
-
</dt>
|
673
|
-
|
674
|
-
|
675
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-d">-d, --daemon</a>, <a href="reference/executables/groonga-suggest-learner.html#cmdoption-d">[1]</a>
|
676
|
-
</dt>
|
677
|
-
|
678
|
-
|
679
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-e">-e, --encoding <encoding></a>
|
680
|
-
</dt>
|
681
|
-
|
682
|
-
|
683
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-h">-h, --help</a>
|
684
|
-
</dt>
|
685
|
-
|
686
|
-
|
687
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-i">-i, --host <ip/hostname></a>
|
688
|
-
</dt>
|
689
|
-
|
690
|
-
|
691
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-i">-i, --server-id <ip/hostname></a>
|
692
|
-
</dt>
|
693
|
-
|
694
|
-
|
695
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-l">-l <directory>, --log-base-path <directory></a>
|
696
|
-
</dt>
|
697
|
-
|
698
|
-
|
699
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-l">-l, --log-base-path</a>
|
700
|
-
</dt>
|
701
|
-
|
702
|
-
|
703
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-l">-l, --log-level <log level></a>
|
704
|
-
</dt>
|
705
|
-
|
706
|
-
|
707
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-m">-m</a>
|
708
|
-
</dt>
|
709
|
-
|
710
|
-
|
711
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-n">-n</a>
|
712
|
-
</dt>
|
713
|
-
|
714
|
-
|
715
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-p">-p, --port</a>
|
716
|
-
</dt>
|
717
|
-
|
718
|
-
|
719
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-p">-p, --port <port number></a>, <a href="reference/executables/groonga.html#cmdoption-p">[1]</a>
|
720
|
-
</dt>
|
721
|
-
|
722
|
-
|
723
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">-r <endpoint>, --receive-endpoint <endpoint></a>
|
724
|
-
</dt>
|
725
|
-
|
726
|
-
|
727
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">-r, --receive-endpoint</a>
|
728
|
-
</dt>
|
729
|
-
|
730
|
-
|
731
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-s">-s</a>
|
732
|
-
</dt>
|
733
|
-
|
734
|
-
|
735
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s">-s <endpoint>, --send-endpoint <endpoint></a>
|
736
|
-
</dt>
|
737
|
-
|
738
|
-
|
739
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s">-s, --send-endpoint</a>
|
740
|
-
</dt>
|
741
|
-
|
742
|
-
|
743
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-t">-t, --max-threads <max threasd></a>
|
744
|
-
</dt>
|
745
|
-
|
746
|
-
|
747
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-t">-t, --n-threads</a>
|
748
|
-
</dt>
|
749
|
-
|
750
|
-
|
751
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-arg-command">command [args]</a>
|
752
|
-
</dt>
|
753
|
-
|
754
|
-
|
755
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db">db</a>
|
756
|
-
</dt>
|
757
|
-
|
758
|
-
|
759
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-arg-dest">dest</a>, <a href="reference/executables/groonga.html#cmdoption-arg-dest">[1]</a>
|
760
|
-
</dt>
|
761
|
-
|
762
|
-
|
763
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">script</a>
|
591
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga command line option</a>
|
764
592
|
</dt>
|
765
593
|
|
766
594
|
</dl></dd>
|
@@ -777,7 +605,7 @@
|
|
777
605
|
|
778
606
|
<dd><dl>
|
779
607
|
|
780
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db">command line option</a>
|
608
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark command line option</a>
|
781
609
|
</dt>
|
782
610
|
|
783
611
|
</dl></dd>
|
@@ -790,7 +618,11 @@
|
|
790
618
|
|
791
619
|
<dd><dl>
|
792
620
|
|
793
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-arg-dest">command line option</a
|
621
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap command line option</a>
|
622
|
+
</dt>
|
623
|
+
|
624
|
+
|
625
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga command line option</a>
|
794
626
|
</dt>
|
795
627
|
|
796
628
|
</dl></dd>
|
@@ -1224,8 +1056,6 @@
|
|
1224
1056
|
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C macro)</a>
|
1225
1057
|
</dt>
|
1226
1058
|
|
1227
|
-
</dl></td>
|
1228
|
-
<td style="width: 33%" valign="top"><dl>
|
1229
1059
|
|
1230
1060
|
<dt><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C function)</a>
|
1231
1061
|
</dt>
|
@@ -1338,6 +1168,8 @@
|
|
1338
1168
|
<dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C function)</a>
|
1339
1169
|
</dt>
|
1340
1170
|
|
1171
|
+
</dl></td>
|
1172
|
+
<td style="width: 33%" valign="top"><dl>
|
1341
1173
|
|
1342
1174
|
<dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C function)</a>
|
1343
1175
|
</dt>
|
@@ -1650,6 +1482,249 @@
|
|
1650
1482
|
<dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C type)</a>
|
1651
1483
|
</dt>
|
1652
1484
|
|
1485
|
+
|
1486
|
+
<dt>
|
1487
|
+
grnslap command line option
|
1488
|
+
</dt>
|
1489
|
+
|
1490
|
+
<dd><dl>
|
1491
|
+
|
1492
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">-P</a>
|
1493
|
+
</dt>
|
1494
|
+
|
1495
|
+
|
1496
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
|
1497
|
+
</dt>
|
1498
|
+
|
1499
|
+
|
1500
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
|
1501
|
+
</dt>
|
1502
|
+
|
1503
|
+
</dl></dd>
|
1504
|
+
|
1505
|
+
<dt>
|
1506
|
+
groonga command line option
|
1507
|
+
</dt>
|
1508
|
+
|
1509
|
+
<dd><dl>
|
1510
|
+
|
1511
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">--bind-address <ip/hostname></a>
|
1512
|
+
</dt>
|
1513
|
+
|
1514
|
+
|
1515
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">--cache-base-path <path></a>
|
1516
|
+
</dt>
|
1517
|
+
|
1518
|
+
|
1519
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">--cache-limit <limit></a>
|
1520
|
+
</dt>
|
1521
|
+
|
1522
|
+
|
1523
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">--config-path <path></a>
|
1524
|
+
</dt>
|
1525
|
+
|
1526
|
+
|
1527
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">--default-match-escalation-threshold <threshold></a>
|
1528
|
+
</dt>
|
1529
|
+
|
1530
|
+
|
1531
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">--default-request-timeout <timeout></a>
|
1532
|
+
</dt>
|
1533
|
+
|
1534
|
+
|
1535
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">--document-root <path></a>
|
1536
|
+
</dt>
|
1537
|
+
|
1538
|
+
|
1539
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">--log-path <path></a>
|
1540
|
+
</dt>
|
1541
|
+
|
1542
|
+
|
1543
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">--log-rotate-threshold-size <threshold></a>
|
1544
|
+
</dt>
|
1545
|
+
|
1546
|
+
|
1547
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">--pid-path <path></a>
|
1548
|
+
</dt>
|
1549
|
+
|
1550
|
+
|
1551
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">--protocol <protocol></a>
|
1552
|
+
</dt>
|
1553
|
+
|
1554
|
+
|
1555
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">--query-log-path <path></a>
|
1556
|
+
</dt>
|
1557
|
+
|
1558
|
+
|
1559
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">--query-log-rotate-threshold-size <threshold></a>
|
1560
|
+
</dt>
|
1561
|
+
|
1562
|
+
|
1563
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address <ip/hostname></a>
|
1564
|
+
</dt>
|
1565
|
+
|
1566
|
+
|
1567
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
|
1568
|
+
</dt>
|
1569
|
+
|
1570
|
+
|
1571
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
|
1572
|
+
</dt>
|
1573
|
+
|
1574
|
+
|
1575
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding <encoding></a>
|
1576
|
+
</dt>
|
1577
|
+
|
1578
|
+
|
1579
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
|
1580
|
+
</dt>
|
1581
|
+
|
1582
|
+
|
1583
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id <ip/hostname></a>
|
1584
|
+
</dt>
|
1585
|
+
|
1586
|
+
|
1587
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level <log level></a>
|
1588
|
+
</dt>
|
1589
|
+
|
1590
|
+
|
1591
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
|
1592
|
+
</dt>
|
1593
|
+
|
1594
|
+
|
1595
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port <port number></a>
|
1596
|
+
</dt>
|
1597
|
+
|
1598
|
+
|
1599
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
|
1600
|
+
</dt>
|
1601
|
+
|
1602
|
+
|
1603
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads <max threasd></a>
|
1604
|
+
</dt>
|
1605
|
+
|
1606
|
+
|
1607
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
|
1608
|
+
</dt>
|
1609
|
+
|
1610
|
+
|
1611
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
|
1612
|
+
</dt>
|
1613
|
+
|
1614
|
+
</dl></dd>
|
1615
|
+
|
1616
|
+
<dt>
|
1617
|
+
groonga-benchmark command line option
|
1618
|
+
</dt>
|
1619
|
+
|
1620
|
+
<dd><dl>
|
1621
|
+
|
1622
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">--dir</a>
|
1623
|
+
</dt>
|
1624
|
+
|
1625
|
+
|
1626
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">--ftp</a>
|
1627
|
+
</dt>
|
1628
|
+
|
1629
|
+
|
1630
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">--groonga <groonga_path></a>
|
1631
|
+
</dt>
|
1632
|
+
|
1633
|
+
|
1634
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">--log-output-dir</a>
|
1635
|
+
</dt>
|
1636
|
+
|
1637
|
+
|
1638
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">--protocol <gqtp|http></a>
|
1639
|
+
</dt>
|
1640
|
+
|
1641
|
+
|
1642
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host <ip/hostname></a>
|
1643
|
+
</dt>
|
1644
|
+
|
1645
|
+
|
1646
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port <port number></a>
|
1647
|
+
</dt>
|
1648
|
+
|
1649
|
+
|
1650
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
|
1651
|
+
</dt>
|
1652
|
+
|
1653
|
+
|
1654
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
|
1655
|
+
</dt>
|
1656
|
+
|
1657
|
+
</dl></dd>
|
1658
|
+
|
1659
|
+
<dt>
|
1660
|
+
groonga-suggest-httpd command line option
|
1661
|
+
</dt>
|
1662
|
+
|
1663
|
+
<dd><dl>
|
1664
|
+
|
1665
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">--disable-max-fd-check</a>
|
1666
|
+
</dt>
|
1667
|
+
|
1668
|
+
|
1669
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">--n-lines-per-log-file</a>
|
1670
|
+
</dt>
|
1671
|
+
|
1672
|
+
|
1673
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
|
1674
|
+
</dt>
|
1675
|
+
|
1676
|
+
|
1677
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
|
1678
|
+
</dt>
|
1679
|
+
|
1680
|
+
|
1681
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
|
1682
|
+
</dt>
|
1683
|
+
|
1684
|
+
|
1685
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
|
1686
|
+
</dt>
|
1687
|
+
|
1688
|
+
|
1689
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
|
1690
|
+
</dt>
|
1691
|
+
|
1692
|
+
|
1693
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
|
1694
|
+
</dt>
|
1695
|
+
|
1696
|
+
</dl></dd>
|
1697
|
+
|
1698
|
+
<dt>
|
1699
|
+
groonga-suggest-learner command line option
|
1700
|
+
</dt>
|
1701
|
+
|
1702
|
+
<dd><dl>
|
1703
|
+
|
1704
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">--log-level <level></a>
|
1705
|
+
</dt>
|
1706
|
+
|
1707
|
+
|
1708
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">--log-path <path></a>
|
1709
|
+
</dt>
|
1710
|
+
|
1711
|
+
|
1712
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
|
1713
|
+
</dt>
|
1714
|
+
|
1715
|
+
|
1716
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">-l <directory>, --log-base-path <directory></a>
|
1717
|
+
</dt>
|
1718
|
+
|
1719
|
+
|
1720
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r <endpoint>, --receive-endpoint <endpoint></a>
|
1721
|
+
</dt>
|
1722
|
+
|
1723
|
+
|
1724
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s <endpoint>, --send-endpoint <endpoint></a>
|
1725
|
+
</dt>
|
1726
|
+
|
1727
|
+
</dl></dd>
|
1653
1728
|
</dl></td>
|
1654
1729
|
</tr></table>
|
1655
1730
|
|
@@ -1663,7 +1738,7 @@
|
|
1663
1738
|
|
1664
1739
|
<dd><dl>
|
1665
1740
|
|
1666
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">command line option</a>
|
1741
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark command line option</a>
|
1667
1742
|
</dt>
|
1668
1743
|
|
1669
1744
|
</dl></dd>
|
@@ -1700,7 +1775,7 @@
|
|
1700
1775
|
<li class="right" style="margin-right: 10px">
|
1701
1776
|
<a href="#" title="General Index"
|
1702
1777
|
>index</a></li>
|
1703
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
1778
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
1704
1779
|
</ul>
|
1705
1780
|
</div>
|
1706
1781
|
<div class="footer" role="contentinfo">
|