rroonga 7.0.2-x86-mingw32 → 7.1.1-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 +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- 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/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -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/libgcc_s_sjlj-1.dll +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/libstdc++-6.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.exe +0 -0
- 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 +1 -1
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga.hpp +21 -0
- data/vendor/local/include/groonga/groonga/arrow.h +38 -0
- data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
- data/vendor/local/include/groonga/groonga/column.h +9 -0
- data/vendor/local/include/groonga/groonga/expr.h +9 -1
- data/vendor/local/include/groonga/groonga/groonga.h +19 -3
- data/vendor/local/include/groonga/groonga/obj.h +3 -0
- data/vendor/local/include/groonga/groonga/operator.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +8 -0
- data/vendor/local/include/groonga/groonga/portability.h +19 -1
- data/vendor/local/include/groonga/groonga/table.h +14 -0
- data/vendor/local/include/groonga/groonga/util.h +3 -0
- data/vendor/local/include/groonga/groonga/window_function.h +2 -0
- data/vendor/local/include/pcre.h +2 -2
- data/vendor/local/include/pcre_stringpiece.h +2 -2
- data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
- data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
- data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
- data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
- 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 +1 -1
- 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 +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
- data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
- data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
- data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- 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/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- 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/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/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
- data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
- data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
- data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
- data/vendor/local/share/doc/pcre/AUTHORS +3 -3
- data/vendor/local/share/doc/pcre/ChangeLog +94 -0
- data/vendor/local/share/doc/pcre/LICENCE +3 -3
- data/vendor/local/share/doc/pcre/NEWS +12 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
- data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
- data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
- data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
- data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
- data/vendor/local/share/groonga/groonga-log/README.md +44 -0
- data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
- data/vendor/local/share/license/cv2pdb/README +138 -0
- data/vendor/local/share/license/groonga-log/README.md +44 -0
- data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/license/pcre/LICENCE +3 -3
- data/vendor/local/share/man/man1/pcretest.1 +7 -3
- data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
- data/vendor/local/share/man/man3/pcrejit.3 +48 -6
- data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
- metadata +102 -559
- data/lib/groonga/statistic-measurer.rb +0 -37
- data/test/test-statistic-measurer.rb +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>12.2.1. 導入 — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>12.2.1. 導入 — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
@@ -28,12 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../../genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="../../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../../index.html" />
|
32
|
-
<link rel="up" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
29
|
<link rel="next" title="12.2.2. 国際化" href="i18n.html" />
|
34
30
|
<link rel="prev" title="12.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
35
31
|
</head>
|
36
|
-
<body
|
32
|
+
<body>
|
37
33
|
<div class="header">
|
38
34
|
<h1 class="title">
|
39
35
|
<a id="top-link" href="../../index.html">
|
@@ -63,7 +59,7 @@
|
|
63
59
|
<li class="right" >
|
64
60
|
<a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
|
65
61
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
67
63
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
68
64
|
<li class="nav-item nav-item-2"><a href="../documentation.html" accesskey="U">12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
69
65
|
</ul>
|
@@ -155,13 +151,6 @@
|
|
155
151
|
<h4>次のトピックへ</h4>
|
156
152
|
<p class="topless"><a href="i18n.html"
|
157
153
|
title="次の章へ">12.2.2. 国際化</a></p>
|
158
|
-
<div role="note" aria-label="source link">
|
159
|
-
<h3>このページ</h3>
|
160
|
-
<ul class="this-page-menu">
|
161
|
-
<li><a href="../../_sources/contribution/documentation/introduction.txt"
|
162
|
-
rel="nofollow">ソースコードを表示</a></li>
|
163
|
-
</ul>
|
164
|
-
</div>
|
165
154
|
<div id="searchbox" style="display: none" role="search">
|
166
155
|
<h3>クイック検索</h3>
|
167
156
|
<form class="search" action="../../search.html" method="get">
|
@@ -188,13 +177,13 @@
|
|
188
177
|
<li class="right" >
|
189
178
|
<a href="../documentation.html" title="12.2. ドキュメント関連のコントリビュート方法"
|
190
179
|
>前へ</a> |</li>
|
191
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
180
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
192
181
|
<li class="nav-item nav-item-1"><a href="../../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
193
182
|
<li class="nav-item nav-item-2"><a href="../documentation.html" >12.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
194
183
|
</ul>
|
195
184
|
</div>
|
196
185
|
<div class="footer" role="contentinfo">
|
197
|
-
© Copyright 2009-
|
186
|
+
© Copyright 2009-2018, Brazil, Inc.
|
198
187
|
</div>
|
199
188
|
</body>
|
200
189
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>12.1. バグレポートの送り方 — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>12.1. バグレポートの送り方 — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -28,12 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
|
-
<link rel="up" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
33
29
|
<link rel="next" title="12.2. ドキュメント関連のコントリビュート方法" href="documentation.html" />
|
34
30
|
<link rel="prev" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
35
31
|
</head>
|
36
|
-
<body
|
32
|
+
<body>
|
37
33
|
<div class="header">
|
38
34
|
<h1 class="title">
|
39
35
|
<a id="top-link" href="../index.html">
|
@@ -63,7 +59,7 @@
|
|
63
59
|
<li class="right" >
|
64
60
|
<a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
|
65
61
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
67
63
|
<li class="nav-item nav-item-1"><a href="../contribution.html" accesskey="U">12. Groongaへのコントリビュート方法</a> »</li>
|
68
64
|
</ul>
|
69
65
|
</div>
|
@@ -78,10 +74,8 @@
|
|
78
74
|
<p>バグレポートを送るには2つやり方があります:</p>
|
79
75
|
<blockquote>
|
80
76
|
<div><ul class="simple">
|
81
|
-
<li
|
82
|
-
|
83
|
-
<li><p class="first">メーリングリストへ報告する</p>
|
84
|
-
</li>
|
77
|
+
<li>課題追跡システムへ登録する</li>
|
78
|
+
<li>メーリングリストへ報告する</li>
|
85
79
|
</ul>
|
86
80
|
</div></blockquote>
|
87
81
|
<p>どちらのやり方でも大丈夫です。</p>
|
@@ -117,13 +111,6 @@
|
|
117
111
|
<h4>次のトピックへ</h4>
|
118
112
|
<p class="topless"><a href="documentation.html"
|
119
113
|
title="次の章へ">12.2. ドキュメント関連のコントリビュート方法</a></p>
|
120
|
-
<div role="note" aria-label="source link">
|
121
|
-
<h3>このページ</h3>
|
122
|
-
<ul class="this-page-menu">
|
123
|
-
<li><a href="../_sources/contribution/report.txt"
|
124
|
-
rel="nofollow">ソースコードを表示</a></li>
|
125
|
-
</ul>
|
126
|
-
</div>
|
127
114
|
<div id="searchbox" style="display: none" role="search">
|
128
115
|
<h3>クイック検索</h3>
|
129
116
|
<form class="search" action="../search.html" method="get">
|
@@ -150,12 +137,12 @@
|
|
150
137
|
<li class="right" >
|
151
138
|
<a href="../contribution.html" title="12. Groongaへのコントリビュート方法"
|
152
139
|
>前へ</a> |</li>
|
153
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
140
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
154
141
|
<li class="nav-item nav-item-1"><a href="../contribution.html" >12. Groongaへのコントリビュート方法</a> »</li>
|
155
142
|
</ul>
|
156
143
|
</div>
|
157
144
|
<div class="footer" role="contentinfo">
|
158
|
-
© Copyright 2009-
|
145
|
+
© Copyright 2009-2018, Brazil, Inc.
|
159
146
|
</div>
|
160
147
|
</body>
|
161
148
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>11. 開発 — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>11. 開発 — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: './',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
@@ -28,11 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
|
32
29
|
<link rel="next" title="11.1. Travis CI" href="development/travis-ci.html" />
|
33
|
-
<link rel="prev" title="10.
|
30
|
+
<link rel="prev" title="10.3. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" />
|
34
31
|
</head>
|
35
|
-
<body
|
32
|
+
<body>
|
36
33
|
<div class="header">
|
37
34
|
<h1 class="title">
|
38
35
|
<a id="top-link" href="index.html">
|
@@ -60,9 +57,9 @@
|
|
60
57
|
<a href="development/travis-ci.html" title="11.1. Travis CI"
|
61
58
|
accesskey="N">次へ</a> |</li>
|
62
59
|
<li class="right" >
|
63
|
-
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.
|
60
|
+
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. mmap Cannot allocate memoryエラーを回避するには"
|
64
61
|
accesskey="P">前へ</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
66
63
|
</ul>
|
67
64
|
</div>
|
68
65
|
|
@@ -93,17 +90,10 @@
|
|
93
90
|
<div class="sphinxsidebarwrapper">
|
94
91
|
<h4>前のトピックへ</h4>
|
95
92
|
<p class="topless"><a href="troubleshooting/mmap_cannot_allocate_memory.html"
|
96
|
-
title="前の章へ">10.
|
93
|
+
title="前の章へ">10.3. mmap Cannot allocate memoryエラーを回避するには</a></p>
|
97
94
|
<h4>次のトピックへ</h4>
|
98
95
|
<p class="topless"><a href="development/travis-ci.html"
|
99
96
|
title="次の章へ">11.1. Travis CI</a></p>
|
100
|
-
<div role="note" aria-label="source link">
|
101
|
-
<h3>このページ</h3>
|
102
|
-
<ul class="this-page-menu">
|
103
|
-
<li><a href="_sources/development.txt"
|
104
|
-
rel="nofollow">ソースコードを表示</a></li>
|
105
|
-
</ul>
|
106
|
-
</div>
|
107
97
|
<div id="searchbox" style="display: none" role="search">
|
108
98
|
<h3>クイック検索</h3>
|
109
99
|
<form class="search" action="search.html" method="get">
|
@@ -128,13 +118,13 @@
|
|
128
118
|
<a href="development/travis-ci.html" title="11.1. Travis CI"
|
129
119
|
>次へ</a> |</li>
|
130
120
|
<li class="right" >
|
131
|
-
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.
|
121
|
+
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="10.3. mmap Cannot allocate memoryエラーを回避するには"
|
132
122
|
>前へ</a> |</li>
|
133
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
123
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
134
124
|
</ul>
|
135
125
|
</div>
|
136
126
|
<div class="footer" role="contentinfo">
|
137
|
-
© Copyright 2009-
|
127
|
+
© Copyright 2009-2018, Brazil, Inc.
|
138
128
|
</div>
|
139
129
|
</body>
|
140
130
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>11.1. Travis CI — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>11.1. Travis CI — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -28,12 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
|
-
<link rel="up" title="11. 開発" href="../development.html" />
|
33
29
|
<link rel="next" title="12. Groongaへのコントリビュート方法" href="../contribution.html" />
|
34
30
|
<link rel="prev" title="11. 開発" href="../development.html" />
|
35
31
|
</head>
|
36
|
-
<body
|
32
|
+
<body>
|
37
33
|
<div class="header">
|
38
34
|
<h1 class="title">
|
39
35
|
<a id="top-link" href="../index.html">
|
@@ -63,7 +59,7 @@
|
|
63
59
|
<li class="right" >
|
64
60
|
<a href="../development.html" title="11. 開発"
|
65
61
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
67
63
|
<li class="nav-item nav-item-1"><a href="../development.html" accesskey="U">11. 開発</a> »</li>
|
68
64
|
</ul>
|
69
65
|
</div>
|
@@ -79,12 +75,12 @@
|
|
79
75
|
<p>オープンソースソフトウェアを開発しているならTravis CIを使えます。このセクションではGroonga関連の設定のみ説明します。Travis CI一般については <a class="reference external" href="http://about.travis-ci.org/docs/">Travis CI: Documentation</a> を読んでください。</p>
|
80
76
|
<div class="section" id="configuration">
|
81
77
|
<h2>11.1.1. 設定<a class="headerlink" href="#configuration" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
82
|
-
<p>Travis CIは64-bit版のUbuntu
|
78
|
+
<p>Travis CIは64-bit版のUbuntu 14.04 LTS サーバ版を使っています。( <a class="reference external" href="http://about.travis-ci.org/docs/user/ci-environment/">Travis CI: About Travis CI Environment</a> 参照。)Travis CIにGroongaをインストールするために、Groongaプロジェクトが提供しているUbuntu 14.04 LTS用のapt-lineを使えます。</p>
|
83
79
|
<p><code class="docutils literal"><span class="pre">.travis.yml</span></code> でビルド方法を変更することができます。( <a class="reference external" href="http://about.travis-ci.org/docs/user/build-configuration/">Travis CI: Conifugration your Travis CI build with .travis.yml</a> 参照。) <code class="docutils literal"><span class="pre">before_install</span></code> フックまたは <code class="docutils literal"><span class="pre">install</span></code> フックを使います。もし、Travis CIがサポートしている言語(例えばRuby)を使ったソフトウェアの場合は <code class="docutils literal"><span class="pre">before_install</span></code> を使います。そうでない場合は <code class="docutils literal"><span class="pre">install</span></code> を使います。</p>
|
84
80
|
<p>以下の <code class="docutils literal"><span class="pre">sudo</span></code> と <code class="docutils literal"><span class="pre">before_install</span></code> の設定を <code class="docutils literal"><span class="pre">.travis.yml</span></code> に加えます:</p>
|
85
81
|
<div class="highlight-none"><div class="highlight"><pre><span></span>sudo: required
|
86
82
|
before_install:
|
87
|
-
- curl --silent --location https://
|
83
|
+
- curl --silent --location https://raw.githubusercontent.com/groonga/groonga/master/data/travis/setup.sh | sh
|
88
84
|
</pre></div>
|
89
85
|
</div>
|
90
86
|
<p>ここで使っているセットアップスクリプトの中で <code class="docutils literal"><span class="pre">sudo</span></code> コマンドを使っているので、 <code class="docutils literal"><span class="pre">sudo:</span> <span class="pre">required</span></code> の設定が必要になります。</p>
|
@@ -96,27 +92,19 @@ before_install:
|
|
96
92
|
<p>Travis CI上でGroongaを使っているオープンソースソフトウェアは以下の通りです</p>
|
97
93
|
<blockquote>
|
98
94
|
<div><ul class="simple">
|
99
|
-
<li><
|
100
|
-
<
|
101
|
-
<li><
|
102
|
-
</li>
|
103
|
-
<li><p class="first"><a class="reference external" href="https://github.com/ranguba/rroonga/blob/master/.travis.yml">rroonga用の.travis.yml</a></p>
|
104
|
-
</li>
|
95
|
+
<li><a class="reference external" href="http://ranguba.org/#about-rroonga">rroonga</a> (Rubyバインディング)<ul>
|
96
|
+
<li><a class="reference external" href="http://travis-ci.org/#!/ranguba/rroonga">Travis CIでのrroongaのビルド結果</a></li>
|
97
|
+
<li><a class="reference external" href="https://github.com/ranguba/rroonga/blob/master/.travis.yml">rroonga用の.travis.yml</a></li>
|
105
98
|
</ul>
|
106
99
|
</li>
|
107
|
-
<li><
|
108
|
-
<
|
109
|
-
<li><
|
110
|
-
</li>
|
111
|
-
<li><p class="first"><a class="reference external" href="https://github.com/nroonga/nroonga/blob/master/.travis.yml">nroonga用の.travis.yml</a></p>
|
112
|
-
</li>
|
100
|
+
<li><a class="reference external" href="http://nroonga.github.com/">nroonga</a> (node.jsバインディング)<ul>
|
101
|
+
<li><a class="reference external" href="http://travis-ci.org/#!/nroonga/nroonga">Travis CIでのnroongaのビルド結果</a></li>
|
102
|
+
<li><a class="reference external" href="https://github.com/nroonga/nroonga/blob/master/.travis.yml">nroonga用の.travis.yml</a></li>
|
113
103
|
</ul>
|
114
104
|
</li>
|
115
105
|
<li><a class="reference external" href="http://logaling.github.com/">logaling-command</a> (A glossary management command line tool)<ul>
|
116
|
-
<li><
|
117
|
-
</li>
|
118
|
-
<li><p class="first"><a class="reference external" href="https://github.com/logaling/logaling-command/blob/master/.travis.yml">logaling-command用の.travis.yml</a></p>
|
119
|
-
</li>
|
106
|
+
<li><a class="reference external" href="http://travis-ci.org/#!/logaling/logaling-command">Travis CIでのlogaling-commandのビルド結果</a></li>
|
107
|
+
<li><a class="reference external" href="https://github.com/logaling/logaling-command/blob/master/.travis.yml">logaling-command用の.travis.yml</a></li>
|
120
108
|
</ul>
|
121
109
|
</li>
|
122
110
|
</ul>
|
@@ -145,13 +133,6 @@ before_install:
|
|
145
133
|
<h4>次のトピックへ</h4>
|
146
134
|
<p class="topless"><a href="../contribution.html"
|
147
135
|
title="次の章へ">12. Groongaへのコントリビュート方法</a></p>
|
148
|
-
<div role="note" aria-label="source link">
|
149
|
-
<h3>このページ</h3>
|
150
|
-
<ul class="this-page-menu">
|
151
|
-
<li><a href="../_sources/development/travis-ci.txt"
|
152
|
-
rel="nofollow">ソースコードを表示</a></li>
|
153
|
-
</ul>
|
154
|
-
</div>
|
155
136
|
<div id="searchbox" style="display: none" role="search">
|
156
137
|
<h3>クイック検索</h3>
|
157
138
|
<form class="search" action="../search.html" method="get">
|
@@ -178,12 +159,12 @@ before_install:
|
|
178
159
|
<li class="right" >
|
179
160
|
<a href="../development.html" title="11. 開発"
|
180
161
|
>前へ</a> |</li>
|
181
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
162
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
182
163
|
<li class="nav-item nav-item-1"><a href="../development.html" >11. 開発</a> »</li>
|
183
164
|
</ul>
|
184
165
|
</div>
|
185
166
|
<div class="footer" role="contentinfo">
|
186
|
-
© Copyright 2009-
|
167
|
+
© Copyright 2009-2018, Brazil, Inc.
|
187
168
|
</div>
|
188
169
|
</body>
|
189
170
|
</html>
|
@@ -1,25 +1,23 @@
|
|
1
1
|
|
2
2
|
|
3
|
+
|
3
4
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
5
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
6
|
|
6
|
-
|
7
7
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
8
8
|
<head>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
|
-
|
11
|
-
<title>索引 — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
12
|
-
|
10
|
+
<title>索引 — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
13
11
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
14
12
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
15
|
-
|
16
13
|
<script type="text/javascript">
|
17
14
|
var DOCUMENTATION_OPTIONS = {
|
18
15
|
URL_ROOT: './',
|
19
|
-
VERSION: '7.0
|
16
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
20
17
|
COLLAPSE_INDEX: false,
|
21
18
|
FILE_SUFFIX: '.html',
|
22
|
-
HAS_SOURCE:
|
19
|
+
HAS_SOURCE: false,
|
20
|
+
SOURCELINK_SUFFIX: '.txt'
|
23
21
|
};
|
24
22
|
</script>
|
25
23
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
@@ -28,10 +26,9 @@
|
|
28
26
|
<script type="text/javascript" src="_static/translations.js"></script>
|
29
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
30
28
|
<link rel="index" title="索引" href="#" />
|
31
|
-
<link rel="search" title="検索" href="search.html" />
|
32
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
|
29
|
+
<link rel="search" title="検索" href="search.html" />
|
33
30
|
</head>
|
34
|
-
<body
|
31
|
+
<body>
|
35
32
|
<div class="header">
|
36
33
|
<h1 class="title">
|
37
34
|
<a id="top-link" href="index.html">
|
@@ -55,7 +52,7 @@
|
|
55
52
|
<li class="right" style="margin-right: 10px">
|
56
53
|
<a href="#" title="総合索引"
|
57
54
|
accesskey="I">索引</a></li>
|
58
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
55
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
59
56
|
</ul>
|
60
57
|
</div>
|
61
58
|
|
@@ -77,1673 +74,935 @@
|
|
77
74
|
</div>
|
78
75
|
<h2 id="記号">記号</h2>
|
79
76
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
80
|
-
<td style="width: 33
|
81
|
-
|
82
|
-
<dt>
|
77
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
78
|
+
<li>
|
83
79
|
--bind-address <ip/hostname>
|
84
|
-
</dt>
|
85
|
-
|
86
|
-
<dd><dl>
|
87
|
-
|
88
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--bind-address">groonga コマンドラインオプション</a>
|
89
|
-
</dt>
|
90
80
|
|
91
|
-
|
92
|
-
|
93
|
-
|
81
|
+
<ul>
|
82
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-bind-address">groonga コマンドラインオプション</a>
|
83
|
+
</li>
|
84
|
+
</ul></li>
|
85
|
+
<li>
|
94
86
|
--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>
|
100
|
-
</dt>
|
101
87
|
|
102
|
-
|
103
|
-
|
104
|
-
|
88
|
+
<ul>
|
89
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path">groonga コマンドラインオプション</a>
|
90
|
+
</li>
|
91
|
+
</ul></li>
|
92
|
+
<li>
|
105
93
|
--cache-limit <limit>
|
106
|
-
</dt>
|
107
94
|
|
108
|
-
<
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
</dl></dd>
|
114
|
-
|
115
|
-
<dt>
|
95
|
+
<ul>
|
96
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-limit">groonga コマンドラインオプション</a>
|
97
|
+
</li>
|
98
|
+
</ul></li>
|
99
|
+
<li>
|
116
100
|
--config-path <path>
|
117
|
-
</dt>
|
118
|
-
|
119
|
-
<dd><dl>
|
120
|
-
|
121
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--config-path">groonga コマンドラインオプション</a>
|
122
|
-
</dt>
|
123
101
|
|
124
|
-
|
125
|
-
|
126
|
-
|
102
|
+
<ul>
|
103
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-config-path">groonga コマンドラインオプション</a>
|
104
|
+
</li>
|
105
|
+
</ul></li>
|
106
|
+
<li>
|
127
107
|
--default-match-escalation-threshold <threshold>
|
128
|
-
</dt>
|
129
|
-
|
130
|
-
<dd><dl>
|
131
|
-
|
132
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">groonga コマンドラインオプション</a>
|
133
|
-
</dt>
|
134
108
|
|
135
|
-
|
136
|
-
|
137
|
-
|
109
|
+
<ul>
|
110
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold">groonga コマンドラインオプション</a>
|
111
|
+
</li>
|
112
|
+
</ul></li>
|
113
|
+
<li>
|
138
114
|
--default-request-timeout <timeout>
|
139
|
-
</dt>
|
140
115
|
|
141
|
-
<
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
</dl></dd>
|
147
|
-
|
148
|
-
<dt>
|
116
|
+
<ul>
|
117
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-default-request-timeout">groonga コマンドラインオプション</a>
|
118
|
+
</li>
|
119
|
+
</ul></li>
|
120
|
+
<li>
|
149
121
|
--dir
|
150
|
-
</dt>
|
151
|
-
|
152
|
-
<dd><dl>
|
153
|
-
|
154
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">groonga-benchmark コマンドラインオプション</a>
|
155
|
-
</dt>
|
156
122
|
|
157
|
-
|
158
|
-
|
159
|
-
|
123
|
+
<ul>
|
124
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-dir">groonga-benchmark コマンドラインオプション</a>
|
125
|
+
</li>
|
126
|
+
</ul></li>
|
127
|
+
<li>
|
160
128
|
--disable-max-fd-check
|
161
|
-
</dt>
|
162
|
-
|
163
|
-
<dd><dl>
|
164
|
-
|
165
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">groonga-suggest-httpd コマンドラインオプション</a>
|
166
|
-
</dt>
|
167
129
|
|
168
|
-
|
169
|
-
|
170
|
-
|
130
|
+
<ul>
|
131
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-disable-max-fd-check">groonga-suggest-httpd コマンドラインオプション</a>
|
132
|
+
</li>
|
133
|
+
</ul></li>
|
134
|
+
<li>
|
171
135
|
--document-root <path>
|
172
|
-
</dt>
|
173
136
|
|
174
|
-
<
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
</dl></dd>
|
180
|
-
|
181
|
-
<dt>
|
137
|
+
<ul>
|
138
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-document-root">groonga コマンドラインオプション</a>
|
139
|
+
</li>
|
140
|
+
</ul></li>
|
141
|
+
<li>
|
182
142
|
--ftp
|
183
|
-
</dt>
|
184
|
-
|
185
|
-
<dd><dl>
|
186
|
-
|
187
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">groonga-benchmark コマンドラインオプション</a>
|
188
|
-
</dt>
|
189
143
|
|
190
|
-
|
191
|
-
|
192
|
-
|
144
|
+
<ul>
|
145
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-ftp">groonga-benchmark コマンドラインオプション</a>
|
146
|
+
</li>
|
147
|
+
</ul></li>
|
148
|
+
<li>
|
193
149
|
--groonga <groonga_path>
|
194
|
-
</dt>
|
195
|
-
|
196
|
-
<dd><dl>
|
197
|
-
|
198
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">groonga-benchmark コマンドラインオプション</a>
|
199
|
-
</dt>
|
200
150
|
|
201
|
-
|
202
|
-
|
203
|
-
|
151
|
+
<ul>
|
152
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-groonga">groonga-benchmark コマンドラインオプション</a>
|
153
|
+
</li>
|
154
|
+
</ul></li>
|
155
|
+
<li>
|
204
156
|
--log-level <level>
|
205
|
-
</dt>
|
206
157
|
|
207
|
-
<
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
</dl></dd>
|
213
|
-
|
214
|
-
<dt>
|
158
|
+
<ul>
|
159
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-level">groonga-suggest-learner コマンドラインオプション</a>
|
160
|
+
</li>
|
161
|
+
</ul></li>
|
162
|
+
<li>
|
215
163
|
--log-output-dir
|
216
|
-
</dt>
|
217
|
-
|
218
|
-
<dd><dl>
|
219
|
-
|
220
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">groonga-benchmark コマンドラインオプション</a>
|
221
|
-
</dt>
|
222
164
|
|
223
|
-
|
224
|
-
|
225
|
-
|
165
|
+
<ul>
|
166
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-log-output-dir">groonga-benchmark コマンドラインオプション</a>
|
167
|
+
</li>
|
168
|
+
</ul></li>
|
169
|
+
<li>
|
226
170
|
--log-path <path>
|
227
|
-
</dt>
|
228
|
-
|
229
|
-
<dd><dl>
|
230
|
-
|
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>
|
236
|
-
</dt>
|
237
171
|
|
238
|
-
|
239
|
-
|
240
|
-
|
172
|
+
<ul>
|
173
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-log-path">groonga コマンドラインオプション</a>
|
174
|
+
</li>
|
175
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-path">groonga-suggest-learner コマンドラインオプション</a>
|
176
|
+
</li>
|
177
|
+
</ul></li>
|
178
|
+
<li>
|
241
179
|
--log-rotate-threshold-size <threshold>
|
242
|
-
</dt>
|
243
|
-
|
244
|
-
<dd><dl>
|
245
|
-
|
246
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-rotate-threshold-size">groonga コマンドラインオプション</a>
|
247
|
-
</dt>
|
248
180
|
|
249
|
-
|
250
|
-
|
251
|
-
|
181
|
+
<ul>
|
182
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-log-rotate-threshold-size">groonga コマンドラインオプション</a>
|
183
|
+
</li>
|
184
|
+
</ul></li>
|
185
|
+
<li>
|
252
186
|
--n-lines-per-log-file
|
253
|
-
</dt>
|
254
187
|
|
255
|
-
<
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
</dl></dd>
|
261
|
-
|
262
|
-
<dt>
|
188
|
+
<ul>
|
189
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-n-lines-per-log-file">groonga-suggest-httpd コマンドラインオプション</a>
|
190
|
+
</li>
|
191
|
+
</ul></li>
|
192
|
+
<li>
|
263
193
|
--pid-path <path>
|
264
|
-
</dt>
|
265
|
-
|
266
|
-
<dd><dl>
|
267
|
-
|
268
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--pid-path">groonga コマンドラインオプション</a>
|
269
|
-
</dt>
|
270
194
|
|
271
|
-
|
272
|
-
|
273
|
-
|
195
|
+
<ul>
|
196
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-pid-path">groonga コマンドラインオプション</a>
|
197
|
+
</li>
|
198
|
+
</ul></li>
|
199
|
+
<li>
|
274
200
|
--protocol <gqtp|http>
|
275
|
-
</dt>
|
276
|
-
|
277
|
-
<dd><dl>
|
278
|
-
|
279
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">groonga-benchmark コマンドラインオプション</a>
|
280
|
-
</dt>
|
281
201
|
|
282
|
-
|
283
|
-
|
284
|
-
|
202
|
+
<ul>
|
203
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-protocol">groonga-benchmark コマンドラインオプション</a>
|
204
|
+
</li>
|
205
|
+
</ul></li>
|
206
|
+
<li>
|
285
207
|
--protocol <protocol>
|
286
|
-
</dt>
|
287
208
|
|
288
|
-
<
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
</dl></dd>
|
294
|
-
|
295
|
-
<dt>
|
209
|
+
<ul>
|
210
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-protocol">groonga コマンドラインオプション</a>
|
211
|
+
</li>
|
212
|
+
</ul></li>
|
213
|
+
<li>
|
296
214
|
--query-log-path <path>
|
297
|
-
</dt>
|
298
|
-
|
299
|
-
<dd><dl>
|
300
|
-
|
301
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-path">groonga コマンドラインオプション</a>
|
302
|
-
</dt>
|
303
215
|
|
304
|
-
|
305
|
-
|
306
|
-
|
216
|
+
<ul>
|
217
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-path">groonga コマンドラインオプション</a>
|
218
|
+
</li>
|
219
|
+
</ul></li>
|
220
|
+
<li>
|
307
221
|
--query-log-rotate-threshold-size <threshold>
|
308
|
-
</dt>
|
309
|
-
|
310
|
-
<dd><dl>
|
311
|
-
|
312
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--query-log-rotate-threshold-size">groonga コマンドラインオプション</a>
|
313
|
-
</dt>
|
314
222
|
|
315
|
-
|
316
|
-
|
317
|
-
|
223
|
+
<ul>
|
224
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-rotate-threshold-size">groonga コマンドラインオプション</a>
|
225
|
+
</li>
|
226
|
+
</ul></li>
|
227
|
+
<li>
|
318
228
|
-a, --address <ip/hostname>
|
319
|
-
</dt>
|
320
|
-
|
321
|
-
<dd><dl>
|
322
|
-
|
323
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga コマンドラインオプション</a>
|
324
|
-
</dt>
|
325
|
-
|
326
|
-
</dl></dd>
|
327
|
-
</dl></td>
|
328
|
-
<td style="width: 33%" valign="top"><dl>
|
329
|
-
|
330
|
-
<dt>
|
331
|
-
-c
|
332
|
-
</dt>
|
333
229
|
|
334
|
-
<
|
335
|
-
|
336
|
-
|
337
|
-
|
230
|
+
<ul>
|
231
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-a">groonga コマンドラインオプション</a>
|
232
|
+
</li>
|
233
|
+
</ul></li>
|
234
|
+
</ul></td>
|
235
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
236
|
+
<li>
|
237
|
+
-c
|
338
238
|
|
339
|
-
|
340
|
-
|
341
|
-
|
239
|
+
<ul>
|
240
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-c">groonga コマンドラインオプション</a>
|
241
|
+
</li>
|
242
|
+
</ul></li>
|
243
|
+
<li>
|
342
244
|
-d
|
343
|
-
</dt>
|
344
|
-
|
345
|
-
<dd><dl>
|
346
|
-
|
347
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga コマンドラインオプション</a>
|
348
|
-
</dt>
|
349
245
|
|
350
|
-
|
351
|
-
|
352
|
-
|
246
|
+
<ul>
|
247
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-d">groonga コマンドラインオプション</a>
|
248
|
+
</li>
|
249
|
+
</ul></li>
|
250
|
+
<li>
|
353
251
|
-d, --daemon
|
354
|
-
</dt>
|
355
|
-
|
356
|
-
<dd><dl>
|
357
|
-
|
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>
|
363
|
-
</dt>
|
364
252
|
|
365
|
-
|
366
|
-
|
367
|
-
|
253
|
+
<ul>
|
254
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">groonga-suggest-httpd コマンドラインオプション</a>
|
255
|
+
</li>
|
256
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">groonga-suggest-learner コマンドラインオプション</a>
|
257
|
+
</li>
|
258
|
+
</ul></li>
|
259
|
+
<li>
|
368
260
|
-e, --encoding <encoding>
|
369
|
-
</dt>
|
370
|
-
|
371
|
-
<dd><dl>
|
372
|
-
|
373
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga コマンドラインオプション</a>
|
374
|
-
</dt>
|
375
261
|
|
376
|
-
|
377
|
-
|
378
|
-
|
262
|
+
<ul>
|
263
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-e">groonga コマンドラインオプション</a>
|
264
|
+
</li>
|
265
|
+
</ul></li>
|
266
|
+
<li>
|
379
267
|
-h, --help
|
380
|
-
</dt>
|
381
268
|
|
382
|
-
<
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
</dl></dd>
|
388
|
-
|
389
|
-
<dt>
|
269
|
+
<ul>
|
270
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-h">groonga コマンドラインオプション</a>
|
271
|
+
</li>
|
272
|
+
</ul></li>
|
273
|
+
<li>
|
390
274
|
-i, --host <ip/hostname>
|
391
|
-
</dt>
|
392
|
-
|
393
|
-
<dd><dl>
|
394
|
-
|
395
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark コマンドラインオプション</a>
|
396
|
-
</dt>
|
397
275
|
|
398
|
-
|
399
|
-
|
400
|
-
|
276
|
+
<ul>
|
277
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">groonga-benchmark コマンドラインオプション</a>
|
278
|
+
</li>
|
279
|
+
</ul></li>
|
280
|
+
<li>
|
401
281
|
-i, --server-id <ip/hostname>
|
402
|
-
</dt>
|
403
|
-
|
404
|
-
<dd><dl>
|
405
|
-
|
406
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga コマンドラインオプション</a>
|
407
|
-
</dt>
|
408
282
|
|
409
|
-
|
410
|
-
|
411
|
-
|
283
|
+
<ul>
|
284
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-i">groonga コマンドラインオプション</a>
|
285
|
+
</li>
|
286
|
+
</ul></li>
|
287
|
+
<li>
|
412
288
|
-l <directory>, --log-base-path <directory>
|
413
|
-
</dt>
|
414
289
|
|
415
|
-
<
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
</dl></dd>
|
421
|
-
|
422
|
-
<dt>
|
290
|
+
<ul>
|
291
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">groonga-suggest-learner コマンドラインオプション</a>
|
292
|
+
</li>
|
293
|
+
</ul></li>
|
294
|
+
<li>
|
423
295
|
-l, --log-base-path
|
424
|
-
</dt>
|
425
|
-
|
426
|
-
<dd><dl>
|
427
|
-
|
428
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd コマンドラインオプション</a>
|
429
|
-
</dt>
|
430
296
|
|
431
|
-
|
432
|
-
|
433
|
-
|
297
|
+
<ul>
|
298
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">groonga-suggest-httpd コマンドラインオプション</a>
|
299
|
+
</li>
|
300
|
+
</ul></li>
|
301
|
+
<li>
|
434
302
|
-l, --log-level <log level>
|
435
|
-
</dt>
|
436
|
-
|
437
|
-
<dd><dl>
|
438
|
-
|
439
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga コマンドラインオプション</a>
|
440
|
-
</dt>
|
441
303
|
|
442
|
-
|
443
|
-
|
444
|
-
|
304
|
+
<ul>
|
305
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-l">groonga コマンドラインオプション</a>
|
306
|
+
</li>
|
307
|
+
</ul></li>
|
308
|
+
<li>
|
445
309
|
-m
|
446
|
-
</dt>
|
447
310
|
|
448
|
-
<
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
</dl></dd>
|
454
|
-
|
455
|
-
<dt>
|
311
|
+
<ul>
|
312
|
+
<li><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">grnslap コマンドラインオプション</a>
|
313
|
+
</li>
|
314
|
+
</ul></li>
|
315
|
+
<li>
|
456
316
|
-n
|
457
|
-
</dt>
|
458
317
|
|
459
|
-
<
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
</dl></dd>
|
465
|
-
|
466
|
-
<dt>
|
318
|
+
<ul>
|
319
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-n">groonga コマンドラインオプション</a>
|
320
|
+
</li>
|
321
|
+
</ul></li>
|
322
|
+
<li>
|
467
323
|
-P
|
468
|
-
</dt>
|
469
|
-
|
470
|
-
<dd><dl>
|
471
|
-
|
472
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">grnslap コマンドラインオプション</a>
|
473
|
-
</dt>
|
474
324
|
|
475
|
-
|
476
|
-
|
477
|
-
|
325
|
+
<ul>
|
326
|
+
<li><a href="reference/executables/grnslap.html#cmdoption-grnslap-p">grnslap コマンドラインオプション</a>
|
327
|
+
</li>
|
328
|
+
</ul></li>
|
329
|
+
<li>
|
478
330
|
-p, --port
|
479
|
-
</dt>
|
480
|
-
|
481
|
-
<dd><dl>
|
482
|
-
|
483
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd コマンドラインオプション</a>
|
484
|
-
</dt>
|
485
331
|
|
486
|
-
|
487
|
-
|
488
|
-
|
332
|
+
<ul>
|
333
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">groonga-suggest-httpd コマンドラインオプション</a>
|
334
|
+
</li>
|
335
|
+
</ul></li>
|
336
|
+
<li>
|
489
337
|
-p, --port <port number>
|
490
|
-
</dt>
|
491
338
|
|
492
|
-
<
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
</dt>
|
500
|
-
|
501
|
-
</dl></dd>
|
502
|
-
|
503
|
-
<dt>
|
339
|
+
<ul>
|
340
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-p">groonga コマンドラインオプション</a>
|
341
|
+
</li>
|
342
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">groonga-benchmark コマンドラインオプション</a>
|
343
|
+
</li>
|
344
|
+
</ul></li>
|
345
|
+
<li>
|
504
346
|
-r <endpoint>, --receive-endpoint <endpoint>
|
505
|
-
</dt>
|
506
347
|
|
507
|
-
<
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
</dl></dd>
|
513
|
-
|
514
|
-
<dt>
|
348
|
+
<ul>
|
349
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">groonga-suggest-learner コマンドラインオプション</a>
|
350
|
+
</li>
|
351
|
+
</ul></li>
|
352
|
+
<li>
|
515
353
|
-r, --receive-endpoint
|
516
|
-
</dt>
|
517
|
-
|
518
|
-
<dd><dl>
|
519
|
-
|
520
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd コマンドラインオプション</a>
|
521
|
-
</dt>
|
522
354
|
|
523
|
-
|
524
|
-
|
525
|
-
|
355
|
+
<ul>
|
356
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">groonga-suggest-httpd コマンドラインオプション</a>
|
357
|
+
</li>
|
358
|
+
</ul></li>
|
359
|
+
<li>
|
526
360
|
-s
|
527
|
-
</dt>
|
528
|
-
|
529
|
-
<dd><dl>
|
530
|
-
|
531
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga コマンドラインオプション</a>
|
532
|
-
</dt>
|
533
361
|
|
534
|
-
|
535
|
-
|
536
|
-
|
362
|
+
<ul>
|
363
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-s">groonga コマンドラインオプション</a>
|
364
|
+
</li>
|
365
|
+
</ul></li>
|
366
|
+
<li>
|
537
367
|
-s <endpoint>, --send-endpoint <endpoint>
|
538
|
-
</dt>
|
539
368
|
|
540
|
-
<
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
</dl></dd>
|
546
|
-
|
547
|
-
<dt>
|
369
|
+
<ul>
|
370
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">groonga-suggest-learner コマンドラインオプション</a>
|
371
|
+
</li>
|
372
|
+
</ul></li>
|
373
|
+
<li>
|
548
374
|
-s, --send-endpoint
|
549
|
-
</dt>
|
550
|
-
|
551
|
-
<dd><dl>
|
552
|
-
|
553
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd コマンドラインオプション</a>
|
554
|
-
</dt>
|
555
375
|
|
556
|
-
|
557
|
-
|
558
|
-
|
376
|
+
<ul>
|
377
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">groonga-suggest-httpd コマンドラインオプション</a>
|
378
|
+
</li>
|
379
|
+
</ul></li>
|
380
|
+
<li>
|
559
381
|
-t, --max-threads <max threasd>
|
560
|
-
</dt>
|
561
|
-
|
562
|
-
<dd><dl>
|
563
|
-
|
564
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga コマンドラインオプション</a>
|
565
|
-
</dt>
|
566
382
|
|
567
|
-
|
568
|
-
|
569
|
-
|
383
|
+
<ul>
|
384
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-t">groonga コマンドラインオプション</a>
|
385
|
+
</li>
|
386
|
+
</ul></li>
|
387
|
+
<li>
|
570
388
|
-t, --n-threads
|
571
|
-
</dt>
|
572
389
|
|
573
|
-
<
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
</dl></dd>
|
579
|
-
</dl></td>
|
390
|
+
<ul>
|
391
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">groonga-suggest-httpd コマンドラインオプション</a>
|
392
|
+
</li>
|
393
|
+
</ul></li>
|
394
|
+
</ul></td>
|
580
395
|
</tr></table>
|
581
396
|
|
582
397
|
<h2 id="C">C</h2>
|
583
398
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
584
|
-
<td style="width: 33
|
585
|
-
|
586
|
-
<dt>
|
399
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
400
|
+
<li>
|
587
401
|
command [args]
|
588
|
-
</dt>
|
589
402
|
|
590
|
-
<
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
</dl></dd>
|
596
|
-
</dl></td>
|
403
|
+
<ul>
|
404
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">groonga コマンドラインオプション</a>
|
405
|
+
</li>
|
406
|
+
</ul></li>
|
407
|
+
</ul></td>
|
597
408
|
</tr></table>
|
598
409
|
|
599
410
|
<h2 id="D">D</h2>
|
600
411
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
601
|
-
<td style="width: 33
|
602
|
-
|
603
|
-
<dt>
|
412
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
413
|
+
<li>
|
604
414
|
db
|
605
|
-
</dt>
|
606
|
-
|
607
|
-
<dd><dl>
|
608
|
-
|
609
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark コマンドラインオプション</a>
|
610
|
-
</dt>
|
611
|
-
|
612
|
-
</dl></dd>
|
613
|
-
</dl></td>
|
614
|
-
<td style="width: 33%" valign="top"><dl>
|
615
|
-
|
616
|
-
<dt>
|
617
|
-
dest
|
618
|
-
</dt>
|
619
415
|
|
620
|
-
<
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
416
|
+
<ul>
|
417
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">groonga-benchmark コマンドラインオプション</a>
|
418
|
+
</li>
|
419
|
+
</ul></li>
|
420
|
+
</ul></td>
|
421
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
422
|
+
<li>
|
423
|
+
dest
|
628
424
|
|
629
|
-
|
630
|
-
|
425
|
+
<ul>
|
426
|
+
<li><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">grnslap コマンドラインオプション</a>
|
427
|
+
</li>
|
428
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">groonga コマンドラインオプション</a>
|
429
|
+
</li>
|
430
|
+
</ul></li>
|
431
|
+
</ul></td>
|
631
432
|
</tr></table>
|
632
433
|
|
633
434
|
<h2 id="G">G</h2>
|
634
435
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
635
|
-
<td style="width: 33
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
<
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C の関数)</a>
|
1066
|
-
</dt>
|
1067
|
-
|
1068
|
-
|
1069
|
-
<dt><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C の関数)</a>
|
1070
|
-
</dt>
|
1071
|
-
|
1072
|
-
|
1073
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C の関数)</a>
|
1074
|
-
</dt>
|
1075
|
-
|
1076
|
-
|
1077
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C のマクロ)</a>
|
1078
|
-
</dt>
|
1079
|
-
|
1080
|
-
|
1081
|
-
<dt><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C の関数)</a>
|
1082
|
-
</dt>
|
1083
|
-
|
1084
|
-
|
1085
|
-
<dt><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C の関数)</a>
|
1086
|
-
</dt>
|
1087
|
-
|
1088
|
-
|
1089
|
-
<dt><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C の関数)</a>
|
1090
|
-
</dt>
|
1091
|
-
|
1092
|
-
|
1093
|
-
<dt><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C の関数)</a>
|
1094
|
-
</dt>
|
1095
|
-
|
1096
|
-
|
1097
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C の関数)</a>
|
1098
|
-
</dt>
|
1099
|
-
|
1100
|
-
|
1101
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C の関数)</a>
|
1102
|
-
</dt>
|
1103
|
-
|
1104
|
-
|
1105
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C の関数)</a>
|
1106
|
-
</dt>
|
1107
|
-
|
1108
|
-
|
1109
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C の関数)</a>
|
1110
|
-
</dt>
|
1111
|
-
|
1112
|
-
|
1113
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C のマクロ)</a>
|
1114
|
-
</dt>
|
1115
|
-
|
1116
|
-
|
1117
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C の関数)</a>
|
1118
|
-
</dt>
|
1119
|
-
|
1120
|
-
|
1121
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C の関数)</a>
|
1122
|
-
</dt>
|
1123
|
-
|
1124
|
-
|
1125
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C のマクロ)</a>
|
1126
|
-
</dt>
|
1127
|
-
|
1128
|
-
|
1129
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C の関数)</a>
|
1130
|
-
</dt>
|
1131
|
-
|
1132
|
-
|
1133
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C の関数)</a>
|
1134
|
-
</dt>
|
1135
|
-
|
1136
|
-
|
1137
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C の関数)</a>
|
1138
|
-
</dt>
|
1139
|
-
|
1140
|
-
|
1141
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C の関数)</a>
|
1142
|
-
</dt>
|
1143
|
-
|
1144
|
-
|
1145
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C のマクロ)</a>
|
1146
|
-
</dt>
|
1147
|
-
|
1148
|
-
|
1149
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C の関数)</a>
|
1150
|
-
</dt>
|
1151
|
-
|
1152
|
-
|
1153
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C の関数)</a>
|
1154
|
-
</dt>
|
1155
|
-
|
1156
|
-
|
1157
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C の関数)</a>
|
1158
|
-
</dt>
|
1159
|
-
|
1160
|
-
|
1161
|
-
<dt><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C の関数)</a>
|
1162
|
-
</dt>
|
1163
|
-
|
1164
|
-
|
1165
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C のマクロ)</a>
|
1166
|
-
</dt>
|
1167
|
-
|
1168
|
-
|
1169
|
-
<dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C の関数)</a>
|
1170
|
-
</dt>
|
1171
|
-
|
1172
|
-
</dl></td>
|
1173
|
-
<td style="width: 33%" valign="top"><dl>
|
1174
|
-
|
1175
|
-
<dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C の関数)</a>
|
1176
|
-
</dt>
|
1177
|
-
|
1178
|
-
|
1179
|
-
<dt><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C の関数)</a>
|
1180
|
-
</dt>
|
1181
|
-
|
1182
|
-
|
1183
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C のマクロ)</a>
|
1184
|
-
</dt>
|
1185
|
-
|
1186
|
-
|
1187
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C の関数)</a>
|
1188
|
-
</dt>
|
1189
|
-
|
1190
|
-
|
1191
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C の関数)</a>
|
1192
|
-
</dt>
|
1193
|
-
|
1194
|
-
|
1195
|
-
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C のマクロ)</a>
|
1196
|
-
</dt>
|
1197
|
-
|
1198
|
-
|
1199
|
-
<dt><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C の関数)</a>
|
1200
|
-
</dt>
|
1201
|
-
|
1202
|
-
|
1203
|
-
<dt><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C の関数)</a>
|
1204
|
-
</dt>
|
1205
|
-
|
1206
|
-
|
1207
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_charlen">grn_plugin_charlen (C の関数)</a>
|
1208
|
-
</dt>
|
1209
|
-
|
1210
|
-
|
1211
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_command_create">grn_plugin_command_create (C の関数)</a>
|
1212
|
-
</dt>
|
1213
|
-
|
1214
|
-
|
1215
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_ERROR">GRN_PLUGIN_ERROR (C のマクロ)</a>
|
1216
|
-
</dt>
|
1217
|
-
|
1218
|
-
|
1219
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_expr_var_init">grn_plugin_expr_var_init (C の関数)</a>
|
1220
|
-
</dt>
|
1221
|
-
|
1222
|
-
|
1223
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_FIN">GRN_PLUGIN_FIN (C の関数)</a>
|
1224
|
-
</dt>
|
1225
|
-
|
1226
|
-
|
1227
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_FREE">GRN_PLUGIN_FREE (C のマクロ)</a>
|
1228
|
-
</dt>
|
1229
|
-
|
1230
|
-
|
1231
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_INIT">GRN_PLUGIN_INIT (C の関数)</a>
|
1232
|
-
</dt>
|
1233
|
-
|
1234
|
-
|
1235
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_isspace">grn_plugin_isspace (C の関数)</a>
|
1236
|
-
</dt>
|
1237
|
-
|
1238
|
-
|
1239
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_LOG">GRN_PLUGIN_LOG (C のマクロ)</a>
|
1240
|
-
</dt>
|
1241
|
-
|
1242
|
-
|
1243
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_MALLOC">GRN_PLUGIN_MALLOC (C のマクロ)</a>
|
1244
|
-
</dt>
|
1245
|
-
|
1246
|
-
|
1247
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_mutex">grn_plugin_mutex (C のデータ型)</a>
|
1248
|
-
</dt>
|
1249
|
-
|
1250
|
-
|
1251
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_close">grn_plugin_mutex_close (C の関数)</a>
|
1252
|
-
</dt>
|
1253
|
-
|
1254
|
-
|
1255
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_lock">grn_plugin_mutex_lock (C の関数)</a>
|
1256
|
-
</dt>
|
1257
|
-
|
1258
|
-
|
1259
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_open">grn_plugin_mutex_open (C の関数)</a>
|
1260
|
-
</dt>
|
1261
|
-
|
1262
|
-
|
1263
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_mutex_unlock">grn_plugin_mutex_unlock (C の関数)</a>
|
1264
|
-
</dt>
|
1265
|
-
|
1266
|
-
|
1267
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_proc_alloc">grn_plugin_proc_alloc (C の関数)</a>
|
1268
|
-
</dt>
|
1269
|
-
|
1270
|
-
|
1271
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C の関数)</a>
|
1272
|
-
</dt>
|
1273
|
-
|
1274
|
-
|
1275
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var_by_offset">grn_plugin_proc_get_var_by_offset (C の関数)</a>
|
1276
|
-
</dt>
|
1277
|
-
|
1278
|
-
|
1279
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_REALLOC">GRN_PLUGIN_REALLOC (C のマクロ)</a>
|
1280
|
-
</dt>
|
1281
|
-
|
1282
|
-
|
1283
|
-
<dt><a href="reference/api/plugin.html#c.GRN_PLUGIN_REGISTER">GRN_PLUGIN_REGISTER (C の関数)</a>
|
1284
|
-
</dt>
|
1285
|
-
|
1286
|
-
|
1287
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_win32_base_dir">grn_plugin_win32_base_dir (C の関数)</a>
|
1288
|
-
</dt>
|
1289
|
-
|
1290
|
-
|
1291
|
-
<dt><a href="reference/api/plugin.html#c.grn_plugin_windows_base_dir">grn_plugin_windows_base_dir (C の関数)</a>
|
1292
|
-
</dt>
|
1293
|
-
|
1294
|
-
|
1295
|
-
<dt><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C の関数)</a>
|
1296
|
-
</dt>
|
1297
|
-
|
1298
|
-
|
1299
|
-
<dt><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C のデータ型)</a>
|
1300
|
-
</dt>
|
1301
|
-
|
1302
|
-
|
1303
|
-
<dt><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C の関数)</a>
|
1304
|
-
</dt>
|
1305
|
-
|
1306
|
-
|
1307
|
-
<dt><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C のデータ型)</a>
|
1308
|
-
</dt>
|
1309
|
-
|
1310
|
-
|
1311
|
-
<dt><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C のデータ型)</a>
|
1312
|
-
</dt>
|
1313
|
-
|
1314
|
-
|
1315
|
-
<dt><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C の関数)</a>
|
1316
|
-
</dt>
|
1317
|
-
|
1318
|
-
|
1319
|
-
<dt><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C の関数)</a>
|
1320
|
-
</dt>
|
1321
|
-
|
1322
|
-
|
1323
|
-
<dt><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C の関数)</a>
|
1324
|
-
</dt>
|
1325
|
-
|
1326
|
-
|
1327
|
-
<dt><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C の関数)</a>
|
1328
|
-
</dt>
|
1329
|
-
|
1330
|
-
|
1331
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C の関数)</a>
|
1332
|
-
</dt>
|
1333
|
-
|
1334
|
-
|
1335
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C の関数)</a>
|
1336
|
-
</dt>
|
1337
|
-
|
1338
|
-
|
1339
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C の関数)</a>
|
1340
|
-
</dt>
|
1341
|
-
|
1342
|
-
|
1343
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C の関数)</a>
|
1344
|
-
</dt>
|
1345
|
-
|
1346
|
-
|
1347
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C のデータ型)</a>
|
1348
|
-
</dt>
|
1349
|
-
|
1350
|
-
|
1351
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C の関数)</a>
|
1352
|
-
</dt>
|
1353
|
-
|
1354
|
-
|
1355
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C の関数)</a>
|
1356
|
-
</dt>
|
1357
|
-
|
1358
|
-
|
1359
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C の関数)</a>
|
1360
|
-
</dt>
|
1361
|
-
|
1362
|
-
|
1363
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C の関数)</a>
|
1364
|
-
</dt>
|
1365
|
-
|
1366
|
-
|
1367
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C の関数)</a>
|
1368
|
-
</dt>
|
1369
|
-
|
1370
|
-
|
1371
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C の関数)</a>
|
1372
|
-
</dt>
|
1373
|
-
|
1374
|
-
|
1375
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C の関数)</a>
|
1376
|
-
</dt>
|
1377
|
-
|
1378
|
-
|
1379
|
-
<dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C の関数)</a>
|
1380
|
-
</dt>
|
1381
|
-
|
1382
|
-
|
1383
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C の関数)</a>
|
1384
|
-
</dt>
|
1385
|
-
|
1386
|
-
|
1387
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C の関数)</a>
|
1388
|
-
</dt>
|
1389
|
-
|
1390
|
-
|
1391
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C の関数)</a>
|
1392
|
-
</dt>
|
1393
|
-
|
1394
|
-
|
1395
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C の関数)</a>
|
1396
|
-
</dt>
|
1397
|
-
|
1398
|
-
|
1399
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C の関数)</a>
|
1400
|
-
</dt>
|
1401
|
-
|
1402
|
-
|
1403
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C の関数)</a>
|
1404
|
-
</dt>
|
1405
|
-
|
1406
|
-
|
1407
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C のデータ型)</a>
|
1408
|
-
</dt>
|
1409
|
-
|
1410
|
-
|
1411
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C のデータ型)</a>
|
1412
|
-
</dt>
|
1413
|
-
|
1414
|
-
|
1415
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C の関数)</a>
|
1416
|
-
</dt>
|
1417
|
-
|
1418
|
-
|
1419
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C の関数)</a>
|
1420
|
-
</dt>
|
1421
|
-
|
1422
|
-
|
1423
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C の関数)</a>
|
1424
|
-
</dt>
|
1425
|
-
|
1426
|
-
|
1427
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C の関数)</a>
|
1428
|
-
</dt>
|
1429
|
-
|
1430
|
-
|
1431
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C の関数)</a>
|
1432
|
-
</dt>
|
1433
|
-
|
1434
|
-
|
1435
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C のデータ型)</a>
|
1436
|
-
</dt>
|
1437
|
-
|
1438
|
-
|
1439
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C のデータ型)</a>
|
1440
|
-
</dt>
|
1441
|
-
|
1442
|
-
|
1443
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C の関数)</a>
|
1444
|
-
</dt>
|
1445
|
-
|
1446
|
-
|
1447
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C の関数)</a>
|
1448
|
-
</dt>
|
1449
|
-
|
1450
|
-
|
1451
|
-
<dt><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C の関数)</a>
|
1452
|
-
</dt>
|
1453
|
-
|
1454
|
-
|
1455
|
-
<dt><a href="reference/api/grn_thread.html#c.grn_thread_get_limit">grn_thread_get_limit (C の関数)</a>
|
1456
|
-
</dt>
|
1457
|
-
|
1458
|
-
|
1459
|
-
<dt><a href="reference/api/grn_thread.html#c.grn_thread_get_limit_func">grn_thread_get_limit_func (C のデータ型)</a>
|
1460
|
-
</dt>
|
1461
|
-
|
1462
|
-
|
1463
|
-
<dt><a href="reference/api/grn_thread.html#c.grn_thread_set_get_limit_func">grn_thread_set_get_limit_func (C の関数)</a>
|
1464
|
-
</dt>
|
1465
|
-
|
1466
|
-
|
1467
|
-
<dt><a href="reference/api/grn_thread.html#c.grn_thread_set_limit">grn_thread_set_limit (C の関数)</a>
|
1468
|
-
</dt>
|
1469
|
-
|
1470
|
-
|
1471
|
-
<dt><a href="reference/api/grn_thread.html#c.grn_thread_set_limit_func">grn_thread_set_limit_func (C のデータ型)</a>
|
1472
|
-
</dt>
|
1473
|
-
|
1474
|
-
|
1475
|
-
<dt><a href="reference/api/grn_thread.html#c.grn_thread_set_set_limit_func">grn_thread_set_set_limit_func (C の関数)</a>
|
1476
|
-
</dt>
|
1477
|
-
|
1478
|
-
|
1479
|
-
<dt><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C の関数)</a>
|
1480
|
-
</dt>
|
1481
|
-
|
1482
|
-
|
1483
|
-
<dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C のデータ型)</a>
|
1484
|
-
</dt>
|
1485
|
-
|
1486
|
-
|
1487
|
-
<dt>
|
436
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
437
|
+
<li><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C のデータ型)</a>
|
438
|
+
</li>
|
439
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C のデータ型)</a>
|
440
|
+
</li>
|
441
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C の関数)</a>
|
442
|
+
</li>
|
443
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C の関数)</a>
|
444
|
+
</li>
|
445
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C の関数)</a>
|
446
|
+
</li>
|
447
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C の関数)</a>
|
448
|
+
</li>
|
449
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C の関数)</a>
|
450
|
+
</li>
|
451
|
+
<li><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C の関数)</a>
|
452
|
+
</li>
|
453
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C の関数)</a>
|
454
|
+
</li>
|
455
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C の関数)</a>
|
456
|
+
</li>
|
457
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C の関数)</a>
|
458
|
+
</li>
|
459
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C の関数)</a>
|
460
|
+
</li>
|
461
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C のマクロ)</a>
|
462
|
+
</li>
|
463
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C のマクロ)</a>
|
464
|
+
</li>
|
465
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C のマクロ)</a>
|
466
|
+
</li>
|
467
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C のマクロ)</a>
|
468
|
+
</li>
|
469
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C のマクロ)</a>
|
470
|
+
</li>
|
471
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C のマクロ)</a>
|
472
|
+
</li>
|
473
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C のマクロ)</a>
|
474
|
+
</li>
|
475
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C のマクロ)</a>
|
476
|
+
</li>
|
477
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C のマクロ)</a>
|
478
|
+
</li>
|
479
|
+
<li><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C のマクロ)</a>
|
480
|
+
</li>
|
481
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C の関数)</a>
|
482
|
+
</li>
|
483
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C の関数)</a>
|
484
|
+
</li>
|
485
|
+
<li><a href="reference/api/grn_column.html#c.grn_column_truncate">grn_column_truncate (C の関数)</a>
|
486
|
+
</li>
|
487
|
+
<li><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C のデータ型)</a>
|
488
|
+
</li>
|
489
|
+
<li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C のマクロ)</a>
|
490
|
+
</li>
|
491
|
+
<li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C のマクロ)</a>
|
492
|
+
</li>
|
493
|
+
<li><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C のマクロ)</a>
|
494
|
+
</li>
|
495
|
+
<li><a href="reference/api/grn_content_type.html#c.grn_content_type">grn_content_type (C のデータ型)</a>
|
496
|
+
</li>
|
497
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C のデータ型)</a>
|
498
|
+
</li>
|
499
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C の関数)</a>
|
500
|
+
</li>
|
501
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C の関数)</a>
|
502
|
+
</li>
|
503
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C の関数)</a>
|
504
|
+
</li>
|
505
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C の関数)</a>
|
506
|
+
</li>
|
507
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C の関数)</a>
|
508
|
+
</li>
|
509
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables">grn_ctx_get_all_tables (C の関数)</a>
|
510
|
+
</li>
|
511
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C の関数)</a>
|
512
|
+
</li>
|
513
|
+
<li><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C の関数)</a>
|
514
|
+
</li>
|
515
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_get_output_type">grn_ctx_get_output_type (C の関数)</a>
|
516
|
+
</li>
|
517
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C の関数)</a>
|
518
|
+
</li>
|
519
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_is_opened">grn_ctx_is_opened (C の関数)</a>
|
520
|
+
</li>
|
521
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C の関数)</a>
|
522
|
+
</li>
|
523
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C の関数)</a>
|
524
|
+
</li>
|
525
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C の関数)</a>
|
526
|
+
</li>
|
527
|
+
<li><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C の関数)</a>
|
528
|
+
</li>
|
529
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_set_output_type">grn_ctx_set_output_type (C の関数)</a>
|
530
|
+
</li>
|
531
|
+
<li><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C の関数)</a>
|
532
|
+
</li>
|
533
|
+
<li><a href="reference/api/grn_db.html#c.grn_db">grn_db (C のデータ型)</a>
|
534
|
+
</li>
|
535
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C の関数)</a>
|
536
|
+
</li>
|
537
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C のデータ型)</a>
|
538
|
+
</li>
|
539
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C のメンバ変数)</a>
|
540
|
+
</li>
|
541
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_create_optarg.n_builtin_type_names">grn_db_create_optarg.n_builtin_type_names (C のメンバ変数)</a>
|
542
|
+
</li>
|
543
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C の関数)</a>
|
544
|
+
</li>
|
545
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_recover">grn_db_recover (C の関数)</a>
|
546
|
+
</li>
|
547
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C の関数)</a>
|
548
|
+
</li>
|
549
|
+
<li><a href="reference/api/grn_db.html#c.grn_db_unmap">grn_db_unmap (C の関数)</a>
|
550
|
+
</li>
|
551
|
+
<li><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C のデータ型)</a>
|
552
|
+
</li>
|
553
|
+
<li><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C の関数)</a>
|
554
|
+
</li>
|
555
|
+
<li><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C の関数)</a>
|
556
|
+
</li>
|
557
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C の関数)</a>
|
558
|
+
</li>
|
559
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C の関数)</a>
|
560
|
+
</li>
|
561
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C の関数)</a>
|
562
|
+
</li>
|
563
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C の関数)</a>
|
564
|
+
</li>
|
565
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C の関数)</a>
|
566
|
+
</li>
|
567
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C の関数)</a>
|
568
|
+
</li>
|
569
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C の関数)</a>
|
570
|
+
</li>
|
571
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C の関数)</a>
|
572
|
+
</li>
|
573
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C の関数)</a>
|
574
|
+
</li>
|
575
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C の関数)</a>
|
576
|
+
</li>
|
577
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_get_keywords">grn_expr_get_keywords (C の関数)</a>
|
578
|
+
</li>
|
579
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C の関数)</a>
|
580
|
+
</li>
|
581
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C の関数)</a>
|
582
|
+
</li>
|
583
|
+
<li><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C の関数)</a>
|
584
|
+
</li>
|
585
|
+
<li><a href="reference/api/overview.html#c.grn_fin">grn_fin (C の関数)</a>
|
586
|
+
</li>
|
587
|
+
<li><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C の関数)</a>
|
588
|
+
</li>
|
589
|
+
<li><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C の関数)</a>
|
590
|
+
</li>
|
591
|
+
<li><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C の関数)</a>
|
592
|
+
</li>
|
593
|
+
<li><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C のデータ型)</a>
|
594
|
+
</li>
|
595
|
+
<li><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C の関数)</a>
|
596
|
+
</li>
|
597
|
+
<li><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C の関数)</a>
|
598
|
+
</li>
|
599
|
+
<li><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C の関数)</a>
|
600
|
+
</li>
|
601
|
+
<li><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C の関数)</a>
|
602
|
+
</li>
|
603
|
+
<li><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C の関数)</a>
|
604
|
+
</li>
|
605
|
+
<li><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C のデータ型)</a>
|
606
|
+
</li>
|
607
|
+
<li><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C のデータ型)</a>
|
608
|
+
</li>
|
609
|
+
<li><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C のデータ型)</a>
|
610
|
+
</li>
|
611
|
+
<li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C の関数)</a>
|
612
|
+
</li>
|
613
|
+
<li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C の関数)</a>
|
614
|
+
</li>
|
615
|
+
<li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C の関数)</a>
|
616
|
+
</li>
|
617
|
+
<li><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C の関数)</a>
|
618
|
+
</li>
|
619
|
+
<li><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C の関数)</a>
|
620
|
+
</li>
|
621
|
+
<li><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C の関数)</a>
|
622
|
+
</li>
|
623
|
+
<li><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C のデータ型)</a>
|
624
|
+
</li>
|
625
|
+
<li><a href="reference/api/overview.html#c.grn_init">grn_init (C の関数)</a>
|
626
|
+
</li>
|
627
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C のデータ型)</a>
|
628
|
+
</li>
|
629
|
+
<li><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C の関数)</a>
|
630
|
+
</li>
|
631
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
|
632
|
+
</li>
|
633
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_cast_by_id">grn_obj_cast_by_id (C の関数)</a>
|
634
|
+
</li>
|
635
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C の関数)</a>
|
636
|
+
</li>
|
637
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C の関数)</a>
|
638
|
+
</li>
|
639
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C の関数)</a>
|
640
|
+
</li>
|
641
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C の関数)</a>
|
642
|
+
</li>
|
643
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C のマクロ)</a>
|
644
|
+
</li>
|
645
|
+
<li><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C の関数)</a>
|
646
|
+
</li>
|
647
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C のマクロ)</a>
|
648
|
+
</li>
|
649
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C の関数)</a>
|
650
|
+
</li>
|
651
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C の関数)</a>
|
652
|
+
</li>
|
653
|
+
<li><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C の関数)</a>
|
654
|
+
</li>
|
655
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C の関数)</a>
|
656
|
+
</li>
|
657
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C のマクロ)</a>
|
658
|
+
</li>
|
659
|
+
<li><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C の関数)</a>
|
660
|
+
</li>
|
661
|
+
<li><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C の関数)</a>
|
662
|
+
</li>
|
663
|
+
<li><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C の関数)</a>
|
664
|
+
</li>
|
665
|
+
<li><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C の関数)</a>
|
666
|
+
</li>
|
667
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C の関数)</a>
|
668
|
+
</li>
|
669
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C の関数)</a>
|
670
|
+
</li>
|
671
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C の関数)</a>
|
672
|
+
</li>
|
673
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C の関数)</a>
|
674
|
+
</li>
|
675
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C のマクロ)</a>
|
676
|
+
</li>
|
677
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C の関数)</a>
|
678
|
+
</li>
|
679
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C の関数)</a>
|
680
|
+
</li>
|
681
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C のマクロ)</a>
|
682
|
+
</li>
|
683
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C の関数)</a>
|
684
|
+
</li>
|
685
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C の関数)</a>
|
686
|
+
</li>
|
687
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C の関数)</a>
|
688
|
+
</li>
|
689
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C の関数)</a>
|
690
|
+
</li>
|
691
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C のマクロ)</a>
|
692
|
+
</li>
|
693
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C の関数)</a>
|
694
|
+
</li>
|
695
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C の関数)</a>
|
696
|
+
</li>
|
697
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C の関数)</a>
|
698
|
+
</li>
|
699
|
+
<li><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C の関数)</a>
|
700
|
+
</li>
|
701
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C のマクロ)</a>
|
702
|
+
</li>
|
703
|
+
<li><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C の関数)</a>
|
704
|
+
</li>
|
705
|
+
</ul></td>
|
706
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
707
|
+
<li><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C の関数)</a>
|
708
|
+
</li>
|
709
|
+
<li><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C の関数)</a>
|
710
|
+
</li>
|
711
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C のマクロ)</a>
|
712
|
+
</li>
|
713
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C の関数)</a>
|
714
|
+
</li>
|
715
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C の関数)</a>
|
716
|
+
</li>
|
717
|
+
<li><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C のマクロ)</a>
|
718
|
+
</li>
|
719
|
+
<li><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C の関数)</a>
|
720
|
+
</li>
|
721
|
+
<li><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C の関数)</a>
|
722
|
+
</li>
|
723
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_charlen">grn_plugin_charlen (C の関数)</a>
|
724
|
+
</li>
|
725
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_command_create">grn_plugin_command_create (C の関数)</a>
|
726
|
+
</li>
|
727
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_ERROR">GRN_PLUGIN_ERROR (C のマクロ)</a>
|
728
|
+
</li>
|
729
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_expr_var_init">grn_plugin_expr_var_init (C の関数)</a>
|
730
|
+
</li>
|
731
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_FIN">GRN_PLUGIN_FIN (C の関数)</a>
|
732
|
+
</li>
|
733
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_FREE">GRN_PLUGIN_FREE (C のマクロ)</a>
|
734
|
+
</li>
|
735
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_INIT">GRN_PLUGIN_INIT (C の関数)</a>
|
736
|
+
</li>
|
737
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_isspace">grn_plugin_isspace (C の関数)</a>
|
738
|
+
</li>
|
739
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_LOG">GRN_PLUGIN_LOG (C のマクロ)</a>
|
740
|
+
</li>
|
741
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_MALLOC">GRN_PLUGIN_MALLOC (C のマクロ)</a>
|
742
|
+
</li>
|
743
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_mutex">grn_plugin_mutex (C のデータ型)</a>
|
744
|
+
</li>
|
745
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_mutex_close">grn_plugin_mutex_close (C の関数)</a>
|
746
|
+
</li>
|
747
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_mutex_lock">grn_plugin_mutex_lock (C の関数)</a>
|
748
|
+
</li>
|
749
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_mutex_open">grn_plugin_mutex_open (C の関数)</a>
|
750
|
+
</li>
|
751
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_mutex_unlock">grn_plugin_mutex_unlock (C の関数)</a>
|
752
|
+
</li>
|
753
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_proc_alloc">grn_plugin_proc_alloc (C の関数)</a>
|
754
|
+
</li>
|
755
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C の関数)</a>
|
756
|
+
</li>
|
757
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var_by_offset">grn_plugin_proc_get_var_by_offset (C の関数)</a>
|
758
|
+
</li>
|
759
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_REALLOC">GRN_PLUGIN_REALLOC (C のマクロ)</a>
|
760
|
+
</li>
|
761
|
+
<li><a href="reference/api/plugin.html#c.GRN_PLUGIN_REGISTER">GRN_PLUGIN_REGISTER (C の関数)</a>
|
762
|
+
</li>
|
763
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_win32_base_dir">grn_plugin_win32_base_dir (C の関数)</a>
|
764
|
+
</li>
|
765
|
+
<li><a href="reference/api/plugin.html#c.grn_plugin_windows_base_dir">grn_plugin_windows_base_dir (C の関数)</a>
|
766
|
+
</li>
|
767
|
+
<li><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C の関数)</a>
|
768
|
+
</li>
|
769
|
+
<li><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C のデータ型)</a>
|
770
|
+
</li>
|
771
|
+
<li><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C の関数)</a>
|
772
|
+
</li>
|
773
|
+
<li><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C のデータ型)</a>
|
774
|
+
</li>
|
775
|
+
<li><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C のデータ型)</a>
|
776
|
+
</li>
|
777
|
+
<li><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C の関数)</a>
|
778
|
+
</li>
|
779
|
+
<li><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C の関数)</a>
|
780
|
+
</li>
|
781
|
+
<li><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C の関数)</a>
|
782
|
+
</li>
|
783
|
+
<li><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C の関数)</a>
|
784
|
+
</li>
|
785
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C の関数)</a>
|
786
|
+
</li>
|
787
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C の関数)</a>
|
788
|
+
</li>
|
789
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C の関数)</a>
|
790
|
+
</li>
|
791
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C の関数)</a>
|
792
|
+
</li>
|
793
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C のデータ型)</a>
|
794
|
+
</li>
|
795
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C の関数)</a>
|
796
|
+
</li>
|
797
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C の関数)</a>
|
798
|
+
</li>
|
799
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C の関数)</a>
|
800
|
+
</li>
|
801
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C の関数)</a>
|
802
|
+
</li>
|
803
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C の関数)</a>
|
804
|
+
</li>
|
805
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C の関数)</a>
|
806
|
+
</li>
|
807
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C の関数)</a>
|
808
|
+
</li>
|
809
|
+
<li><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C の関数)</a>
|
810
|
+
</li>
|
811
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C の関数)</a>
|
812
|
+
</li>
|
813
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C の関数)</a>
|
814
|
+
</li>
|
815
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C の関数)</a>
|
816
|
+
</li>
|
817
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C の関数)</a>
|
818
|
+
</li>
|
819
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C の関数)</a>
|
820
|
+
</li>
|
821
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C の関数)</a>
|
822
|
+
</li>
|
823
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C のデータ型)</a>
|
824
|
+
</li>
|
825
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C のデータ型)</a>
|
826
|
+
</li>
|
827
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C の関数)</a>
|
828
|
+
</li>
|
829
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C の関数)</a>
|
830
|
+
</li>
|
831
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C の関数)</a>
|
832
|
+
</li>
|
833
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C の関数)</a>
|
834
|
+
</li>
|
835
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C の関数)</a>
|
836
|
+
</li>
|
837
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C のデータ型)</a>
|
838
|
+
</li>
|
839
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C のデータ型)</a>
|
840
|
+
</li>
|
841
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C の関数)</a>
|
842
|
+
</li>
|
843
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C の関数)</a>
|
844
|
+
</li>
|
845
|
+
<li><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C の関数)</a>
|
846
|
+
</li>
|
847
|
+
<li><a href="reference/api/grn_thread.html#c.grn_thread_get_limit">grn_thread_get_limit (C の関数)</a>
|
848
|
+
</li>
|
849
|
+
<li><a href="reference/api/grn_thread.html#c.grn_thread_get_limit_func">grn_thread_get_limit_func (C のデータ型)</a>
|
850
|
+
</li>
|
851
|
+
<li><a href="reference/api/grn_thread.html#c.grn_thread_set_get_limit_func">grn_thread_set_get_limit_func (C の関数)</a>
|
852
|
+
</li>
|
853
|
+
<li><a href="reference/api/grn_thread.html#c.grn_thread_set_limit">grn_thread_set_limit (C の関数)</a>
|
854
|
+
</li>
|
855
|
+
<li><a href="reference/api/grn_thread.html#c.grn_thread_set_limit_func">grn_thread_set_limit_func (C のデータ型)</a>
|
856
|
+
</li>
|
857
|
+
<li><a href="reference/api/grn_thread.html#c.grn_thread_set_set_limit_func">grn_thread_set_set_limit_func (C の関数)</a>
|
858
|
+
</li>
|
859
|
+
<li><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C の関数)</a>
|
860
|
+
</li>
|
861
|
+
<li><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C のデータ型)</a>
|
862
|
+
</li>
|
863
|
+
<li>
|
1488
864
|
grnslap コマンドラインオプション
|
1489
|
-
</dt>
|
1490
|
-
|
1491
|
-
<dd><dl>
|
1492
|
-
|
1493
|
-
<dt><a href="reference/executables/grnslap.html#cmdoption-grnslap-P">-P</a>
|
1494
|
-
</dt>
|
1495
865
|
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
<dt>
|
866
|
+
<ul>
|
867
|
+
<li><a href="reference/executables/grnslap.html#cmdoption-grnslap-p">-P</a>
|
868
|
+
</li>
|
869
|
+
<li><a href="reference/executables/grnslap.html#cmdoption-grnslap-m">-m</a>
|
870
|
+
</li>
|
871
|
+
<li><a href="reference/executables/grnslap.html#cmdoption-grnslap-arg-dest">dest</a>
|
872
|
+
</li>
|
873
|
+
</ul></li>
|
874
|
+
<li>
|
1507
875
|
groonga コマンドラインオプション
|
1508
|
-
</dt>
|
1509
|
-
|
1510
|
-
<dd><dl>
|
1511
|
-
|
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>
|
1525
|
-
</dt>
|
1526
|
-
|
1527
|
-
|
1528
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-match-escalation-threshold">--default-match-escalation-threshold <threshold></a>
|
1529
|
-
</dt>
|
1530
|
-
|
1531
|
-
|
1532
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--default-request-timeout">--default-request-timeout <timeout></a>
|
1533
|
-
</dt>
|
1534
|
-
|
1535
|
-
|
1536
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--document-root">--document-root <path></a>
|
1537
|
-
</dt>
|
1538
|
-
|
1539
|
-
|
1540
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga--log-path">--log-path <path></a>
|
1541
|
-
</dt>
|
1542
876
|
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
|
1601
|
-
</dt>
|
1602
|
-
|
1603
|
-
|
1604
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads <max threasd></a>
|
1605
|
-
</dt>
|
1606
|
-
|
1607
|
-
|
1608
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
|
1609
|
-
</dt>
|
1610
|
-
|
1611
|
-
|
1612
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
|
1613
|
-
</dt>
|
1614
|
-
|
1615
|
-
</dl></dd>
|
1616
|
-
|
1617
|
-
<dt>
|
877
|
+
<ul>
|
878
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-bind-address">--bind-address <ip/hostname></a>
|
879
|
+
</li>
|
880
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path">--cache-base-path <path></a>
|
881
|
+
</li>
|
882
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-cache-limit">--cache-limit <limit></a>
|
883
|
+
</li>
|
884
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-config-path">--config-path <path></a>
|
885
|
+
</li>
|
886
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold">--default-match-escalation-threshold <threshold></a>
|
887
|
+
</li>
|
888
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-default-request-timeout">--default-request-timeout <timeout></a>
|
889
|
+
</li>
|
890
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-document-root">--document-root <path></a>
|
891
|
+
</li>
|
892
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-log-path">--log-path <path></a>
|
893
|
+
</li>
|
894
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-log-rotate-threshold-size">--log-rotate-threshold-size <threshold></a>
|
895
|
+
</li>
|
896
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-pid-path">--pid-path <path></a>
|
897
|
+
</li>
|
898
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-protocol">--protocol <protocol></a>
|
899
|
+
</li>
|
900
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-path">--query-log-path <path></a>
|
901
|
+
</li>
|
902
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-query-log-rotate-threshold-size">--query-log-rotate-threshold-size <threshold></a>
|
903
|
+
</li>
|
904
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-a">-a, --address <ip/hostname></a>
|
905
|
+
</li>
|
906
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-c">-c</a>
|
907
|
+
</li>
|
908
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-d">-d</a>
|
909
|
+
</li>
|
910
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-e">-e, --encoding <encoding></a>
|
911
|
+
</li>
|
912
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-h">-h, --help</a>
|
913
|
+
</li>
|
914
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-i">-i, --server-id <ip/hostname></a>
|
915
|
+
</li>
|
916
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-l">-l, --log-level <log level></a>
|
917
|
+
</li>
|
918
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-n">-n</a>
|
919
|
+
</li>
|
920
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-p">-p, --port <port number></a>
|
921
|
+
</li>
|
922
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-s">-s</a>
|
923
|
+
</li>
|
924
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-t">-t, --max-threads <max threasd></a>
|
925
|
+
</li>
|
926
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-command">command [args]</a>
|
927
|
+
</li>
|
928
|
+
<li><a href="reference/executables/groonga.html#cmdoption-groonga-arg-dest">dest</a>
|
929
|
+
</li>
|
930
|
+
</ul></li>
|
931
|
+
<li>
|
1618
932
|
groonga-benchmark コマンドラインオプション
|
1619
|
-
</dt>
|
1620
|
-
|
1621
|
-
<dd><dl>
|
1622
|
-
|
1623
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--dir">--dir</a>
|
1624
|
-
</dt>
|
1625
|
-
|
1626
|
-
|
1627
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--ftp">--ftp</a>
|
1628
|
-
</dt>
|
1629
|
-
|
1630
|
-
|
1631
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--groonga">--groonga <groonga_path></a>
|
1632
|
-
</dt>
|
1633
|
-
|
1634
|
-
|
1635
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--log-output-dir">--log-output-dir</a>
|
1636
|
-
</dt>
|
1637
|
-
|
1638
|
-
|
1639
|
-
<dt><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark--protocol">--protocol <gqtp|http></a>
|
1640
|
-
</dt>
|
1641
933
|
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
934
|
+
<ul>
|
935
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-dir">--dir</a>
|
936
|
+
</li>
|
937
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-ftp">--ftp</a>
|
938
|
+
</li>
|
939
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-groonga">--groonga <groonga_path></a>
|
940
|
+
</li>
|
941
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-log-output-dir">--log-output-dir</a>
|
942
|
+
</li>
|
943
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-protocol">--protocol <gqtp|http></a>
|
944
|
+
</li>
|
945
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-i">-i, --host <ip/hostname></a>
|
946
|
+
</li>
|
947
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-p">-p, --port <port number></a>
|
948
|
+
</li>
|
949
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-db">db</a>
|
950
|
+
</li>
|
951
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">script</a>
|
952
|
+
</li>
|
953
|
+
</ul></li>
|
954
|
+
<li>
|
1661
955
|
groonga-suggest-httpd コマンドラインオプション
|
1662
|
-
</dt>
|
1663
|
-
|
1664
|
-
<dd><dl>
|
1665
|
-
|
1666
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd--disable-max-fd-check">--disable-max-fd-check</a>
|
1667
|
-
</dt>
|
1668
|
-
|
1669
|
-
|
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>
|
1671
|
-
</dt>
|
1672
|
-
|
1673
|
-
|
1674
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
|
1675
|
-
</dt>
|
1676
|
-
|
1677
|
-
|
1678
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
|
1679
|
-
</dt>
|
1680
|
-
|
1681
|
-
|
1682
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
|
1683
|
-
</dt>
|
1684
|
-
|
1685
|
-
|
1686
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
|
1687
|
-
</dt>
|
1688
|
-
|
1689
|
-
|
1690
|
-
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
|
1691
|
-
</dt>
|
1692
956
|
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
957
|
+
<ul>
|
958
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-disable-max-fd-check">--disable-max-fd-check</a>
|
959
|
+
</li>
|
960
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-n-lines-per-log-file">--n-lines-per-log-file</a>
|
961
|
+
</li>
|
962
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-d">-d, --daemon</a>
|
963
|
+
</li>
|
964
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-l">-l, --log-base-path</a>
|
965
|
+
</li>
|
966
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-p">-p, --port</a>
|
967
|
+
</li>
|
968
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-r">-r, --receive-endpoint</a>
|
969
|
+
</li>
|
970
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-s">-s, --send-endpoint</a>
|
971
|
+
</li>
|
972
|
+
<li><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-groonga-suggest-httpd-t">-t, --n-threads</a>
|
973
|
+
</li>
|
974
|
+
</ul></li>
|
975
|
+
<li>
|
1700
976
|
groonga-suggest-learner コマンドラインオプション
|
1701
|
-
</dt>
|
1702
|
-
|
1703
|
-
<dd><dl>
|
1704
|
-
|
1705
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-level">--log-level <level></a>
|
1706
|
-
</dt>
|
1707
|
-
|
1708
|
-
|
1709
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner--log-path">--log-path <path></a>
|
1710
|
-
</dt>
|
1711
|
-
|
1712
|
-
|
1713
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
|
1714
|
-
</dt>
|
1715
|
-
|
1716
|
-
|
1717
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">-l <directory>, --log-base-path <directory></a>
|
1718
|
-
</dt>
|
1719
977
|
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
978
|
+
<ul>
|
979
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-level">--log-level <level></a>
|
980
|
+
</li>
|
981
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-log-path">--log-path <path></a>
|
982
|
+
</li>
|
983
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-d">-d, --daemon</a>
|
984
|
+
</li>
|
985
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-l">-l <directory>, --log-base-path <directory></a>
|
986
|
+
</li>
|
987
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-r">-r <endpoint>, --receive-endpoint <endpoint></a>
|
988
|
+
</li>
|
989
|
+
<li><a href="reference/executables/groonga-suggest-learner.html#cmdoption-groonga-suggest-learner-s">-s <endpoint>, --send-endpoint <endpoint></a>
|
990
|
+
</li>
|
991
|
+
</ul></li>
|
992
|
+
</ul></td>
|
1730
993
|
</tr></table>
|
1731
994
|
|
1732
995
|
<h2 id="S">S</h2>
|
1733
996
|
<table style="width: 100%" class="indextable genindextable"><tr>
|
1734
|
-
<td style="width: 33
|
1735
|
-
|
1736
|
-
<dt>
|
997
|
+
<td style="width: 33%; vertical-align: top;"><ul>
|
998
|
+
<li>
|
1737
999
|
script
|
1738
|
-
</dt>
|
1739
1000
|
|
1740
|
-
<
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
</dl></dd>
|
1746
|
-
</dl></td>
|
1001
|
+
<ul>
|
1002
|
+
<li><a href="reference/executables/groonga-benchmark.html#cmdoption-groonga-benchmark-arg-script">groonga-benchmark コマンドラインオプション</a>
|
1003
|
+
</li>
|
1004
|
+
</ul></li>
|
1005
|
+
</ul></td>
|
1747
1006
|
</tr></table>
|
1748
1007
|
|
1749
1008
|
|
@@ -1776,11 +1035,11 @@
|
|
1776
1035
|
<li class="right" style="margin-right: 10px">
|
1777
1036
|
<a href="#" title="総合索引"
|
1778
1037
|
>索引</a></li>
|
1779
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
1038
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
1780
1039
|
</ul>
|
1781
1040
|
</div>
|
1782
1041
|
<div class="footer" role="contentinfo">
|
1783
|
-
© Copyright 2009-
|
1042
|
+
© Copyright 2009-2018, Brazil, Inc.
|
1784
1043
|
</div>
|
1785
1044
|
</body>
|
1786
1045
|
</html>
|