rroonga 6.1.3-x86-mingw32 → 7.0.2-x86-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. リポジトリ — Groonga
|
10
|
+
<title>12.3.1. リポジトリ — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
|
32
32
|
<link rel="up" title="12.3. Groonga開発者向け情報" href="../development.html" />
|
33
33
|
<link rel="next" title="12.3.2. リポジトリーのGroongaをビルドする方法" href="build.html" />
|
34
34
|
<link rel="prev" title="12.3. Groonga開発者向け情報" href="../development.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../development.html" title="12.3. Groonga開発者向け情報"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. Groonga開発者向け情報</a> »</li>
|
69
69
|
</ul>
|
@@ -128,7 +128,7 @@
|
|
128
128
|
<li class="right" >
|
129
129
|
<a href="../development.html" title="12.3. Groonga開発者向け情報"
|
130
130
|
>前へ</a> |</li>
|
131
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
131
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
132
132
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
133
133
|
<li class="nav-item nav-item-2"><a href="../development.html" >12.3. Groonga開発者向け情報</a> »</li>
|
134
134
|
</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ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
|
32
32
|
<link rel="up" title="12.3. Groonga開発者向け情報" href="../development.html" />
|
33
33
|
<link rel="prev" title="12.3.7. リリース手順" href="release.html" />
|
34
34
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="release.html" title="12.3.7. リリース手順"
|
61
61
|
accesskey="P">前へ</a> |</li>
|
62
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
62
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
63
63
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
64
64
|
<li class="nav-item nav-item-2"><a href="../development.html" accesskey="U">12.3. Groonga開発者向け情報</a> »</li>
|
65
65
|
</ul>
|
@@ -233,7 +233,7 @@
|
|
233
233
|
<li class="right" >
|
234
234
|
<a href="release.html" title="12.3.7. リリース手順"
|
235
235
|
>前へ</a> |</li>
|
236
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
236
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
237
237
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
238
238
|
<li class="nav-item nav-item-2"><a href="../development.html" >12.3. Groonga開発者向け情報</a> »</li>
|
239
239
|
</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. ドキュメント関連のコントリビュート方法 — Groonga
|
10
|
+
<title>12.2. ドキュメント関連のコントリビュート方法 — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
33
33
|
<link rel="next" title="12.2.1. 導入" href="documentation/introduction.html" />
|
34
34
|
<link rel="prev" title="12.1. バグレポートの送り方" href="report.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="report.html" title="12.1. バグレポートの送り方"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U">12. Groongaへのコントリビュート方法</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -130,7 +130,7 @@
|
|
130
130
|
<li class="right" >
|
131
131
|
<a href="report.html" title="12.1. バグレポートの送り方"
|
132
132
|
>前へ</a> |</li>
|
133
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
133
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
134
134
|
<li class="nav-item nav-item-1"><a href="../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
135
135
|
</ul>
|
136
136
|
</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ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
|
32
32
|
<link rel="up" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
33
|
<link rel="next" title="12.3. Groonga開発者向け情報" href="../development.html" />
|
34
34
|
<link rel="prev" title="12.2.2. 国際化" href="i18n.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="i18n.html" title="12.2.2. 国際化"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
69
69
|
</ul>
|
@@ -125,7 +125,7 @@
|
|
125
125
|
<li class="right" >
|
126
126
|
<a href="i18n.html" title="12.2.2. 国際化"
|
127
127
|
>前へ</a> |</li>
|
128
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
128
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
129
129
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
130
130
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
131
131
|
</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. 国際化 — Groonga
|
10
|
+
<title>12.2.2. 国際化 — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
|
32
32
|
<link rel="up" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
33
|
<link rel="next" title="12.2.3. C API" href="c-api.html" />
|
34
34
|
<link rel="prev" title="12.2.1. 導入" href="introduction.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="introduction.html" title="12.2.1. 導入"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
69
69
|
</ul>
|
@@ -304,7 +304,7 @@
|
|
304
304
|
<li class="right" >
|
305
305
|
<a href="introduction.html" title="12.2.1. 導入"
|
306
306
|
>前へ</a> |</li>
|
307
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
307
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
308
308
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
309
309
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
310
310
|
</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. 導入 — Groonga
|
10
|
+
<title>12.2.1. 導入 — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
|
32
32
|
<link rel="up" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
33
|
<link rel="next" title="12.2.2. 国際化" href="i18n.html" />
|
34
34
|
<link rel="prev" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
69
69
|
</ul>
|
@@ -188,7 +188,7 @@
|
|
188
188
|
<li class="right" >
|
189
189
|
<a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
|
190
190
|
>前へ</a> |</li>
|
191
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga
|
191
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
192
192
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
193
193
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
194
194
|
</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. バグレポートの送り方 — Groonga
|
10
|
+
<title>12.1. バグレポートの送り方 — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
33
33
|
<link rel="next" title="12.2. ドキュメント関連のコントリビュート方法" href="documentation.html" />
|
34
34
|
<link rel="prev" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U">12. Groongaへのコントリビュート方法</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -150,7 +150,7 @@
|
|
150
150
|
<li class="right" >
|
151
151
|
<a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
|
152
152
|
>前へ</a> |</li>
|
153
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
153
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
154
154
|
<li class="nav-item nav-item-1"><a href="../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
155
155
|
</ul>
|
156
156
|
</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. 開発 — Groonga
|
10
|
+
<title>11. 開発 — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
|
32
32
|
<link rel="next" title="11.1. Travis CI" href="development/travis-ci.html" />
|
33
33
|
<link rel="prev" title="10.2. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" />
|
34
34
|
</head>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.2. mmap Cannot allocate memoryエラーを回避するには"
|
64
64
|
accesskey="P">前へ</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ドキュメント</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
68
68
|
|
@@ -130,7 +130,7 @@
|
|
130
130
|
<li class="right" >
|
131
131
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.2. mmap Cannot allocate memoryエラーを回避するには"
|
132
132
|
>前へ</a> |</li>
|
133
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
133
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
134
134
|
</ul>
|
135
135
|
</div>
|
136
136
|
<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ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
29
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
30
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga
|
31
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="11. 開発" href="../development.html" />
|
33
33
|
<link rel="next" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
34
34
|
<link rel="prev" title="11. 開発" href="../development.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../development.html" title="11. 開発"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
66
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
67
67
|
<li class="nav-item nav-item-1"><a href="../development.html" accesskey="U">11. 開発</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -178,7 +178,7 @@ before_install:
|
|
178
178
|
<li class="right" >
|
179
179
|
<a href="../development.html" title="11. 開発"
|
180
180
|
>前へ</a> |</li>
|
181
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga
|
181
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
182
182
|
<li class="nav-item nav-item-1"><a href="../development.html" >11. 開発</a> »</li>
|
183
183
|
</ul>
|
184
184
|
</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>索引 — Groonga
|
11
|
+
<title>索引 — Groonga v7.0.1-160-gda23e59ドキュメント</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
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
30
30
|
<link rel="index" title="索引" href="#" />
|
31
31
|
<link rel="search" title="検索" href="search.html" />
|
32
|
-
<link rel="top" title="Groonga
|
32
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
|
33
33
|
</head>
|
34
34
|
<body role="document">
|
35
35
|
<div class="header">
|
@@ -55,7 +55,7 @@
|
|
55
55
|
<li class="right" style="margin-right: 10px">
|
56
56
|
<a href="#" title="総合索引"
|
57
57
|
accesskey="I">索引</a></li>
|
58
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
58
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
59
59
|
</ul>
|
60
60
|
</div>
|
61
61
|
|
@@ -73,7 +73,6 @@
|
|
73
73
|
| <a href="#D"><strong>D</strong></a>
|
74
74
|
| <a href="#G"><strong>G</strong></a>
|
75
75
|
| <a href="#S"><strong>S</strong></a>
|
76
|
-
| <a href="#記号"><strong>記号</strong></a>
|
77
76
|
|
78
77
|
</div>
|
79
78
|
<h2 id="記号">記号</h2>
|
@@ -86,7 +85,18 @@
|
|
86
85
|
|
87
86
|
<dd><dl>
|
88
87
|
|
89
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--bind-address"
|
88
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">groonga コマンドラインオプション</a>
|
89
|
+
</dt>
|
90
|
+
|
91
|
+
</dl></dd>
|
92
|
+
|
93
|
+
<dt>
|
94
|
+
--cache-base-path <path>
|
95
|
+
</dt>
|
96
|
+
|
97
|
+
<dd><dl>
|
98
|
+
|
99
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">groonga コマンドラインオプション</a>
|
90
100
|
</dt>
|
91
101
|
|
92
102
|
</dl></dd>
|
@@ -97,7 +107,7 @@
|
|
97
107
|
|
98
108
|
<dd><dl>
|
99
109
|
|
100
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--cache-limit"
|
110
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">groonga コマンドラインオプション</a>
|
101
111
|
</dt>
|
102
112
|
|
103
113
|
</dl></dd>
|
@@ -108,7 +118,7 @@
|
|
108
118
|
|
109
119
|
<dd><dl>
|
110
120
|
|
111
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--config-path"
|
121
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">groonga コマンドラインオプション</a>
|
112
122
|
</dt>
|
113
123
|
|
114
124
|
</dl></dd>
|
@@ -119,7 +129,7 @@
|
|
119
129
|
|
120
130
|
<dd><dl>
|
121
131
|
|
122
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--default-match-escalation-threshold"
|
132
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">groonga コマンドラインオプション</a>
|
123
133
|
</dt>
|
124
134
|
|
125
135
|
</dl></dd>
|
@@ -130,7 +140,7 @@
|
|
130
140
|
|
131
141
|
<dd><dl>
|
132
142
|
|
133
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--default-request-timeout"
|
143
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">groonga コマンドラインオプション</a>
|
134
144
|
</dt>
|
135
145
|
|
136
146
|
</dl></dd>
|
@@ -141,7 +151,7 @@
|
|
141
151
|
|
142
152
|
<dd><dl>
|
143
153
|
|
144
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--dir"
|
154
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">groonga-benchmark コマンドラインオプション</a>
|
145
155
|
</dt>
|
146
156
|
|
147
157
|
</dl></dd>
|
@@ -152,7 +162,7 @@
|
|
152
162
|
|
153
163
|
<dd><dl>
|
154
164
|
|
155
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption--disable-max-fd-check"
|
165
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">groonga-suggest-httpd コマンドラインオプション</a>
|
156
166
|
</dt>
|
157
167
|
|
158
168
|
</dl></dd>
|
@@ -163,7 +173,7 @@
|
|
163
173
|
|
164
174
|
<dd><dl>
|
165
175
|
|
166
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--document-root"
|
176
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">groonga コマンドラインオプション</a>
|
167
177
|
</dt>
|
168
178
|
|
169
179
|
</dl></dd>
|
@@ -174,7 +184,7 @@
|
|
174
184
|
|
175
185
|
<dd><dl>
|
176
186
|
|
177
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--ftp"
|
187
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">groonga-benchmark コマンドラインオプション</a>
|
178
188
|
</dt>
|
179
189
|
|
180
190
|
</dl></dd>
|
@@ -185,7 +195,7 @@
|
|
185
195
|
|
186
196
|
<dd><dl>
|
187
197
|
|
188
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--groonga"
|
198
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">groonga-benchmark コマンドラインオプション</a>
|
189
199
|
</dt>
|
190
200
|
|
191
201
|
</dl></dd>
|
@@ -196,7 +206,7 @@
|
|
196
206
|
|
197
207
|
<dd><dl>
|
198
208
|
|
199
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption--log-level"
|
209
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">groonga-suggest-learner コマンドラインオプション</a>
|
200
210
|
</dt>
|
201
211
|
|
202
212
|
</dl></dd>
|
@@ -207,7 +217,7 @@
|
|
207
217
|
|
208
218
|
<dd><dl>
|
209
219
|
|
210
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--log-output-dir"
|
220
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">groonga-benchmark コマンドラインオプション</a>
|
211
221
|
</dt>
|
212
222
|
|
213
223
|
</dl></dd>
|
@@ -218,7 +228,11 @@
|
|
218
228
|
|
219
229
|
<dd><dl>
|
220
230
|
|
221
|
-
<dt><a href="reference/executables/groonga
|
231
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">groonga コマンドラインオプション</a>
|
232
|
+
</dt>
|
233
|
+
|
234
|
+
|
235
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">groonga-suggest-learner コマンドラインオプション</a>
|
222
236
|
</dt>
|
223
237
|
|
224
238
|
</dl></dd>
|
@@ -229,7 +243,7 @@
|
|
229
243
|
|
230
244
|
<dd><dl>
|
231
245
|
|
232
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--log-rotate-threshold-size"
|
246
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">groonga コマンドラインオプション</a>
|
233
247
|
</dt>
|
234
248
|
|
235
249
|
</dl></dd>
|
@@ -240,7 +254,7 @@
|
|
240
254
|
|
241
255
|
<dd><dl>
|
242
256
|
|
243
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption--n-lines-per-log-file"
|
257
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">groonga-suggest-httpd コマンドラインオプション</a>
|
244
258
|
</dt>
|
245
259
|
|
246
260
|
</dl></dd>
|
@@ -251,7 +265,7 @@
|
|
251
265
|
|
252
266
|
<dd><dl>
|
253
267
|
|
254
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--pid-path"
|
268
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">groonga コマンドラインオプション</a>
|
255
269
|
</dt>
|
256
270
|
|
257
271
|
</dl></dd>
|
@@ -262,7 +276,7 @@
|
|
262
276
|
|
263
277
|
<dd><dl>
|
264
278
|
|
265
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption--protocol"
|
279
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">groonga-benchmark コマンドラインオプション</a>
|
266
280
|
</dt>
|
267
281
|
|
268
282
|
</dl></dd>
|
@@ -273,7 +287,7 @@
|
|
273
287
|
|
274
288
|
<dd><dl>
|
275
289
|
|
276
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--protocol"
|
290
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">groonga コマンドラインオプション</a>
|
277
291
|
</dt>
|
278
292
|
|
279
293
|
</dl></dd>
|
@@ -284,7 +298,7 @@
|
|
284
298
|
|
285
299
|
<dd><dl>
|
286
300
|
|
287
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--query-log-path"
|
301
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">groonga コマンドラインオプション</a>
|
288
302
|
</dt>
|
289
303
|
|
290
304
|
</dl></dd>
|
@@ -295,7 +309,7 @@
|
|
295
309
|
|
296
310
|
<dd><dl>
|
297
311
|
|
298
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--query-log-rotate-threshold-size"
|
312
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">groonga コマンドラインオプション</a>
|
299
313
|
</dt>
|
300
314
|
|
301
315
|
</dl></dd>
|
@@ -306,10 +320,12 @@
|
|
306
320
|
|
307
321
|
<dd><dl>
|
308
322
|
|
309
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-a"
|
323
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga コマンドラインオプション</a>
|
310
324
|
</dt>
|
311
325
|
|
312
326
|
</dl></dd>
|
327
|
+
</dl></td>
|
328
|
+
<td style="width: 33%" valign="top"><dl>
|
313
329
|
|
314
330
|
<dt>
|
315
331
|
-c
|
@@ -317,12 +333,10 @@
|
|
317
333
|
|
318
334
|
<dd><dl>
|
319
335
|
|
320
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-c"
|
336
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga コマンドラインオプション</a>
|
321
337
|
</dt>
|
322
338
|
|
323
339
|
</dl></dd>
|
324
|
-
</dl></td>
|
325
|
-
<td style="width: 33%" valign="top"><dl>
|
326
340
|
|
327
341
|
<dt>
|
328
342
|
-d
|
@@ -330,7 +344,7 @@
|
|
330
344
|
|
331
345
|
<dd><dl>
|
332
346
|
|
333
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-d"
|
347
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga コマンドラインオプション</a>
|
334
348
|
</dt>
|
335
349
|
|
336
350
|
</dl></dd>
|
@@ -341,7 +355,11 @@
|
|
341
355
|
|
342
356
|
<dd><dl>
|
343
357
|
|
344
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-
|
358
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd コマンドラインオプション</a>
|
359
|
+
</dt>
|
360
|
+
|
361
|
+
|
362
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner コマンドラインオプション</a>
|
345
363
|
</dt>
|
346
364
|
|
347
365
|
</dl></dd>
|
@@ -352,7 +370,7 @@
|
|
352
370
|
|
353
371
|
<dd><dl>
|
354
372
|
|
355
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-e"
|
373
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga コマンドラインオプション</a>
|
356
374
|
</dt>
|
357
375
|
|
358
376
|
</dl></dd>
|
@@ -363,7 +381,7 @@
|
|
363
381
|
|
364
382
|
<dd><dl>
|
365
383
|
|
366
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-h"
|
384
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga コマンドラインオプション</a>
|
367
385
|
</dt>
|
368
386
|
|
369
387
|
</dl></dd>
|
@@ -374,7 +392,7 @@
|
|
374
392
|
|
375
393
|
<dd><dl>
|
376
394
|
|
377
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-i"
|
395
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark コマンドラインオプション</a>
|
378
396
|
</dt>
|
379
397
|
|
380
398
|
</dl></dd>
|
@@ -385,7 +403,7 @@
|
|
385
403
|
|
386
404
|
<dd><dl>
|
387
405
|
|
388
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-i"
|
406
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga コマンドラインオプション</a>
|
389
407
|
</dt>
|
390
408
|
|
391
409
|
</dl></dd>
|
@@ -396,7 +414,7 @@
|
|
396
414
|
|
397
415
|
<dd><dl>
|
398
416
|
|
399
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-l"
|
417
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner コマンドラインオプション</a>
|
400
418
|
</dt>
|
401
419
|
|
402
420
|
</dl></dd>
|
@@ -407,7 +425,7 @@
|
|
407
425
|
|
408
426
|
<dd><dl>
|
409
427
|
|
410
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-l"
|
428
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd コマンドラインオプション</a>
|
411
429
|
</dt>
|
412
430
|
|
413
431
|
</dl></dd>
|
@@ -418,7 +436,7 @@
|
|
418
436
|
|
419
437
|
<dd><dl>
|
420
438
|
|
421
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-l"
|
439
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga コマンドラインオプション</a>
|
422
440
|
</dt>
|
423
441
|
|
424
442
|
</dl></dd>
|
@@ -429,7 +447,7 @@
|
|
429
447
|
|
430
448
|
<dd><dl>
|
431
449
|
|
432
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-m"
|
450
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap コマンドラインオプション</a>
|
433
451
|
</dt>
|
434
452
|
|
435
453
|
</dl></dd>
|
@@ -440,7 +458,7 @@
|
|
440
458
|
|
441
459
|
<dd><dl>
|
442
460
|
|
443
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-n"
|
461
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga コマンドラインオプション</a>
|
444
462
|
</dt>
|
445
463
|
|
446
464
|
</dl></dd>
|
@@ -451,7 +469,7 @@
|
|
451
469
|
|
452
470
|
<dd><dl>
|
453
471
|
|
454
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-P"
|
472
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">grnslap コマンドラインオプション</a>
|
455
473
|
</dt>
|
456
474
|
|
457
475
|
</dl></dd>
|
@@ -462,7 +480,7 @@
|
|
462
480
|
|
463
481
|
<dd><dl>
|
464
482
|
|
465
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-p"
|
483
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd コマンドラインオプション</a>
|
466
484
|
</dt>
|
467
485
|
|
468
486
|
</dl></dd>
|
@@ -473,7 +491,11 @@
|
|
473
491
|
|
474
492
|
<dd><dl>
|
475
493
|
|
476
|
-
<dt><a href="reference/executables/groonga
|
494
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga コマンドラインオプション</a>
|
495
|
+
</dt>
|
496
|
+
|
497
|
+
|
498
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark コマンドラインオプション</a>
|
477
499
|
</dt>
|
478
500
|
|
479
501
|
</dl></dd>
|
@@ -484,7 +506,7 @@
|
|
484
506
|
|
485
507
|
<dd><dl>
|
486
508
|
|
487
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r"
|
509
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner コマンドラインオプション</a>
|
488
510
|
</dt>
|
489
511
|
|
490
512
|
</dl></dd>
|
@@ -495,7 +517,7 @@
|
|
495
517
|
|
496
518
|
<dd><dl>
|
497
519
|
|
498
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r"
|
520
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd コマンドラインオプション</a>
|
499
521
|
</dt>
|
500
522
|
|
501
523
|
</dl></dd>
|
@@ -506,7 +528,7 @@
|
|
506
528
|
|
507
529
|
<dd><dl>
|
508
530
|
|
509
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-s"
|
531
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga コマンドラインオプション</a>
|
510
532
|
</dt>
|
511
533
|
|
512
534
|
</dl></dd>
|
@@ -517,7 +539,7 @@
|
|
517
539
|
|
518
540
|
<dd><dl>
|
519
541
|
|
520
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s"
|
542
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner コマンドラインオプション</a>
|
521
543
|
</dt>
|
522
544
|
|
523
545
|
</dl></dd>
|
@@ -528,7 +550,7 @@
|
|
528
550
|
|
529
551
|
<dd><dl>
|
530
552
|
|
531
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s"
|
553
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd コマンドラインオプション</a>
|
532
554
|
</dt>
|
533
555
|
|
534
556
|
</dl></dd>
|
@@ -539,7 +561,7 @@
|
|
539
561
|
|
540
562
|
<dd><dl>
|
541
563
|
|
542
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-t"
|
564
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga コマンドラインオプション</a>
|
543
565
|
</dt>
|
544
566
|
|
545
567
|
</dl></dd>
|
@@ -550,7 +572,7 @@
|
|
550
572
|
|
551
573
|
<dd><dl>
|
552
574
|
|
553
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-t"
|
575
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd コマンドラインオプション</a>
|
554
576
|
</dt>
|
555
577
|
|
556
578
|
</dl></dd>
|
@@ -567,7 +589,7 @@
|
|
567
589
|
|
568
590
|
<dd><dl>
|
569
591
|
|
570
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-arg-command"
|
592
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga コマンドラインオプション</a>
|
571
593
|
</dt>
|
572
594
|
|
573
595
|
</dl></dd>
|
@@ -584,7 +606,7 @@
|
|
584
606
|
|
585
607
|
<dd><dl>
|
586
608
|
|
587
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db"
|
609
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark コマンドラインオプション</a>
|
588
610
|
</dt>
|
589
611
|
|
590
612
|
</dl></dd>
|
@@ -597,7 +619,11 @@
|
|
597
619
|
|
598
620
|
<dd><dl>
|
599
621
|
|
600
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-
|
622
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap コマンドラインオプション</a>
|
623
|
+
</dt>
|
624
|
+
|
625
|
+
|
626
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga コマンドラインオプション</a>
|
601
627
|
</dt>
|
602
628
|
|
603
629
|
</dl></dd>
|
@@ -1031,8 +1057,6 @@
|
|
1031
1057
|
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C のマクロ)</a>
|
1032
1058
|
</dt>
|
1033
1059
|
|
1034
|
-
</dl></td>
|
1035
|
-
<td style="width: 33%" valign="top"><dl>
|
1036
1060
|
|
1037
1061
|
<dt><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C の関数)</a>
|
1038
1062
|
</dt>
|
@@ -1145,6 +1169,8 @@
|
|
1145
1169
|
<dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C の関数)</a>
|
1146
1170
|
</dt>
|
1147
1171
|
|
1172
|
+
</dl></td>
|
1173
|
+
<td style="width: 33%" valign="top"><dl>
|
1148
1174
|
|
1149
1175
|
<dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C の関数)</a>
|
1150
1176
|
</dt>
|
@@ -1457,221 +1483,263 @@
|
|
1457
1483
|
<dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C のデータ型)</a>
|
1458
1484
|
</dt>
|
1459
1485
|
|
1460
|
-
</dl></td>
|
1461
|
-
</tr></table>
|
1462
|
-
|
1463
|
-
<h2 id="S">S</h2>
|
1464
|
-
<table style="width: 100%" class="indextable genindextable"><tr>
|
1465
|
-
<td style="width: 33%" valign="top"><dl>
|
1466
1486
|
|
1467
1487
|
<dt>
|
1468
|
-
|
1488
|
+
grnslap コマンドラインオプション
|
1469
1489
|
</dt>
|
1470
1490
|
|
1471
1491
|
<dd><dl>
|
1472
1492
|
|
1473
|
-
<dt><a href="reference/executables/
|
1493
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">-P</a>
|
1474
1494
|
</dt>
|
1475
1495
|
|
1476
|
-
|
1477
|
-
</
|
1478
|
-
</
|
1496
|
+
|
1497
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
|
1498
|
+
</dt>
|
1479
1499
|
|
1480
|
-
|
1481
|
-
<
|
1482
|
-
|
1500
|
+
|
1501
|
+
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
|
1502
|
+
</dt>
|
1503
|
+
|
1504
|
+
</dl></dd>
|
1483
1505
|
|
1484
1506
|
<dt>
|
1485
|
-
コマンドラインオプション
|
1507
|
+
groonga コマンドラインオプション
|
1486
1508
|
</dt>
|
1487
1509
|
|
1488
1510
|
<dd><dl>
|
1489
1511
|
|
1490
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--bind-address">--bind-address <ip/hostname></a>
|
1512
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">--bind-address <ip/hostname></a>
|
1513
|
+
</dt>
|
1514
|
+
|
1515
|
+
|
1516
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path">--cache-base-path <path></a>
|
1517
|
+
</dt>
|
1518
|
+
|
1519
|
+
|
1520
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--cache-limit">--cache-limit <limit></a>
|
1521
|
+
</dt>
|
1522
|
+
|
1523
|
+
|
1524
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">--config-path <path></a>
|
1491
1525
|
</dt>
|
1492
1526
|
|
1493
1527
|
|
1494
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--
|
1528
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">--default-match-escalation-threshold <threshold></a>
|
1495
1529
|
</dt>
|
1496
1530
|
|
1497
1531
|
|
1498
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--
|
1532
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">--default-request-timeout <timeout></a>
|
1499
1533
|
</dt>
|
1500
1534
|
|
1501
1535
|
|
1502
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--
|
1536
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">--document-root <path></a>
|
1503
1537
|
</dt>
|
1504
1538
|
|
1505
1539
|
|
1506
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--
|
1540
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">--log-path <path></a>
|
1507
1541
|
</dt>
|
1508
1542
|
|
1509
1543
|
|
1510
|
-
<dt><a href="reference/executables/groonga
|
1544
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">--log-rotate-threshold-size <threshold></a>
|
1511
1545
|
</dt>
|
1512
1546
|
|
1513
1547
|
|
1514
|
-
<dt><a href="reference/executables/groonga
|
1548
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">--pid-path <path></a>
|
1515
1549
|
</dt>
|
1516
1550
|
|
1517
1551
|
|
1518
|
-
<dt><a href="reference/executables/groonga.html#cmdoption--
|
1552
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--protocol">--protocol <protocol></a>
|
1519
1553
|
</dt>
|
1520
1554
|
|
1521
1555
|
|
1522
|
-
<dt><a href="reference/executables/groonga
|
1556
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">--query-log-path <path></a>
|
1523
1557
|
</dt>
|
1524
1558
|
|
1525
1559
|
|
1526
|
-
<dt><a href="reference/executables/groonga
|
1560
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">--query-log-rotate-threshold-size <threshold></a>
|
1527
1561
|
</dt>
|
1528
1562
|
|
1529
1563
|
|
1530
|
-
<dt><a href="reference/executables/groonga
|
1564
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address <ip/hostname></a>
|
1531
1565
|
</dt>
|
1532
1566
|
|
1533
1567
|
|
1534
|
-
<dt><a href="reference/executables/groonga
|
1568
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
|
1535
1569
|
</dt>
|
1536
1570
|
|
1537
1571
|
|
1538
|
-
<dt><a href="reference/executables/groonga
|
1572
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
|
1539
1573
|
</dt>
|
1540
1574
|
|
1541
1575
|
|
1542
|
-
<dt><a href="reference/executables/groonga.html#cmdoption
|
1576
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding <encoding></a>
|
1543
1577
|
</dt>
|
1544
1578
|
|
1545
1579
|
|
1546
|
-
<dt><a href="reference/executables/groonga
|
1580
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
|
1547
1581
|
</dt>
|
1548
1582
|
|
1549
1583
|
|
1550
|
-
<dt><a href="reference/executables/groonga.html#cmdoption
|
1584
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id <ip/hostname></a>
|
1551
1585
|
</dt>
|
1552
1586
|
|
1553
1587
|
|
1554
|
-
<dt><a href="reference/executables/groonga
|
1588
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level <log level></a>
|
1555
1589
|
</dt>
|
1556
1590
|
|
1557
1591
|
|
1558
|
-
<dt><a href="reference/executables/groonga.html#cmdoption
|
1592
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
|
1559
1593
|
</dt>
|
1560
1594
|
|
1561
1595
|
|
1562
|
-
<dt><a href="reference/executables/groonga.html#cmdoption
|
1596
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port <port number></a>
|
1563
1597
|
</dt>
|
1564
1598
|
|
1565
1599
|
|
1566
|
-
<dt><a href="reference/executables/groonga.html#cmdoption
|
1600
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
|
1567
1601
|
</dt>
|
1568
1602
|
|
1569
1603
|
|
1570
|
-
<dt><a href="reference/executables/
|
1604
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads <max threasd></a>
|
1571
1605
|
</dt>
|
1572
1606
|
|
1573
1607
|
|
1574
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1608
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
|
1575
1609
|
</dt>
|
1576
1610
|
|
1577
1611
|
|
1578
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1612
|
+
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
|
1579
1613
|
</dt>
|
1580
1614
|
|
1615
|
+
</dl></dd>
|
1616
|
+
|
1617
|
+
<dt>
|
1618
|
+
groonga-benchmark コマンドラインオプション
|
1619
|
+
</dt>
|
1620
|
+
|
1621
|
+
<dd><dl>
|
1581
1622
|
|
1582
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1623
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">--dir</a>
|
1583
1624
|
</dt>
|
1584
1625
|
|
1585
1626
|
|
1586
|
-
<dt><a href="reference/executables/groonga-
|
1627
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">--ftp</a>
|
1587
1628
|
</dt>
|
1588
1629
|
|
1589
1630
|
|
1590
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1631
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">--groonga <groonga_path></a>
|
1591
1632
|
</dt>
|
1592
1633
|
|
1593
1634
|
|
1594
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1635
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">--log-output-dir</a>
|
1595
1636
|
</dt>
|
1596
1637
|
|
1597
1638
|
|
1598
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-
|
1639
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">--protocol <gqtp|http></a>
|
1599
1640
|
</dt>
|
1600
1641
|
|
1601
1642
|
|
1602
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-i">-i, --
|
1643
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host <ip/hostname></a>
|
1603
1644
|
</dt>
|
1604
1645
|
|
1605
1646
|
|
1606
|
-
<dt><a href="reference/executables/groonga-
|
1647
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port <port number></a>
|
1607
1648
|
</dt>
|
1608
1649
|
|
1609
1650
|
|
1610
|
-
<dt><a href="reference/executables/groonga-
|
1651
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
|
1611
1652
|
</dt>
|
1612
1653
|
|
1613
1654
|
|
1614
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1655
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
|
1656
|
+
</dt>
|
1657
|
+
|
1658
|
+
</dl></dd>
|
1659
|
+
|
1660
|
+
<dt>
|
1661
|
+
groonga-suggest-httpd コマンドラインオプション
|
1615
1662
|
</dt>
|
1616
1663
|
|
1664
|
+
<dd><dl>
|
1617
1665
|
|
1618
|
-
<dt><a href="reference/executables/
|
1666
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">--disable-max-fd-check</a>
|
1619
1667
|
</dt>
|
1620
1668
|
|
1621
1669
|
|
1622
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-n"
|
1670
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--n-lines-per-log-file">--n-lines-per-log-file</a>
|
1623
1671
|
</dt>
|
1624
1672
|
|
1625
1673
|
|
1626
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-
|
1674
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
|
1627
1675
|
</dt>
|
1628
1676
|
|
1629
1677
|
|
1630
|
-
<dt><a href="reference/executables/groonga-
|
1678
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
|
1631
1679
|
</dt>
|
1632
1680
|
|
1633
1681
|
|
1634
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1682
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
|
1635
1683
|
</dt>
|
1636
1684
|
|
1637
1685
|
|
1638
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">-r, --receive-endpoint</a>
|
1686
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
|
1639
1687
|
</dt>
|
1640
1688
|
|
1641
1689
|
|
1642
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-s">-s</a>
|
1690
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
|
1643
1691
|
</dt>
|
1644
1692
|
|
1645
1693
|
|
1646
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1694
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
|
1647
1695
|
</dt>
|
1648
1696
|
|
1697
|
+
</dl></dd>
|
1698
|
+
|
1699
|
+
<dt>
|
1700
|
+
groonga-suggest-learner コマンドラインオプション
|
1701
|
+
</dt>
|
1702
|
+
|
1703
|
+
<dd><dl>
|
1649
1704
|
|
1650
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1705
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">--log-level <level></a>
|
1651
1706
|
</dt>
|
1652
1707
|
|
1653
1708
|
|
1654
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1709
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">--log-path <path></a>
|
1655
1710
|
</dt>
|
1656
1711
|
|
1657
1712
|
|
1658
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1713
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
|
1659
1714
|
</dt>
|
1660
1715
|
|
1661
1716
|
|
1662
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-
|
1717
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">-l <directory>, --log-base-path <directory></a>
|
1663
1718
|
</dt>
|
1664
1719
|
|
1665
1720
|
|
1666
|
-
<dt><a href="reference/executables/groonga-
|
1721
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r <endpoint>, --receive-endpoint <endpoint></a>
|
1667
1722
|
</dt>
|
1668
1723
|
|
1669
1724
|
|
1670
|
-
<dt><a href="reference/executables/
|
1725
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s <endpoint>, --send-endpoint <endpoint></a>
|
1726
|
+
</dt>
|
1727
|
+
|
1728
|
+
</dl></dd>
|
1729
|
+
</dl></td>
|
1730
|
+
</tr></table>
|
1731
|
+
|
1732
|
+
<h2 id="S">S</h2>
|
1733
|
+
<table style="width: 100%" class="indextable genindextable"><tr>
|
1734
|
+
<td style="width: 33%" valign="top"><dl>
|
1735
|
+
|
1736
|
+
<dt>
|
1737
|
+
script
|
1671
1738
|
</dt>
|
1672
1739
|
|
1740
|
+
<dd><dl>
|
1673
1741
|
|
1674
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">
|
1742
|
+
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark コマンドラインオプション</a>
|
1675
1743
|
</dt>
|
1676
1744
|
|
1677
1745
|
</dl></dd>
|
@@ -1708,7 +1776,7 @@
|
|
1708
1776
|
<li class="right" style="margin-right: 10px">
|
1709
1777
|
<a href="#" title="総合索引"
|
1710
1778
|
>索引</a></li>
|
1711
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
1779
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59ドキュメント</a> »</li>
|
1712
1780
|
</ul>
|
1713
1781
|
</div>
|
1714
1782
|
<div class="footer" role="contentinfo">
|