rroonga 7.0.2-x64-mingw32 → 7.1.1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +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.32. logical_parameters — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>7.3.32. logical_parameters — 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.33. logical_range_filter" href="logical_range_filter.html" />
|
34
30
|
<link rel="prev" title="7.3.31. logical_count" href="logical_count.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_count.html" title="7.3.31. logical_count"
|
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>
|
@@ -85,10 +81,8 @@
|
|
85
81
|
<p><code class="docutils literal"><span class="pre">logical_parameters</span></code> は次の2つの機能を提供します。</p>
|
86
82
|
<blockquote>
|
87
83
|
<div><ul class="simple">
|
88
|
-
<li><
|
89
|
-
|
90
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">logical_*</span></code> コマンドが使うパラメーターを新しく設定します。</p>
|
91
|
-
</li>
|
84
|
+
<li><code class="docutils literal"><span class="pre">logical_*</span></code> コマンドが使うパラメーターの現在値を返します。</li>
|
85
|
+
<li><code class="docutils literal"><span class="pre">logical_*</span></code> コマンドが使うパラメーターを新しく設定します。</li>
|
92
86
|
</ul>
|
93
87
|
</div></blockquote>
|
94
88
|
<p>以下はパラメーターのリストです。</p>
|
@@ -147,8 +141,7 @@
|
|
147
141
|
<p>指定できるキーワードは以下の通りです。</p>
|
148
142
|
<blockquote>
|
149
143
|
<div><ul class="simple">
|
150
|
-
<li><
|
151
|
-
</li>
|
144
|
+
<li><code class="docutils literal"><span class="pre">auto</span></code> (デフォルト)</li>
|
152
145
|
<li><code class="docutils literal"><span class="pre">always</span></code></li>
|
153
146
|
<li><code class="docutils literal"><span class="pre">never</span></code></li>
|
154
147
|
</ul>
|
@@ -176,7 +169,7 @@
|
|
176
169
|
</div>
|
177
170
|
<div class="section" id="return-value">
|
178
171
|
<h2>7.3.32.5. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
179
|
-
<p>このコマンドは <code class="docutils literal"><span class="pre">logical_*</span></code>
|
172
|
+
<p>このコマンドは <code class="docutils literal"><span class="pre">logical_*</span></code> コマンドが使うパラメーターの現在値を返します:</p>
|
180
173
|
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
181
174
|
HEADER,
|
182
175
|
{"range_index": HOW_TO_USE_RANGE_INDEX}
|
@@ -226,13 +219,6 @@
|
|
226
219
|
<h4>次のトピックへ</h4>
|
227
220
|
<p class="topless"><a href="logical_range_filter.html"
|
228
221
|
title="次の章へ">7.3.33. <code class="docutils literal"><span class="pre">logical_range_filter</span></code></a></p>
|
229
|
-
<div role="note" aria-label="source link">
|
230
|
-
<h3>このページ</h3>
|
231
|
-
<ul class="this-page-menu">
|
232
|
-
<li><a href="../../_sources/reference/commands/logical_parameters.txt"
|
233
|
-
rel="nofollow">ソースコードを表示</a></li>
|
234
|
-
</ul>
|
235
|
-
</div>
|
236
222
|
<div id="searchbox" style="display: none" role="search">
|
237
223
|
<h3>クイック検索</h3>
|
238
224
|
<form class="search" action="../../search.html" method="get">
|
@@ -259,13 +245,13 @@
|
|
259
245
|
<li class="right" >
|
260
246
|
<a href="logical_count.html" title="7.3.31. logical_count"
|
261
247
|
>前へ</a> |</li>
|
262
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
248
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
263
249
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
|
264
250
|
<li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li>
|
265
251
|
</ul>
|
266
252
|
</div>
|
267
253
|
<div class="footer" role="contentinfo">
|
268
|
-
© Copyright 2009-
|
254
|
+
© Copyright 2009-2018, Brazil, Inc.
|
269
255
|
</div>
|
270
256
|
</body>
|
271
257
|
</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.33. logical_range_filter — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>7.3.33. logical_range_filter — 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.34. logical_select" href="logical_select.html" />
|
34
30
|
<link rel="prev" title="7.3.32. logical_parameters" href="logical_parameters.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_parameters.html" title="7.3.32. logical_parameters"
|
65
61
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
67
63
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
|
68
64
|
<li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. コマンド</a> »</li>
|
69
65
|
</ul>
|
@@ -81,7 +77,13 @@
|
|
81
77
|
<div class="versionadded">
|
82
78
|
<p><span class="versionmodified">バージョン 5.0.0 で追加.</span></p>
|
83
79
|
</div>
|
84
|
-
<p>
|
80
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> は <a class="reference internal" href="range_filter.html"><span class="doc">range_filter</span></a> のシャーディングバージョンです。 <code class="docutils literal"><span class="pre">logical_range_filter</span></code> は複数のテーブルからレコードを検索し、マッチしたレコードを出力します。</p>
|
81
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> は <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> に似ています。どちらも複数のテーブルからレコードを検索し、見つかったレコードを出力します。 <code class="docutils literal"><span class="pre">logical_range_filter</span></code> は要求されたレコード数分のレコードが見つかったらそこで検索を終了します。 <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> はすべてのレコードを検索し、必要なレコードだけ出力します。</p>
|
82
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> の方が性能面で有利ですがいくつか制約があります。</p>
|
83
|
+
<p>大量のレコードがマッチし、要求されているレコード数が小さい場合、 <code class="docutils literal"><span class="pre">logical_range_filter</span></code> の方が <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> よりも速いです。</p>
|
84
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> はドリルダウンをサポートしていません。なぜなら、ドリルダウンをするためにはマッチしたレコードがすべて必要だからです。 <code class="docutils literal"><span class="pre">logical_range_filter</span></code> はマッチするレコードをすべて検索しないかもしれません。そのため、 <code class="docutils literal"><span class="pre">logical_range_filter</span></code> はドリルダウンをサポートしていません。</p>
|
85
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> はマッチしたレコードの総数を返しません。なぜなら、 <code class="docutils literal"><span class="pre">logical_range_filter</span></code> はマッチするレコードをすべて検索しないかもしれないからです。</p>
|
86
|
+
<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>
|
85
87
|
</div>
|
86
88
|
<div class="section" id="syntax">
|
87
89
|
<h2>7.3.33.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
@@ -91,15 +93,16 @@
|
|
91
93
|
logical_table
|
92
94
|
shard_key
|
93
95
|
[min=null]
|
94
|
-
[min_border
|
96
|
+
[min_border="include"]
|
95
97
|
[max=null]
|
96
|
-
[max_border
|
97
|
-
[order
|
98
|
+
[max_border="include"]
|
99
|
+
[order="ascending"]
|
98
100
|
[filter=null]
|
99
101
|
[offset=0]
|
100
102
|
[limit=10]
|
101
|
-
[output_columns
|
103
|
+
[output_columns="_key, *"]
|
102
104
|
[use_range_index=null]
|
105
|
+
[post_filter=null]
|
103
106
|
</pre></div>
|
104
107
|
</div>
|
105
108
|
<p>いくつか名前付き引数としてしか使えない引数があります。これらの引数を「○番目の引数」として使うことはできません。必ず名前を指定する必要があります。</p>
|
@@ -109,11 +112,135 @@
|
|
109
112
|
<li><code class="docutils literal"><span class="pre">cache=no</span></code></li>
|
110
113
|
</ul>
|
111
114
|
</div></blockquote>
|
115
|
+
<div class="versionadded">
|
116
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加: </span>以下の名前付き引数で動的カラム機能を使うことができます。</p>
|
117
|
+
<blockquote>
|
118
|
+
<div><ul class="simple">
|
119
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].stage=null</span></code></li>
|
120
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].flags=COLUMN_SCALAR</span></code></li>
|
121
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].type=null</span></code></li>
|
122
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].value=null</span></code></li>
|
123
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys=null</span></code></li>
|
124
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys=null</span></code></li>
|
125
|
+
</ul>
|
126
|
+
</div></blockquote>
|
127
|
+
<p><code class="docutils literal"><span class="pre">${NAME}</span></code> には1つ以上のアルファベット、数字、 <code class="docutils literal"><span class="pre">_</span></code> を使うことができます。たとえば、 <code class="docutils literal"><span class="pre">column1</span></code> は有効な <code class="docutils literal"><span class="pre">${NAME}</span></code> です。これは通常のカラムと同じルールです。 <a class="reference internal" href="column_create.html#column-create-name"><span class="std std-ref">name</span></a> も見てください。</p>
|
128
|
+
<p>同じ <code class="docutils literal"><span class="pre">${NAME}</span></code> も持つ引数は同じグループになります。</p>
|
129
|
+
<p>たとえば、以下の引数は1つの動的カラムを指定しています。</p>
|
130
|
+
<blockquote>
|
131
|
+
<div><ul class="simple">
|
132
|
+
<li><code class="docutils literal"><span class="pre">--columns[name].stage</span> <span class="pre">initial</span></code></li>
|
133
|
+
<li><code class="docutils literal"><span class="pre">--columns[name].type</span> <span class="pre">UInt32</span></code></li>
|
134
|
+
<li><code class="docutils literal"><span class="pre">--columns[name].value</span> <span class="pre">29</span></code></li>
|
135
|
+
</ul>
|
136
|
+
</div></blockquote>
|
137
|
+
<p>以下の引数は2つの動的カラムを指定しています。</p>
|
138
|
+
<blockquote>
|
139
|
+
<div><ul class="simple">
|
140
|
+
<li><code class="docutils literal"><span class="pre">--columns[name1].stage</span> <span class="pre">initial</span></code></li>
|
141
|
+
<li><code class="docutils literal"><span class="pre">--columns[name1].type</span> <span class="pre">UInt32</span></code></li>
|
142
|
+
<li><code class="docutils literal"><span class="pre">--columns[name1].value</span> <span class="pre">29</span></code></li>
|
143
|
+
<li><code class="docutils literal"><span class="pre">--columns[name2].stage</span> <span class="pre">filtered</span></code></li>
|
144
|
+
<li><code class="docutils literal"><span class="pre">--columns[name2].type</span> <span class="pre">Float</span></code></li>
|
145
|
+
<li><code class="docutils literal"><span class="pre">--columns[name2].value</span> <span class="pre">'_score</span> <span class="pre">*</span> <span class="pre">0.1'</span></code></li>
|
146
|
+
</ul>
|
147
|
+
</div></blockquote>
|
148
|
+
</div>
|
112
149
|
</div>
|
113
150
|
<div class="section" id="usage">
|
114
151
|
<h2>7.3.33.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
115
|
-
<p
|
116
|
-
<p>
|
152
|
+
<p>例を使いながら使い方を学びましょう。このセクションではよく使われる使い方を紹介します。</p>
|
153
|
+
<p>このコマンドは <code class="docutils literal"><span class="pre">sharding</span></code> プラグインに含まれているので <code class="docutils literal"><span class="pre">sharding</span></code> プラグインを登録する必要があります。</p>
|
154
|
+
<p>実行例:</p>
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register sharding
|
156
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
157
|
+
</pre></div>
|
158
|
+
</div>
|
159
|
+
<p>使い方を示すために使うスキーマ定義とサンプルデータは以下の通りです。</p>
|
160
|
+
<p>実行例:</p>
|
161
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Entries_20150708 TABLE_HASH_KEY ShortText
|
162
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
163
|
+
column_create Entries_20150708 created_at COLUMN_SCALAR Time
|
164
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
165
|
+
column_create Entries_20150708 content COLUMN_SCALAR Text
|
166
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
167
|
+
column_create Entries_20150708 n_likes COLUMN_SCALAR UInt32
|
168
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
169
|
+
column_create Entries_20150708 tag COLUMN_SCALAR ShortText
|
170
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
171
|
+
table_create Entries_20150709 TABLE_HASH_KEY ShortText
|
172
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
173
|
+
column_create Entries_20150709 created_at COLUMN_SCALAR Time
|
174
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
175
|
+
column_create Entries_20150709 content COLUMN_SCALAR Text
|
176
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
177
|
+
column_create Entries_20150709 n_likes COLUMN_SCALAR UInt32
|
178
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
179
|
+
column_create Entries_20150709 tag COLUMN_SCALAR ShortText
|
180
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
181
|
+
table_create Terms TABLE_PAT_KEY ShortText \
|
182
|
+
--default_tokenizer TokenBigram \
|
183
|
+
--normalizer NormalizerAuto
|
184
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
185
|
+
column_create Terms entries_key_index_20150708 \
|
186
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150708 _key
|
187
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
188
|
+
column_create Terms entries_content_index_20150708 \
|
189
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150708 content
|
190
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
191
|
+
column_create Terms entries_key_index_20150709 \
|
192
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150709 _key
|
193
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
194
|
+
column_create Terms entries_content_index_20150709 \
|
195
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150709 content
|
196
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
197
|
+
load --table Entries_20150708
|
198
|
+
[
|
199
|
+
{"_key": "The first post!",
|
200
|
+
"created_at": "2015/07/08 00:00:00",
|
201
|
+
"content": "Welcome! This is my first post!",
|
202
|
+
"n_likes": 5,
|
203
|
+
"tag": "Hello"},
|
204
|
+
{"_key": "Groonga",
|
205
|
+
"created_at": "2015/07/08 01:00:00",
|
206
|
+
"content": "I started to use Groonga. It's very fast!",
|
207
|
+
"n_likes": 10,
|
208
|
+
"tag": "Groonga"},
|
209
|
+
{"_key": "Mroonga",
|
210
|
+
"created_at": "2015/07/08 02:00:00",
|
211
|
+
"content": "I also started to use Mroonga. It's also very fast! Really fast!",
|
212
|
+
"n_likes": 15,
|
213
|
+
"tag": "Groonga"}
|
214
|
+
]
|
215
|
+
# [[0, 1337566253.89858, 0.000355720520019531], 3]
|
216
|
+
load --table Entries_20150709
|
217
|
+
[
|
218
|
+
{"_key": "Good-bye Senna",
|
219
|
+
"created_at": "2015/07/09 00:00:00",
|
220
|
+
"content": "I migrated all Senna system!",
|
221
|
+
"n_likes": 3,
|
222
|
+
"tag": "Senna"},
|
223
|
+
{"_key": "Good-bye Tritonn",
|
224
|
+
"created_at": "2015/07/09 01:00:00",
|
225
|
+
"content": "I also migrated all Tritonn system!",
|
226
|
+
"n_likes": 3,
|
227
|
+
"tag": "Senna"}
|
228
|
+
]
|
229
|
+
# [[0, 1337566253.89858, 0.000355720520019531], 2]
|
230
|
+
</pre></div>
|
231
|
+
</div>
|
232
|
+
<p>ブログエントリー用に <code class="docutils literal"><span class="pre">Entries_20150708</span></code> と <code class="docutils literal"><span class="pre">Entries_20150709</span></code> の2つのテーブルがあります。</p>
|
233
|
+
<div class="admonition note">
|
234
|
+
<p class="first admonition-title">注釈</p>
|
235
|
+
<p class="last">テーブル名には <code class="docutils literal"><span class="pre">${論理テーブル名}_${YYYYMMDD}</span></code> という命名規則を使う必要があります。この例では、 <code class="docutils literal"><span class="pre">論理テーブル名</span></code> は <code class="docutils literal"><span class="pre">Entries</span></code> で <code class="docutils literal"><span class="pre">YYYYMMDD</span></code> は <code class="docutils literal"><span class="pre">20150708</span></code> または <code class="docutils literal"><span class="pre">20150709</span></code> です。</p>
|
236
|
+
</div>
|
237
|
+
<p>各エントリはタイトルと作成日時と内容と「いいね!」数、タグを持っています。タイトルは <code class="docutils literal"><span class="pre">Entries_YYYYMMDD</span></code> のキーとします。作成日時は <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.created_at</span></code> カラムの値とします。内容は <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> カラムの値とします。「いいね!」数は <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.n_likes</span></code> カラムの値とします。タグは <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.tag</span></code> カラムの値とします。</p>
|
238
|
+
<p><code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> カラムと <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> カラムには <code class="docutils literal"><span class="pre">TokenBigram</span></code> トークナイザーを使ったインデックスを作成します。そのため、 <code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> と <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> は両方とも全文検索できます。</p>
|
239
|
+
<p>これで例を示すためのスキーマとデータの準備ができました。</p>
|
240
|
+
<div class="section" id="simple-usage">
|
241
|
+
<h3>7.3.33.3.1. 簡単な使い方<a class="headerlink" href="#simple-usage" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
242
|
+
<p>TODO</p>
|
243
|
+
</div>
|
117
244
|
</div>
|
118
245
|
<div class="section" id="parameters">
|
119
246
|
<h2>7.3.33.4. 引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
@@ -123,7 +250,7 @@
|
|
123
250
|
<p>必須引数は二つあります。 <code class="docutils literal"><span class="pre">logical_table</span></code> と <code class="docutils literal"><span class="pre">shard_key</span></code> です。</p>
|
124
251
|
<div class="section" id="logical-table">
|
125
252
|
<h4>7.3.33.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code><a class="headerlink" href="#logical-table" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
126
|
-
<p>論理テーブル名を指定します。これは
|
253
|
+
<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>
|
127
254
|
<p>TODO: Add examples</p>
|
128
255
|
</div>
|
129
256
|
<div class="section" id="shard-key">
|
@@ -159,32 +286,732 @@
|
|
159
286
|
<h4>7.3.33.4.2.5. <code class="docutils literal"><span class="pre">order</span></code><a class="headerlink" href="#order" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
160
287
|
<p>TODO</p>
|
161
288
|
</div>
|
289
|
+
</div>
|
290
|
+
<div class="section" id="search-related-parameters">
|
291
|
+
<span id="logical-range-filter-search-related-parameters"></span><h3>7.3.33.4.3. 検索関係の引数<a class="headerlink" href="#search-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
292
|
+
<p>このコマンドは <a class="reference internal" href="select.html"><span class="doc">select</span></a> 互換の検索関連パラメーターをサポートしています。</p>
|
162
293
|
<div class="section" id="filter">
|
163
|
-
<h4>7.3.33.4.
|
294
|
+
<span id="logical-range-filter-filter"></span><h4>7.3.33.4.3.1. <code class="docutils literal"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
295
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> を見てください。</p>
|
296
|
+
<p>以下は例です。</p>
|
164
297
|
<p>TODO</p>
|
165
298
|
</div>
|
299
|
+
<div class="section" id="post-filter">
|
300
|
+
<span id="logical-range-filter-post-filter"></span><h4>7.3.33.4.3.2. <code class="docutils literal"><span class="pre">post_filter</span></code><a class="headerlink" href="#post-filter" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
301
|
+
<div class="versionadded">
|
302
|
+
<p><span class="versionmodified">バージョン 7.1.1 で追加.</span></p>
|
303
|
+
</div>
|
304
|
+
<p><code class="docutils literal"><span class="pre">filtered</span></code> ステージの動的カラムが生成されてから実行するフィルターを指定します。 <code class="docutils literal"><span class="pre">post_filter</span></code> を使うと <code class="docutils literal"><span class="pre">filtered</span></code> ステージの動的カラムを使って絞り込むことができます。他は <a class="reference internal" href="#logical-range-filter-filter"><span class="std std-ref">filter</span></a> と同じです。</p>
|
305
|
+
<p><code class="docutils literal"><span class="pre">post_filter</span></code> を使うと、「十分なレコードがマッチしたらそのテーブルの検索を切り上げる」機能が無効になります。(「十分なレコードがマッチしたら残りのテーブルの検索を切り上げる」機能は有効です。)なぜなら <code class="docutils literal"><span class="pre">post_filter</span></code> は動的カラムが生成されるのを待つ必要があるからです。 <a class="reference internal" href="#logical-range-filter-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> も参照してください。</p>
|
306
|
+
<p>以下は人気のあるタグのエントリーだけを表示する例です。対象となるすべてのエントリーには <code class="docutils literal"><span class="pre">system</span></code> または <code class="docutils literal"><span class="pre">use</span></code> という単語が含まれています。</p>
|
307
|
+
<p>実行例:</p>
|
308
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
309
|
+
--logical_table Entries \
|
310
|
+
--shard_key created_at \
|
311
|
+
--columns[n_likes_sum_per_tag].stage filtered \
|
312
|
+
--columns[n_likes_sum_per_tag].type UInt32 \
|
313
|
+
--columns[n_likes_sum_per_tag].value 'window_sum(n_likes)' \
|
314
|
+
--columns[n_likes_sum_per_tag].window.group_keys 'tag' \
|
315
|
+
--filter 'content @ "system" || content @ "use"' \
|
316
|
+
--post_filter 'n_likes_sum_per_tag > 10' \
|
317
|
+
--output_columns _key,n_likes,n_likes_sum_per_tag
|
318
|
+
# [
|
319
|
+
# [
|
320
|
+
# 0,
|
321
|
+
# 1337566253.89858,
|
322
|
+
# 0.000355720520019531
|
323
|
+
# ],
|
324
|
+
# [
|
325
|
+
# [
|
326
|
+
# [
|
327
|
+
# "_key",
|
328
|
+
# "ShortText"
|
329
|
+
# ],
|
330
|
+
# [
|
331
|
+
# "n_likes",
|
332
|
+
# "UInt32"
|
333
|
+
# ],
|
334
|
+
# [
|
335
|
+
# "n_likes_sum_per_tag",
|
336
|
+
# "UInt32"
|
337
|
+
# ]
|
338
|
+
# ],
|
339
|
+
# [
|
340
|
+
# "Groonga",
|
341
|
+
# 10,
|
342
|
+
# 25
|
343
|
+
# ],
|
344
|
+
# [
|
345
|
+
# "Mroonga",
|
346
|
+
# 15,
|
347
|
+
# 25
|
348
|
+
# ]
|
349
|
+
# ]
|
350
|
+
# ]
|
351
|
+
</pre></div>
|
352
|
+
</div>
|
353
|
+
</div>
|
354
|
+
</div>
|
355
|
+
<div class="section" id="output-related-parameters">
|
356
|
+
<h3>7.3.33.4.4. 出力関連の引数<a class="headerlink" href="#output-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
357
|
+
<div class="section" id="output-columns">
|
358
|
+
<span id="logical-range-filter-output-columns"></span><h4>7.3.33.4.4.1. <code class="docutils literal"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
359
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> を見てください。</p>
|
360
|
+
<p>以下は例です。</p>
|
361
|
+
<p>実行例:</p>
|
362
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
363
|
+
--logical_table Entries \
|
364
|
+
--shard_key created_at \
|
365
|
+
--output_columns '_key, *'
|
366
|
+
# [
|
367
|
+
# [
|
368
|
+
# 0,
|
369
|
+
# 1337566253.89858,
|
370
|
+
# 0.000355720520019531
|
371
|
+
# ],
|
372
|
+
# [
|
373
|
+
# [
|
374
|
+
# [
|
375
|
+
# "_key",
|
376
|
+
# "ShortText"
|
377
|
+
# ],
|
378
|
+
# [
|
379
|
+
# "content",
|
380
|
+
# "Text"
|
381
|
+
# ],
|
382
|
+
# [
|
383
|
+
# "created_at",
|
384
|
+
# "Time"
|
385
|
+
# ],
|
386
|
+
# [
|
387
|
+
# "n_likes",
|
388
|
+
# "UInt32"
|
389
|
+
# ],
|
390
|
+
# [
|
391
|
+
# "tag",
|
392
|
+
# "ShortText"
|
393
|
+
# ]
|
394
|
+
# ],
|
395
|
+
# [
|
396
|
+
# "The first post!",
|
397
|
+
# "Welcome! This is my first post!",
|
398
|
+
# 1436281200.0,
|
399
|
+
# 5,
|
400
|
+
# "Hello"
|
401
|
+
# ],
|
402
|
+
# [
|
403
|
+
# "Groonga",
|
404
|
+
# "I started to use Groonga. It's very fast!",
|
405
|
+
# 1436284800.0,
|
406
|
+
# 10,
|
407
|
+
# "Groonga"
|
408
|
+
# ],
|
409
|
+
# [
|
410
|
+
# "Mroonga",
|
411
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
412
|
+
# 1436288400.0,
|
413
|
+
# 15,
|
414
|
+
# "Groonga"
|
415
|
+
# ],
|
416
|
+
# [
|
417
|
+
# "Good-bye Senna",
|
418
|
+
# "I migrated all Senna system!",
|
419
|
+
# 1436367600.0,
|
420
|
+
# 3,
|
421
|
+
# "Senna"
|
422
|
+
# ],
|
423
|
+
# [
|
424
|
+
# "Good-bye Tritonn",
|
425
|
+
# "I also migrated all Tritonn system!",
|
426
|
+
# 1436371200.0,
|
427
|
+
# 3,
|
428
|
+
# "Senna"
|
429
|
+
# ]
|
430
|
+
# ]
|
431
|
+
# ]
|
432
|
+
</pre></div>
|
433
|
+
</div>
|
434
|
+
</div>
|
166
435
|
<div class="section" id="offset">
|
167
|
-
<h4>7.3.33.4.2.
|
168
|
-
<p>
|
436
|
+
<span id="logical-range-filter-offset"></span><h4>7.3.33.4.4.2. <code class="docutils literal"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
437
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> を見てください。</p>
|
438
|
+
<p>以下は例です。</p>
|
439
|
+
<p>実行例:</p>
|
440
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
441
|
+
--logical_table Entries \
|
442
|
+
--shard_key created_at \
|
443
|
+
--offset 2
|
444
|
+
# [
|
445
|
+
# [
|
446
|
+
# 0,
|
447
|
+
# 1337566253.89858,
|
448
|
+
# 0.000355720520019531
|
449
|
+
# ],
|
450
|
+
# [
|
451
|
+
# [
|
452
|
+
# [
|
453
|
+
# "_key",
|
454
|
+
# "ShortText"
|
455
|
+
# ],
|
456
|
+
# [
|
457
|
+
# "content",
|
458
|
+
# "Text"
|
459
|
+
# ],
|
460
|
+
# [
|
461
|
+
# "created_at",
|
462
|
+
# "Time"
|
463
|
+
# ],
|
464
|
+
# [
|
465
|
+
# "n_likes",
|
466
|
+
# "UInt32"
|
467
|
+
# ],
|
468
|
+
# [
|
469
|
+
# "tag",
|
470
|
+
# "ShortText"
|
471
|
+
# ]
|
472
|
+
# ],
|
473
|
+
# [
|
474
|
+
# "Mroonga",
|
475
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
476
|
+
# 1436288400.0,
|
477
|
+
# 15,
|
478
|
+
# "Groonga"
|
479
|
+
# ],
|
480
|
+
# [
|
481
|
+
# "Good-bye Senna",
|
482
|
+
# "I migrated all Senna system!",
|
483
|
+
# 1436367600.0,
|
484
|
+
# 3,
|
485
|
+
# "Senna"
|
486
|
+
# ],
|
487
|
+
# [
|
488
|
+
# "Good-bye Tritonn",
|
489
|
+
# "I also migrated all Tritonn system!",
|
490
|
+
# 1436371200.0,
|
491
|
+
# 3,
|
492
|
+
# "Senna"
|
493
|
+
# ]
|
494
|
+
# ]
|
495
|
+
# ]
|
496
|
+
</pre></div>
|
497
|
+
</div>
|
169
498
|
</div>
|
170
499
|
<div class="section" id="limit">
|
171
|
-
<h4>7.3.33.4.
|
172
|
-
<p>
|
500
|
+
<span id="logical-range-filter-limit"></span><h4>7.3.33.4.4.3. <code class="docutils literal"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
501
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> を見てください。</p>
|
502
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> との違いは、このコマンドは <a class="reference internal" href="#logical-range-filter-offset"><span class="std std-ref">offset</span></a> と <a class="reference internal" href="#logical-range-filter-limit"><span class="std std-ref">limit</span></a> で指定したレコードを見つけたら検索を終了することです。</p>
|
503
|
+
<p>以下は例です。</p>
|
504
|
+
<p>実行例:</p>
|
505
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
506
|
+
--logical_table Entries \
|
507
|
+
--shard_key created_at \
|
508
|
+
--limit 2
|
509
|
+
# [
|
510
|
+
# [
|
511
|
+
# 0,
|
512
|
+
# 1337566253.89858,
|
513
|
+
# 0.000355720520019531
|
514
|
+
# ],
|
515
|
+
# [
|
516
|
+
# [
|
517
|
+
# [
|
518
|
+
# "_key",
|
519
|
+
# "ShortText"
|
520
|
+
# ],
|
521
|
+
# [
|
522
|
+
# "content",
|
523
|
+
# "Text"
|
524
|
+
# ],
|
525
|
+
# [
|
526
|
+
# "created_at",
|
527
|
+
# "Time"
|
528
|
+
# ],
|
529
|
+
# [
|
530
|
+
# "n_likes",
|
531
|
+
# "UInt32"
|
532
|
+
# ],
|
533
|
+
# [
|
534
|
+
# "tag",
|
535
|
+
# "ShortText"
|
536
|
+
# ]
|
537
|
+
# ],
|
538
|
+
# [
|
539
|
+
# "The first post!",
|
540
|
+
# "Welcome! This is my first post!",
|
541
|
+
# 1436281200.0,
|
542
|
+
# 5,
|
543
|
+
# "Hello"
|
544
|
+
# ],
|
545
|
+
# [
|
546
|
+
# "Groonga",
|
547
|
+
# "I started to use Groonga. It's very fast!",
|
548
|
+
# 1436284800.0,
|
549
|
+
# 10,
|
550
|
+
# "Groonga"
|
551
|
+
# ]
|
552
|
+
# ]
|
553
|
+
# ]
|
554
|
+
</pre></div>
|
173
555
|
</div>
|
174
|
-
<div class="section" id="output-columns">
|
175
|
-
<h4>7.3.33.4.2.9. <code class="docutils literal"><span class="pre">output_columns</span></code><a class="headerlink" href="#output-columns" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
176
|
-
<p>TODO</p>
|
177
556
|
</div>
|
557
|
+
</div>
|
558
|
+
<div class="section" id="test-related-parameters">
|
559
|
+
<h3>7.3.33.4.5. テスト関連の引数<a class="headerlink" href="#test-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
178
560
|
<div class="section" id="use-range-index">
|
179
|
-
<h4>7.3.33.4.
|
561
|
+
<h4>7.3.33.4.5.1. <code class="docutils literal"><span class="pre">use_range_index</span></code><a class="headerlink" href="#use-range-index" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
180
562
|
<p>range_indexを使うかどうかを指定します。ただし、この引数はテスト用なので、本番で使うべきではありません。</p>
|
181
563
|
<p>TODO: Add examples</p>
|
182
564
|
</div>
|
183
565
|
</div>
|
566
|
+
<div class="section" id="dynamic-column-related-parameters">
|
567
|
+
<span id="logical-range-filter-dynamic-column-related-parameters"></span><h3>7.3.33.4.6. 動的カラム関連の引数<a class="headerlink" href="#dynamic-column-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
568
|
+
<div class="versionadded">
|
569
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
570
|
+
</div>
|
571
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> のすべての動的カラム関連パラメーターをサポートしています。詳細は <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">動的カラム関連の引数</span></a> を見てください。</p>
|
572
|
+
<p>動的カラムを1つ以上使うと、「十分なレコードがマッチしたらそのテーブルの検索を切り上げる」機能が無効になります。(「十分なレコードがマッチしたら残りのテーブルの検索を切り上げる」機能は有効です。) <code class="docutils literal"><span class="pre">logical_range_filter</span></code> は要求されているマッチレコード数が小さくても各テーブルですべてのマッチするレコードを検索します。これはウィンドウ関数をサポートするためです。ウィンドウ関数を実行するには同一テーブル内のすべての対象レコードが必要です。</p>
|
573
|
+
<div class="section" id="columns-name-stage">
|
574
|
+
<span id="logical-range-filter-columns-name-stage"></span><h4>7.3.33.4.6.1. <code class="docutils literal"><span class="pre">columns[${NAME}].stage</span></code><a class="headerlink" href="#columns-name-stage" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
575
|
+
<div class="versionadded">
|
576
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
577
|
+
</div>
|
578
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> を見てください。</p>
|
579
|
+
<p>必須の引数です。</p>
|
580
|
+
<p>以下は <code class="docutils literal"><span class="pre">initial</span></code> ステージで <code class="docutils literal"><span class="pre">is_popular</span></code> カラムを作る例です。作成した <code class="docutils literal"><span class="pre">is_popular</span></code> カラムは <code class="docutils literal"><span class="pre">filter</span></code> や <code class="docutils literal"><span class="pre">output_columns</span></code> を含むすべてのパラメーターで使えます。</p>
|
581
|
+
<p>実行例:</p>
|
582
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
583
|
+
--logical_table Entries \
|
584
|
+
--shard_key created_at \
|
585
|
+
--columns[is_popular].stage initial \
|
586
|
+
--columns[is_popular].type Bool \
|
587
|
+
--columns[is_popular].value 'n_likes >= 10' \
|
588
|
+
--filter is_popular \
|
589
|
+
--output_columns _id,is_popular,n_likes
|
590
|
+
# [
|
591
|
+
# [
|
592
|
+
# 0,
|
593
|
+
# 1337566253.89858,
|
594
|
+
# 0.000355720520019531
|
595
|
+
# ],
|
596
|
+
# [
|
597
|
+
# [
|
598
|
+
# [
|
599
|
+
# "_id",
|
600
|
+
# "UInt32"
|
601
|
+
# ],
|
602
|
+
# [
|
603
|
+
# "is_popular",
|
604
|
+
# "Bool"
|
605
|
+
# ],
|
606
|
+
# [
|
607
|
+
# "n_likes",
|
608
|
+
# "UInt32"
|
609
|
+
# ]
|
610
|
+
# ],
|
611
|
+
# [
|
612
|
+
# 2,
|
613
|
+
# true,
|
614
|
+
# 10
|
615
|
+
# ],
|
616
|
+
# [
|
617
|
+
# 3,
|
618
|
+
# true,
|
619
|
+
# 15
|
620
|
+
# ]
|
621
|
+
# ]
|
622
|
+
# ]
|
623
|
+
</pre></div>
|
624
|
+
</div>
|
625
|
+
</div>
|
626
|
+
<div class="section" id="columns-name-flags">
|
627
|
+
<span id="logical-range-filter-columns-name-flags"></span><h4>7.3.33.4.6.2. <code class="docutils literal"><span class="pre">columns[${NAME}].flags</span></code><a class="headerlink" href="#columns-name-flags" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
628
|
+
<div class="versionadded">
|
629
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
630
|
+
</div>
|
631
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> を見てください。</p>
|
632
|
+
<p>デフォルト値は <code class="docutils literal"><span class="pre">COLUMN_SCALAR</span></code> です。</p>
|
633
|
+
<p>以下は <code class="docutils literal"><span class="pre">COLUMN_VECTOR</span></code> フラグを指定してベクターカラムを作る例です。 <code class="docutils literal"><span class="pre">plugin_register</span> <span class="pre">functions/vector</span></code> は <a class="reference internal" href="../functions/vector_new.html"><span class="doc">vector_new</span></a> 関数を使うために実行しています。:</p>
|
634
|
+
<p>実行例:</p>
|
635
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/vector
|
636
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
637
|
+
logical_range_filter \
|
638
|
+
--logical_table Entries \
|
639
|
+
--shard_key created_at \
|
640
|
+
--columns[vector].stage initial \
|
641
|
+
--columns[vector].flags COLUMN_VECTOR \
|
642
|
+
--columns[vector].type UInt32 \
|
643
|
+
--columns[vector].value 'vector_new(1, 2, 3)' \
|
644
|
+
--output_columns _id,vector
|
645
|
+
# [
|
646
|
+
# [
|
647
|
+
# 0,
|
648
|
+
# 1337566253.89858,
|
649
|
+
# 0.000355720520019531
|
650
|
+
# ],
|
651
|
+
# [
|
652
|
+
# [
|
653
|
+
# [
|
654
|
+
# "_id",
|
655
|
+
# "UInt32"
|
656
|
+
# ],
|
657
|
+
# [
|
658
|
+
# "vector",
|
659
|
+
# "UInt32"
|
660
|
+
# ]
|
661
|
+
# ],
|
662
|
+
# [
|
663
|
+
# 1,
|
664
|
+
# [
|
665
|
+
# 1,
|
666
|
+
# 2,
|
667
|
+
# 3
|
668
|
+
# ]
|
669
|
+
# ],
|
670
|
+
# [
|
671
|
+
# 2,
|
672
|
+
# [
|
673
|
+
# 1,
|
674
|
+
# 2,
|
675
|
+
# 3
|
676
|
+
# ]
|
677
|
+
# ],
|
678
|
+
# [
|
679
|
+
# 3,
|
680
|
+
# [
|
681
|
+
# 1,
|
682
|
+
# 2,
|
683
|
+
# 3
|
684
|
+
# ]
|
685
|
+
# ],
|
686
|
+
# [
|
687
|
+
# 1,
|
688
|
+
# [
|
689
|
+
# 1,
|
690
|
+
# 2,
|
691
|
+
# 3
|
692
|
+
# ]
|
693
|
+
# ],
|
694
|
+
# [
|
695
|
+
# 2,
|
696
|
+
# [
|
697
|
+
# 1,
|
698
|
+
# 2,
|
699
|
+
# 3
|
700
|
+
# ]
|
701
|
+
# ]
|
702
|
+
# ]
|
703
|
+
# ]
|
704
|
+
</pre></div>
|
705
|
+
</div>
|
706
|
+
</div>
|
707
|
+
<div class="section" id="columns-name-type">
|
708
|
+
<span id="logical-range-filter-columns-name-type"></span><h4>7.3.33.4.6.3. <code class="docutils literal"><span class="pre">columns[${NAME}].type</span></code><a class="headerlink" href="#columns-name-type" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
709
|
+
<div class="versionadded">
|
710
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
711
|
+
</div>
|
712
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> を見てください。</p>
|
713
|
+
<p>必須の引数です。</p>
|
714
|
+
<p>以下は <code class="docutils literal"><span class="pre">ShortText</span></code> 型のカラムを作る例です。保存された値は自動的に <code class="docutils literal"><span class="pre">ShortText</span></code> にキャストされます。この例では数値が <code class="docutils literal"><span class="pre">ShortText</span></code> にキャストされています。</p>
|
715
|
+
<p>実行例:</p>
|
716
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
717
|
+
--logical_table Entries \
|
718
|
+
--shard_key created_at \
|
719
|
+
--columns[n_likes_string].stage initial \
|
720
|
+
--columns[n_likes_string].type ShortText \
|
721
|
+
--columns[n_likes_string].value n_likes \
|
722
|
+
--output_columns _id,n_likes,n_likes_string
|
723
|
+
# [
|
724
|
+
# [
|
725
|
+
# 0,
|
726
|
+
# 1337566253.89858,
|
727
|
+
# 0.000355720520019531
|
728
|
+
# ],
|
729
|
+
# [
|
730
|
+
# [
|
731
|
+
# [
|
732
|
+
# "_id",
|
733
|
+
# "UInt32"
|
734
|
+
# ],
|
735
|
+
# [
|
736
|
+
# "n_likes",
|
737
|
+
# "UInt32"
|
738
|
+
# ],
|
739
|
+
# [
|
740
|
+
# "n_likes_string",
|
741
|
+
# "ShortText"
|
742
|
+
# ]
|
743
|
+
# ],
|
744
|
+
# [
|
745
|
+
# 1,
|
746
|
+
# 5,
|
747
|
+
# "5"
|
748
|
+
# ],
|
749
|
+
# [
|
750
|
+
# 2,
|
751
|
+
# 10,
|
752
|
+
# "10"
|
753
|
+
# ],
|
754
|
+
# [
|
755
|
+
# 3,
|
756
|
+
# 15,
|
757
|
+
# "15"
|
758
|
+
# ],
|
759
|
+
# [
|
760
|
+
# 1,
|
761
|
+
# 3,
|
762
|
+
# "3"
|
763
|
+
# ],
|
764
|
+
# [
|
765
|
+
# 2,
|
766
|
+
# 3,
|
767
|
+
# "3"
|
768
|
+
# ]
|
769
|
+
# ]
|
770
|
+
# ]
|
771
|
+
</pre></div>
|
772
|
+
</div>
|
773
|
+
</div>
|
774
|
+
<div class="section" id="columns-name-value">
|
775
|
+
<span id="logical-range-filter-columns-name-value"></span><h4>7.3.33.4.6.4. <code class="docutils literal"><span class="pre">columns[${NAME}].value</span></code><a class="headerlink" href="#columns-name-value" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
776
|
+
<div class="versionadded">
|
777
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
778
|
+
</div>
|
779
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> を見てください。</p>
|
780
|
+
<p>ウィンドウ関数を使う場合は、 <code class="docutils literal"><span class="pre">value</span></code> の値に <a class="reference internal" href="../window_function.html"><span class="doc">ウィンドウ関数</span></a> を指定し、さらに他のウィンドウ関数関連のパラメーターも指定する必要があります。詳細は <a class="reference internal" href="#logical-range-filter-window-function-related-parameters"><span class="std std-ref">ウィンドウ関数関連の引数</span></a> を見てください。</p>
|
781
|
+
<p>必須の引数です。</p>
|
782
|
+
<p>以下は内容の文字数を格納するための動的カラムを1つ作る例です。この例では文字数を数えるために <code class="docutils literal"><span class="pre">functions/string</span></code> プラグイン内の <a class="reference internal" href="../functions/string_length.html"><span class="doc">string_length</span></a> 関数を使っています。 <code class="docutils literal"><span class="pre">functions/string</span></code> プラグインを登録するために <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> を使っています。</p>
|
783
|
+
<p>実行例:</p>
|
784
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/string
|
785
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
786
|
+
logical_range_filter \
|
787
|
+
--logical_table Entries \
|
788
|
+
--shard_key created_at \
|
789
|
+
--columns[content_length].stage initial \
|
790
|
+
--columns[content_length].type UInt32 \
|
791
|
+
--columns[content_length].value 'string_length(content)' \
|
792
|
+
--output_columns _id,content,content_length
|
793
|
+
# [
|
794
|
+
# [
|
795
|
+
# 0,
|
796
|
+
# 1337566253.89858,
|
797
|
+
# 0.000355720520019531
|
798
|
+
# ],
|
799
|
+
# [
|
800
|
+
# [
|
801
|
+
# [
|
802
|
+
# "_id",
|
803
|
+
# "UInt32"
|
804
|
+
# ],
|
805
|
+
# [
|
806
|
+
# "content",
|
807
|
+
# "Text"
|
808
|
+
# ],
|
809
|
+
# [
|
810
|
+
# "content_length",
|
811
|
+
# "UInt32"
|
812
|
+
# ]
|
813
|
+
# ],
|
814
|
+
# [
|
815
|
+
# 1,
|
816
|
+
# "Welcome! This is my first post!",
|
817
|
+
# 31
|
818
|
+
# ],
|
819
|
+
# [
|
820
|
+
# 2,
|
821
|
+
# "I started to use Groonga. It's very fast!",
|
822
|
+
# 41
|
823
|
+
# ],
|
824
|
+
# [
|
825
|
+
# 3,
|
826
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
827
|
+
# 64
|
828
|
+
# ],
|
829
|
+
# [
|
830
|
+
# 1,
|
831
|
+
# "I migrated all Senna system!",
|
832
|
+
# 28
|
833
|
+
# ],
|
834
|
+
# [
|
835
|
+
# 2,
|
836
|
+
# "I also migrated all Tritonn system!",
|
837
|
+
# 35
|
838
|
+
# ]
|
839
|
+
# ]
|
840
|
+
# ]
|
841
|
+
</pre></div>
|
842
|
+
</div>
|
843
|
+
</div>
|
844
|
+
</div>
|
845
|
+
<div class="section" id="window-function-related-parameters">
|
846
|
+
<span id="logical-range-filter-window-function-related-parameters"></span><h3>7.3.33.4.7. ウィンドウ関数関連の引数<a class="headerlink" href="#window-function-related-parameters" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
847
|
+
<div class="versionadded">
|
848
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
849
|
+
</div>
|
850
|
+
<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>
|
851
|
+
<div class="admonition note">
|
852
|
+
<p class="first admonition-title">注釈</p>
|
853
|
+
<p class="last">複数のテーブルをまたがったウィンドウ関数はまだサポートしていません。</p>
|
854
|
+
</div>
|
855
|
+
<div class="section" id="columns-name-window-sort-keys">
|
856
|
+
<span id="logical-range-filter-columns-name-window-sort-keys"></span><h4>7.3.33.4.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>
|
857
|
+
<div class="versionadded">
|
858
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
859
|
+
</div>
|
860
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> を見てください。</p>
|
861
|
+
<p>ウィンドウ関数を使うには <a class="reference internal" href="#logical-range-filter-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> または <a class="reference internal" href="#logical-range-filter-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> を指定しなければいけません。</p>
|
862
|
+
<p>以下は <code class="docutils literal"><span class="pre">Entries.tag</span></code> 毎に累積和を計算する例です。各グループ内のレコードは <code class="docutils literal"><span class="pre">Entries._key</span></code> でソートします。</p>
|
863
|
+
<p>実行例:</p>
|
864
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
865
|
+
--logical_table Entries \
|
866
|
+
--shard_key created_at \
|
867
|
+
--columns[n_likes_cumulative_sum_per_tag].stage initial \
|
868
|
+
--columns[n_likes_cumulative_sum_per_tag].type UInt32 \
|
869
|
+
--columns[n_likes_cumulative_sum_per_tag].value 'window_sum(n_likes)' \
|
870
|
+
--columns[n_likes_cumulative_sum_per_tag].window.sort_keys _key \
|
871
|
+
--columns[n_likes_cumulative_sum_per_tag].window.group_keys tag \
|
872
|
+
--output_columns tag,_key,n_likes,n_likes_cumulative_sum_per_tag
|
873
|
+
# [
|
874
|
+
# [
|
875
|
+
# 0,
|
876
|
+
# 1337566253.89858,
|
877
|
+
# 0.000355720520019531
|
878
|
+
# ],
|
879
|
+
# [
|
880
|
+
# [
|
881
|
+
# [
|
882
|
+
# "tag",
|
883
|
+
# "ShortText"
|
884
|
+
# ],
|
885
|
+
# [
|
886
|
+
# "_key",
|
887
|
+
# "ShortText"
|
888
|
+
# ],
|
889
|
+
# [
|
890
|
+
# "n_likes",
|
891
|
+
# "UInt32"
|
892
|
+
# ],
|
893
|
+
# [
|
894
|
+
# "n_likes_cumulative_sum_per_tag",
|
895
|
+
# "UInt32"
|
896
|
+
# ]
|
897
|
+
# ],
|
898
|
+
# [
|
899
|
+
# "Hello",
|
900
|
+
# "The first post!",
|
901
|
+
# 5,
|
902
|
+
# 5
|
903
|
+
# ],
|
904
|
+
# [
|
905
|
+
# "Groonga",
|
906
|
+
# "Groonga",
|
907
|
+
# 10,
|
908
|
+
# 10
|
909
|
+
# ],
|
910
|
+
# [
|
911
|
+
# "Groonga",
|
912
|
+
# "Mroonga",
|
913
|
+
# 15,
|
914
|
+
# 25
|
915
|
+
# ],
|
916
|
+
# [
|
917
|
+
# "Senna",
|
918
|
+
# "Good-bye Senna",
|
919
|
+
# 3,
|
920
|
+
# 3
|
921
|
+
# ],
|
922
|
+
# [
|
923
|
+
# "Senna",
|
924
|
+
# "Good-bye Tritonn",
|
925
|
+
# 3,
|
926
|
+
# 6
|
927
|
+
# ]
|
928
|
+
# ]
|
929
|
+
# ]
|
930
|
+
</pre></div>
|
931
|
+
</div>
|
932
|
+
</div>
|
933
|
+
<div class="section" id="columns-name-window-group-keys">
|
934
|
+
<span id="logical-range-filter-columns-name-window-group-keys"></span><h4>7.3.33.4.7.2. <code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys</span></code><a class="headerlink" href="#columns-name-window-group-keys" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
935
|
+
<div class="versionadded">
|
936
|
+
<p><span class="versionmodified">バージョン 7.0.9 で追加.</span></p>
|
937
|
+
</div>
|
938
|
+
<p><a class="reference internal" href="select.html"><span class="doc">select</span></a> の <a class="reference internal" href="select.html#select-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> に対応しています。詳細は <a class="reference internal" href="select.html#select-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> を見てください。</p>
|
939
|
+
<p>ウィンドウ関数を使うには <a class="reference internal" href="#logical-range-filter-columns-name-window-sort-keys"><span class="std std-ref">columns[${NAME}].window.sort_keys</span></a> または <a class="reference internal" href="#logical-range-filter-columns-name-window-group-keys"><span class="std std-ref">columns[${NAME}].window.group_keys</span></a> を指定しなければいけません。</p>
|
940
|
+
<p>以下は <code class="docutils literal"><span class="pre">Entries.tag</span></code> 毎に合計を計算する例です。</p>
|
941
|
+
<p>実行例:</p>
|
942
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
943
|
+
--logical_table Entries \
|
944
|
+
--shard_key created_at \
|
945
|
+
--columns[n_likes_sum_per_tag].stage initial \
|
946
|
+
--columns[n_likes_sum_per_tag].type UInt32 \
|
947
|
+
--columns[n_likes_sum_per_tag].value 'window_sum(n_likes)' \
|
948
|
+
--columns[n_likes_sum_per_tag].window.group_keys tag \
|
949
|
+
--output_columns tag,_key,n_likes,n_likes_sum_per_tag
|
950
|
+
# [
|
951
|
+
# [
|
952
|
+
# 0,
|
953
|
+
# 1337566253.89858,
|
954
|
+
# 0.000355720520019531
|
955
|
+
# ],
|
956
|
+
# [
|
957
|
+
# [
|
958
|
+
# [
|
959
|
+
# "tag",
|
960
|
+
# "ShortText"
|
961
|
+
# ],
|
962
|
+
# [
|
963
|
+
# "_key",
|
964
|
+
# "ShortText"
|
965
|
+
# ],
|
966
|
+
# [
|
967
|
+
# "n_likes",
|
968
|
+
# "UInt32"
|
969
|
+
# ],
|
970
|
+
# [
|
971
|
+
# "n_likes_sum_per_tag",
|
972
|
+
# "UInt32"
|
973
|
+
# ]
|
974
|
+
# ],
|
975
|
+
# [
|
976
|
+
# "Hello",
|
977
|
+
# "The first post!",
|
978
|
+
# 5,
|
979
|
+
# 5
|
980
|
+
# ],
|
981
|
+
# [
|
982
|
+
# "Groonga",
|
983
|
+
# "Groonga",
|
984
|
+
# 10,
|
985
|
+
# 25
|
986
|
+
# ],
|
987
|
+
# [
|
988
|
+
# "Groonga",
|
989
|
+
# "Mroonga",
|
990
|
+
# 15,
|
991
|
+
# 25
|
992
|
+
# ],
|
993
|
+
# [
|
994
|
+
# "Senna",
|
995
|
+
# "Good-bye Senna",
|
996
|
+
# 3,
|
997
|
+
# 6
|
998
|
+
# ],
|
999
|
+
# [
|
1000
|
+
# "Senna",
|
1001
|
+
# "Good-bye Tritonn",
|
1002
|
+
# 3,
|
1003
|
+
# 6
|
1004
|
+
# ]
|
1005
|
+
# ]
|
1006
|
+
# ]
|
1007
|
+
</pre></div>
|
1008
|
+
</div>
|
1009
|
+
</div>
|
1010
|
+
</div>
|
184
1011
|
<div class="section" id="cache-related-parameter">
|
185
|
-
<h3>7.3.33.4.
|
1012
|
+
<h3>7.3.33.4.8. キャッシュ関連の引数<a class="headerlink" href="#cache-related-parameter" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
186
1013
|
<div class="section" id="cache">
|
187
|
-
<span id="logical-range-filter-cache"></span><h4>7.3.33.4.
|
1014
|
+
<span id="logical-range-filter-cache"></span><h4>7.3.33.4.8.1. <code class="docutils literal"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
188
1015
|
<p>このクエリーの結果をキャッシュするかどうかを指定します。</p>
|
189
1016
|
<p>このクエリーの結果がキャッシュしてあると、次に同じクエリーを実行するときはキャッシュを使って高速にレスポンスを返すことができます。</p>
|
190
1017
|
<p>これは既存のキャッシュされた結果を使うかどうかを指定するものではありません。</p>
|
@@ -196,30 +1023,180 @@
|
|
196
1023
|
</colgroup>
|
197
1024
|
<thead valign="bottom">
|
198
1025
|
<tr class="row-odd"><th class="head">Value</th>
|
199
|
-
<th class="head"
|
200
|
-
</th>
|
1026
|
+
<th class="head">説明</th>
|
201
1027
|
</tr>
|
202
1028
|
</thead>
|
203
1029
|
<tbody valign="top">
|
204
1030
|
<tr class="row-even"><td><code class="docutils literal"><span class="pre">no</span></code></td>
|
205
|
-
<td
|
206
|
-
</td>
|
1031
|
+
<td>このクエリーの出力をキャッシュしない。</td>
|
207
1032
|
</tr>
|
208
1033
|
<tr class="row-odd"><td><code class="docutils literal"><span class="pre">yes</span></code></td>
|
209
|
-
<td
|
210
|
-
</td>
|
1034
|
+
<td>このクエリーの出力をキャッシュする。デフォルト値。</td>
|
211
1035
|
</tr>
|
212
1036
|
</tbody>
|
213
1037
|
</table>
|
214
|
-
<p
|
1038
|
+
<p>このクエリーの結果をキャッシュしないようにする例です。</p>
|
1039
|
+
<p>実行例:</p>
|
1040
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
1041
|
+
--logical_table Entries \
|
1042
|
+
--shard_key created_at \
|
1043
|
+
--cache no
|
1044
|
+
# [
|
1045
|
+
# [
|
1046
|
+
# 0,
|
1047
|
+
# 1337566253.89858,
|
1048
|
+
# 0.000355720520019531
|
1049
|
+
# ],
|
1050
|
+
# [
|
1051
|
+
# [
|
1052
|
+
# [
|
1053
|
+
# "_key",
|
1054
|
+
# "ShortText"
|
1055
|
+
# ],
|
1056
|
+
# [
|
1057
|
+
# "content",
|
1058
|
+
# "Text"
|
1059
|
+
# ],
|
1060
|
+
# [
|
1061
|
+
# "created_at",
|
1062
|
+
# "Time"
|
1063
|
+
# ],
|
1064
|
+
# [
|
1065
|
+
# "n_likes",
|
1066
|
+
# "UInt32"
|
1067
|
+
# ],
|
1068
|
+
# [
|
1069
|
+
# "tag",
|
1070
|
+
# "ShortText"
|
1071
|
+
# ]
|
1072
|
+
# ],
|
1073
|
+
# [
|
1074
|
+
# "The first post!",
|
1075
|
+
# "Welcome! This is my first post!",
|
1076
|
+
# 1436281200.0,
|
1077
|
+
# 5,
|
1078
|
+
# "Hello"
|
1079
|
+
# ],
|
1080
|
+
# [
|
1081
|
+
# "Groonga",
|
1082
|
+
# "I started to use Groonga. It's very fast!",
|
1083
|
+
# 1436284800.0,
|
1084
|
+
# 10,
|
1085
|
+
# "Groonga"
|
1086
|
+
# ],
|
1087
|
+
# [
|
1088
|
+
# "Mroonga",
|
1089
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
1090
|
+
# 1436288400.0,
|
1091
|
+
# 15,
|
1092
|
+
# "Groonga"
|
1093
|
+
# ],
|
1094
|
+
# [
|
1095
|
+
# "Good-bye Senna",
|
1096
|
+
# "I migrated all Senna system!",
|
1097
|
+
# 1436367600.0,
|
1098
|
+
# 3,
|
1099
|
+
# "Senna"
|
1100
|
+
# ],
|
1101
|
+
# [
|
1102
|
+
# "Good-bye Tritonn",
|
1103
|
+
# "I also migrated all Tritonn system!",
|
1104
|
+
# 1436371200.0,
|
1105
|
+
# 3,
|
1106
|
+
# "Senna"
|
1107
|
+
# ]
|
1108
|
+
# ]
|
1109
|
+
# ]
|
1110
|
+
</pre></div>
|
1111
|
+
</div>
|
215
1112
|
<p>デフォルト値は <code class="docutils literal"><span class="pre">yes</span></code> です。</p>
|
216
1113
|
</div>
|
217
1114
|
</div>
|
218
1115
|
</div>
|
219
1116
|
<div class="section" id="return-value">
|
220
1117
|
<h2>7.3.33.5. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
221
|
-
<p
|
222
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1118
|
+
<p>このコマンドは以下のフォーマットのレスポンスを返します:</p>
|
1119
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1120
|
+
HEADER,
|
1121
|
+
[
|
1122
|
+
COLUMNS,
|
1123
|
+
RECORDS
|
1124
|
+
]
|
1125
|
+
]
|
1126
|
+
</pre></div>
|
1127
|
+
</div>
|
1128
|
+
<p>このコマンドが失敗すると、 <code class="docutils literal"><span class="pre">HEADER</span></code> にエラーの詳細が含まれます。</p>
|
1129
|
+
<p><code class="docutils literal"><span class="pre">HEADER</span></code> については <a class="reference internal" href="../command/output_format.html"><span class="doc">出力形式</span></a> を参照してください。</p>
|
1130
|
+
<p><code class="docutils literal"><span class="pre">COLUMNS</span></code> は <a class="reference internal" href="#logical-range-filter-output-columns"><span class="std std-ref">output_columns</span></a> で指定した出力カラムの情報を表しています。これは次のフォーマットになっています:</p>
|
1131
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1132
|
+
[COLUMN_NAME_1, COLUMN_TYPE_1],
|
1133
|
+
[COLUMN_NAME_2, COLUMN_TYPE_2],
|
1134
|
+
...,
|
1135
|
+
[COLUMN_NAME_N, COLUMN_TYPE_N]
|
1136
|
+
]
|
1137
|
+
</pre></div>
|
1138
|
+
</div>
|
1139
|
+
<p><code class="docutils literal"><span class="pre">COLUMNS</span></code> は1つ以上の出力カラムの情報を含んでいます。各出力カラムの情報は次の情報を含んでいます。</p>
|
1140
|
+
<blockquote>
|
1141
|
+
<div><ul class="simple">
|
1142
|
+
<li>カラム名(文字列)</li>
|
1143
|
+
<li>カラムの型(文字列または <code class="docutils literal"><span class="pre">null</span></code> )</li>
|
1144
|
+
</ul>
|
1145
|
+
</div></blockquote>
|
1146
|
+
<p>カラム名は <a class="reference internal" href="#logical-range-filter-output-columns"><span class="std std-ref">output_columns</span></a> で指定された値から抽出しています。</p>
|
1147
|
+
<p>カラムの方はGroongaでの型名または <code class="docutils literal"><span class="pre">null</span></code> です。カラムがベクターかスカラーかの情報は持っていません。実際のカラムの値が配列かどうかで判断する必要があります。</p>
|
1148
|
+
<p>型の詳細は <a class="reference internal" href="../types.html"><span class="doc">データ型</span></a> を見てください。</p>
|
1149
|
+
<p><code class="docutils literal"><span class="pre">null</span></code> になるときはカラムの値の型を決められないときです。たとえば、 <code class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">"snippet_html(content)"</span></code> というように <a class="reference internal" href="#logical-range-filter-output-columns"><span class="std std-ref">output_columns</span></a> の中で関数呼び出しを使ったときは <code class="docutils literal"><span class="pre">null</span></code> になります。</p>
|
1150
|
+
<p>以下は <code class="docutils literal"><span class="pre">COLUMNS</span></code> の使用例です:</p>
|
1151
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1152
|
+
["_id", "UInt32"],
|
1153
|
+
["_key", "ShortText"],
|
1154
|
+
["n_likes", "UInt32"],
|
1155
|
+
]
|
1156
|
+
</pre></div>
|
1157
|
+
</div>
|
1158
|
+
<p><code class="docutils literal"><span class="pre">RECORDS</span></code> はマッチした各レコードのカラムの値を含んでいます。 <code class="docutils literal"><span class="pre">RECORDS</span></code> に含まれるレコードは <a class="reference internal" href="#logical-range-filter-offset"><span class="std std-ref">offset</span></a> と <a class="reference internal" href="#logical-range-filter-limit"><span class="std std-ref">limit</span></a> で選択されたレコードです。 <code class="docutils literal"><span class="pre">RECORDS</span></code> は次のフォーマットです:</p>
|
1159
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1160
|
+
[
|
1161
|
+
RECORD_1_COLUMN_1,
|
1162
|
+
RECORD_1_COLUMN_2,
|
1163
|
+
...,
|
1164
|
+
RECORD_1_COLUMN_N
|
1165
|
+
],
|
1166
|
+
[
|
1167
|
+
RECORD_2_COLUMN_1,
|
1168
|
+
RECORD_2_COLUMN_2,
|
1169
|
+
...,
|
1170
|
+
RECORD_2_COLUMN_N
|
1171
|
+
],
|
1172
|
+
...
|
1173
|
+
[
|
1174
|
+
RECORD_N_COLUMN_1,
|
1175
|
+
RECORD_N_COLUMN_2,
|
1176
|
+
...,
|
1177
|
+
RECORD_N_COLUMN_N
|
1178
|
+
]
|
1179
|
+
]
|
1180
|
+
</pre></div>
|
1181
|
+
</div>
|
1182
|
+
<p>以下は <code class="docutils literal"><span class="pre">RECORDS</span></code> の例です:</p>
|
1183
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1184
|
+
[
|
1185
|
+
1,
|
1186
|
+
"The first post!",
|
1187
|
+
5
|
1188
|
+
],
|
1189
|
+
[
|
1190
|
+
2,
|
1191
|
+
"Groonga",
|
1192
|
+
10
|
1193
|
+
],
|
1194
|
+
[
|
1195
|
+
3,
|
1196
|
+
"Mroonga",
|
1197
|
+
15
|
1198
|
+
]
|
1199
|
+
]
|
223
1200
|
</pre></div>
|
224
1201
|
</div>
|
225
1202
|
</div>
|
@@ -236,7 +1213,10 @@
|
|
236
1213
|
<li><a class="reference internal" href="#">7.3.33. <code class="docutils literal"><span class="pre">logical_range_filter</span></code></a><ul>
|
237
1214
|
<li><a class="reference internal" href="#summary">7.3.33.1. 概要</a></li>
|
238
1215
|
<li><a class="reference internal" href="#syntax">7.3.33.2. 構文</a></li>
|
239
|
-
<li><a class="reference internal" href="#usage">7.3.33.3. 使い方</a
|
1216
|
+
<li><a class="reference internal" href="#usage">7.3.33.3. 使い方</a><ul>
|
1217
|
+
<li><a class="reference internal" href="#simple-usage">7.3.33.3.1. 簡単な使い方</a></li>
|
1218
|
+
</ul>
|
1219
|
+
</li>
|
240
1220
|
<li><a class="reference internal" href="#parameters">7.3.33.4. 引数</a><ul>
|
241
1221
|
<li><a class="reference internal" href="#required-parameters">7.3.33.4.1. 必須引数</a><ul>
|
242
1222
|
<li><a class="reference internal" href="#logical-table">7.3.33.4.1.1. <code class="docutils literal"><span class="pre">logical_table</span></code></a></li>
|
@@ -249,15 +1229,37 @@
|
|
249
1229
|
<li><a class="reference internal" href="#max">7.3.33.4.2.3. <code class="docutils literal"><span class="pre">max</span></code></a></li>
|
250
1230
|
<li><a class="reference internal" href="#max-border">7.3.33.4.2.4. <code class="docutils literal"><span class="pre">max_border</span></code></a></li>
|
251
1231
|
<li><a class="reference internal" href="#order">7.3.33.4.2.5. <code class="docutils literal"><span class="pre">order</span></code></a></li>
|
252
|
-
<li><a class="reference internal" href="#filter">7.3.33.4.2.6. <code class="docutils literal"><span class="pre">filter</span></code></a></li>
|
253
|
-
<li><a class="reference internal" href="#offset">7.3.33.4.2.7. <code class="docutils literal"><span class="pre">offset</span></code></a></li>
|
254
|
-
<li><a class="reference internal" href="#limit">7.3.33.4.2.8. <code class="docutils literal"><span class="pre">limit</span></code></a></li>
|
255
|
-
<li><a class="reference internal" href="#output-columns">7.3.33.4.2.9. <code class="docutils literal"><span class="pre">output_columns</span></code></a></li>
|
256
|
-
<li><a class="reference internal" href="#use-range-index">7.3.33.4.2.10. <code class="docutils literal"><span class="pre">use_range_index</span></code></a></li>
|
257
1232
|
</ul>
|
258
1233
|
</li>
|
259
|
-
<li><a class="reference internal" href="#
|
260
|
-
<li><a class="reference internal" href="#
|
1234
|
+
<li><a class="reference internal" href="#search-related-parameters">7.3.33.4.3. 検索関係の引数</a><ul>
|
1235
|
+
<li><a class="reference internal" href="#filter">7.3.33.4.3.1. <code class="docutils literal"><span class="pre">filter</span></code></a></li>
|
1236
|
+
<li><a class="reference internal" href="#post-filter">7.3.33.4.3.2. <code class="docutils literal"><span class="pre">post_filter</span></code></a></li>
|
1237
|
+
</ul>
|
1238
|
+
</li>
|
1239
|
+
<li><a class="reference internal" href="#output-related-parameters">7.3.33.4.4. 出力関連の引数</a><ul>
|
1240
|
+
<li><a class="reference internal" href="#output-columns">7.3.33.4.4.1. <code class="docutils literal"><span class="pre">output_columns</span></code></a></li>
|
1241
|
+
<li><a class="reference internal" href="#offset">7.3.33.4.4.2. <code class="docutils literal"><span class="pre">offset</span></code></a></li>
|
1242
|
+
<li><a class="reference internal" href="#limit">7.3.33.4.4.3. <code class="docutils literal"><span class="pre">limit</span></code></a></li>
|
1243
|
+
</ul>
|
1244
|
+
</li>
|
1245
|
+
<li><a class="reference internal" href="#test-related-parameters">7.3.33.4.5. テスト関連の引数</a><ul>
|
1246
|
+
<li><a class="reference internal" href="#use-range-index">7.3.33.4.5.1. <code class="docutils literal"><span class="pre">use_range_index</span></code></a></li>
|
1247
|
+
</ul>
|
1248
|
+
</li>
|
1249
|
+
<li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.33.4.6. 動的カラム関連の引数</a><ul>
|
1250
|
+
<li><a class="reference internal" href="#columns-name-stage">7.3.33.4.6.1. <code class="docutils literal"><span class="pre">columns[${NAME}].stage</span></code></a></li>
|
1251
|
+
<li><a class="reference internal" href="#columns-name-flags">7.3.33.4.6.2. <code class="docutils literal"><span class="pre">columns[${NAME}].flags</span></code></a></li>
|
1252
|
+
<li><a class="reference internal" href="#columns-name-type">7.3.33.4.6.3. <code class="docutils literal"><span class="pre">columns[${NAME}].type</span></code></a></li>
|
1253
|
+
<li><a class="reference internal" href="#columns-name-value">7.3.33.4.6.4. <code class="docutils literal"><span class="pre">columns[${NAME}].value</span></code></a></li>
|
1254
|
+
</ul>
|
1255
|
+
</li>
|
1256
|
+
<li><a class="reference internal" href="#window-function-related-parameters">7.3.33.4.7. ウィンドウ関数関連の引数</a><ul>
|
1257
|
+
<li><a class="reference internal" href="#columns-name-window-sort-keys">7.3.33.4.7.1. <code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys</span></code></a></li>
|
1258
|
+
<li><a class="reference internal" href="#columns-name-window-group-keys">7.3.33.4.7.2. <code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys</span></code></a></li>
|
1259
|
+
</ul>
|
1260
|
+
</li>
|
1261
|
+
<li><a class="reference internal" href="#cache-related-parameter">7.3.33.4.8. キャッシュ関連の引数</a><ul>
|
1262
|
+
<li><a class="reference internal" href="#cache">7.3.33.4.8.1. <code class="docutils literal"><span class="pre">cache</span></code></a></li>
|
261
1263
|
</ul>
|
262
1264
|
</li>
|
263
1265
|
</ul>
|
@@ -273,13 +1275,6 @@
|
|
273
1275
|
<h4>次のトピックへ</h4>
|
274
1276
|
<p class="topless"><a href="logical_select.html"
|
275
1277
|
title="次の章へ">7.3.34. <code class="docutils literal"><span class="pre">logical_select</span></code></a></p>
|
276
|
-
<div role="note" aria-label="source link">
|
277
|
-
<h3>このページ</h3>
|
278
|
-
<ul class="this-page-menu">
|
279
|
-
<li><a href="../../_sources/reference/commands/logical_range_filter.txt"
|
280
|
-
rel="nofollow">ソースコードを表示</a></li>
|
281
|
-
</ul>
|
282
|
-
</div>
|
283
1278
|
<div id="searchbox" style="display: none" role="search">
|
284
1279
|
<h3>クイック検索</h3>
|
285
1280
|
<form class="search" action="../../search.html" method="get">
|
@@ -306,13 +1301,13 @@
|
|
306
1301
|
<li class="right" >
|
307
1302
|
<a href="logical_parameters.html" title="7.3.32. logical_parameters"
|
308
1303
|
>前へ</a> |</li>
|
309
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
1304
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
310
1305
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. リファレンスマニュアル</a> »</li>
|
311
1306
|
<li class="nav-item nav-item-2"><a href="../command.html" >7.3. コマンド</a> »</li>
|
312
1307
|
</ul>
|
313
1308
|
</div>
|
314
1309
|
<div class="footer" role="contentinfo">
|
315
|
-
© Copyright 2009-
|
1310
|
+
© Copyright 2009-2018, Brazil, Inc.
|
316
1311
|
</div>
|
317
1312
|
</body>
|
318
1313
|
</html>
|