rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +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>7.3.27. lock_release — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.27. lock_release — 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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       33 
29 
     | 
    
         
             
                <link rel="next" title="7.3.28. log_level" href="log_level.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.26. lock_clear" href="lock_clear.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="lock_clear.html" title="7.3.26. lock_clear"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       68 
64 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       69 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -196,13 +192,6 @@ lock_release Sites.title 
     | 
|
| 
       196 
192 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       197 
193 
     | 
    
         
             
              <p class="topless"><a href="log_level.html"
         
     | 
| 
       198 
194 
     | 
    
         
             
                                    title="次の章へ">7.3.28. <code class="docutils literal"><span class="pre">log_level</span></code></a></p>
         
     | 
| 
       199 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       200 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       201 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       202 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/lock_release.txt"
         
     | 
| 
       203 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       204 
     | 
    
         
            -
                </ul>
         
     | 
| 
       205 
     | 
    
         
            -
               </div>
         
     | 
| 
       206 
195 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       207 
196 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       208 
197 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
         @@ -229,13 +218,13 @@ lock_release Sites.title 
     | 
|
| 
       229 
218 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       230 
219 
     | 
    
         
             
                      <a href="lock_clear.html" title="7.3.26. lock_clear"
         
     | 
| 
       231 
220 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       232 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0 
     | 
| 
      
 221 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
         
     | 
| 
       233 
222 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       234 
223 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       235 
224 
     | 
    
         
             
                  </ul>
         
     | 
| 
       236 
225 
     | 
    
         
             
                </div>
         
     | 
| 
       237 
226 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       238 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 227 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       239 
228 
     | 
    
         
             
                </div>
         
     | 
| 
       240 
229 
     | 
    
         
             
              </body>
         
     | 
| 
       241 
230 
     | 
    
         
             
            </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>7.3.28. log_level — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.28. log_level — 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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       33 
29 
     | 
    
         
             
                <link rel="next" title="7.3.29. log_put" href="log_put.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.27. lock_release" href="lock_release.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="lock_release.html" title="7.3.27. lock_release"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       68 
64 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       69 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -105,28 +101,24 @@ 
     | 
|
| 
       105 
101 
     | 
    
         
             
            </colgroup>
         
     | 
| 
       106 
102 
     | 
    
         
             
            <thead valign="bottom">
         
     | 
| 
       107 
103 
     | 
    
         
             
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
       108 
     | 
    
         
            -
            <th class="head" 
     | 
| 
       109 
     | 
    
         
            -
            </th>
         
     | 
| 
      
 104 
     | 
    
         
            +
            <th class="head">エイリアス</th>
         
     | 
| 
       110 
105 
     | 
    
         
             
            </tr>
         
     | 
| 
       111 
106 
     | 
    
         
             
            </thead>
         
     | 
| 
       112 
107 
     | 
    
         
             
            <tbody valign="top">
         
     | 
| 
       113 
108 
     | 
    
         
             
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">E</span></code></td>
         
     | 
| 
       114 
     | 
    
         
            -
            <td>< 
     | 
| 
       115 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">emerge</span></code> もしくは <code class="docutils literal"><span class="pre">emergency</span></code></td>
         
     | 
| 
       116 
110 
     | 
    
         
             
            </tr>
         
     | 
| 
       117 
111 
     | 
    
         
             
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">A</span></code></td>
         
     | 
| 
       118 
112 
     | 
    
         
             
            <td><code class="docutils literal"><span class="pre">alert</span></code></td>
         
     | 
| 
       119 
113 
     | 
    
         
             
            </tr>
         
     | 
| 
       120 
114 
     | 
    
         
             
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">C</span></code></td>
         
     | 
| 
       121 
     | 
    
         
            -
            <td>< 
     | 
| 
       122 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 115 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">crit</span></code> もしくは <code class="docutils literal"><span class="pre">critical</span></code></td>
         
     | 
| 
       123 
116 
     | 
    
         
             
            </tr>
         
     | 
| 
       124 
117 
     | 
    
         
             
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">e</span></code></td>
         
     | 
| 
       125 
118 
     | 
    
         
             
            <td><code class="docutils literal"><span class="pre">error</span></code></td>
         
     | 
| 
       126 
119 
     | 
    
         
             
            </tr>
         
     | 
| 
       127 
120 
     | 
    
         
             
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">w</span></code></td>
         
     | 
| 
       128 
     | 
    
         
            -
            <td>< 
     | 
| 
       129 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 121 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">warn</span></code> もしくは <code class="docutils literal"><span class="pre">warning</span></code></td>
         
     | 
| 
       130 
122 
     | 
    
         
             
            </tr>
         
     | 
| 
       131 
123 
     | 
    
         
             
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">n</span></code></td>
         
     | 
| 
       132 
124 
     | 
    
         
             
            <td><code class="docutils literal"><span class="pre">notice</span></code></td>
         
     | 
| 
         @@ -163,12 +155,10 @@ debug 
     | 
|
| 
       163 
155 
     | 
    
         
             
            </div>
         
     | 
| 
       164 
156 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">HEADER</span></code></p>
         
     | 
| 
       165 
157 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       166 
     | 
    
         
            -
            <div>< 
     | 
| 
       167 
     | 
    
         
            -
            </div></blockquote>
         
     | 
| 
      
 158 
     | 
    
         
            +
            <div><code class="docutils literal"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</div></blockquote>
         
     | 
| 
       168 
159 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">SUCCEEDED_OR_NOT</span></code></p>
         
     | 
| 
       169 
160 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       170 
     | 
    
         
            -
            <div 
     | 
| 
       171 
     | 
    
         
            -
            </div></blockquote>
         
     | 
| 
      
 161 
     | 
    
         
            +
            <div>コマンドの実行が成功するとtrueを返します。失敗するとエラーとしてfalseを返します。</div></blockquote>
         
     | 
| 
       172 
162 
     | 
    
         
             
            </div>
         
     | 
| 
       173 
163 
     | 
    
         
             
            <div class="section" id="see-also">
         
     | 
| 
       174 
164 
     | 
    
         
             
            <h2>7.3.28.6. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
         @@ -202,13 +192,6 @@ debug 
     | 
|
| 
       202 
192 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       203 
193 
     | 
    
         
             
              <p class="topless"><a href="log_put.html"
         
     | 
| 
       204 
194 
     | 
    
         
             
                                    title="次の章へ">7.3.29. <code class="docutils literal"><span class="pre">log_put</span></code></a></p>
         
     | 
| 
       205 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       206 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       207 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       208 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/log_level.txt"
         
     | 
| 
       209 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       210 
     | 
    
         
            -
                </ul>
         
     | 
| 
       211 
     | 
    
         
            -
               </div>
         
     | 
| 
       212 
195 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       213 
196 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       214 
197 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
         @@ -235,13 +218,13 @@ debug 
     | 
|
| 
       235 
218 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       236 
219 
     | 
    
         
             
                      <a href="lock_release.html" title="7.3.27. lock_release"
         
     | 
| 
       237 
220 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       238 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0 
     | 
| 
      
 221 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
         
     | 
| 
       239 
222 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       240 
223 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       241 
224 
     | 
    
         
             
                  </ul>
         
     | 
| 
       242 
225 
     | 
    
         
             
                </div>
         
     | 
| 
       243 
226 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       244 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 227 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       245 
228 
     | 
    
         
             
                </div>
         
     | 
| 
       246 
229 
     | 
    
         
             
              </body>
         
     | 
| 
       247 
230 
     | 
    
         
             
            </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>7.3.29. log_put — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.29. log_put — 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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       33 
29 
     | 
    
         
             
                <link rel="next" title="7.3.30. log_reopen" href="log_reopen.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.28. log_level" href="log_level.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="log_level.html" title="7.3.28. log_level"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       68 
64 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       69 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -155,13 +151,6 @@ debug</div></blockquote> 
     | 
|
| 
       155 
151 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       156 
152 
     | 
    
         
             
              <p class="topless"><a href="log_reopen.html"
         
     | 
| 
       157 
153 
     | 
    
         
             
                                    title="次の章へ">7.3.30. <code class="docutils literal"><span class="pre">log_reopen</span></code></a></p>
         
     | 
| 
       158 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       159 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       160 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       161 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/log_put.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 @@ debug</div></blockquote> 
     | 
|
| 
       188 
177 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       189 
178 
     | 
    
         
             
                      <a href="log_level.html" title="7.3.28. log_level"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       193 
182 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</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>7.3.30. log_reopen — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.30. log_reopen — 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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       33 
29 
     | 
    
         
             
                <link rel="next" title="7.3.31. logical_count" href="logical_count.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.29. log_put" href="log_put.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="log_put.html" title="7.3.29. log_put"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       68 
64 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       69 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -155,13 +151,6 @@ 
     | 
|
| 
       155 
151 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       156 
152 
     | 
    
         
             
              <p class="topless"><a href="logical_count.html"
         
     | 
| 
       157 
153 
     | 
    
         
             
                                    title="次の章へ">7.3.31. <code class="docutils literal"><span class="pre">logical_count</span></code></a></p>
         
     | 
| 
       158 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       159 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       160 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       161 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/log_reopen.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="log_put.html" title="7.3.29. log_put"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       193 
182 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</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>7.3.31. logical_count — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.31. logical_count — 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="7.3. コマンド" href="../command.html" />
         
     | 
| 
       33 
29 
     | 
    
         
             
                <link rel="next" title="7.3.32. logical_parameters" href="logical_parameters.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.30. log_reopen" href="log_reopen.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="log_reopen.html" title="7.3.30. log_reopen"
         
     | 
| 
       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="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       68 
64 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li> 
         
     | 
| 
       69 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -81,150 +77,534 @@ 
     | 
|
| 
       81 
77 
     | 
    
         
             
            <div class="versionadded">
         
     | 
| 
       82 
78 
     | 
    
         
             
            <p><span class="versionmodified">バージョン 5.0.0 で追加.</span></p>
         
     | 
| 
       83 
79 
     | 
    
         
             
            </div>
         
     | 
| 
       84 
     | 
    
         
            -
            <p><code class="docutils literal"><span class="pre">logical_count</span></code>  
     | 
| 
       85 
     | 
    
         
            -
            <p 
     | 
| 
       86 
     | 
    
         
            -
            < 
     | 
| 
       87 
     | 
    
         
            -
            <li><p class="first">名前の末尾は "_YYYYMMDD" をつけてテーブルを作成します。これは決め打ちになっていて、日ごとにテーブルを作成しないといけない</p>
         
     | 
| 
       88 
     | 
    
         
            -
            </li>
         
     | 
| 
       89 
     | 
    
         
            -
            <li><p class="first">自分で個々のテーブルへ適切なデータをロードしないといけない</p>
         
     | 
| 
       90 
     | 
    
         
            -
            </li>
         
     | 
| 
       91 
     | 
    
         
            -
            </ul>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">logical_count</span></code> は <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> の件数カウント機能だけを提供するコマンドです。 <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> は複数のテーブルからレコードを検索し、マッチしたレコード数を出力し、マッチしたレコードのカラムを出力し、他にもいろいろします。 <code class="docutils literal"><span class="pre">logical_count</span></code> は複数のテーブルからレコードを検索し、マッチしたレコード数を出力するだけです。</p>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">logical_count</span></code> はマッチしたレコードの数だけを知りたいときに便利です。 <code class="docutils literal"><span class="pre">logical_count</span></code> と <a class="reference internal" href="logical_range_filter.html"><span class="doc">logical_range_filter</span></a> を一緒に使えます。一緒に使うと、マッチしたレコード数を取得する前に、マッチしたレコードのうち先頭のNレコードだけを先に表示できます。 <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> だけを使っている場合は、すべての検索処理が終わるまで待たなければいけません。</p>
         
     | 
| 
      
 82 
     | 
    
         
            +
            <p>このコマンド は <code class="docutils literal"><span class="pre">sharding</span></code> プラグインに含まれているので、 <code class="docutils literal"><span class="pre">sharding</span></code> プラグインを <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> する必要があります。</p>
         
     | 
| 
       92 
83 
     | 
    
         
             
            </div>
         
     | 
| 
       93 
84 
     | 
    
         
             
            <div class="section" id="syntax">
         
     | 
| 
       94 
85 
     | 
    
         
             
            <h2>7.3.31.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       95 
86 
     | 
    
         
             
            <p>このコマンドにはたくさんの引数があります。</p>
         
     | 
| 
       96 
     | 
    
         
            -
            <p 
     | 
| 
       97 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count 
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
      
 87 
     | 
    
         
            +
            <p>必須の引数は <code class="docutils literal"><span class="pre">logical_table</span></code> と <code class="docutils literal"><span class="pre">shard_key</span></code> です。それ以外の引数は省略可能です:</p>
         
     | 
| 
      
 88 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count
         
     | 
| 
      
 89 
     | 
    
         
            +
              logical_table
         
     | 
| 
      
 90 
     | 
    
         
            +
              shard_key
         
     | 
| 
      
 91 
     | 
    
         
            +
              [min=null]
         
     | 
| 
      
 92 
     | 
    
         
            +
              [min_border="include"]
         
     | 
| 
      
 93 
     | 
    
         
            +
              [max=null]
         
     | 
| 
      
 94 
     | 
    
         
            +
              [max_border="include"]
         
     | 
| 
      
 95 
     | 
    
         
            +
              [filter=null]
         
     | 
| 
       104 
96 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       105 
97 
     | 
    
         
             
            </div>
         
     | 
| 
      
 98 
     | 
    
         
            +
            <p>いくつか名前付き引数としてしか使えない引数があります。これらの引数を「○番目の引数」として使うことはできません。必ず名前を指定する必要があります。</p>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <p>名前付き引数としてしか使えない引数は次の通りです。</p>
         
     | 
| 
      
 100 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <div><ul class="simple">
         
     | 
| 
      
 102 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">cache=no</span></code></li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 104 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
      
 105 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 106 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加: </span>以下の名前付き引数で動的カラム機能を使うことができます。</p>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <div><ul class="simple">
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">columns[${NAME}].stage=null</span></code></li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">columns[${NAME}].flags=COLUMN_SCALAR</span></code></li>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">columns[${NAME}].type=null</span></code></li>
         
     | 
| 
      
 112 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">columns[${NAME}].value=null</span></code></li>
         
     | 
| 
      
 113 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys=null</span></code></li>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys=null</span></code></li>
         
     | 
| 
      
 115 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 116 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
      
 117 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">${NAME}</span></code> には1つ以上のアルファベット、数字、 <code class="docutils literal"><span class="pre">_</span></code>  を使うことができます。たとえば、 <code class="docutils literal"><span class="pre">column1</span></code> は有効な <code class="docutils literal"><span class="pre">${NAME}</span></code> です。これは通常のカラムと同じルールです。 <a class="reference internal" href="column_create.html#column-create-name"><span class="std std-ref">name</span></a> も見てください。</p>
         
     | 
| 
      
 118 
     | 
    
         
            +
            <p>同じ <code class="docutils literal"><span class="pre">${NAME}</span></code> も持つ引数は同じグループになります。</p>
         
     | 
| 
      
 119 
     | 
    
         
            +
            <p>たとえば、以下の引数は1つの動的カラムを指定しています。</p>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 121 
     | 
    
         
            +
            <div><ul class="simple">
         
     | 
| 
      
 122 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name].stage</span> <span class="pre">initial</span></code></li>
         
     | 
| 
      
 123 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name].type</span> <span class="pre">UInt32</span></code></li>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name].value</span> <span class="pre">29</span></code></li>
         
     | 
| 
      
 125 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 126 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
      
 127 
     | 
    
         
            +
            <p>以下の引数は2つの動的カラムを指定しています。</p>
         
     | 
| 
      
 128 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 129 
     | 
    
         
            +
            <div><ul class="simple">
         
     | 
| 
      
 130 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name1].stage</span> <span class="pre">initial</span></code></li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name1].type</span> <span class="pre">UInt32</span></code></li>
         
     | 
| 
      
 132 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name1].value</span> <span class="pre">29</span></code></li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name2].stage</span> <span class="pre">initial</span></code></li>
         
     | 
| 
      
 134 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name2].type</span> <span class="pre">Float</span></code></li>
         
     | 
| 
      
 135 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">--columns[name2].value</span> <span class="pre">'_score</span> <span class="pre">*</span> <span class="pre">0.1'</span></code></li>
         
     | 
| 
      
 136 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 137 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
      
 138 
     | 
    
         
            +
            </div>
         
     | 
| 
       106 
139 
     | 
    
         
             
            </div>
         
     | 
| 
       107 
140 
     | 
    
         
             
            <div class="section" id="usage">
         
     | 
| 
       108 
     | 
    
         
            -
            <h2>7.3.31.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       109 
     | 
    
         
            -
            <p 
     | 
| 
      
 141 
     | 
    
         
            +
            <span id="logical-count-usage"></span><h2>7.3.31.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 142 
     | 
    
         
            +
            <p>例を使いながら使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
         
     | 
| 
      
 143 
     | 
    
         
            +
            <p>このコマンドは <code class="docutils literal"><span class="pre">sharding</span></code> プラグインに含まれているので <code class="docutils literal"><span class="pre">sharding</span></code> プラグインを登録する必要があります。</p>
         
     | 
| 
      
 144 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 145 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register sharding
         
     | 
| 
      
 146 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 147 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 148 
     | 
    
         
            +
            </div>
         
     | 
| 
       110 
149 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">logical_count</span></code> コマンドは実験的なプラグインです。このコマンドは将来的に変更されるかもしれません。</p>
         
     | 
| 
       111 
150 
     | 
    
         
             
            <p>この機能を使う簡単な例を示します。複数のテーブルに保存されている特定のログをカウントしてみましょう。</p>
         
     | 
| 
       112 
     | 
    
         
            -
            <p 
     | 
| 
      
 151 
     | 
    
         
            +
            <p>使い方を示すために使うスキーマ定義とサンプルデータは以下の通りです。</p>
         
     | 
| 
       113 
152 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       114 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>table_create  
     | 
| 
      
 153 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>table_create Entries_20150708 TABLE_HASH_KEY ShortText
         
     | 
| 
       115 
154 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       116 
     | 
    
         
            -
            column_create  
     | 
| 
      
 155 
     | 
    
         
            +
            column_create Entries_20150708 created_at COLUMN_SCALAR Time
         
     | 
| 
       117 
156 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       118 
     | 
    
         
            -
            column_create  
     | 
| 
      
 157 
     | 
    
         
            +
            column_create Entries_20150708 content COLUMN_SCALAR Text
         
     | 
| 
       119 
158 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
      
 159 
     | 
    
         
            +
            column_create Entries_20150708 n_likes COLUMN_SCALAR UInt32
         
     | 
| 
       121 
160 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       122 
     | 
    
         
            -
            column_create  
     | 
| 
      
 161 
     | 
    
         
            +
            column_create Entries_20150708 tag COLUMN_SCALAR ShortText
         
     | 
| 
       123 
162 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       124 
     | 
    
         
            -
             
     | 
| 
      
 163 
     | 
    
         
            +
            table_create Entries_20150709 TABLE_HASH_KEY ShortText
         
     | 
| 
       125 
164 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
      
 165 
     | 
    
         
            +
            column_create Entries_20150709 created_at COLUMN_SCALAR Time
         
     | 
| 
       127 
166 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       128 
     | 
    
         
            -
            column_create  
     | 
| 
      
 167 
     | 
    
         
            +
            column_create Entries_20150709 content COLUMN_SCALAR Text
         
     | 
| 
       129 
168 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       130 
     | 
    
         
            -
            column_create  
     | 
| 
      
 169 
     | 
    
         
            +
            column_create Entries_20150709 n_likes COLUMN_SCALAR UInt32
         
     | 
| 
       131 
170 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
             
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
      
 171 
     | 
    
         
            +
            column_create Entries_20150709 tag COLUMN_SCALAR ShortText
         
     | 
| 
      
 172 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 173 
     | 
    
         
            +
            table_create Terms TABLE_PAT_KEY ShortText \
         
     | 
| 
      
 174 
     | 
    
         
            +
              --default_tokenizer TokenBigram \
         
     | 
| 
      
 175 
     | 
    
         
            +
              --normalizer NormalizerAuto
         
     | 
| 
      
 176 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 177 
     | 
    
         
            +
            column_create Terms entries_key_index_20150708 \
         
     | 
| 
      
 178 
     | 
    
         
            +
              COLUMN_INDEX|WITH_POSITION Entries_20150708 _key
         
     | 
| 
      
 179 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 180 
     | 
    
         
            +
            column_create Terms entries_content_index_20150708 \
         
     | 
| 
      
 181 
     | 
    
         
            +
              COLUMN_INDEX|WITH_POSITION Entries_20150708 content
         
     | 
| 
      
 182 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 183 
     | 
    
         
            +
            column_create Terms entries_key_index_20150709 \
         
     | 
| 
      
 184 
     | 
    
         
            +
              COLUMN_INDEX|WITH_POSITION Entries_20150709 _key
         
     | 
| 
      
 185 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 186 
     | 
    
         
            +
            column_create Terms entries_content_index_20150709 \
         
     | 
| 
      
 187 
     | 
    
         
            +
              COLUMN_INDEX|WITH_POSITION Entries_20150709 content
         
     | 
| 
      
 188 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 189 
     | 
    
         
            +
            load --table Entries_20150708
         
     | 
| 
       144 
190 
     | 
    
         
             
            [
         
     | 
| 
       145 
     | 
    
         
            -
            {" 
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
             
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
            {" 
     | 
| 
      
 191 
     | 
    
         
            +
            {"_key":       "The first post!",
         
     | 
| 
      
 192 
     | 
    
         
            +
             "created_at": "2015/07/08 00:00:00",
         
     | 
| 
      
 193 
     | 
    
         
            +
             "content":    "Welcome! This is my first post!",
         
     | 
| 
      
 194 
     | 
    
         
            +
             "n_likes":    5,
         
     | 
| 
      
 195 
     | 
    
         
            +
             "tag":        "Hello"},
         
     | 
| 
      
 196 
     | 
    
         
            +
            {"_key":       "Groonga",
         
     | 
| 
      
 197 
     | 
    
         
            +
             "created_at": "2015/07/08 01:00:00",
         
     | 
| 
      
 198 
     | 
    
         
            +
             "content":    "I started to use Groonga. It's very fast!",
         
     | 
| 
      
 199 
     | 
    
         
            +
             "n_likes":    10,
         
     | 
| 
      
 200 
     | 
    
         
            +
             "tag":        "Groonga"},
         
     | 
| 
      
 201 
     | 
    
         
            +
            {"_key":       "Mroonga",
         
     | 
| 
      
 202 
     | 
    
         
            +
             "created_at": "2015/07/08 02:00:00",
         
     | 
| 
      
 203 
     | 
    
         
            +
             "content":    "I also started to use Mroonga. It's also very fast! Really fast!",
         
     | 
| 
      
 204 
     | 
    
         
            +
             "n_likes":    15,
         
     | 
| 
      
 205 
     | 
    
         
            +
             "tag":        "Groonga"}
         
     | 
| 
       151 
206 
     | 
    
         
             
            ]
         
     | 
| 
       152 
     | 
    
         
            -
            # [[0, 1337566253.89858, 0.000355720520019531],  
     | 
| 
       153 
     | 
    
         
            -
            load --table  
     | 
| 
      
 207 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 3]
         
     | 
| 
      
 208 
     | 
    
         
            +
            load --table Entries_20150709
         
     | 
| 
       154 
209 
     | 
    
         
             
            [
         
     | 
| 
       155 
     | 
    
         
            -
            {" 
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
      
 210 
     | 
    
         
            +
            {"_key":       "Good-bye Senna",
         
     | 
| 
      
 211 
     | 
    
         
            +
             "created_at": "2015/07/09 00:00:00",
         
     | 
| 
      
 212 
     | 
    
         
            +
             "content":    "I migrated all Senna system!",
         
     | 
| 
      
 213 
     | 
    
         
            +
             "n_likes":    3,
         
     | 
| 
      
 214 
     | 
    
         
            +
             "tag":        "Senna"},
         
     | 
| 
      
 215 
     | 
    
         
            +
            {"_key":       "Good-bye Tritonn",
         
     | 
| 
      
 216 
     | 
    
         
            +
             "created_at": "2015/07/09 01:00:00",
         
     | 
| 
      
 217 
     | 
    
         
            +
             "content":    "I also migrated all Tritonn system!",
         
     | 
| 
      
 218 
     | 
    
         
            +
             "n_likes":    3,
         
     | 
| 
      
 219 
     | 
    
         
            +
             "tag":        "Senna"}
         
     | 
| 
       159 
220 
     | 
    
         
             
            ]
         
     | 
| 
       160 
     | 
    
         
            -
            # [[0, 1337566253.89858, 0.000355720520019531],  
     | 
| 
       161 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       162 
     | 
    
         
            -
            </div>
         
     | 
| 
       163 
     | 
    
         
            -
            <p>2015年の2月3日から5日までに対応したテーブルが3つあります。</p>
         
     | 
| 
       164 
     | 
    
         
            -
            <ul class="simple">
         
     | 
| 
       165 
     | 
    
         
            -
            <li>Logs_20150203</li>
         
     | 
| 
       166 
     | 
    
         
            -
            <li>Logs_20150204</li>
         
     | 
| 
       167 
     | 
    
         
            -
            <li>Logs_20150205</li>
         
     | 
| 
       168 
     | 
    
         
            -
            </ul>
         
     | 
| 
       169 
     | 
    
         
            -
            <p>対応するテーブルへとデータを投入します。</p>
         
     | 
| 
       170 
     | 
    
         
            -
            <p><code class="docutils literal"><span class="pre">message</span></code> カラムに "Shutdown" が含まれていて、 <code class="docutils literal"><span class="pre">timestamp</span></code> カラムの値が "2015-02-04 00:00:00" 以降であるログをカウントしましょう。</p>
         
     | 
| 
       171 
     | 
    
         
            -
            <p>上記目的を達成するためのクエリがこちらです。</p>
         
     | 
| 
       172 
     | 
    
         
            -
            <p>実行例:</p>
         
     | 
| 
       173 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count Logs timestamp --filter 'message == "Shutdown"' --min "2015-02-04 00:00:00" --min_border "include"
         
     | 
| 
       174 
     | 
    
         
            -
            # [[0, 1337566253.89858, 0.000355720520019531], 5]
         
     | 
| 
      
 221 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
       175 
222 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       176 
223 
     | 
    
         
             
            </div>
         
     | 
| 
       177 
     | 
    
         
            -
            <p 
     | 
| 
      
 224 
     | 
    
         
            +
            <p>ブログエントリー用に <code class="docutils literal"><span class="pre">Entries_20150708</span></code> と <code class="docutils literal"><span class="pre">Entries_20150709</span></code> の2つのテーブルがあります。</p>
         
     | 
| 
       178 
225 
     | 
    
         
             
            <div class="admonition note">
         
     | 
| 
       179 
226 
     | 
    
         
             
            <p class="first admonition-title">注釈</p>
         
     | 
| 
       180 
     | 
    
         
            -
            <p class="last"> 
     | 
| 
      
 227 
     | 
    
         
            +
            <p class="last">テーブル名には <code class="docutils literal"><span class="pre">${論理テーブル名}_${YYYYMMDD}</span></code> という命名規則を使う必要があります。この例では、 <code class="docutils literal"><span class="pre">論理テーブル名</span></code> は <code class="docutils literal"><span class="pre">Entries</span></code> で <code class="docutils literal"><span class="pre">YYYYMMDD</span></code> は <code class="docutils literal"><span class="pre">20150708</span></code> または <code class="docutils literal"><span class="pre">20150709</span></code> です。</p>
         
     | 
| 
      
 228 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 229 
     | 
    
         
            +
            <p>各エントリはタイトルと作成日時と内容と「いいね!」数、タグを持っています。タイトルは <code class="docutils literal"><span class="pre">Entries_YYYYMMDD</span></code> のキーとします。作成日時は <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.created_at</span></code> カラムの値とします。内容は <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> カラムの値とします。「いいね!」数は <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.n_likes</span></code> カラムの値とします。タグは <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.tag</span></code> カラムの値とします。</p>
         
     | 
| 
      
 230 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> カラムと <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> カラムには <code class="docutils literal"><span class="pre">TokenBigram</span></code> トークナイザーを使ったインデックスを作成します。そのため、 <code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> と <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> は両方とも全文検索できます。</p>
         
     | 
| 
      
 231 
     | 
    
         
            +
            <p>これで例を示すためのスキーマとデータの準備ができました。</p>
         
     | 
| 
      
 232 
     | 
    
         
            +
            <p>以下は <code class="docutils literal"><span class="pre">content</span></code> カラムに <code class="docutils literal"><span class="pre">Groonga</span></code> または <code class="docutils literal"><span class="pre">Senna</span></code> を含むレコード数を数える例です。 <code class="docutils literal"><span class="pre">logical_count</span></code> はすべての <code class="docutils literal"><span class="pre">Entries_YYYYMMDD</span></code> テーブルを検索します。</p>
         
     | 
| 
      
 233 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 234 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 235 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 236 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 237 
     | 
    
         
            +
              --filter 'query("content", "Groonga OR Senna")'
         
     | 
| 
      
 238 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
      
 239 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
       181 
240 
     | 
    
         
             
            </div>
         
     | 
| 
      
 241 
     | 
    
         
            +
            <p>マッチしたレコードは次の通りです。</p>
         
     | 
| 
      
 242 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 243 
     | 
    
         
            +
            <div><ul class="simple">
         
     | 
| 
      
 244 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">Entries_20150708</span></code> の中の <code class="docutils literal"><span class="pre">_key:"Groonga"</span></code></li>
         
     | 
| 
      
 245 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">Entries_20150709</span></code> の中の <code class="docutils literal"><span class="pre">_key:"Good-bye</span> <span class="pre">Senna"</span></code></li>
         
     | 
| 
      
 246 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 247 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
       182 
248 
     | 
    
         
             
            </div>
         
     | 
| 
       183 
249 
     | 
    
         
             
            <div class="section" id="parameters">
         
     | 
| 
       184 
250 
     | 
    
         
             
            <h2>7.3.31.4. 引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       185 
     | 
    
         
            -
            <p 
     | 
| 
      
 251 
     | 
    
         
            +
            <p>このセクションではこのコマンドのパラメーターを説明します。</p>
         
     | 
| 
       186 
252 
     | 
    
         
             
            <div class="section" id="required-parameters">
         
     | 
| 
       187 
253 
     | 
    
         
             
            <h3>7.3.31.4.1. 必須引数<a class="headerlink" href="#required-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       188 
254 
     | 
    
         
             
            <p>必須引数は二つあります。 <code class="docutils literal"><span class="pre">logical_table</span></code> と <code class="docutils literal"><span class="pre">shard_key</span></code> です。</p>
         
     | 
| 
       189 
255 
     | 
    
         
             
            <div class="section" id="logical-table">
         
     | 
| 
       190 
     | 
    
         
            -
            <h4>7.3.31.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       191 
     | 
    
         
            -
            <p>論理テーブル名を指定します。これは  
     | 
| 
      
 256 
     | 
    
         
            +
            <span id="logical-count-logical-table"></span><h4>7.3.31.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 257 
     | 
    
         
            +
            <p>論理テーブル名を指定します。これは <code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> をテーブル名から除いたものです。実際のテーブルが <code class="docutils literal"><span class="pre">Logs_20150203</span></code> や <code class="docutils literal"><span class="pre">Logs_20150203</span></code> といったものなら、論理テーブル名は <code class="docutils literal"><span class="pre">Logs</span></code> です。</p>
         
     | 
| 
      
 258 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">logical_table</span></code> と <code class="docutils literal"><span class="pre">shard_key</span></code> だけを指定すると全レコード数をカウントできます。これらの引数は必須の引数です。</p>
         
     | 
| 
      
 259 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 260 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 261 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 262 
     | 
    
         
            +
              --shard_key created_at
         
     | 
| 
      
 263 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 5]
         
     | 
| 
      
 264 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 265 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 266 
     | 
    
         
            +
            <p>存在しないテーブルを指定するとエラーが返ります。</p>
         
     | 
| 
      
 267 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 268 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 269 
     | 
    
         
            +
              --logical_table Nonexistent \
         
     | 
| 
      
 270 
     | 
    
         
            +
              --shard_key created_at
         
     | 
| 
      
 271 
     | 
    
         
            +
            # [
         
     | 
| 
      
 272 
     | 
    
         
            +
            #   [
         
     | 
| 
      
 273 
     | 
    
         
            +
            #     -22,
         
     | 
| 
      
 274 
     | 
    
         
            +
            #     1337566253.89858,
         
     | 
| 
      
 275 
     | 
    
         
            +
            #     0.000355720520019531,
         
     | 
| 
      
 276 
     | 
    
         
            +
            #     "[logical_count] no shard exists: logical_table: <Nonexistent>: shard_key: <created_at>",
         
     | 
| 
      
 277 
     | 
    
         
            +
            #     [
         
     | 
| 
      
 278 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 279 
     | 
    
         
            +
            #         "Groonga::Sharding::LogicalCountCommand.run_body",
         
     | 
| 
      
 280 
     | 
    
         
            +
            #         "/home/horimoto/work/release/groonga/groonga.clean/plugins/sharding/logical_count.rb",
         
     | 
| 
      
 281 
     | 
    
         
            +
            #         30
         
     | 
| 
      
 282 
     | 
    
         
            +
            #       ]
         
     | 
| 
      
 283 
     | 
    
         
            +
            #     ]
         
     | 
| 
      
 284 
     | 
    
         
            +
            #   ]
         
     | 
| 
      
 285 
     | 
    
         
            +
            # ]
         
     | 
| 
      
 286 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 287 
     | 
    
         
            +
            </div>
         
     | 
| 
       192 
288 
     | 
    
         
             
            </div>
         
     | 
| 
       193 
289 
     | 
    
         
             
            <div class="section" id="shard-key">
         
     | 
| 
       194 
     | 
    
         
            -
            <h4>7.3.31.4.1.2. <code class="docutils literal"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       195 
     | 
    
         
            -
            <p 
     | 
| 
      
 290 
     | 
    
         
            +
            <span id="logical-count-shard-key"></span><h4>7.3.31.4.1.2. <code class="docutils literal"><span class="pre">shard_key</span></code><a class="headerlink" href="#shard-key" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 291 
     | 
    
         
            +
            <p>シャードキーとして使うカラム名を指定します。シャードキーは適切なシャードへレコードを分配するために使う値を保存しているカラムです。</p>
         
     | 
| 
      
 292 
     | 
    
         
            +
            <p>今のところ、シャードキーは <code class="docutils literal"><span class="pre">Time</span></code> 型でなければいけません。</p>
         
     | 
| 
      
 293 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">shard_key</span></code> の指定方法は <a class="reference internal" href="#logical-count-logical-table"><span class="std std-ref">logical_table</span></a> を見てください。</p>
         
     | 
| 
       196 
294 
     | 
    
         
             
            </div>
         
     | 
| 
       197 
295 
     | 
    
         
             
            </div>
         
     | 
| 
       198 
296 
     | 
    
         
             
            <div class="section" id="optional-parameters">
         
     | 
| 
       199 
297 
     | 
    
         
             
            <h3>7.3.31.4.2. 省略可能引数<a class="headerlink" href="#optional-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       200 
298 
     | 
    
         
             
            <p>いくつか省略可能な引数があります。</p>
         
     | 
| 
       201 
299 
     | 
    
         
             
            <div class="section" id="min">
         
     | 
| 
       202 
     | 
    
         
            -
            <h4>7.3.31.4.2.1. <code class="docutils literal"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       203 
     | 
    
         
            -
            <p><code class="docutils literal"><span class="pre">shard_key</span></code>  
     | 
| 
      
 300 
     | 
    
         
            +
            <span id="logical-count-min"></span><h4>7.3.31.4.2.1. <code class="docutils literal"><span class="pre">min</span></code><a class="headerlink" href="#min" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 301 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">shard_key</span></code> カラムの最小値を指定します。シャードにマッチするレコードがない場合は、そのシャードは検索対象外になります。</p>
         
     | 
| 
      
 302 
     | 
    
         
            +
            <p>たとえば、 <code class="docutils literal"><span class="pre">min</span></code> が <code class="docutils literal"><span class="pre">"2015/07/09</span> <span class="pre">00:00:00"</span></code> なら、 <code class="docutils literal"><span class="pre">Entry_20150708</span></code> は検索対象外です。なぜなら、 <code class="docutils literal"><span class="pre">Entry_20150708</span></code> は <code class="docutils literal"><span class="pre">"2015/07/08"</span></code> のレコードしかないからです。</p>
         
     | 
| 
      
 303 
     | 
    
         
            +
            <p>以下の例は <code class="docutils literal"><span class="pre">Entry_20150709</span></code> テーブルだけを使う例です。 <code class="docutils literal"><span class="pre">Entry_20150708</span></code> は使われません。</p>
         
     | 
| 
      
 304 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 305 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 306 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 307 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 308 
     | 
    
         
            +
              --min "2015/07/09 00:00:00"
         
     | 
| 
      
 309 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
      
 310 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 311 
     | 
    
         
            +
            </div>
         
     | 
| 
       204 
312 
     | 
    
         
             
            </div>
         
     | 
| 
       205 
313 
     | 
    
         
             
            <div class="section" id="min-border">
         
     | 
| 
       206 
     | 
    
         
            -
            <h4>7.3.31.4.2.2. <code class="docutils literal"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       207 
     | 
    
         
            -
            <p 
     | 
| 
      
 314 
     | 
    
         
            +
            <span id="logical-count-min-border"></span><h4>7.3.31.4.2.2. <code class="docutils literal"><span class="pre">min_border</span></code><a class="headerlink" href="#min-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 315 
     | 
    
         
            +
            <p>最小値を含めるかどうかを指定します。指定可能な値は次の通りです。</p>
         
     | 
| 
      
 316 
     | 
    
         
            +
            <table border="1" class="docutils">
         
     | 
| 
      
 317 
     | 
    
         
            +
            <colgroup>
         
     | 
| 
      
 318 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 319 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 320 
     | 
    
         
            +
            </colgroup>
         
     | 
| 
      
 321 
     | 
    
         
            +
            <thead valign="bottom">
         
     | 
| 
      
 322 
     | 
    
         
            +
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
      
 323 
     | 
    
         
            +
            <th class="head">説明</th>
         
     | 
| 
      
 324 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 325 
     | 
    
         
            +
            </thead>
         
     | 
| 
      
 326 
     | 
    
         
            +
            <tbody valign="top">
         
     | 
| 
      
 327 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">include</span></code></td>
         
     | 
| 
      
 328 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">min</span></code> の値を含みます。これがデフォルト値です。</td>
         
     | 
| 
      
 329 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 330 
     | 
    
         
            +
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">exclude</span></code></td>
         
     | 
| 
      
 331 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">min</span></code> の値を含みません。</td>
         
     | 
| 
      
 332 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 333 
     | 
    
         
            +
            </tbody>
         
     | 
| 
      
 334 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 335 
     | 
    
         
            +
            <p>次の例は <code class="docutils literal"><span class="pre">exclude</span></code> の使用例です。結果には <code class="docutils literal"><span class="pre">"Good-bye</span> <span class="pre">Senna"</span></code> レコードは含まれません。このレコードの <code class="docutils literal"><span class="pre">created_at</span></code> の値が <code class="docutils literal"><span class="pre">"2015/07/09</span> <span class="pre">00:00:00"</span></code> だからです。</p>
         
     | 
| 
      
 336 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 337 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 338 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 339 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 340 
     | 
    
         
            +
              --min "2015/07/09 00:00:00" \
         
     | 
| 
      
 341 
     | 
    
         
            +
              --min_border "exclude"
         
     | 
| 
      
 342 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 1]
         
     | 
| 
      
 343 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 344 
     | 
    
         
            +
            </div>
         
     | 
| 
       208 
345 
     | 
    
         
             
            </div>
         
     | 
| 
       209 
346 
     | 
    
         
             
            <div class="section" id="max">
         
     | 
| 
       210 
     | 
    
         
            -
            <h4>7.3.31.4.2.3. <code class="docutils literal"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       211 
     | 
    
         
            -
            <p><code class="docutils literal"><span class="pre">shard_key</span></code>  
     | 
| 
      
 347 
     | 
    
         
            +
            <span id="logical-count-max"></span><h4>7.3.31.4.2.3. <code class="docutils literal"><span class="pre">max</span></code><a class="headerlink" href="#max" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 348 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">shard_key</span></code> カラムの最大値を指定します。シャードにマッチするレコードがない場合、そのシャードは検索対象外になります。</p>
         
     | 
| 
      
 349 
     | 
    
         
            +
            <p>たとえば、 <code class="docutils literal"><span class="pre">max</span></code> が <code class="docutils literal"><span class="pre">"2015/07/08</span> <span class="pre">23:59:59"</span></code> なら <code class="docutils literal"><span class="pre">Entry_20150709</span></code> は検索対象外です。なぜなら <code class="docutils literal"><span class="pre">Entry_20150709</span></code> には <code class="docutils literal"><span class="pre">""2015/07/09"</span></code> のレコードしかないからです。</p>
         
     | 
| 
      
 350 
     | 
    
         
            +
            <p>以下の例は <code class="docutils literal"><span class="pre">Entry_20150708</span></code> テーブルだけを使います。 <code class="docutils literal"><span class="pre">Entry_20150709</span></code> は使いません。</p>
         
     | 
| 
      
 351 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 352 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 353 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 354 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 355 
     | 
    
         
            +
              --max "2015/07/08 23:59:59"
         
     | 
| 
      
 356 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 3]
         
     | 
| 
      
 357 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 358 
     | 
    
         
            +
            </div>
         
     | 
| 
       212 
359 
     | 
    
         
             
            </div>
         
     | 
| 
       213 
360 
     | 
    
         
             
            <div class="section" id="max-border">
         
     | 
| 
       214 
     | 
    
         
            -
            <h4>7.3.31.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       215 
     | 
    
         
            -
            <p 
     | 
| 
      
 361 
     | 
    
         
            +
            <span id="logical-count-max-border"></span><h4>7.3.31.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code><a class="headerlink" href="#max-border" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 362 
     | 
    
         
            +
            <p>最大値を含めるかどうかを指定します。指定可能な値は次の通りです。</p>
         
     | 
| 
      
 363 
     | 
    
         
            +
            <table border="1" class="docutils">
         
     | 
| 
      
 364 
     | 
    
         
            +
            <colgroup>
         
     | 
| 
      
 365 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 366 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 367 
     | 
    
         
            +
            </colgroup>
         
     | 
| 
      
 368 
     | 
    
         
            +
            <thead valign="bottom">
         
     | 
| 
      
 369 
     | 
    
         
            +
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
      
 370 
     | 
    
         
            +
            <th class="head">説明</th>
         
     | 
| 
      
 371 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 372 
     | 
    
         
            +
            </thead>
         
     | 
| 
      
 373 
     | 
    
         
            +
            <tbody valign="top">
         
     | 
| 
      
 374 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">include</span></code></td>
         
     | 
| 
      
 375 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">max</span></code> の値を含みます。これがデフォルト値です。</td>
         
     | 
| 
      
 376 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 377 
     | 
    
         
            +
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">exclude</span></code></td>
         
     | 
| 
      
 378 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">max</span></code> の値を含みません。</td>
         
     | 
| 
      
 379 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 380 
     | 
    
         
            +
            </tbody>
         
     | 
| 
      
 381 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 382 
     | 
    
         
            +
            <p>次の例は <code class="docutils literal"><span class="pre">exclude</span></code> の使用例です。結果には <code class="docutils literal"><span class="pre">"Good-bye</span> <span class="pre">Senna"</span></code> レコードは含まれません。このレコードの <code class="docutils literal"><span class="pre">created_at</span></code> の値が <code class="docutils literal"><span class="pre">"2015/07/09</span> <span class="pre">00:00:00"</span></code> だからです。</p>
         
     | 
| 
      
 383 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 384 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 385 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 386 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 387 
     | 
    
         
            +
              --max "2015/07/09 00:00:00" \
         
     | 
| 
      
 388 
     | 
    
         
            +
              --max_border "exclude"
         
     | 
| 
      
 389 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 3]
         
     | 
| 
      
 390 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
       216 
391 
     | 
    
         
             
            </div>
         
     | 
| 
      
 392 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 393 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 394 
     | 
    
         
            +
            <div class="section" id="search-related-parameters">
         
     | 
| 
      
 395 
     | 
    
         
            +
            <span id="logical-count-search-related-parameters"></span><h3>7.3.31.4.3. 検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 396 
     | 
    
         
            +
            <p>このコマンドは <a class="reference internal" href="select.html"><span class="doc">select</span></a> 互換の検索関連パラメーターをサポートしています。</p>
         
     | 
| 
       217 
397 
     | 
    
         
             
            <div class="section" id="filter">
         
     | 
| 
       218 
     | 
    
         
            -
            <h4>7.3.31.4. 
     | 
| 
      
 398 
     | 
    
         
            +
            <span id="logical-count-filter"></span><h4>7.3.31.4.3.1. <code class="docutils literal"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 399 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> を見てください。</p>
         
     | 
| 
      
 400 
     | 
    
         
            +
            <p>以下は例です。</p>
         
     | 
| 
      
 401 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 402 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 403 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 404 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 405 
     | 
    
         
            +
              --filter "n_likes <= 5"
         
     | 
| 
      
 406 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 3]
         
     | 
| 
      
 407 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 408 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 409 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 410 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 411 
     | 
    
         
            +
            <div class="section" id="dynamic-column-related-parameters">
         
     | 
| 
      
 412 
     | 
    
         
            +
            <span id="logical-count-dynamic-column-related-parameters"></span><h3>7.3.31.4.4. 動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 413 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 414 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 415 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 416 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべての動的カラム関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> を見てください。</p>
         
     | 
| 
      
 417 
     | 
    
         
            +
            <div class="section" id="columns-name-stage">
         
     | 
| 
      
 418 
     | 
    
         
            +
            <span id="logical-count-columns-name-stage"></span><h4>7.3.31.4.4.1. <code class="docutils literal"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 419 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 420 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 421 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 422 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> を見てください。</p>
         
     | 
| 
      
 423 
     | 
    
         
            +
            <p>必須の引数です。</p>
         
     | 
| 
      
 424 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">initial</span></code> ステージだけが有効です。なぜなら <code class="docutils literal"><span class="pre">filtered</span></code> ステージと <code class="docutils literal"><span class="pre">output</span></code> ステージ以降にはなにも処理がないからです。</p>
         
     | 
| 
      
 425 
     | 
    
         
            +
            <p>以下は <code class="docutils literal"><span class="pre">initial</span></code> ステージで <code class="docutils literal"><span class="pre">is_popular</span></code> カラムを作る例です。作成した <code class="docutils literal"><span class="pre">is_popular</span></code> カラムは <code class="docutils literal"><span class="pre">filter</span></code> を含むすべてのパラメーターで使えます。</p>
         
     | 
| 
      
 426 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 427 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 428 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 429 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 430 
     | 
    
         
            +
              --columns[is_popular].stage initial \
         
     | 
| 
      
 431 
     | 
    
         
            +
              --columns[is_popular].type Bool \
         
     | 
| 
      
 432 
     | 
    
         
            +
              --columns[is_popular].value 'n_likes >= 10' \
         
     | 
| 
      
 433 
     | 
    
         
            +
              --filter is_popular
         
     | 
| 
      
 434 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
      
 435 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 436 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 437 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 438 
     | 
    
         
            +
            <div class="section" id="columns-name-flags">
         
     | 
| 
      
 439 
     | 
    
         
            +
            <span id="logical-count-columns-name-flags"></span><h4>7.3.31.4.4.2. <code class="docutils literal"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 440 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 441 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 442 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 443 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> を見てください。</p>
         
     | 
| 
      
 444 
     | 
    
         
            +
            <p>デフォルト値は <code class="docutils literal"><span class="pre">COLUMN_SCALAR</span></code> です。</p>
         
     | 
| 
      
 445 
     | 
    
         
            +
            <p>以下は <code class="docutils literal"><span class="pre">COLUMN_VECTOR</span></code> フラグを指定してベクターカラムを作る例です。 <code class="docutils literal"><span class="pre">plugin_register</span> <span class="pre">functions/vector</span></code> は <a class="reference internal" href="../functions/vector_new.html"><span class="doc">vector_new</span></a> 関数を使うために実行しています。:</p>
         
     | 
| 
      
 446 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 447 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/vector
         
     | 
| 
      
 448 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 449 
     | 
    
         
            +
            logical_count \
         
     | 
| 
      
 450 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 451 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 452 
     | 
    
         
            +
              --columns[vector].stage initial \
         
     | 
| 
      
 453 
     | 
    
         
            +
              --columns[vector].flags COLUMN_VECTOR \
         
     | 
| 
      
 454 
     | 
    
         
            +
              --columns[vector].type UInt32 \
         
     | 
| 
      
 455 
     | 
    
         
            +
              --columns[vector].value 'vector_new(1, 2, 3)' \
         
     | 
| 
      
 456 
     | 
    
         
            +
              --filter 'vector_size(vector) > 2'
         
     | 
| 
      
 457 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 5]
         
     | 
| 
      
 458 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 459 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 460 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 461 
     | 
    
         
            +
            <div class="section" id="columns-name-type">
         
     | 
| 
      
 462 
     | 
    
         
            +
            <span id="logical-count-columns-name-type"></span><h4>7.3.31.4.4.3. <code class="docutils literal"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 463 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 464 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 465 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 466 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> を見てください。</p>
         
     | 
| 
      
 467 
     | 
    
         
            +
            <p>必須の引数です。</p>
         
     | 
| 
      
 468 
     | 
    
         
            +
            <p>以下は <code class="docutils literal"><span class="pre">ShortText</span></code> 型のカラムを作る例です。保存された値は自動的に <code class="docutils literal"><span class="pre">ShortText</span></code> にキャストされます。この例では数値が <code class="docutils literal"><span class="pre">ShortText</span></code> にキャストされています。</p>
         
     | 
| 
      
 469 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 470 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 471 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 472 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 473 
     | 
    
         
            +
              --columns[n_likes_string].stage initial \
         
     | 
| 
      
 474 
     | 
    
         
            +
              --columns[n_likes_string].type ShortText \
         
     | 
| 
      
 475 
     | 
    
         
            +
              --columns[n_likes_string].value n_likes \
         
     | 
| 
      
 476 
     | 
    
         
            +
              --filter 'n_likes_string == "3"'
         
     | 
| 
      
 477 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
      
 478 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 479 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 480 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 481 
     | 
    
         
            +
            <div class="section" id="columns-name-value">
         
     | 
| 
      
 482 
     | 
    
         
            +
            <span id="logical-count-columns-name-value"></span><h4>7.3.31.4.4.4. <code class="docutils literal"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 483 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 484 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 485 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 486 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> を見てください。</p>
         
     | 
| 
      
 487 
     | 
    
         
            +
            <p>ウィンドウ関数を使う場合は、 <code class="docutils literal"><span class="pre">value</span></code> の値に <a class="reference internal" href="../window_function.html"><span class="doc">ウィンドウ関数</span></a> を指定し、さらに他のウィンドウ関数関連のパラメーターも指定する必要があります。詳細は <a class="reference internal" href="#logical-count-window-function-related-parameters"><span class="std std-ref">ウィンドウ関数関連の引数</span></a> を見てください。</p>
         
     | 
| 
      
 488 
     | 
    
         
            +
            <p>必須の引数です。</p>
         
     | 
| 
      
 489 
     | 
    
         
            +
            <p>以下は内容の文字数を格納するための動的カラムを1つ作る例です。この例では文字数を数えるために <code class="docutils literal"><span class="pre">functions/string</span></code> プラグイン内の <a class="reference internal" href="../functions/string_length.html"><span class="doc">string_length</span></a> 関数を使っています。 <code class="docutils literal"><span class="pre">functions/string</span></code> プラグインを登録するために <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> を使っています。</p>
         
     | 
| 
      
 490 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 491 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/string
         
     | 
| 
      
 492 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
      
 493 
     | 
    
         
            +
            logical_count \
         
     | 
| 
      
 494 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 495 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 496 
     | 
    
         
            +
              --columns[content_length].stage initial \
         
     | 
| 
      
 497 
     | 
    
         
            +
              --columns[content_length].type UInt32 \
         
     | 
| 
      
 498 
     | 
    
         
            +
              --columns[content_length].value 'string_length(content)' \
         
     | 
| 
      
 499 
     | 
    
         
            +
              --filter 'content_length >= 40'
         
     | 
| 
      
 500 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 2]
         
     | 
| 
      
 501 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 502 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 503 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 504 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 505 
     | 
    
         
            +
            <div class="section" id="window-function-related-parameters">
         
     | 
| 
      
 506 
     | 
    
         
            +
            <span id="logical-count-window-function-related-parameters"></span><h3>7.3.31.4.5. ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 507 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 508 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 509 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 510 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべてのウィンドウ関数関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-window-function-related-parameters"><span class="std std-ref">ウィンドウ関数関連の引数</span></a> を見てください。</p>
         
     | 
| 
      
 511 
     | 
    
         
            +
            <div class="admonition note">
         
     | 
| 
      
 512 
     | 
    
         
            +
            <p class="first admonition-title">注釈</p>
         
     | 
| 
      
 513 
     | 
    
         
            +
            <p class="last">複数のテーブルをまたがったウィンドウ関数はまだサポートしていません。</p>
         
     | 
| 
      
 514 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 515 
     | 
    
         
            +
            <div class="section" id="columns-name-window-sort-keys">
         
     | 
| 
      
 516 
     | 
    
         
            +
            <span id="logical-count-columns-name-window-sort-keys"></span><h4>7.3.31.4.5.1. <code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys</span></code><a class="headerlink" href="#columns-name-window-sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 517 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 518 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 519 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 520 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> を見てください。</p>
         
     | 
| 
      
 521 
     | 
    
         
            +
            <p>ウィンドウ関数を使うには <a class="reference internal" href="#logical-count-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> または <a class="reference internal" href="#logical-count-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> を指定しなければいけません。</p>
         
     | 
| 
      
 522 
     | 
    
         
            +
            <p>以下は <code class="docutils literal"><span class="pre">Entries.tag</span></code> 毎に累積和を計算する例です。各グループ内のレコードは <code class="docutils literal"><span class="pre">Entries._key</span></code> でソートします。</p>
         
     | 
| 
      
 523 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 524 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 525 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 526 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 527 
     | 
    
         
            +
              --columns[n_likes_cumulative_sum_per_tag].stage initial \
         
     | 
| 
      
 528 
     | 
    
         
            +
              --columns[n_likes_cumulative_sum_per_tag].type UInt32 \
         
     | 
| 
      
 529 
     | 
    
         
            +
              --columns[n_likes_cumulative_sum_per_tag].value 'window_sum(n_likes)' \
         
     | 
| 
      
 530 
     | 
    
         
            +
              --columns[n_likes_cumulative_sum_per_tag].window.sort_keys _key \
         
     | 
| 
      
 531 
     | 
    
         
            +
              --columns[n_likes_cumulative_sum_per_tag].window.group_keys tag \
         
     | 
| 
      
 532 
     | 
    
         
            +
              --filter 'n_likes_cumulative_sum_per_tag > 5'
         
     | 
| 
      
 533 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 3]
         
     | 
| 
      
 534 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 535 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 536 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 537 
     | 
    
         
            +
            <div class="section" id="columns-name-window-group-keys">
         
     | 
| 
      
 538 
     | 
    
         
            +
            <span id="logical-count-columns-name-window-group-keys"></span><h4>7.3.31.4.5.2. <code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 539 
     | 
    
         
            +
            <div class="versionadded">
         
     | 
| 
      
 540 
     | 
    
         
            +
            <p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
         
     | 
| 
      
 541 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 542 
     | 
    
         
            +
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> を見てください。</p>
         
     | 
| 
      
 543 
     | 
    
         
            +
            <p>ウィンドウ関数を使うには <a class="reference internal" href="#logical-count-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> または <a class="reference internal" href="#logical-count-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> を指定しなければいけません。</p>
         
     | 
| 
      
 544 
     | 
    
         
            +
            <p>以下は <code class="docutils literal"><span class="pre">Entries.tag</span></code> 毎に合計を計算する例です。</p>
         
     | 
| 
      
 545 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 546 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 547 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 548 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 549 
     | 
    
         
            +
              --columns[n_likes_sum_per_tag].stage initial \
         
     | 
| 
      
 550 
     | 
    
         
            +
              --columns[n_likes_sum_per_tag].type UInt32 \
         
     | 
| 
      
 551 
     | 
    
         
            +
              --columns[n_likes_sum_per_tag].value 'window_sum(n_likes)' \
         
     | 
| 
      
 552 
     | 
    
         
            +
              --columns[n_likes_sum_per_tag].window.group_keys tag \
         
     | 
| 
      
 553 
     | 
    
         
            +
              --filter 'n_likes_sum_per_tag > 5'
         
     | 
| 
      
 554 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 4]
         
     | 
| 
      
 555 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 556 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 557 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 558 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 559 
     | 
    
         
            +
            <div class="section" id="cache-related-parameter">
         
     | 
| 
      
 560 
     | 
    
         
            +
            <h3>7.3.31.4.6. キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 561 
     | 
    
         
            +
            <div class="section" id="cache">
         
     | 
| 
      
 562 
     | 
    
         
            +
            <span id="logical-count-cache"></span><h4>7.3.31.4.6.1. <code class="docutils literal"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 563 
     | 
    
         
            +
            <p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
         
     | 
| 
      
 564 
     | 
    
         
            +
            <p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
         
     | 
| 
      
 565 
     | 
    
         
            +
            <p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
         
     | 
| 
      
 566 
     | 
    
         
            +
            <p>指定可能な値は以下の通りです。</p>
         
     | 
| 
      
 567 
     | 
    
         
            +
            <table border="1" class="docutils">
         
     | 
| 
      
 568 
     | 
    
         
            +
            <colgroup>
         
     | 
| 
      
 569 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 570 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 571 
     | 
    
         
            +
            </colgroup>
         
     | 
| 
      
 572 
     | 
    
         
            +
            <thead valign="bottom">
         
     | 
| 
      
 573 
     | 
    
         
            +
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
      
 574 
     | 
    
         
            +
            <th class="head">説明</th>
         
     | 
| 
      
 575 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 576 
     | 
    
         
            +
            </thead>
         
     | 
| 
      
 577 
     | 
    
         
            +
            <tbody valign="top">
         
     | 
| 
      
 578 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">no</span></code></td>
         
     | 
| 
      
 579 
     | 
    
         
            +
            <td>このクエリーの出力をキャッシュしない。</td>
         
     | 
| 
      
 580 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 581 
     | 
    
         
            +
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">yes</span></code></td>
         
     | 
| 
      
 582 
     | 
    
         
            +
            <td>このクエリーの出力をキャッシュする。デフォルト値。</td>
         
     | 
| 
      
 583 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 584 
     | 
    
         
            +
            </tbody>
         
     | 
| 
      
 585 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 586 
     | 
    
         
            +
            <p>このクエリーの結果をキャッシュしないようにする例です。</p>
         
     | 
| 
      
 587 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 588 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_count \
         
     | 
| 
      
 589 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 590 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 591 
     | 
    
         
            +
              --cache no
         
     | 
| 
      
 592 
     | 
    
         
            +
            # [[0, 1337566253.89858, 0.000355720520019531], 5]
         
     | 
| 
      
 593 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 594 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 595 
     | 
    
         
            +
            <p>デフォルト値は <code class="docutils literal"><span class="pre">yes</span></code> です。</p>
         
     | 
| 
       219 
596 
     | 
    
         
             
            </div>
         
     | 
| 
       220 
597 
     | 
    
         
             
            </div>
         
     | 
| 
       221 
598 
     | 
    
         
             
            </div>
         
     | 
| 
       222 
599 
     | 
    
         
             
            <div class="section" id="return-value">
         
     | 
| 
       223 
600 
     | 
    
         
             
            <h2>7.3.31.5. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       224 
     | 
    
         
            -
            <p 
     | 
| 
       225 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre><span></span>[HEADER,  
     | 
| 
      
 601 
     | 
    
         
            +
            <p>このコマンドは以下のフォーマットのレスポンスを返します:</p>
         
     | 
| 
      
 602 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>[HEADER, N_HITS]
         
     | 
| 
       226 
603 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       227 
604 
     | 
    
         
             
            </div>
         
     | 
| 
      
 605 
     | 
    
         
            +
            <p>このコマンドが失敗すると、 <code class="docutils literal"><span class="pre">HEADER</span></code> にエラーの詳細が含まれます。</p>
         
     | 
| 
      
 606 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
         
     | 
| 
      
 607 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">N_HITS</span></code> はマッチしたレコード数です。</p>
         
     | 
| 
       228 
608 
     | 
    
         
             
            </div>
         
     | 
| 
       229 
609 
     | 
    
         
             
            </div>
         
     | 
| 
       230 
610 
     | 
    
         | 
| 
         @@ -251,7 +631,26 @@ load --table Logs_20150205 
     | 
|
| 
       251 
631 
     | 
    
         
             
            <li><a class="reference internal" href="#min-border">7.3.31.4.2.2. <code class="docutils literal"><span class="pre">min_border</span></code></a></li>
         
     | 
| 
       252 
632 
     | 
    
         
             
            <li><a class="reference internal" href="#max">7.3.31.4.2.3. <code class="docutils literal"><span class="pre">max</span></code></a></li>
         
     | 
| 
       253 
633 
     | 
    
         
             
            <li><a class="reference internal" href="#max-border">7.3.31.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code></a></li>
         
     | 
| 
       254 
     | 
    
         
            -
             
     | 
| 
      
 634 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 635 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 636 
     | 
    
         
            +
            <li><a class="reference internal" href="#search-related-parameters">7.3.31.4.3. 検索関係の引数</a><ul>
         
     | 
| 
      
 637 
     | 
    
         
            +
            <li><a class="reference internal" href="#filter">7.3.31.4.3.1. <code class="docutils literal"><span class="pre">filter</span></code></a></li>
         
     | 
| 
      
 638 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 639 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 640 
     | 
    
         
            +
            <li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.31.4.4. 動的カラム関連の引数</a><ul>
         
     | 
| 
      
 641 
     | 
    
         
            +
            <li><a class="reference internal" href="#columns-name-stage">7.3.31.4.4.1. <code class="docutils literal"><span class="pre">columns[${NAME}].stage</span></code></a></li>
         
     | 
| 
      
 642 
     | 
    
         
            +
            <li><a class="reference internal" href="#columns-name-flags">7.3.31.4.4.2. <code class="docutils literal"><span class="pre">columns[${NAME}].flags</span></code></a></li>
         
     | 
| 
      
 643 
     | 
    
         
            +
            <li><a class="reference internal" href="#columns-name-type">7.3.31.4.4.3. <code class="docutils literal"><span class="pre">columns[${NAME}].type</span></code></a></li>
         
     | 
| 
      
 644 
     | 
    
         
            +
            <li><a class="reference internal" href="#columns-name-value">7.3.31.4.4.4. <code class="docutils literal"><span class="pre">columns[${NAME}].value</span></code></a></li>
         
     | 
| 
      
 645 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 646 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 647 
     | 
    
         
            +
            <li><a class="reference internal" href="#window-function-related-parameters">7.3.31.4.5. ウィンドウ関数関連の引数</a><ul>
         
     | 
| 
      
 648 
     | 
    
         
            +
            <li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.31.4.5.1. <code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
         
     | 
| 
      
 649 
     | 
    
         
            +
            <li><a class="reference internal" href="#columns-name-window-group-keys">7.3.31.4.5.2. <code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
         
     | 
| 
      
 650 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 651 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 652 
     | 
    
         
            +
            <li><a class="reference internal" href="#cache-related-parameter">7.3.31.4.6. キャッシュ関連の引数</a><ul>
         
     | 
| 
      
 653 
     | 
    
         
            +
            <li><a class="reference internal" href="#cache">7.3.31.4.6.1. <code class="docutils literal"><span class="pre">cache</span></code></a></li>
         
     | 
| 
       255 
654 
     | 
    
         
             
            </ul>
         
     | 
| 
       256 
655 
     | 
    
         
             
            </li>
         
     | 
| 
       257 
656 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -267,13 +666,6 @@ load --table Logs_20150205 
     | 
|
| 
       267 
666 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       268 
667 
     | 
    
         
             
              <p class="topless"><a href="logical_parameters.html"
         
     | 
| 
       269 
668 
     | 
    
         
             
                                    title="次の章へ">7.3.32. <code class="docutils literal"><span class="pre">logical_parameters</span></code></a></p>
         
     | 
| 
       270 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       271 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       272 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       273 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/logical_count.txt"
         
     | 
| 
       274 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       275 
     | 
    
         
            -
                </ul>
         
     | 
| 
       276 
     | 
    
         
            -
               </div>
         
     | 
| 
       277 
669 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       278 
670 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       279 
671 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
         @@ -300,13 +692,13 @@ load --table Logs_20150205 
     | 
|
| 
       300 
692 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       301 
693 
     | 
    
         
             
                      <a href="log_reopen.html" title="7.3.30. log_reopen"
         
     | 
| 
       302 
694 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       303 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0 
     | 
| 
      
 695 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
         
     | 
| 
       304 
696 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       305 
697 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       306 
698 
     | 
    
         
             
                  </ul>
         
     | 
| 
       307 
699 
     | 
    
         
             
                </div>
         
     | 
| 
       308 
700 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       309 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 701 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       310 
702 
     | 
    
         
             
                </div>
         
     | 
| 
       311 
703 
     | 
    
         
             
              </body>
         
     | 
| 
       312 
704 
     | 
    
         
             
            </html>
         
     |