rroonga 7.0.2-x64-mingw32 → 7.1.1-x64-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_seh-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.34. logical_select — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.34. logical_select — 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.35. logical_shard_list" href="logical_shard_list.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.33. logical_range_filter" href="logical_range_filter.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="logical_range_filter.html" title="7.3.33. logical_range_filter"
         
     | 
| 
       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>
         
     | 
| 
         @@ -82,7 +78,7 @@ 
     | 
|
| 
       82 
78 
     | 
    
         
             
            <p><span class="versionmodified">バージョン 5.0.5 で追加.</span></p>
         
     | 
| 
       83 
79 
     | 
    
         
             
            </div>
         
     | 
| 
       84 
80 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">logical_select</span></code> は <a class="reference internal" href="select.html"><span class="doc">select</span></a> のシャーディングバージョンです。 <code class="docutils literal"><span class="pre">logical_select</span></code> は複数のテーブルからレコードを検索し、マッチしたレコードを出力します。</p>
         
     | 
| 
       85 
     | 
    
         
            -
            <p 
     | 
| 
      
 81 
     | 
    
         
            +
            <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>
         
     | 
| 
       86 
82 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
83 
     | 
    
         
             
            <div class="section" id="syntax">
         
     | 
| 
       88 
84 
     | 
    
         
             
            <h2>7.3.34.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
         @@ -113,6 +109,13 @@ 
     | 
|
| 
       113 
109 
     | 
    
         
             
                           [drilldown_filter=null]
         
     | 
| 
       114 
110 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       115 
111 
     | 
    
         
             
            </div>
         
     | 
| 
      
 112 
     | 
    
         
            +
            <p>いくつか名前付き引数としてしか使えない引数があります。これらの引数を「○番目の引数」として使うことはできません。必ず名前を指定する必要があります。</p>
         
     | 
| 
      
 113 
     | 
    
         
            +
            <p>名前付き引数としてしか使えない引数は次の通りです。</p>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 115 
     | 
    
         
            +
            <div><ul class="simple">
         
     | 
| 
      
 116 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">cache=no</span></code></li>
         
     | 
| 
      
 117 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 118 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
       116 
119 
     | 
    
         
             
            <p>以下の名前付き引数で動的カラム機能を使うことができます。</p>
         
     | 
| 
       117 
120 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       118 
121 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
         @@ -195,29 +198,20 @@ 
     | 
|
| 
       195 
198 
     | 
    
         
             
            <p>しかし、いくつか <a class="reference internal" href="select.html"><span class="doc">select</span></a> と違うところもあります。</p>
         
     | 
| 
       196 
199 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       197 
200 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       198 
     | 
    
         
            -
            <li>< 
     | 
| 
       199 
     | 
    
         
            -
            </li>
         
     | 
| 
       200 
     | 
    
         
            -
            <li>< 
     | 
| 
       201 
     | 
    
         
            -
            </li>
         
     | 
| 
       202 
     | 
    
         
            -
            <li>< 
     | 
| 
       203 
     | 
    
         
            -
            </li>
         
     | 
| 
       204 
     | 
    
         
            -
            <li>< 
     | 
| 
       205 
     | 
    
         
            -
            </li>
         
     | 
| 
       206 
     | 
    
         
            -
            <li><p class="first"><code class="docutils literal"><span class="pre">match_escalation_threshold</span></code> はまだサポートしていません。</p>
         
     | 
| 
       207 
     | 
    
         
            -
            </li>
         
     | 
| 
       208 
     | 
    
         
            -
            <li><p class="first"><code class="docutils literal"><span class="pre">query_flags</span></code> はまだサポートしていません。</p>
         
     | 
| 
       209 
     | 
    
         
            -
            </li>
         
     | 
| 
       210 
     | 
    
         
            -
            <li><p class="first"><code class="docutils literal"><span class="pre">query_expander</span></code> はまだサポートしていません。</p>
         
     | 
| 
       211 
     | 
    
         
            -
            </li>
         
     | 
| 
       212 
     | 
    
         
            -
            <li><p class="first"><code class="docutils literal"><span class="pre">adjuster</span></code> はまだサポートしていません。</p>
         
     | 
| 
       213 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 201 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">table</span></code> 引数ではなく、 <code class="docutils literal"><span class="pre">logical_table</span></code> と <code class="docutils literal"><span class="pre">shard_key</span></code> 引数が必須です。</li>
         
     | 
| 
      
 202 
     | 
    
         
            +
            <li>複数のシャードを使った場合の <code class="docutils literal"><span class="pre">sort_keys</span></code> はサポートしていません。(1つのシャードのみを使った場合はサポートしています。複数のシャードについては1つ例外があります。<code class="docutils literal"><span class="pre">shard_key</span></code> と <code class="docutils literal"><span class="pre">sort_keys</span></code> が同じ場合です。その場合はサポートしています。詳細は <a class="reference internal" href="#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a> を参照してください。)</li>
         
     | 
| 
      
 203 
     | 
    
         
            +
            <li>複数のシャードを使った場合、 <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code> の中で <code class="docutils literal"><span class="pre">_value.${KEY_NAME}</span></code> を使えません。1つのシャードのみを使った場合は使えます。</li>
         
     | 
| 
      
 204 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">match_escalation_threshold</span></code> はまだサポートしていません。</li>
         
     | 
| 
      
 205 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">query_flags</span></code> はまだサポートしていません。</li>
         
     | 
| 
      
 206 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">query_expander</span></code> はまだサポートしていません。</li>
         
     | 
| 
      
 207 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">adjuster</span></code> はまだサポートしていません。</li>
         
     | 
| 
       214 
208 
     | 
    
         
             
            </ul>
         
     | 
| 
       215 
209 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       216 
210 
     | 
    
         
             
            </div>
         
     | 
| 
       217 
211 
     | 
    
         
             
            <div class="section" id="usage">
         
     | 
| 
       218 
212 
     | 
    
         
             
            <h2>7.3.34.4. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       219 
     | 
    
         
            -
            <p 
     | 
| 
       220 
     | 
    
         
            -
            <p 
     | 
| 
      
 213 
     | 
    
         
            +
            <p>例を使いながら使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
         
     | 
| 
      
 214 
     | 
    
         
            +
            <p>このコマンドは <code class="docutils literal"><span class="pre">sharding</span></code> プラグインに含まれているので <code class="docutils literal"><span class="pre">sharding</span></code> プラグインを登録する必要があります。</p>
         
     | 
| 
       221 
215 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       222 
216 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register sharding
         
     | 
| 
       223 
217 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
         @@ -415,8 +409,8 @@ load --table Entries_20150709 
     | 
|
| 
       415 
409 
     | 
    
         
             
            #     [
         
     | 
| 
       416 
410 
     | 
    
         
             
            #       [
         
     | 
| 
       417 
411 
     | 
    
         
             
            #         "Groonga::Sharding::LogicalSelectCommand::Executor.execute_search",
         
     | 
| 
       418 
     | 
    
         
            -
            #         "/home/ 
     | 
| 
       419 
     | 
    
         
            -
            #          
     | 
| 
      
 412 
     | 
    
         
            +
            #         "/home/horimoto/work/release/groonga/groonga.clean/plugins/sharding/logical_select.rb",
         
     | 
| 
      
 413 
     | 
    
         
            +
            #         560
         
     | 
| 
       420 
414 
     | 
    
         
             
            #       ]
         
     | 
| 
       421 
415 
     | 
    
         
             
            #     ]
         
     | 
| 
       422 
416 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -513,18 +507,15 @@ load --table Entries_20150709 
     | 
|
| 
       513 
507 
     | 
    
         
             
            </colgroup>
         
     | 
| 
       514 
508 
     | 
    
         
             
            <thead valign="bottom">
         
     | 
| 
       515 
509 
     | 
    
         
             
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
       516 
     | 
    
         
            -
            <th class="head" 
     | 
| 
       517 
     | 
    
         
            -
            </th>
         
     | 
| 
      
 510 
     | 
    
         
            +
            <th class="head">説明</th>
         
     | 
| 
       518 
511 
     | 
    
         
             
            </tr>
         
     | 
| 
       519 
512 
     | 
    
         
             
            </thead>
         
     | 
| 
       520 
513 
     | 
    
         
             
            <tbody valign="top">
         
     | 
| 
       521 
514 
     | 
    
         
             
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">include</span></code></td>
         
     | 
| 
       522 
     | 
    
         
            -
            <td>< 
     | 
| 
       523 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 515 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">min</span></code> の値を含みます。これがデフォルト値です。</td>
         
     | 
| 
       524 
516 
     | 
    
         
             
            </tr>
         
     | 
| 
       525 
517 
     | 
    
         
             
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">exclude</span></code></td>
         
     | 
| 
       526 
     | 
    
         
            -
            <td>< 
     | 
| 
       527 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 518 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">min</span></code> の値を含みません。</td>
         
     | 
| 
       528 
519 
     | 
    
         
             
            </tr>
         
     | 
| 
       529 
520 
     | 
    
         
             
            </tbody>
         
     | 
| 
       530 
521 
     | 
    
         
             
            </table>
         
     | 
| 
         @@ -673,18 +664,15 @@ load --table Entries_20150709 
     | 
|
| 
       673 
664 
     | 
    
         
             
            </colgroup>
         
     | 
| 
       674 
665 
     | 
    
         
             
            <thead valign="bottom">
         
     | 
| 
       675 
666 
     | 
    
         
             
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
       676 
     | 
    
         
            -
            <th class="head" 
     | 
| 
       677 
     | 
    
         
            -
            </th>
         
     | 
| 
      
 667 
     | 
    
         
            +
            <th class="head">説明</th>
         
     | 
| 
       678 
668 
     | 
    
         
             
            </tr>
         
     | 
| 
       679 
669 
     | 
    
         
             
            </thead>
         
     | 
| 
       680 
670 
     | 
    
         
             
            <tbody valign="top">
         
     | 
| 
       681 
671 
     | 
    
         
             
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">include</span></code></td>
         
     | 
| 
       682 
     | 
    
         
            -
            <td>< 
     | 
| 
       683 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 672 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">max</span></code> の値を含みます。これがデフォルト値です。</td>
         
     | 
| 
       684 
673 
     | 
    
         
             
            </tr>
         
     | 
| 
       685 
674 
     | 
    
         
             
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">exclude</span></code></td>
         
     | 
| 
       686 
     | 
    
         
            -
            <td>< 
     | 
| 
       687 
     | 
    
         
            -
            </td>
         
     | 
| 
      
 675 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">max</span></code> の値を含みません。</td>
         
     | 
| 
       688 
676 
     | 
    
         
             
            </tr>
         
     | 
| 
       689 
677 
     | 
    
         
             
            </tbody>
         
     | 
| 
       690 
678 
     | 
    
         
             
            </table>
         
     | 
| 
         @@ -765,7 +753,7 @@ load --table Entries_20150709 
     | 
|
| 
       765 
753 
     | 
    
         
             
            </div>
         
     | 
| 
       766 
754 
     | 
    
         
             
            <div class="section" id="search-related-parameters">
         
     | 
| 
       767 
755 
     | 
    
         
             
            <span id="logical-select-search-related-parameters"></span><h3>7.3.34.5.3. 検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       768 
     | 
    
         
            -
            <p 
     | 
| 
      
 756 
     | 
    
         
            +
            <p>このコマンドは <a class="reference internal" href="select.html"><span class="doc">select</span></a> 互換の検索関連パラメーターをサポートしています。</p>
         
     | 
| 
       769 
757 
     | 
    
         
             
            <div class="section" id="match-columns">
         
     | 
| 
       770 
758 
     | 
    
         
             
            <span id="logical-select-match-columns"></span><h4>7.3.34.5.3.1. <code class="docutils literal"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       771 
759 
     | 
    
         
             
            <div class="versionadded">
         
     | 
| 
         @@ -1098,6 +1086,10 @@ load --table Entries_20150709 
     | 
|
| 
       1098 
1086 
     | 
    
         
             
            <span id="logical-select-sort-keys"></span><h4>7.3.34.5.5.3. <code class="docutils literal"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       1099 
1087 
     | 
    
         
             
            <p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-sort-keys"><span class="std std-ref">sort_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-sort-keys"><span class="std std-ref">sort_keys</span></a> を見てください。</p>
         
     | 
| 
       1100 
1088 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">sort_keys</span></code> には制限があります。検索対象のシャードが1つの場合のみ動作します。もし、検索対象のシャードが複数ある場合、 <code class="docutils literal"><span class="pre">sort_keys</span></code> は正常な動作をしません。</p>
         
     | 
| 
      
 1089 
     | 
    
         
            +
            <div class="admonition note">
         
     | 
| 
      
 1090 
     | 
    
         
            +
            <p class="first admonition-title">注釈</p>
         
     | 
| 
      
 1091 
     | 
    
         
            +
            <p class="last">複数のシャードに関して例外があります。<code class="docutils literal"><span class="pre">shard_key</span></code> と <code class="docutils literal"><span class="pre">sort_keys</span></code> に同じ値が指定された場合です。その場合はサポートしています。<code class="docutils literal"><span class="pre">logical_select</span></code> はシャードを昇順で順番に処理します。そのため、<code class="docutils literal"><span class="pre">shard_key</span></code> の大小関係は保たれるので、正しくソートできます。</p>
         
     | 
| 
      
 1092 
     | 
    
         
            +
            </div>
         
     | 
| 
       1101 
1093 
     | 
    
         
             
            <p>以下は1つのシャードのみを使っている例です。</p>
         
     | 
| 
       1102 
1094 
     | 
    
         
             
            <p>実行例:</p>
         
     | 
| 
       1103 
1095 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_select \
         
     | 
| 
         @@ -1628,6 +1620,10 @@ logical_select \ 
     | 
|
| 
       1628 
1620 
     | 
    
         
             
            <p><span class="versionmodified">バージョン 7.0.1 で追加.</span></p>
         
     | 
| 
       1629 
1621 
     | 
    
         
             
            </div>
         
     | 
| 
       1630 
1622 
     | 
    
         
             
            <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>
         
     | 
| 
      
 1623 
     | 
    
         
            +
            <div class="admonition note">
         
     | 
| 
      
 1624 
     | 
    
         
            +
            <p class="first admonition-title">注釈</p>
         
     | 
| 
      
 1625 
     | 
    
         
            +
            <p class="last">複数のテーブルをまたがったウィンドウ関数はまだサポートしていません。</p>
         
     | 
| 
      
 1626 
     | 
    
         
            +
            </div>
         
     | 
| 
       1631 
1627 
     | 
    
         
             
            <div class="section" id="columns-name-window-sort-keys">
         
     | 
| 
       1632 
1628 
     | 
    
         
             
            <span id="logical-select-columns-name-window-sort-keys"></span><h4>7.3.34.5.7.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>
         
     | 
| 
       1633 
1629 
     | 
    
         
             
            <div class="versionadded">
         
     | 
| 
         @@ -2312,8 +2308,7 @@ logical_select \ 
     | 
|
| 
       2312 
2308 
     | 
    
         
             
            <p>いくつか制限があります。</p>
         
     | 
| 
       2313 
2309 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       2314 
2310 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       2315 
     | 
    
         
            -
            <li 
     | 
| 
       2316 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 2311 
     | 
    
         
            +
            <li>複数のシャードを使った場合、 <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].sort_keys</span></code> の中で <code class="docutils literal"><span class="pre">_value.${KEY_NAME}</span></code> を使えません。1つのシャードのみを使った場合は使えます。</li>
         
     | 
| 
       2317 
2312 
     | 
    
         
             
            </ul>
         
     | 
| 
       2318 
2313 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       2319 
2314 
     | 
    
         
             
            <div class="section" id="drilldowns-label-keys">
         
     | 
| 
         @@ -3248,6 +3243,124 @@ logical_select \ 
     | 
|
| 
       3248 
3243 
     | 
    
         
             
            </div>
         
     | 
| 
       3249 
3244 
     | 
    
         
             
            </div>
         
     | 
| 
       3250 
3245 
     | 
    
         
             
            </div>
         
     | 
| 
      
 3246 
     | 
    
         
            +
            <div class="section" id="cache-related-parameter">
         
     | 
| 
      
 3247 
     | 
    
         
            +
            <h3>7.3.34.5.10. キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
      
 3248 
     | 
    
         
            +
            <div class="section" id="cache">
         
     | 
| 
      
 3249 
     | 
    
         
            +
            <span id="logical-select-cache"></span><h4>7.3.34.5.10.1. <code class="docutils literal"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
      
 3250 
     | 
    
         
            +
            <p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
         
     | 
| 
      
 3251 
     | 
    
         
            +
            <p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
         
     | 
| 
      
 3252 
     | 
    
         
            +
            <p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
         
     | 
| 
      
 3253 
     | 
    
         
            +
            <p>指定可能な値は以下の通りです。</p>
         
     | 
| 
      
 3254 
     | 
    
         
            +
            <table border="1" class="docutils">
         
     | 
| 
      
 3255 
     | 
    
         
            +
            <colgroup>
         
     | 
| 
      
 3256 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 3257 
     | 
    
         
            +
            <col width="50%" />
         
     | 
| 
      
 3258 
     | 
    
         
            +
            </colgroup>
         
     | 
| 
      
 3259 
     | 
    
         
            +
            <thead valign="bottom">
         
     | 
| 
      
 3260 
     | 
    
         
            +
            <tr class="row-odd"><th class="head">Value</th>
         
     | 
| 
      
 3261 
     | 
    
         
            +
            <th class="head">説明</th>
         
     | 
| 
      
 3262 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 3263 
     | 
    
         
            +
            </thead>
         
     | 
| 
      
 3264 
     | 
    
         
            +
            <tbody valign="top">
         
     | 
| 
      
 3265 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">no</span></code></td>
         
     | 
| 
      
 3266 
     | 
    
         
            +
            <td>このクエリーの出力をキャッシュしない。</td>
         
     | 
| 
      
 3267 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 3268 
     | 
    
         
            +
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">yes</span></code></td>
         
     | 
| 
      
 3269 
     | 
    
         
            +
            <td>このクエリーの出力をキャッシュする。デフォルト値。</td>
         
     | 
| 
      
 3270 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 3271 
     | 
    
         
            +
            </tbody>
         
     | 
| 
      
 3272 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 3273 
     | 
    
         
            +
            <p>このクエリーの結果をキャッシュしないようにする例です。</p>
         
     | 
| 
      
 3274 
     | 
    
         
            +
            <p>実行例:</p>
         
     | 
| 
      
 3275 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre><span></span>logical_select \
         
     | 
| 
      
 3276 
     | 
    
         
            +
              --logical_table Entries \
         
     | 
| 
      
 3277 
     | 
    
         
            +
              --shard_key created_at \
         
     | 
| 
      
 3278 
     | 
    
         
            +
              --cache no
         
     | 
| 
      
 3279 
     | 
    
         
            +
            # [
         
     | 
| 
      
 3280 
     | 
    
         
            +
            #   [
         
     | 
| 
      
 3281 
     | 
    
         
            +
            #     0,
         
     | 
| 
      
 3282 
     | 
    
         
            +
            #     1337566253.89858,
         
     | 
| 
      
 3283 
     | 
    
         
            +
            #     0.000355720520019531
         
     | 
| 
      
 3284 
     | 
    
         
            +
            #   ],
         
     | 
| 
      
 3285 
     | 
    
         
            +
            #   [
         
     | 
| 
      
 3286 
     | 
    
         
            +
            #     [
         
     | 
| 
      
 3287 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3288 
     | 
    
         
            +
            #         5
         
     | 
| 
      
 3289 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 3290 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3291 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 3292 
     | 
    
         
            +
            #           "_id",
         
     | 
| 
      
 3293 
     | 
    
         
            +
            #           "UInt32"
         
     | 
| 
      
 3294 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 3295 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 3296 
     | 
    
         
            +
            #           "_key",
         
     | 
| 
      
 3297 
     | 
    
         
            +
            #           "ShortText"
         
     | 
| 
      
 3298 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 3299 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 3300 
     | 
    
         
            +
            #           "content",
         
     | 
| 
      
 3301 
     | 
    
         
            +
            #           "Text"
         
     | 
| 
      
 3302 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 3303 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 3304 
     | 
    
         
            +
            #           "created_at",
         
     | 
| 
      
 3305 
     | 
    
         
            +
            #           "Time"
         
     | 
| 
      
 3306 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 3307 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 3308 
     | 
    
         
            +
            #           "n_likes",
         
     | 
| 
      
 3309 
     | 
    
         
            +
            #           "UInt32"
         
     | 
| 
      
 3310 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 3311 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 3312 
     | 
    
         
            +
            #           "tag",
         
     | 
| 
      
 3313 
     | 
    
         
            +
            #           "ShortText"
         
     | 
| 
      
 3314 
     | 
    
         
            +
            #         ]
         
     | 
| 
      
 3315 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 3316 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3317 
     | 
    
         
            +
            #         1,
         
     | 
| 
      
 3318 
     | 
    
         
            +
            #         "The first post!",
         
     | 
| 
      
 3319 
     | 
    
         
            +
            #         "Welcome! This is my first post!",
         
     | 
| 
      
 3320 
     | 
    
         
            +
            #         1436281200.0,
         
     | 
| 
      
 3321 
     | 
    
         
            +
            #         5,
         
     | 
| 
      
 3322 
     | 
    
         
            +
            #         "Hello"
         
     | 
| 
      
 3323 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 3324 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3325 
     | 
    
         
            +
            #         2,
         
     | 
| 
      
 3326 
     | 
    
         
            +
            #         "Groonga",
         
     | 
| 
      
 3327 
     | 
    
         
            +
            #         "I started to use Groonga. It's very fast!",
         
     | 
| 
      
 3328 
     | 
    
         
            +
            #         1436284800.0,
         
     | 
| 
      
 3329 
     | 
    
         
            +
            #         10,
         
     | 
| 
      
 3330 
     | 
    
         
            +
            #         "Groonga"
         
     | 
| 
      
 3331 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 3332 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3333 
     | 
    
         
            +
            #         3,
         
     | 
| 
      
 3334 
     | 
    
         
            +
            #         "Mroonga",
         
     | 
| 
      
 3335 
     | 
    
         
            +
            #         "I also started to use Mroonga. It's also very fast! Really fast!",
         
     | 
| 
      
 3336 
     | 
    
         
            +
            #         1436288400.0,
         
     | 
| 
      
 3337 
     | 
    
         
            +
            #         15,
         
     | 
| 
      
 3338 
     | 
    
         
            +
            #         "Groonga"
         
     | 
| 
      
 3339 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 3340 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3341 
     | 
    
         
            +
            #         1,
         
     | 
| 
      
 3342 
     | 
    
         
            +
            #         "Good-bye Senna",
         
     | 
| 
      
 3343 
     | 
    
         
            +
            #         "I migrated all Senna system!",
         
     | 
| 
      
 3344 
     | 
    
         
            +
            #         1436367600.0,
         
     | 
| 
      
 3345 
     | 
    
         
            +
            #         3,
         
     | 
| 
      
 3346 
     | 
    
         
            +
            #         "Senna"
         
     | 
| 
      
 3347 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 3348 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 3349 
     | 
    
         
            +
            #         2,
         
     | 
| 
      
 3350 
     | 
    
         
            +
            #         "Good-bye Tritonn",
         
     | 
| 
      
 3351 
     | 
    
         
            +
            #         "I also migrated all Tritonn system!",
         
     | 
| 
      
 3352 
     | 
    
         
            +
            #         1436371200.0,
         
     | 
| 
      
 3353 
     | 
    
         
            +
            #         3,
         
     | 
| 
      
 3354 
     | 
    
         
            +
            #         "Senna"
         
     | 
| 
      
 3355 
     | 
    
         
            +
            #       ]
         
     | 
| 
      
 3356 
     | 
    
         
            +
            #     ]
         
     | 
| 
      
 3357 
     | 
    
         
            +
            #   ]
         
     | 
| 
      
 3358 
     | 
    
         
            +
            # ]
         
     | 
| 
      
 3359 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 3360 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 3361 
     | 
    
         
            +
            <p>デフォルト値は <code class="docutils literal"><span class="pre">yes</span></code> です。</p>
         
     | 
| 
      
 3362 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 3363 
     | 
    
         
            +
            </div>
         
     | 
| 
       3251 
3364 
     | 
    
         
             
            </div>
         
     | 
| 
       3252 
3365 
     | 
    
         
             
            <div class="section" id="return-value">
         
     | 
| 
       3253 
3366 
     | 
    
         
             
            <h2>7.3.34.6. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
         @@ -3347,6 +3460,10 @@ logical_select \ 
     | 
|
| 
       3347 
3460 
     | 
    
         
             
            <li><a class="reference internal" href="#drilldowns-label-columns-name-window-group-keys">7.3.34.5.9.15. <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></code></a></li>
         
     | 
| 
       3348 
3461 
     | 
    
         
             
            </ul>
         
     | 
| 
       3349 
3462 
     | 
    
         
             
            </li>
         
     | 
| 
      
 3463 
     | 
    
         
            +
            <li><a class="reference internal" href="#cache-related-parameter">7.3.34.5.10. キャッシュ関連の引数</a><ul>
         
     | 
| 
      
 3464 
     | 
    
         
            +
            <li><a class="reference internal" href="#cache">7.3.34.5.10.1. <code class="docutils literal"><span class="pre">cache</span></code></a></li>
         
     | 
| 
      
 3465 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 3466 
     | 
    
         
            +
            </li>
         
     | 
| 
       3350 
3467 
     | 
    
         
             
            </ul>
         
     | 
| 
       3351 
3468 
     | 
    
         
             
            </li>
         
     | 
| 
       3352 
3469 
     | 
    
         
             
            <li><a class="reference internal" href="#return-value">7.3.34.6. 戻り値</a></li>
         
     | 
| 
         @@ -3360,13 +3477,6 @@ logical_select \ 
     | 
|
| 
       3360 
3477 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       3361 
3478 
     | 
    
         
             
              <p class="topless"><a href="logical_shard_list.html"
         
     | 
| 
       3362 
3479 
     | 
    
         
             
                                    title="次の章へ">7.3.35. <code class="docutils literal"><span class="pre">logical_shard_list</span></code></a></p>
         
     | 
| 
       3363 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       3364 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       3365 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       3366 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/logical_select.txt"
         
     | 
| 
       3367 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       3368 
     | 
    
         
            -
                </ul>
         
     | 
| 
       3369 
     | 
    
         
            -
               </div>
         
     | 
| 
       3370 
3480 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       3371 
3481 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       3372 
3482 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
         @@ -3393,13 +3503,13 @@ logical_select \ 
     | 
|
| 
       3393 
3503 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       3394 
3504 
     | 
    
         
             
                      <a href="logical_range_filter.html" title="7.3.33. logical_range_filter"
         
     | 
| 
       3395 
3505 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       3396 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0 
     | 
| 
      
 3506 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
         
     | 
| 
       3397 
3507 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       3398 
3508 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       3399 
3509 
     | 
    
         
             
                  </ul>
         
     | 
| 
       3400 
3510 
     | 
    
         
             
                </div>
         
     | 
| 
       3401 
3511 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       3402 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 3512 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       3403 
3513 
     | 
    
         
             
                </div>
         
     | 
| 
       3404 
3514 
     | 
    
         
             
              </body>
         
     | 
| 
       3405 
3515 
     | 
    
         
             
            </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.35. logical_shard_list — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.35. logical_shard_list — 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.36. logical_table_remove" href="logical_table_remove.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.34. logical_select" href="logical_select.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="logical_select.html" title="7.3.34. logical_select"
         
     | 
| 
       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>
         
     | 
| 
         @@ -235,13 +231,6 @@ column_create Logs_20150930 timestamp COLUMN_SCALAR  Time 
     | 
|
| 
       235 
231 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       236 
232 
     | 
    
         
             
              <p class="topless"><a href="logical_table_remove.html"
         
     | 
| 
       237 
233 
     | 
    
         
             
                                    title="次の章へ">7.3.36. <code class="docutils literal"><span class="pre">logical_table_remove</span></code></a></p>
         
     | 
| 
       238 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       239 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       240 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       241 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/logical_shard_list.txt"
         
     | 
| 
       242 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       243 
     | 
    
         
            -
                </ul>
         
     | 
| 
       244 
     | 
    
         
            -
               </div>
         
     | 
| 
       245 
234 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       246 
235 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       247 
236 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
         @@ -268,13 +257,13 @@ column_create Logs_20150930 timestamp COLUMN_SCALAR  Time 
     | 
|
| 
       268 
257 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       269 
258 
     | 
    
         
             
                      <a href="logical_select.html" title="7.3.34. logical_select"
         
     | 
| 
       270 
259 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       271 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0 
     | 
| 
      
 260 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
         
     | 
| 
       272 
261 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       273 
262 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       274 
263 
     | 
    
         
             
                  </ul>
         
     | 
| 
       275 
264 
     | 
    
         
             
                </div>
         
     | 
| 
       276 
265 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       277 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 266 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       278 
267 
     | 
    
         
             
                </div>
         
     | 
| 
       279 
268 
     | 
    
         
             
              </body>
         
     | 
| 
       280 
269 
     | 
    
         
             
            </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.36. logical_table_remove — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>7.3.36. logical_table_remove — 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.37. normalize" href="normalize.html" />
         
     | 
| 
       34 
30 
     | 
    
         
             
                <link rel="prev" title="7.3.35. logical_shard_list" href="logical_shard_list.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="logical_shard_list.html" title="7.3.35. logical_shard_list"
         
     | 
| 
       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>
         
     | 
| 
         @@ -86,12 +82,9 @@ 
     | 
|
| 
       86 
82 
     | 
    
         
             
            <p>例えば、テーブル内に以下のレコードがあるとします。</p>
         
     | 
| 
       87 
83 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       88 
84 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       89 
     | 
    
         
            -
            <li 
     | 
| 
       90 
     | 
    
         
            -
            </li>
         
     | 
| 
       91 
     | 
    
         
            -
            <li 
     | 
| 
       92 
     | 
    
         
            -
            </li>
         
     | 
| 
       93 
     | 
    
         
            -
            <li><p class="first">レコード3: <code class="docutils literal"><span class="pre">2016-03-18</span> <span class="pre">02:00:00</span></code></p>
         
     | 
| 
       94 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li>レコード1: <code class="docutils literal"><span class="pre">2016-03-18</span> <span class="pre">00:30:00</span></code></li>
         
     | 
| 
      
 86 
     | 
    
         
            +
            <li>レコード2: <code class="docutils literal"><span class="pre">2016-03-18</span> <span class="pre">01:00:00</span></code></li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li>レコード3: <code class="docutils literal"><span class="pre">2016-03-18</span> <span class="pre">02:00:00</span></code></li>
         
     | 
| 
       95 
88 
     | 
    
         
             
            </ul>
         
     | 
| 
       96 
89 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       97 
90 
     | 
    
         
             
            <p>範囲として <code class="docutils literal"><span class="pre">2016-03-18</span> <span class="pre">00:00:00</span></code> から <code class="docutils literal"><span class="pre">2016-03-18</span> <span class="pre">01:30:00</span></code> までを指定すると、「レコード1」と「レコード2」を削除します。「レコード3」は削除しません。テーブルも削除しません。</p>
         
     | 
| 
         @@ -123,18 +116,12 @@ 
     | 
|
| 
       123 
116 
     | 
    
         
             
            <p>このセクションでは次のことについて説明します。</p>
         
     | 
| 
       124 
117 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       125 
118 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       126 
     | 
    
         
            -
            <li 
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
            <li 
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
            <li 
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
            <li><p class="first">関連するテーブルと一緒に削除</p>
         
     | 
| 
       133 
     | 
    
         
            -
            </li>
         
     | 
| 
       134 
     | 
    
         
            -
            <li><p class="first">可能な限り壊れているテーブルを削除</p>
         
     | 
| 
       135 
     | 
    
         
            -
            </li>
         
     | 
| 
       136 
     | 
    
         
            -
            <li><p class="first">利用リソースの削減</p>
         
     | 
| 
       137 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 119 
     | 
    
         
            +
            <li>基本的な使い方</li>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <li>論理テーブルの一部を削除</li>
         
     | 
| 
      
 121 
     | 
    
         
            +
            <li>削除できないケース</li>
         
     | 
| 
      
 122 
     | 
    
         
            +
            <li>関連するテーブルと一緒に削除</li>
         
     | 
| 
      
 123 
     | 
    
         
            +
            <li>可能な限り壊れているテーブルを削除</li>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <li>利用リソースの削減</li>
         
     | 
| 
       138 
125 
     | 
    
         
             
            </ul>
         
     | 
| 
       139 
126 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       140 
127 
     | 
    
         
             
            <div class="section" id="basic-usage">
         
     | 
| 
         @@ -243,21 +230,16 @@ load --table Logs_20160319 
     | 
|
| 
       243 
230 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">Logs_20160318</span></code> テーブルには次のレコードがあります。</p>
         
     | 
| 
       244 
231 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       245 
232 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       246 
     | 
    
         
            -
            <li 
     | 
| 
       247 
     | 
    
         
            -
            </li>
         
     | 
| 
       248 
     | 
    
         
            -
            <li 
     | 
| 
       249 
     | 
    
         
            -
            </li>
         
     | 
| 
       250 
     | 
    
         
            -
            <li><p class="first">レコード3: <code class="docutils literal"><span class="pre">"2016-03-18</span> <span class="pre">02:00:00"</span></code></p>
         
     | 
| 
       251 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 233 
     | 
    
         
            +
            <li>レコード1: <code class="docutils literal"><span class="pre">"2016-03-18</span> <span class="pre">00:30:00"</span></code></li>
         
     | 
| 
      
 234 
     | 
    
         
            +
            <li>レコード2: <code class="docutils literal"><span class="pre">"2016-03-18</span> <span class="pre">01:00:00"</span></code></li>
         
     | 
| 
      
 235 
     | 
    
         
            +
            <li>レコード3: <code class="docutils literal"><span class="pre">"2016-03-18</span> <span class="pre">02:00:00"</span></code></li>
         
     | 
| 
       252 
236 
     | 
    
         
             
            </ul>
         
     | 
| 
       253 
237 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       254 
238 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">Logs_20160319</span></code> テーブルには次のレコードがあります。</p>
         
     | 
| 
       255 
239 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       256 
240 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       257 
     | 
    
         
            -
            <li 
     | 
| 
       258 
     | 
    
         
            -
            </li>
         
     | 
| 
       259 
     | 
    
         
            -
            <li><p class="first">レコード2: <code class="docutils literal"><span class="pre">"2016-03-19</span> <span class="pre">01:00:00"</span></code></p>
         
     | 
| 
       260 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 241 
     | 
    
         
            +
            <li>レコード1: <code class="docutils literal"><span class="pre">"2016-03-19</span> <span class="pre">00:30:00"</span></code></li>
         
     | 
| 
      
 242 
     | 
    
         
            +
            <li>レコード2: <code class="docutils literal"><span class="pre">"2016-03-19</span> <span class="pre">01:00:00"</span></code></li>
         
     | 
| 
       261 
243 
     | 
    
         
             
            </ul>
         
     | 
| 
       262 
244 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       263 
245 
     | 
    
         
             
            <p>次の範囲は <code class="docutils literal"><span class="pre">Logs_20160318</span></code> テーブル内の「レコード1」を含んでいませんが、 <code class="docutils literal"><span class="pre">Logs_20160319</span></code> テーブルのすべてのレコードを含んでいます。</p>
         
     | 
| 
         @@ -267,8 +249,7 @@ load --table Logs_20160319 
     | 
|
| 
       267 
249 
     | 
    
         
             
            <col width="50%" />
         
     | 
| 
       268 
250 
     | 
    
         
             
            </colgroup>
         
     | 
| 
       269 
251 
     | 
    
         
             
            <thead valign="bottom">
         
     | 
| 
       270 
     | 
    
         
            -
            <tr class="row-odd"><th class="head" 
     | 
| 
       271 
     | 
    
         
            -
            </th>
         
     | 
| 
      
 252 
     | 
    
         
            +
            <tr class="row-odd"><th class="head">パラメーター</th>
         
     | 
| 
       272 
253 
     | 
    
         
             
            <th class="head">Value</th>
         
     | 
| 
       273 
254 
     | 
    
         
             
            </tr>
         
     | 
| 
       274 
255 
     | 
    
         
             
            </thead>
         
     | 
| 
         @@ -330,10 +311,8 @@ load --table Logs_20160319 
     | 
|
| 
       330 
311 
     | 
    
         
             
            <p>以下が依存していると判断する条件です。もし、テーブル・カラムがこれらの条件のどれか1つでも満たしていてれば、そのテーブル・カラムは対象シャードに依存しています。</p>
         
     | 
| 
       331 
312 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       332 
313 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       333 
     | 
    
         
            -
            <li 
     | 
| 
       334 
     | 
    
         
            -
            </li>
         
     | 
| 
       335 
     | 
    
         
            -
            <li><p class="first">対象シャード用のテーブル(= 名前の末尾が対象シャードと同じ <code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> で、対象シャードが参照しているテーブル)</p>
         
     | 
| 
       336 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 314 
     | 
    
         
            +
            <li>対象シャードを参照しているテーブル・カラム</li>
         
     | 
| 
      
 315 
     | 
    
         
            +
            <li>対象シャード用のテーブル(= 名前の末尾が対象シャードと同じ <code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> で、対象シャードが参照しているテーブル)</li>
         
     | 
| 
       337 
316 
     | 
    
         
             
            </ul>
         
     | 
| 
       338 
317 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       339 
318 
     | 
    
         
             
            <p>対象シャードを参照しているテーブル・カラムが1つ以上あれば、 <code class="docutils literal"><span class="pre">logical_table_remove</span></code> は失敗します。これは、参照先がなくなることを防ぐためです。</p>
         
     | 
| 
         @@ -363,8 +342,8 @@ column_create Bookmarks log_20160320 COLUMN_SCALAR Logs_20160320 
     | 
|
| 
       363 
342 
     | 
    
         
             
            #     [
         
     | 
| 
       364 
343 
     | 
    
         
             
            #       [
         
     | 
| 
       365 
344 
     | 
    
         
             
            #         "Groonga::Sharding::LogicalTableRemoveCommand.remove_table",
         
     | 
| 
       366 
     | 
    
         
            -
            #         "/home/ 
     | 
| 
       367 
     | 
    
         
            -
            #          
     | 
| 
      
 345 
     | 
    
         
            +
            #         "/home/horimoto/work/release/groonga/groonga.clean/plugins/sharding/logical_table_remove.rb",
         
     | 
| 
      
 346 
     | 
    
         
            +
            #         199
         
     | 
| 
       368 
347 
     | 
    
         
             
            #       ]
         
     | 
| 
       369 
348 
     | 
    
         
             
            #     ]
         
     | 
| 
       370 
349 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -463,8 +442,8 @@ column_create Timestamps logs_20160320_timestamp \ 
     | 
|
| 
       463 
442 
     | 
    
         
             
            #     [
         
     | 
| 
       464 
443 
     | 
    
         
             
            #       [
         
     | 
| 
       465 
444 
     | 
    
         
             
            #         "Groonga::Sharding::LogicalTableRemoveCommand.remove_table",
         
     | 
| 
       466 
     | 
    
         
            -
            #         "/home/ 
     | 
| 
       467 
     | 
    
         
            -
            #          
     | 
| 
      
 445 
     | 
    
         
            +
            #         "/home/horimoto/work/release/groonga/groonga.clean/plugins/sharding/logical_table_remove.rb",
         
     | 
| 
      
 446 
     | 
    
         
            +
            #         199
         
     | 
| 
       468 
447 
     | 
    
         
             
            #       ]
         
     | 
| 
       469 
448 
     | 
    
         
             
            #     ]
         
     | 
| 
       470 
449 
     | 
    
         
             
            #   ]
         
     | 
| 
         @@ -505,7 +484,7 @@ object_exist Timestamps.logs_20160320_timestamp 
     | 
|
| 
       505 
484 
     | 
    
         
             
            <p>いくつか必須の引数があります。</p>
         
     | 
| 
       506 
485 
     | 
    
         
             
            <div class="section" id="logical-table">
         
     | 
| 
       507 
486 
     | 
    
         
             
            <span id="logical-table-remove-logical-table"></span><h4>7.3.36.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
         
     | 
| 
       508 
     | 
    
         
            -
            <p>論理テーブル名を指定します。これは  
     | 
| 
      
 487 
     | 
    
         
            +
            <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>
         
     | 
| 
       509 
488 
     | 
    
         
             
            <p><a class="reference internal" href="logical_select.html#logical-select-logical-table"><span class="std std-ref">logical_table</span></a> も参照してください。</p>
         
     | 
| 
       510 
489 
     | 
    
         
             
            </div>
         
     | 
| 
       511 
490 
     | 
    
         
             
            <div class="section" id="shard-key">
         
     | 
| 
         @@ -546,10 +525,8 @@ object_exist Timestamps.logs_20160320_timestamp 
     | 
|
| 
       546 
525 
     | 
    
         
             
            <p>以下が依存していると判断する条件です。もし、テーブル・カラムがこれらの条件のどれか1つでも満たしていてれば、そのテーブル・カラムは対象シャードに依存しています。</p>
         
     | 
| 
       547 
526 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       548 
527 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       549 
     | 
    
         
            -
            <li 
     | 
| 
       550 
     | 
    
         
            -
            </li>
         
     | 
| 
       551 
     | 
    
         
            -
            <li><p class="first">対象シャード用のテーブル(= 名前の末尾が対象シャードと同じ <code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> で、対象シャードが参照しているテーブル)</p>
         
     | 
| 
       552 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 528 
     | 
    
         
            +
            <li>対象シャードを参照しているテーブル・カラム</li>
         
     | 
| 
      
 529 
     | 
    
         
            +
            <li>対象シャード用のテーブル(= 名前の末尾が対象シャードと同じ <code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> で、対象シャードが参照しているテーブル)</li>
         
     | 
| 
       553 
530 
     | 
    
         
             
            </ul>
         
     | 
| 
       554 
531 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       555 
532 
     | 
    
         
             
            <p><code class="docutils literal"><span class="pre">yes</span></code> を指定した場合は、対象シャードに依存しているテーブル・カラムも削除します。 <code class="docutils literal"><span class="pre">yes</span></code> を指定しなければ削除しません。もし、対象シャードを参照しているテーブル・カラムが1つ以上あればエラーになります。もし、対象シャード用のテーブルがあっても、それらを削除しません。</p>
         
     | 
| 
         @@ -626,13 +603,6 @@ object_exist Timestamps.logs_20160320_timestamp 
     | 
|
| 
       626 
603 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       627 
604 
     | 
    
         
             
              <p class="topless"><a href="normalize.html"
         
     | 
| 
       628 
605 
     | 
    
         
             
                                    title="次の章へ">7.3.37. <code class="docutils literal"><span class="pre">normalize</span></code></a></p>
         
     | 
| 
       629 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       630 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       631 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       632 
     | 
    
         
            -
                  <li><a href="../../_sources/reference/commands/logical_table_remove.txt"
         
     | 
| 
       633 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       634 
     | 
    
         
            -
                </ul>
         
     | 
| 
       635 
     | 
    
         
            -
               </div>
         
     | 
| 
       636 
606 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       637 
607 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       638 
608 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
         @@ -659,13 +629,13 @@ object_exist Timestamps.logs_20160320_timestamp 
     | 
|
| 
       659 
629 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       660 
630 
     | 
    
         
             
                      <a href="logical_shard_list.html" title="7.3.35. logical_shard_list"
         
     | 
| 
       661 
631 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       662 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0 
     | 
| 
      
 632 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
         
     | 
| 
       663 
633 
     | 
    
         
             
                      <li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
         
     | 
| 
       664 
634 
     | 
    
         
             
                      <li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li> 
         
     | 
| 
       665 
635 
     | 
    
         
             
                  </ul>
         
     | 
| 
       666 
636 
     | 
    
         
             
                </div>
         
     | 
| 
       667 
637 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       668 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 638 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       669 
639 
     | 
    
         
             
                </div>
         
     | 
| 
       670 
640 
     | 
    
         
             
              </body>
         
     | 
| 
       671 
641 
     | 
    
         
             
            </html>
         
     |