rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga.hpp +21 -0
- data/vendor/local/include/groonga/groonga/arrow.h +38 -0
- data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
- data/vendor/local/include/groonga/groonga/column.h +9 -0
- data/vendor/local/include/groonga/groonga/expr.h +9 -1
- data/vendor/local/include/groonga/groonga/groonga.h +19 -3
- data/vendor/local/include/groonga/groonga/obj.h +3 -0
- data/vendor/local/include/groonga/groonga/operator.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +8 -0
- data/vendor/local/include/groonga/groonga/portability.h +19 -1
- data/vendor/local/include/groonga/groonga/table.h +14 -0
- data/vendor/local/include/groonga/groonga/util.h +3 -0
- data/vendor/local/include/groonga/groonga/window_function.h +2 -0
- data/vendor/local/include/pcre.h +2 -2
- data/vendor/local/include/pcre_stringpiece.h +2 -2
- data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
- data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
- data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
- data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
- data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
- data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
- data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
- data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
- data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
- data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
- data/vendor/local/share/doc/pcre/AUTHORS +3 -3
- data/vendor/local/share/doc/pcre/ChangeLog +94 -0
- data/vendor/local/share/doc/pcre/LICENCE +3 -3
- data/vendor/local/share/doc/pcre/NEWS +12 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
- data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
- data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
- data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
- data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
- data/vendor/local/share/groonga/groonga-log/README.md +44 -0
- data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
- data/vendor/local/share/license/cv2pdb/README +138 -0
- data/vendor/local/share/license/groonga-log/README.md +44 -0
- data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/license/pcre/LICENCE +3 -3
- data/vendor/local/share/man/man1/pcretest.1 +7 -3
- data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
- data/vendor/local/share/man/man3/pcrejit.3 +48 -6
- data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
- metadata +102 -559
- data/lib/groonga/statistic-measurer.rb +0 -37
- data/test/test-statistic-measurer.rb +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
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 documentation</title>
|
11
|
-
|
9
|
+
<title>7.3.32. logical_parameters — Groonga v7.1.0-73-g6d02cfa documentation</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>
|
@@ -27,12 +25,10 @@
|
|
27
25
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
26
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
27
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
|
-
<link rel="up" title="7.3. Command" href="../command.html" />
|
32
28
|
<link rel="next" title="7.3.33. logical_range_filter" href="logical_range_filter.html" />
|
33
29
|
<link rel="prev" title="7.3.31. logical_count" href="logical_count.html" />
|
34
30
|
</head>
|
35
|
-
<body
|
31
|
+
<body>
|
36
32
|
<div class="header">
|
37
33
|
<h1 class="title">
|
38
34
|
<a id="top-link" href="../../index.html">
|
@@ -62,7 +58,7 @@
|
|
62
58
|
<li class="right" >
|
63
59
|
<a href="logical_count.html" title="7.3.31. logical_count"
|
64
60
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
66
62
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
67
63
|
<li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
68
64
|
</ul>
|
@@ -233,13 +229,6 @@ for testing a case that range index isn't used.</p>
|
|
233
229
|
<h4>Next topic</h4>
|
234
230
|
<p class="topless"><a href="logical_range_filter.html"
|
235
231
|
title="next chapter">7.3.33. <code class="docutils literal"><span class="pre">logical_range_filter</span></code></a></p>
|
236
|
-
<div role="note" aria-label="source link">
|
237
|
-
<h3>This Page</h3>
|
238
|
-
<ul class="this-page-menu">
|
239
|
-
<li><a href="../../_sources/reference/commands/logical_parameters.txt"
|
240
|
-
rel="nofollow">Show Source</a></li>
|
241
|
-
</ul>
|
242
|
-
</div>
|
243
232
|
<div id="searchbox" style="display: none" role="search">
|
244
233
|
<h3>Quick search</h3>
|
245
234
|
<form class="search" action="../../search.html" method="get">
|
@@ -266,13 +255,13 @@ for testing a case that range index isn't used.</p>
|
|
266
255
|
<li class="right" >
|
267
256
|
<a href="logical_count.html" title="7.3.31. logical_count"
|
268
257
|
>previous</a> |</li>
|
269
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
258
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
270
259
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
271
260
|
<li class="nav-item nav-item-2"><a href="../command.html" >7.3. Command</a> »</li>
|
272
261
|
</ul>
|
273
262
|
</div>
|
274
263
|
<div class="footer" role="contentinfo">
|
275
|
-
© Copyright 2009-
|
264
|
+
© Copyright 2009-2018, Brazil, Inc.
|
276
265
|
</div>
|
277
266
|
</body>
|
278
267
|
</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="en">
|
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 documentation</title>
|
11
|
-
|
9
|
+
<title>7.3.33. logical_range_filter — Groonga v7.1.0-73-g6d02cfa documentation</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>
|
@@ -27,12 +25,10 @@
|
|
27
25
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
26
|
<link rel="index" title="Index" href="../../genindex.html" />
|
29
27
|
<link rel="search" title="Search" href="../../search.html" />
|
30
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../../index.html" />
|
31
|
-
<link rel="up" title="7.3. Command" href="../command.html" />
|
32
28
|
<link rel="next" title="7.3.34. logical_select" href="logical_select.html" />
|
33
29
|
<link rel="prev" title="7.3.32. logical_parameters" href="logical_parameters.html" />
|
34
30
|
</head>
|
35
|
-
<body
|
31
|
+
<body>
|
36
32
|
<div class="header">
|
37
33
|
<h1 class="title">
|
38
34
|
<a id="top-link" href="../../index.html">
|
@@ -62,7 +58,7 @@
|
|
62
58
|
<li class="right" >
|
63
59
|
<a href="logical_parameters.html" title="7.3.32. logical_parameters"
|
64
60
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
61
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
66
62
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
67
63
|
<li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
68
64
|
</ul>
|
@@ -80,7 +76,27 @@
|
|
80
76
|
<div class="versionadded">
|
81
77
|
<p><span class="versionmodified">New in version 5.0.0.</span></p>
|
82
78
|
</div>
|
83
|
-
<p
|
79
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> is a sharding version of
|
80
|
+
<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> searches records from
|
81
|
+
multiple tables and outputs them.</p>
|
82
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> is similar to <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a>. Both of
|
83
|
+
them searches records from multiples tables and outputs
|
84
|
+
them. <code class="docutils literal"><span class="pre">logical_range_filter</span></code> stops searching when the number of
|
85
|
+
matched records is requested the number of
|
86
|
+
records. <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a> searches all records and outputs only
|
87
|
+
needed records.</p>
|
88
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> has performance merit but some restrictions.</p>
|
89
|
+
<p>If many records are matched and requested records are small,
|
90
|
+
<code class="docutils literal"><span class="pre">logical_range_filter</span></code> will be faster than <a class="reference internal" href="logical_select.html"><span class="doc">logical_select</span></a>.</p>
|
91
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> doesn't support drilldown because drilldown
|
92
|
+
requires all matched records. <code class="docutils literal"><span class="pre">logical_range_filter</span></code> may not find
|
93
|
+
all matched records. So <code class="docutils literal"><span class="pre">logical_range_filter</span></code> doesn't support
|
94
|
+
drilldown.</p>
|
95
|
+
<p><code class="docutils literal"><span class="pre">logical_range_filter</span></code> doesn't return the number of all matched
|
96
|
+
records. Because <code class="docutils literal"><span class="pre">logical_range_filter</span></code> may not search all matched
|
97
|
+
records.</p>
|
98
|
+
<p>You need to <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> <code class="docutils literal"><span class="pre">sharding</span></code> plugin because
|
99
|
+
this command is included in <code class="docutils literal"><span class="pre">sharding</span></code> plugin.</p>
|
84
100
|
</div>
|
85
101
|
<div class="section" id="syntax">
|
86
102
|
<h2>7.3.33.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
@@ -90,15 +106,16 @@
|
|
90
106
|
logical_table
|
91
107
|
shard_key
|
92
108
|
[min=null]
|
93
|
-
[min_border
|
109
|
+
[min_border="include"]
|
94
110
|
[max=null]
|
95
|
-
[max_border
|
96
|
-
[order
|
111
|
+
[max_border="include"]
|
112
|
+
[order="ascending"]
|
97
113
|
[filter=null]
|
98
114
|
[offset=0]
|
99
115
|
[limit=10]
|
100
|
-
[output_columns
|
116
|
+
[output_columns="_key, *"]
|
101
117
|
[use_range_index=null]
|
118
|
+
[post_filter=null]
|
102
119
|
</pre></div>
|
103
120
|
</div>
|
104
121
|
<p>There are some parameters that can be only used as named
|
@@ -110,11 +127,150 @@ must specify parameter name.</p>
|
|
110
127
|
<li><code class="docutils literal"><span class="pre">cache=no</span></code></li>
|
111
128
|
</ul>
|
112
129
|
</div></blockquote>
|
130
|
+
<div class="versionadded">
|
131
|
+
<p><span class="versionmodified">New in version 7.0.9: </span>This command has the following named parameters for dynamic columns:</p>
|
132
|
+
<blockquote>
|
133
|
+
<div><ul class="simple">
|
134
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].stage=null</span></code></li>
|
135
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].flags=COLUMN_SCALAR</span></code></li>
|
136
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].type=null</span></code></li>
|
137
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].value=null</span></code></li>
|
138
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].window.sort_keys=null</span></code></li>
|
139
|
+
<li><code class="docutils literal"><span class="pre">columns[${NAME}].window.group_keys=null</span></code></li>
|
140
|
+
</ul>
|
141
|
+
</div></blockquote>
|
142
|
+
<p>You can use one or more alphabets, digits, <code class="docutils literal"><span class="pre">_</span></code> for <code class="docutils literal"><span class="pre">${NAME}</span></code>. For
|
143
|
+
example, <code class="docutils literal"><span class="pre">column1</span></code> is a valid <code class="docutils literal"><span class="pre">${NAME}</span></code>. This is the same rule as
|
144
|
+
normal column. See also <a class="reference internal" href="column_create.html#column-create-name"><span class="std std-ref">name</span></a>.</p>
|
145
|
+
<p>Parameters that have the same <code class="docutils literal"><span class="pre">${NAME}</span></code> are grouped.</p>
|
146
|
+
<p>For example, the following parameters specify one dynamic column:</p>
|
147
|
+
<blockquote>
|
148
|
+
<div><ul class="simple">
|
149
|
+
<li><code class="docutils literal"><span class="pre">--columns[name].stage</span> <span class="pre">initial</span></code></li>
|
150
|
+
<li><code class="docutils literal"><span class="pre">--columns[name].type</span> <span class="pre">UInt32</span></code></li>
|
151
|
+
<li><code class="docutils literal"><span class="pre">--columns[name].value</span> <span class="pre">29</span></code></li>
|
152
|
+
</ul>
|
153
|
+
</div></blockquote>
|
154
|
+
<p>The following parameters specify two dynamic columns:</p>
|
155
|
+
<blockquote>
|
156
|
+
<div><ul class="simple">
|
157
|
+
<li><code class="docutils literal"><span class="pre">--columns[name1].stage</span> <span class="pre">initial</span></code></li>
|
158
|
+
<li><code class="docutils literal"><span class="pre">--columns[name1].type</span> <span class="pre">UInt32</span></code></li>
|
159
|
+
<li><code class="docutils literal"><span class="pre">--columns[name1].value</span> <span class="pre">29</span></code></li>
|
160
|
+
<li><code class="docutils literal"><span class="pre">--columns[name2].stage</span> <span class="pre">filtered</span></code></li>
|
161
|
+
<li><code class="docutils literal"><span class="pre">--columns[name2].type</span> <span class="pre">Float</span></code></li>
|
162
|
+
<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>
|
163
|
+
</ul>
|
164
|
+
</div></blockquote>
|
165
|
+
</div>
|
113
166
|
</div>
|
114
167
|
<div class="section" id="usage">
|
115
168
|
<h2>7.3.33.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
116
|
-
<p>
|
117
|
-
|
169
|
+
<p>Let's learn about usage with examples. This section shows many popular
|
170
|
+
usages.</p>
|
171
|
+
<p>You need to register <code class="docutils literal"><span class="pre">sharding</span></code> plugin because this command is
|
172
|
+
included in <code class="docutils literal"><span class="pre">sharding</span></code> plugin.</p>
|
173
|
+
<p>Execution example:</p>
|
174
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register sharding
|
175
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
176
|
+
</pre></div>
|
177
|
+
</div>
|
178
|
+
<p>Here are a schema definition and sample data to show usage.</p>
|
179
|
+
<p>Execution example:</p>
|
180
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Entries_20150708 TABLE_HASH_KEY ShortText
|
181
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
182
|
+
column_create Entries_20150708 created_at COLUMN_SCALAR Time
|
183
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
184
|
+
column_create Entries_20150708 content COLUMN_SCALAR Text
|
185
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
186
|
+
column_create Entries_20150708 n_likes COLUMN_SCALAR UInt32
|
187
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
188
|
+
column_create Entries_20150708 tag COLUMN_SCALAR ShortText
|
189
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
190
|
+
table_create Entries_20150709 TABLE_HASH_KEY ShortText
|
191
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
192
|
+
column_create Entries_20150709 created_at COLUMN_SCALAR Time
|
193
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
194
|
+
column_create Entries_20150709 content COLUMN_SCALAR Text
|
195
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
196
|
+
column_create Entries_20150709 n_likes COLUMN_SCALAR UInt32
|
197
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
198
|
+
column_create Entries_20150709 tag COLUMN_SCALAR ShortText
|
199
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
200
|
+
table_create Terms TABLE_PAT_KEY ShortText \
|
201
|
+
--default_tokenizer TokenBigram \
|
202
|
+
--normalizer NormalizerAuto
|
203
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
204
|
+
column_create Terms entries_key_index_20150708 \
|
205
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150708 _key
|
206
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
207
|
+
column_create Terms entries_content_index_20150708 \
|
208
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150708 content
|
209
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
210
|
+
column_create Terms entries_key_index_20150709 \
|
211
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150709 _key
|
212
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
213
|
+
column_create Terms entries_content_index_20150709 \
|
214
|
+
COLUMN_INDEX|WITH_POSITION Entries_20150709 content
|
215
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
216
|
+
load --table Entries_20150708
|
217
|
+
[
|
218
|
+
{"_key": "The first post!",
|
219
|
+
"created_at": "2015/07/08 00:00:00",
|
220
|
+
"content": "Welcome! This is my first post!",
|
221
|
+
"n_likes": 5,
|
222
|
+
"tag": "Hello"},
|
223
|
+
{"_key": "Groonga",
|
224
|
+
"created_at": "2015/07/08 01:00:00",
|
225
|
+
"content": "I started to use Groonga. It's very fast!",
|
226
|
+
"n_likes": 10,
|
227
|
+
"tag": "Groonga"},
|
228
|
+
{"_key": "Mroonga",
|
229
|
+
"created_at": "2015/07/08 02:00:00",
|
230
|
+
"content": "I also started to use Mroonga. It's also very fast! Really fast!",
|
231
|
+
"n_likes": 15,
|
232
|
+
"tag": "Groonga"}
|
233
|
+
]
|
234
|
+
# [[0, 1337566253.89858, 0.000355720520019531], 3]
|
235
|
+
load --table Entries_20150709
|
236
|
+
[
|
237
|
+
{"_key": "Good-bye Senna",
|
238
|
+
"created_at": "2015/07/09 00:00:00",
|
239
|
+
"content": "I migrated all Senna system!",
|
240
|
+
"n_likes": 3,
|
241
|
+
"tag": "Senna"},
|
242
|
+
{"_key": "Good-bye Tritonn",
|
243
|
+
"created_at": "2015/07/09 01:00:00",
|
244
|
+
"content": "I also migrated all Tritonn system!",
|
245
|
+
"n_likes": 3,
|
246
|
+
"tag": "Senna"}
|
247
|
+
]
|
248
|
+
# [[0, 1337566253.89858, 0.000355720520019531], 2]
|
249
|
+
</pre></div>
|
250
|
+
</div>
|
251
|
+
<p>There are two tables, <code class="docutils literal"><span class="pre">Entries_20150708</span></code> and <code class="docutils literal"><span class="pre">Entries_20150709</span></code>,
|
252
|
+
for blog entries.</p>
|
253
|
+
<div class="admonition note">
|
254
|
+
<p class="first admonition-title">Note</p>
|
255
|
+
<p class="last">You need to use <code class="docutils literal"><span class="pre">${LOGICAL_TABLE_NAME}_${YYYYMMDD}</span></code> naming rule
|
256
|
+
for table names. In this example, <code class="docutils literal"><span class="pre">LOGICAL_TABLE_NAME</span></code> is
|
257
|
+
<code class="docutils literal"><span class="pre">Entries</span></code> and <code class="docutils literal"><span class="pre">YYYYMMDD</span></code> is <code class="docutils literal"><span class="pre">20150708</span></code> or <code class="docutils literal"><span class="pre">20150709</span></code>.</p>
|
258
|
+
</div>
|
259
|
+
<p>An entry has title, created time, content, the number of likes for the
|
260
|
+
entry and tag. Title is key of <code class="docutils literal"><span class="pre">Entries_YYYYMMDD</span></code>. Created time is
|
261
|
+
value of <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.created_at</span></code> column. Content is value of
|
262
|
+
<code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> column. The number of likes is value of
|
263
|
+
<code class="docutils literal"><span class="pre">Entries_YYYYMMDD.n_likes</span></code> column. Tag is value of
|
264
|
+
<code class="docutils literal"><span class="pre">Entries_YYYYMMDD.tag</span></code> column.</p>
|
265
|
+
<p><code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> column and <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code>
|
266
|
+
column are indexed using <code class="docutils literal"><span class="pre">TokenBigram</span></code> tokenizer. So both
|
267
|
+
<code class="docutils literal"><span class="pre">Entries_YYYYMMDD._key</span></code> and <code class="docutils literal"><span class="pre">Entries_YYYYMMDD.content</span></code> are
|
268
|
+
fulltext search ready.</p>
|
269
|
+
<p>OK. The schema and data for examples are ready.</p>
|
270
|
+
<div class="section" id="simple-usage">
|
271
|
+
<h3>7.3.33.3.1. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
|
272
|
+
<p>TODO</p>
|
273
|
+
</div>
|
118
274
|
</div>
|
119
275
|
<div class="section" id="parameters">
|
120
276
|
<h2>7.3.33.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
@@ -124,8 +280,10 @@ must specify parameter name.</p>
|
|
124
280
|
<p>There are required parameters, <code class="docutils literal"><span class="pre">logical_table</span></code> and <code class="docutils literal"><span class="pre">shard_key</span></code>.</p>
|
125
281
|
<div class="section" id="logical-table">
|
126
282
|
<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="Permalink to this headline">¶</a></h4>
|
127
|
-
<p>Specifies logical table name. It means table name without
|
128
|
-
If you use actual table such as
|
283
|
+
<p>Specifies logical table name. It means table name without
|
284
|
+
<code class="docutils literal"><span class="pre">_YYYYMMDD</span></code> postfix. If you use actual table such as
|
285
|
+
<code class="docutils literal"><span class="pre">Logs_20150203</span></code>, <code class="docutils literal"><span class="pre">Logs_20150203</span></code> and so on, logical table name is
|
286
|
+
<code class="docutils literal"><span class="pre">Logs</span></code>.</p>
|
129
287
|
<p>TODO: Add examples</p>
|
130
288
|
</div>
|
131
289
|
<div class="section" id="shard-key">
|
@@ -163,33 +321,786 @@ Specify <code class="docutils literal"><span class="pre">include</span></code> o
|
|
163
321
|
<h4>7.3.33.4.2.5. <code class="docutils literal"><span class="pre">order</span></code><a class="headerlink" href="#order" title="Permalink to this headline">¶</a></h4>
|
164
322
|
<p>TODO</p>
|
165
323
|
</div>
|
324
|
+
</div>
|
325
|
+
<div class="section" id="search-related-parameters">
|
326
|
+
<span id="logical-range-filter-search-related-parameters"></span><h3>7.3.33.4.3. Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
|
327
|
+
<p>This command provides <a class="reference internal" href="select.html"><span class="doc">select</span></a> compatible search related
|
328
|
+
parameters.</p>
|
166
329
|
<div class="section" id="filter">
|
167
|
-
<h4>7.3.33.4.
|
330
|
+
<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="Permalink to this headline">¶</a></h4>
|
331
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
332
|
+
<a class="reference internal" href="select.html#select-filter"><span class="std std-ref">filter</span></a> for details.</p>
|
333
|
+
<p>Here is an example:</p>
|
168
334
|
<p>TODO</p>
|
169
335
|
</div>
|
336
|
+
<div class="section" id="post-filter">
|
337
|
+
<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="Permalink to this headline">¶</a></h4>
|
338
|
+
<div class="versionadded">
|
339
|
+
<p><span class="versionmodified">New in version 7.1.1.</span></p>
|
340
|
+
</div>
|
341
|
+
<p>Specifies the filter text that is processed after <code class="docutils literal"><span class="pre">filtered</span></code> stage
|
342
|
+
dynamic columns are generated. You can use <code class="docutils literal"><span class="pre">post_filter</span></code> to filter
|
343
|
+
by <code class="docutils literal"><span class="pre">filtered</span></code> stage dynamic columns. Others are the same as
|
344
|
+
<a class="reference internal" href="#logical-range-filter-filter"><span class="std std-ref">filter</span></a>.</p>
|
345
|
+
<p>If you use <code class="docutils literal"><span class="pre">post_filter</span></code>, "stop searching when enough records are
|
346
|
+
matched in a table" feature is disabled. ("Stop searching against rest
|
347
|
+
tables when enough records are matched" is still enabled.) Because
|
348
|
+
<code class="docutils literal"><span class="pre">post_filter</span></code> needs to wait dynamic columns generation. See also
|
349
|
+
<a class="reference internal" href="#logical-range-filter-dynamic-column-related-parameters"><span class="std std-ref">Dynamic column related parameters</span></a>.</p>
|
350
|
+
<p>Here is an example that shows entries only in popular tag. All target
|
351
|
+
entries have <code class="docutils literal"><span class="pre">system</span></code> or <code class="docutils literal"><span class="pre">use</span></code> words:</p>
|
352
|
+
<p>Execution example:</p>
|
353
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
354
|
+
--logical_table Entries \
|
355
|
+
--shard_key created_at \
|
356
|
+
--columns[n_likes_sum_per_tag].stage filtered \
|
357
|
+
--columns[n_likes_sum_per_tag].type UInt32 \
|
358
|
+
--columns[n_likes_sum_per_tag].value 'window_sum(n_likes)' \
|
359
|
+
--columns[n_likes_sum_per_tag].window.group_keys 'tag' \
|
360
|
+
--filter 'content @ "system" || content @ "use"' \
|
361
|
+
--post_filter 'n_likes_sum_per_tag > 10' \
|
362
|
+
--output_columns _key,n_likes,n_likes_sum_per_tag
|
363
|
+
# [
|
364
|
+
# [
|
365
|
+
# 0,
|
366
|
+
# 1337566253.89858,
|
367
|
+
# 0.000355720520019531
|
368
|
+
# ],
|
369
|
+
# [
|
370
|
+
# [
|
371
|
+
# [
|
372
|
+
# "_key",
|
373
|
+
# "ShortText"
|
374
|
+
# ],
|
375
|
+
# [
|
376
|
+
# "n_likes",
|
377
|
+
# "UInt32"
|
378
|
+
# ],
|
379
|
+
# [
|
380
|
+
# "n_likes_sum_per_tag",
|
381
|
+
# "UInt32"
|
382
|
+
# ]
|
383
|
+
# ],
|
384
|
+
# [
|
385
|
+
# "Groonga",
|
386
|
+
# 10,
|
387
|
+
# 25
|
388
|
+
# ],
|
389
|
+
# [
|
390
|
+
# "Mroonga",
|
391
|
+
# 15,
|
392
|
+
# 25
|
393
|
+
# ]
|
394
|
+
# ]
|
395
|
+
# ]
|
396
|
+
</pre></div>
|
397
|
+
</div>
|
398
|
+
</div>
|
399
|
+
</div>
|
400
|
+
<div class="section" id="output-related-parameters">
|
401
|
+
<h3>7.3.33.4.4. Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
|
402
|
+
<div class="section" id="output-columns">
|
403
|
+
<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="Permalink to this headline">¶</a></h4>
|
404
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
405
|
+
<a class="reference internal" href="select.html#select-output-columns"><span class="std std-ref">output_columns</span></a> for details.</p>
|
406
|
+
<p>Here is an example:</p>
|
407
|
+
<p>Execution example:</p>
|
408
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
409
|
+
--logical_table Entries \
|
410
|
+
--shard_key created_at \
|
411
|
+
--output_columns '_key, *'
|
412
|
+
# [
|
413
|
+
# [
|
414
|
+
# 0,
|
415
|
+
# 1337566253.89858,
|
416
|
+
# 0.000355720520019531
|
417
|
+
# ],
|
418
|
+
# [
|
419
|
+
# [
|
420
|
+
# [
|
421
|
+
# "_key",
|
422
|
+
# "ShortText"
|
423
|
+
# ],
|
424
|
+
# [
|
425
|
+
# "content",
|
426
|
+
# "Text"
|
427
|
+
# ],
|
428
|
+
# [
|
429
|
+
# "created_at",
|
430
|
+
# "Time"
|
431
|
+
# ],
|
432
|
+
# [
|
433
|
+
# "n_likes",
|
434
|
+
# "UInt32"
|
435
|
+
# ],
|
436
|
+
# [
|
437
|
+
# "tag",
|
438
|
+
# "ShortText"
|
439
|
+
# ]
|
440
|
+
# ],
|
441
|
+
# [
|
442
|
+
# "The first post!",
|
443
|
+
# "Welcome! This is my first post!",
|
444
|
+
# 1436281200.0,
|
445
|
+
# 5,
|
446
|
+
# "Hello"
|
447
|
+
# ],
|
448
|
+
# [
|
449
|
+
# "Groonga",
|
450
|
+
# "I started to use Groonga. It's very fast!",
|
451
|
+
# 1436284800.0,
|
452
|
+
# 10,
|
453
|
+
# "Groonga"
|
454
|
+
# ],
|
455
|
+
# [
|
456
|
+
# "Mroonga",
|
457
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
458
|
+
# 1436288400.0,
|
459
|
+
# 15,
|
460
|
+
# "Groonga"
|
461
|
+
# ],
|
462
|
+
# [
|
463
|
+
# "Good-bye Senna",
|
464
|
+
# "I migrated all Senna system!",
|
465
|
+
# 1436367600.0,
|
466
|
+
# 3,
|
467
|
+
# "Senna"
|
468
|
+
# ],
|
469
|
+
# [
|
470
|
+
# "Good-bye Tritonn",
|
471
|
+
# "I also migrated all Tritonn system!",
|
472
|
+
# 1436371200.0,
|
473
|
+
# 3,
|
474
|
+
# "Senna"
|
475
|
+
# ]
|
476
|
+
# ]
|
477
|
+
# ]
|
478
|
+
</pre></div>
|
479
|
+
</div>
|
480
|
+
</div>
|
170
481
|
<div class="section" id="offset">
|
171
|
-
<h4>7.3.33.4.2.
|
172
|
-
<p>
|
482
|
+
<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="Permalink to this headline">¶</a></h4>
|
483
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
484
|
+
<a class="reference internal" href="select.html#select-offset"><span class="std std-ref">offset</span></a> for details.</p>
|
485
|
+
<p>Here is an example:</p>
|
486
|
+
<p>Execution example:</p>
|
487
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
488
|
+
--logical_table Entries \
|
489
|
+
--shard_key created_at \
|
490
|
+
--offset 2
|
491
|
+
# [
|
492
|
+
# [
|
493
|
+
# 0,
|
494
|
+
# 1337566253.89858,
|
495
|
+
# 0.000355720520019531
|
496
|
+
# ],
|
497
|
+
# [
|
498
|
+
# [
|
499
|
+
# [
|
500
|
+
# "_key",
|
501
|
+
# "ShortText"
|
502
|
+
# ],
|
503
|
+
# [
|
504
|
+
# "content",
|
505
|
+
# "Text"
|
506
|
+
# ],
|
507
|
+
# [
|
508
|
+
# "created_at",
|
509
|
+
# "Time"
|
510
|
+
# ],
|
511
|
+
# [
|
512
|
+
# "n_likes",
|
513
|
+
# "UInt32"
|
514
|
+
# ],
|
515
|
+
# [
|
516
|
+
# "tag",
|
517
|
+
# "ShortText"
|
518
|
+
# ]
|
519
|
+
# ],
|
520
|
+
# [
|
521
|
+
# "Mroonga",
|
522
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
523
|
+
# 1436288400.0,
|
524
|
+
# 15,
|
525
|
+
# "Groonga"
|
526
|
+
# ],
|
527
|
+
# [
|
528
|
+
# "Good-bye Senna",
|
529
|
+
# "I migrated all Senna system!",
|
530
|
+
# 1436367600.0,
|
531
|
+
# 3,
|
532
|
+
# "Senna"
|
533
|
+
# ],
|
534
|
+
# [
|
535
|
+
# "Good-bye Tritonn",
|
536
|
+
# "I also migrated all Tritonn system!",
|
537
|
+
# 1436371200.0,
|
538
|
+
# 3,
|
539
|
+
# "Senna"
|
540
|
+
# ]
|
541
|
+
# ]
|
542
|
+
# ]
|
543
|
+
</pre></div>
|
544
|
+
</div>
|
173
545
|
</div>
|
174
546
|
<div class="section" id="limit">
|
175
|
-
<h4>7.3.33.4.
|
176
|
-
<p>
|
547
|
+
<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="Permalink to this headline">¶</a></h4>
|
548
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
549
|
+
<a class="reference internal" href="select.html#select-limit"><span class="std std-ref">limit</span></a> for details.</p>
|
550
|
+
<p>The difference from <a class="reference internal" href="select.html"><span class="doc">select</span></a> is that this command stops searching
|
551
|
+
when all requested records specified by
|
552
|
+
<a class="reference internal" href="#logical-range-filter-offset"><span class="std std-ref">offset</span></a> and
|
553
|
+
<a class="reference internal" href="#logical-range-filter-limit"><span class="std std-ref">limit</span></a> are found.</p>
|
554
|
+
<p>Here is an example:</p>
|
555
|
+
<p>Execution example:</p>
|
556
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
557
|
+
--logical_table Entries \
|
558
|
+
--shard_key created_at \
|
559
|
+
--limit 2
|
560
|
+
# [
|
561
|
+
# [
|
562
|
+
# 0,
|
563
|
+
# 1337566253.89858,
|
564
|
+
# 0.000355720520019531
|
565
|
+
# ],
|
566
|
+
# [
|
567
|
+
# [
|
568
|
+
# [
|
569
|
+
# "_key",
|
570
|
+
# "ShortText"
|
571
|
+
# ],
|
572
|
+
# [
|
573
|
+
# "content",
|
574
|
+
# "Text"
|
575
|
+
# ],
|
576
|
+
# [
|
577
|
+
# "created_at",
|
578
|
+
# "Time"
|
579
|
+
# ],
|
580
|
+
# [
|
581
|
+
# "n_likes",
|
582
|
+
# "UInt32"
|
583
|
+
# ],
|
584
|
+
# [
|
585
|
+
# "tag",
|
586
|
+
# "ShortText"
|
587
|
+
# ]
|
588
|
+
# ],
|
589
|
+
# [
|
590
|
+
# "The first post!",
|
591
|
+
# "Welcome! This is my first post!",
|
592
|
+
# 1436281200.0,
|
593
|
+
# 5,
|
594
|
+
# "Hello"
|
595
|
+
# ],
|
596
|
+
# [
|
597
|
+
# "Groonga",
|
598
|
+
# "I started to use Groonga. It's very fast!",
|
599
|
+
# 1436284800.0,
|
600
|
+
# 10,
|
601
|
+
# "Groonga"
|
602
|
+
# ]
|
603
|
+
# ]
|
604
|
+
# ]
|
605
|
+
</pre></div>
|
177
606
|
</div>
|
178
|
-
<div class="section" id="output-columns">
|
179
|
-
<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="Permalink to this headline">¶</a></h4>
|
180
|
-
<p>TODO</p>
|
181
607
|
</div>
|
608
|
+
</div>
|
609
|
+
<div class="section" id="test-related-parameters">
|
610
|
+
<h3>7.3.33.4.5. Test related parameters<a class="headerlink" href="#test-related-parameters" title="Permalink to this headline">¶</a></h3>
|
182
611
|
<div class="section" id="use-range-index">
|
183
|
-
<h4>7.3.33.4.
|
612
|
+
<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="Permalink to this headline">¶</a></h4>
|
184
613
|
<p>Specifies whether range_index is used or not.
|
185
614
|
Note that it's a parameter for test. It should not be used for production.</p>
|
186
615
|
<p>TODO: Add examples</p>
|
187
616
|
</div>
|
188
617
|
</div>
|
618
|
+
<div class="section" id="dynamic-column-related-parameters">
|
619
|
+
<span id="logical-range-filter-dynamic-column-related-parameters"></span><h3>7.3.33.4.6. Dynamic column related parameters<a class="headerlink" href="#dynamic-column-related-parameters" title="Permalink to this headline">¶</a></h3>
|
620
|
+
<div class="versionadded">
|
621
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
622
|
+
</div>
|
623
|
+
<p>All dynamic column related parameters in <a class="reference internal" href="select.html"><span class="doc">select</span></a> are
|
624
|
+
supported. See <a class="reference internal" href="select.html#select-dynamic-column-related-parameters"><span class="std std-ref">Dynamic column related parameters</span></a> for
|
625
|
+
details.</p>
|
626
|
+
<p>If you use one or more dynamic columns, "stop searching when enough
|
627
|
+
records are matched in a table" feature is disabled. ("Stop searching
|
628
|
+
against rest tables when enough records are matched" is still
|
629
|
+
enabled.) <code class="docutils literal"><span class="pre">logical_range_filter</span></code> searches all matched records in a
|
630
|
+
table even when requested the number of matched records is small. It's
|
631
|
+
for supporting window function. Running window function requires all
|
632
|
+
target records in a table.</p>
|
633
|
+
<div class="section" id="columns-name-stage">
|
634
|
+
<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="Permalink to this headline">¶</a></h4>
|
635
|
+
<div class="versionadded">
|
636
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
637
|
+
</div>
|
638
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
639
|
+
<a class="reference internal" href="select.html#select-columns-name-stage"><span class="std std-ref">columns[${NAME}].stage</span></a> for details.</p>
|
640
|
+
<p>This is a required parameter.</p>
|
641
|
+
<p>Here is an example that creates <code class="docutils literal"><span class="pre">is_popular</span></code> column at <code class="docutils literal"><span class="pre">initial</span></code>
|
642
|
+
stage. You can use <code class="docutils literal"><span class="pre">is_popular</span></code> in all parameters such as <code class="docutils literal"><span class="pre">filter</span></code>
|
643
|
+
and <code class="docutils literal"><span class="pre">output_columns</span></code>:</p>
|
644
|
+
<p>Execution example:</p>
|
645
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
646
|
+
--logical_table Entries \
|
647
|
+
--shard_key created_at \
|
648
|
+
--columns[is_popular].stage initial \
|
649
|
+
--columns[is_popular].type Bool \
|
650
|
+
--columns[is_popular].value 'n_likes >= 10' \
|
651
|
+
--filter is_popular \
|
652
|
+
--output_columns _id,is_popular,n_likes
|
653
|
+
# [
|
654
|
+
# [
|
655
|
+
# 0,
|
656
|
+
# 1337566253.89858,
|
657
|
+
# 0.000355720520019531
|
658
|
+
# ],
|
659
|
+
# [
|
660
|
+
# [
|
661
|
+
# [
|
662
|
+
# "_id",
|
663
|
+
# "UInt32"
|
664
|
+
# ],
|
665
|
+
# [
|
666
|
+
# "is_popular",
|
667
|
+
# "Bool"
|
668
|
+
# ],
|
669
|
+
# [
|
670
|
+
# "n_likes",
|
671
|
+
# "UInt32"
|
672
|
+
# ]
|
673
|
+
# ],
|
674
|
+
# [
|
675
|
+
# 2,
|
676
|
+
# true,
|
677
|
+
# 10
|
678
|
+
# ],
|
679
|
+
# [
|
680
|
+
# 3,
|
681
|
+
# true,
|
682
|
+
# 15
|
683
|
+
# ]
|
684
|
+
# ]
|
685
|
+
# ]
|
686
|
+
</pre></div>
|
687
|
+
</div>
|
688
|
+
</div>
|
689
|
+
<div class="section" id="columns-name-flags">
|
690
|
+
<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="Permalink to this headline">¶</a></h4>
|
691
|
+
<div class="versionadded">
|
692
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
693
|
+
</div>
|
694
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
695
|
+
<a class="reference internal" href="select.html#select-columns-name-flags"><span class="std std-ref">columns[${NAME}].flags</span></a> for details.</p>
|
696
|
+
<p>The default value is <code class="docutils literal"><span class="pre">COLUMN_SCALAR</span></code>.</p>
|
697
|
+
<p>Here is an example that creates a vector column by <code class="docutils literal"><span class="pre">COLUMN_VECTOR</span></code>
|
698
|
+
flags. <code class="docutils literal"><span class="pre">plugin_register</span> <span class="pre">functions/vector</span></code> is for using
|
699
|
+
<a class="reference internal" href="../functions/vector_new.html"><span class="doc">vector_new</span></a> function:</p>
|
700
|
+
<p>Execution example:</p>
|
701
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/vector
|
702
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
703
|
+
logical_range_filter \
|
704
|
+
--logical_table Entries \
|
705
|
+
--shard_key created_at \
|
706
|
+
--columns[vector].stage initial \
|
707
|
+
--columns[vector].flags COLUMN_VECTOR \
|
708
|
+
--columns[vector].type UInt32 \
|
709
|
+
--columns[vector].value 'vector_new(1, 2, 3)' \
|
710
|
+
--output_columns _id,vector
|
711
|
+
# [
|
712
|
+
# [
|
713
|
+
# 0,
|
714
|
+
# 1337566253.89858,
|
715
|
+
# 0.000355720520019531
|
716
|
+
# ],
|
717
|
+
# [
|
718
|
+
# [
|
719
|
+
# [
|
720
|
+
# "_id",
|
721
|
+
# "UInt32"
|
722
|
+
# ],
|
723
|
+
# [
|
724
|
+
# "vector",
|
725
|
+
# "UInt32"
|
726
|
+
# ]
|
727
|
+
# ],
|
728
|
+
# [
|
729
|
+
# 1,
|
730
|
+
# [
|
731
|
+
# 1,
|
732
|
+
# 2,
|
733
|
+
# 3
|
734
|
+
# ]
|
735
|
+
# ],
|
736
|
+
# [
|
737
|
+
# 2,
|
738
|
+
# [
|
739
|
+
# 1,
|
740
|
+
# 2,
|
741
|
+
# 3
|
742
|
+
# ]
|
743
|
+
# ],
|
744
|
+
# [
|
745
|
+
# 3,
|
746
|
+
# [
|
747
|
+
# 1,
|
748
|
+
# 2,
|
749
|
+
# 3
|
750
|
+
# ]
|
751
|
+
# ],
|
752
|
+
# [
|
753
|
+
# 1,
|
754
|
+
# [
|
755
|
+
# 1,
|
756
|
+
# 2,
|
757
|
+
# 3
|
758
|
+
# ]
|
759
|
+
# ],
|
760
|
+
# [
|
761
|
+
# 2,
|
762
|
+
# [
|
763
|
+
# 1,
|
764
|
+
# 2,
|
765
|
+
# 3
|
766
|
+
# ]
|
767
|
+
# ]
|
768
|
+
# ]
|
769
|
+
# ]
|
770
|
+
</pre></div>
|
771
|
+
</div>
|
772
|
+
</div>
|
773
|
+
<div class="section" id="columns-name-type">
|
774
|
+
<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="Permalink to this headline">¶</a></h4>
|
775
|
+
<div class="versionadded">
|
776
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
777
|
+
</div>
|
778
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
779
|
+
<a class="reference internal" href="select.html#select-columns-name-type"><span class="std std-ref">columns[${NAME}].type</span></a> for details.</p>
|
780
|
+
<p>This is a required parameter.</p>
|
781
|
+
<p>Here is an example that creates a <code class="docutils literal"><span class="pre">ShortText</span></code> type column. Stored
|
782
|
+
value is casted to <code class="docutils literal"><span class="pre">ShortText</span></code> automatically. In this example,
|
783
|
+
number is casted to <code class="docutils literal"><span class="pre">ShortText</span></code>:</p>
|
784
|
+
<p>Execution example:</p>
|
785
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
786
|
+
--logical_table Entries \
|
787
|
+
--shard_key created_at \
|
788
|
+
--columns[n_likes_string].stage initial \
|
789
|
+
--columns[n_likes_string].type ShortText \
|
790
|
+
--columns[n_likes_string].value n_likes \
|
791
|
+
--output_columns _id,n_likes,n_likes_string
|
792
|
+
# [
|
793
|
+
# [
|
794
|
+
# 0,
|
795
|
+
# 1337566253.89858,
|
796
|
+
# 0.000355720520019531
|
797
|
+
# ],
|
798
|
+
# [
|
799
|
+
# [
|
800
|
+
# [
|
801
|
+
# "_id",
|
802
|
+
# "UInt32"
|
803
|
+
# ],
|
804
|
+
# [
|
805
|
+
# "n_likes",
|
806
|
+
# "UInt32"
|
807
|
+
# ],
|
808
|
+
# [
|
809
|
+
# "n_likes_string",
|
810
|
+
# "ShortText"
|
811
|
+
# ]
|
812
|
+
# ],
|
813
|
+
# [
|
814
|
+
# 1,
|
815
|
+
# 5,
|
816
|
+
# "5"
|
817
|
+
# ],
|
818
|
+
# [
|
819
|
+
# 2,
|
820
|
+
# 10,
|
821
|
+
# "10"
|
822
|
+
# ],
|
823
|
+
# [
|
824
|
+
# 3,
|
825
|
+
# 15,
|
826
|
+
# "15"
|
827
|
+
# ],
|
828
|
+
# [
|
829
|
+
# 1,
|
830
|
+
# 3,
|
831
|
+
# "3"
|
832
|
+
# ],
|
833
|
+
# [
|
834
|
+
# 2,
|
835
|
+
# 3,
|
836
|
+
# "3"
|
837
|
+
# ]
|
838
|
+
# ]
|
839
|
+
# ]
|
840
|
+
</pre></div>
|
841
|
+
</div>
|
842
|
+
</div>
|
843
|
+
<div class="section" id="columns-name-value">
|
844
|
+
<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="Permalink to this headline">¶</a></h4>
|
845
|
+
<div class="versionadded">
|
846
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
847
|
+
</div>
|
848
|
+
<p>Corresponds to <a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> in <a class="reference internal" href="select.html"><span class="doc">select</span></a>. See
|
849
|
+
<a class="reference internal" href="select.html#select-columns-name-value"><span class="std std-ref">columns[${NAME}].value</span></a> for details.</p>
|
850
|
+
<p>You need to specify <a class="reference internal" href="../window_function.html"><span class="doc">Window function</span></a> as <code class="docutils literal"><span class="pre">value</span></code>
|
851
|
+
value and other window function related parameters when you use window
|
852
|
+
function. See <a class="reference internal" href="#logical-range-filter-window-function-related-parameters"><span class="std std-ref">Window function related parameters</span></a>
|
853
|
+
for details.</p>
|
854
|
+
<p>This is a required parameter.</p>
|
855
|
+
<p>Here is an example that creates a new dynamic column that stores the
|
856
|
+
number of characters of content. This example uses
|
857
|
+
<a class="reference internal" href="../functions/string_length.html"><span class="doc">string_length</span></a> function in
|
858
|
+
<code class="docutils literal"><span class="pre">functions/string</span></code> plugin to compute the number of characters in a
|
859
|
+
string. <a class="reference internal" href="plugin_register.html"><span class="doc">plugin_register</span></a> is used to register
|
860
|
+
<code class="docutils literal"><span class="pre">functions/string</span></code> plugin:</p>
|
861
|
+
<p>Execution example:</p>
|
862
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>plugin_register functions/string
|
863
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
864
|
+
logical_range_filter \
|
865
|
+
--logical_table Entries \
|
866
|
+
--shard_key created_at \
|
867
|
+
--columns[content_length].stage initial \
|
868
|
+
--columns[content_length].type UInt32 \
|
869
|
+
--columns[content_length].value 'string_length(content)' \
|
870
|
+
--output_columns _id,content,content_length
|
871
|
+
# [
|
872
|
+
# [
|
873
|
+
# 0,
|
874
|
+
# 1337566253.89858,
|
875
|
+
# 0.000355720520019531
|
876
|
+
# ],
|
877
|
+
# [
|
878
|
+
# [
|
879
|
+
# [
|
880
|
+
# "_id",
|
881
|
+
# "UInt32"
|
882
|
+
# ],
|
883
|
+
# [
|
884
|
+
# "content",
|
885
|
+
# "Text"
|
886
|
+
# ],
|
887
|
+
# [
|
888
|
+
# "content_length",
|
889
|
+
# "UInt32"
|
890
|
+
# ]
|
891
|
+
# ],
|
892
|
+
# [
|
893
|
+
# 1,
|
894
|
+
# "Welcome! This is my first post!",
|
895
|
+
# 31
|
896
|
+
# ],
|
897
|
+
# [
|
898
|
+
# 2,
|
899
|
+
# "I started to use Groonga. It's very fast!",
|
900
|
+
# 41
|
901
|
+
# ],
|
902
|
+
# [
|
903
|
+
# 3,
|
904
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
905
|
+
# 64
|
906
|
+
# ],
|
907
|
+
# [
|
908
|
+
# 1,
|
909
|
+
# "I migrated all Senna system!",
|
910
|
+
# 28
|
911
|
+
# ],
|
912
|
+
# [
|
913
|
+
# 2,
|
914
|
+
# "I also migrated all Tritonn system!",
|
915
|
+
# 35
|
916
|
+
# ]
|
917
|
+
# ]
|
918
|
+
# ]
|
919
|
+
</pre></div>
|
920
|
+
</div>
|
921
|
+
</div>
|
922
|
+
</div>
|
923
|
+
<div class="section" id="window-function-related-parameters">
|
924
|
+
<span id="logical-range-filter-window-function-related-parameters"></span><h3>7.3.33.4.7. Window function related parameters<a class="headerlink" href="#window-function-related-parameters" title="Permalink to this headline">¶</a></h3>
|
925
|
+
<div class="versionadded">
|
926
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
927
|
+
</div>
|
928
|
+
<p>All window function related parameters in <a class="reference internal" href="select.html"><span class="doc">select</span></a> are
|
929
|
+
supported. See <a class="reference internal" href="select.html#select-window-function-related-parameters"><span class="std std-ref">Window function related parameters</span></a> for
|
930
|
+
details.</p>
|
931
|
+
<div class="admonition note">
|
932
|
+
<p class="first admonition-title">Note</p>
|
933
|
+
<p class="last">Window function over multiple tables aren't supported yet.</p>
|
934
|
+
</div>
|
935
|
+
<div class="section" id="columns-name-window-sort-keys">
|
936
|
+
<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="Permalink to this headline">¶</a></h4>
|
937
|
+
<div class="versionadded">
|
938
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
939
|
+
</div>
|
940
|
+
<p>Corresponds to <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> in
|
941
|
+
<a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <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> for
|
942
|
+
details.</p>
|
943
|
+
<p>You must specify <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>
|
944
|
+
or <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> to use window
|
945
|
+
function.</p>
|
946
|
+
<p>Here is an example that computes cumulative sum per
|
947
|
+
<code class="docutils literal"><span class="pre">Entries.tag</span></code>. Each group is sorted by <code class="docutils literal"><span class="pre">Entries._key</span></code>:</p>
|
948
|
+
<p>Execution example:</p>
|
949
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
950
|
+
--logical_table Entries \
|
951
|
+
--shard_key created_at \
|
952
|
+
--columns[n_likes_cumulative_sum_per_tag].stage initial \
|
953
|
+
--columns[n_likes_cumulative_sum_per_tag].type UInt32 \
|
954
|
+
--columns[n_likes_cumulative_sum_per_tag].value 'window_sum(n_likes)' \
|
955
|
+
--columns[n_likes_cumulative_sum_per_tag].window.sort_keys _key \
|
956
|
+
--columns[n_likes_cumulative_sum_per_tag].window.group_keys tag \
|
957
|
+
--output_columns tag,_key,n_likes,n_likes_cumulative_sum_per_tag
|
958
|
+
# [
|
959
|
+
# [
|
960
|
+
# 0,
|
961
|
+
# 1337566253.89858,
|
962
|
+
# 0.000355720520019531
|
963
|
+
# ],
|
964
|
+
# [
|
965
|
+
# [
|
966
|
+
# [
|
967
|
+
# "tag",
|
968
|
+
# "ShortText"
|
969
|
+
# ],
|
970
|
+
# [
|
971
|
+
# "_key",
|
972
|
+
# "ShortText"
|
973
|
+
# ],
|
974
|
+
# [
|
975
|
+
# "n_likes",
|
976
|
+
# "UInt32"
|
977
|
+
# ],
|
978
|
+
# [
|
979
|
+
# "n_likes_cumulative_sum_per_tag",
|
980
|
+
# "UInt32"
|
981
|
+
# ]
|
982
|
+
# ],
|
983
|
+
# [
|
984
|
+
# "Hello",
|
985
|
+
# "The first post!",
|
986
|
+
# 5,
|
987
|
+
# 5
|
988
|
+
# ],
|
989
|
+
# [
|
990
|
+
# "Groonga",
|
991
|
+
# "Groonga",
|
992
|
+
# 10,
|
993
|
+
# 10
|
994
|
+
# ],
|
995
|
+
# [
|
996
|
+
# "Groonga",
|
997
|
+
# "Mroonga",
|
998
|
+
# 15,
|
999
|
+
# 25
|
1000
|
+
# ],
|
1001
|
+
# [
|
1002
|
+
# "Senna",
|
1003
|
+
# "Good-bye Senna",
|
1004
|
+
# 3,
|
1005
|
+
# 3
|
1006
|
+
# ],
|
1007
|
+
# [
|
1008
|
+
# "Senna",
|
1009
|
+
# "Good-bye Tritonn",
|
1010
|
+
# 3,
|
1011
|
+
# 6
|
1012
|
+
# ]
|
1013
|
+
# ]
|
1014
|
+
# ]
|
1015
|
+
</pre></div>
|
1016
|
+
</div>
|
1017
|
+
</div>
|
1018
|
+
<div class="section" id="columns-name-window-group-keys">
|
1019
|
+
<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="Permalink to this headline">¶</a></h4>
|
1020
|
+
<div class="versionadded">
|
1021
|
+
<p><span class="versionmodified">New in version 7.0.9.</span></p>
|
1022
|
+
</div>
|
1023
|
+
<p>Corresponds to <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> in
|
1024
|
+
<a class="reference internal" href="select.html"><span class="doc">select</span></a>. See <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> for
|
1025
|
+
details.</p>
|
1026
|
+
<p>You must specify <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>
|
1027
|
+
or <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> to use window
|
1028
|
+
function.</p>
|
1029
|
+
<p>Here is an example that computes sum per <code class="docutils literal"><span class="pre">Entries.tag</span></code>:</p>
|
1030
|
+
<p>Execution example:</p>
|
1031
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
1032
|
+
--logical_table Entries \
|
1033
|
+
--shard_key created_at \
|
1034
|
+
--columns[n_likes_sum_per_tag].stage initial \
|
1035
|
+
--columns[n_likes_sum_per_tag].type UInt32 \
|
1036
|
+
--columns[n_likes_sum_per_tag].value 'window_sum(n_likes)' \
|
1037
|
+
--columns[n_likes_sum_per_tag].window.group_keys tag \
|
1038
|
+
--output_columns tag,_key,n_likes,n_likes_sum_per_tag
|
1039
|
+
# [
|
1040
|
+
# [
|
1041
|
+
# 0,
|
1042
|
+
# 1337566253.89858,
|
1043
|
+
# 0.000355720520019531
|
1044
|
+
# ],
|
1045
|
+
# [
|
1046
|
+
# [
|
1047
|
+
# [
|
1048
|
+
# "tag",
|
1049
|
+
# "ShortText"
|
1050
|
+
# ],
|
1051
|
+
# [
|
1052
|
+
# "_key",
|
1053
|
+
# "ShortText"
|
1054
|
+
# ],
|
1055
|
+
# [
|
1056
|
+
# "n_likes",
|
1057
|
+
# "UInt32"
|
1058
|
+
# ],
|
1059
|
+
# [
|
1060
|
+
# "n_likes_sum_per_tag",
|
1061
|
+
# "UInt32"
|
1062
|
+
# ]
|
1063
|
+
# ],
|
1064
|
+
# [
|
1065
|
+
# "Hello",
|
1066
|
+
# "The first post!",
|
1067
|
+
# 5,
|
1068
|
+
# 5
|
1069
|
+
# ],
|
1070
|
+
# [
|
1071
|
+
# "Groonga",
|
1072
|
+
# "Groonga",
|
1073
|
+
# 10,
|
1074
|
+
# 25
|
1075
|
+
# ],
|
1076
|
+
# [
|
1077
|
+
# "Groonga",
|
1078
|
+
# "Mroonga",
|
1079
|
+
# 15,
|
1080
|
+
# 25
|
1081
|
+
# ],
|
1082
|
+
# [
|
1083
|
+
# "Senna",
|
1084
|
+
# "Good-bye Senna",
|
1085
|
+
# 3,
|
1086
|
+
# 6
|
1087
|
+
# ],
|
1088
|
+
# [
|
1089
|
+
# "Senna",
|
1090
|
+
# "Good-bye Tritonn",
|
1091
|
+
# 3,
|
1092
|
+
# 6
|
1093
|
+
# ]
|
1094
|
+
# ]
|
1095
|
+
# ]
|
1096
|
+
</pre></div>
|
1097
|
+
</div>
|
1098
|
+
</div>
|
1099
|
+
</div>
|
189
1100
|
<div class="section" id="cache-related-parameter">
|
190
|
-
<h3>7.3.33.4.
|
1101
|
+
<h3>7.3.33.4.8. Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
|
191
1102
|
<div class="section" id="cache">
|
192
|
-
<span id="logical-range-filter-cache"></span><h4>7.3.33.4.
|
1103
|
+
<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="Permalink to this headline">¶</a></h4>
|
193
1104
|
<p>Specifies whether caching the result of this query or not.</p>
|
194
1105
|
<p>If the result of this query is cached, the next same query returns
|
195
1106
|
response quickly by using the cache.</p>
|
@@ -215,15 +1126,178 @@ It's the default value.</td>
|
|
215
1126
|
</tr>
|
216
1127
|
</tbody>
|
217
1128
|
</table>
|
218
|
-
<p>
|
1129
|
+
<p>Here is an example to disable caching the result of this query:</p>
|
1130
|
+
<p>Execution example:</p>
|
1131
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>logical_range_filter \
|
1132
|
+
--logical_table Entries \
|
1133
|
+
--shard_key created_at \
|
1134
|
+
--cache no
|
1135
|
+
# [
|
1136
|
+
# [
|
1137
|
+
# 0,
|
1138
|
+
# 1337566253.89858,
|
1139
|
+
# 0.000355720520019531
|
1140
|
+
# ],
|
1141
|
+
# [
|
1142
|
+
# [
|
1143
|
+
# [
|
1144
|
+
# "_key",
|
1145
|
+
# "ShortText"
|
1146
|
+
# ],
|
1147
|
+
# [
|
1148
|
+
# "content",
|
1149
|
+
# "Text"
|
1150
|
+
# ],
|
1151
|
+
# [
|
1152
|
+
# "created_at",
|
1153
|
+
# "Time"
|
1154
|
+
# ],
|
1155
|
+
# [
|
1156
|
+
# "n_likes",
|
1157
|
+
# "UInt32"
|
1158
|
+
# ],
|
1159
|
+
# [
|
1160
|
+
# "tag",
|
1161
|
+
# "ShortText"
|
1162
|
+
# ]
|
1163
|
+
# ],
|
1164
|
+
# [
|
1165
|
+
# "The first post!",
|
1166
|
+
# "Welcome! This is my first post!",
|
1167
|
+
# 1436281200.0,
|
1168
|
+
# 5,
|
1169
|
+
# "Hello"
|
1170
|
+
# ],
|
1171
|
+
# [
|
1172
|
+
# "Groonga",
|
1173
|
+
# "I started to use Groonga. It's very fast!",
|
1174
|
+
# 1436284800.0,
|
1175
|
+
# 10,
|
1176
|
+
# "Groonga"
|
1177
|
+
# ],
|
1178
|
+
# [
|
1179
|
+
# "Mroonga",
|
1180
|
+
# "I also started to use Mroonga. It's also very fast! Really fast!",
|
1181
|
+
# 1436288400.0,
|
1182
|
+
# 15,
|
1183
|
+
# "Groonga"
|
1184
|
+
# ],
|
1185
|
+
# [
|
1186
|
+
# "Good-bye Senna",
|
1187
|
+
# "I migrated all Senna system!",
|
1188
|
+
# 1436367600.0,
|
1189
|
+
# 3,
|
1190
|
+
# "Senna"
|
1191
|
+
# ],
|
1192
|
+
# [
|
1193
|
+
# "Good-bye Tritonn",
|
1194
|
+
# "I also migrated all Tritonn system!",
|
1195
|
+
# 1436371200.0,
|
1196
|
+
# 3,
|
1197
|
+
# "Senna"
|
1198
|
+
# ]
|
1199
|
+
# ]
|
1200
|
+
# ]
|
1201
|
+
</pre></div>
|
1202
|
+
</div>
|
219
1203
|
<p>The default value is <code class="docutils literal"><span class="pre">yes</span></code>.</p>
|
220
1204
|
</div>
|
221
1205
|
</div>
|
222
1206
|
</div>
|
223
1207
|
<div class="section" id="return-value">
|
224
1208
|
<h2>7.3.33.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
225
|
-
<p>
|
226
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1209
|
+
<p>The command returns a response with the following format:</p>
|
1210
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1211
|
+
HEADER,
|
1212
|
+
[
|
1213
|
+
COLUMNS,
|
1214
|
+
RECORDS
|
1215
|
+
]
|
1216
|
+
]
|
1217
|
+
</pre></div>
|
1218
|
+
</div>
|
1219
|
+
<p>If the command fails, error details are in <code class="docutils literal"><span class="pre">HEADER</span></code>.</p>
|
1220
|
+
<p>See <a class="reference internal" href="../command/output_format.html"><span class="doc">Output format</span></a> for <code class="docutils literal"><span class="pre">HEADER</span></code>.</p>
|
1221
|
+
<p><code class="docutils literal"><span class="pre">COLUMNS</span></code> describes about output columns specified by
|
1222
|
+
<a class="reference internal" href="#logical-range-filter-output-columns"><span class="std std-ref">output_columns</span></a>. It uses the following
|
1223
|
+
format:</p>
|
1224
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1225
|
+
[COLUMN_NAME_1, COLUMN_TYPE_1],
|
1226
|
+
[COLUMN_NAME_2, COLUMN_TYPE_2],
|
1227
|
+
...,
|
1228
|
+
[COLUMN_NAME_N, COLUMN_TYPE_N]
|
1229
|
+
]
|
1230
|
+
</pre></div>
|
1231
|
+
</div>
|
1232
|
+
<p><code class="docutils literal"><span class="pre">COLUMNS</span></code> includes one or more output column information. Each
|
1233
|
+
output column information includes the followings:</p>
|
1234
|
+
<blockquote>
|
1235
|
+
<div><ul class="simple">
|
1236
|
+
<li>Column name as string</li>
|
1237
|
+
<li>Column type as string or <code class="docutils literal"><span class="pre">null</span></code></li>
|
1238
|
+
</ul>
|
1239
|
+
</div></blockquote>
|
1240
|
+
<p>Column name is extracted from value specified as
|
1241
|
+
<a class="reference internal" href="#logical-range-filter-output-columns"><span class="std std-ref">output_columns</span></a>.</p>
|
1242
|
+
<p>Column type is Groonga's type name or <code class="docutils literal"><span class="pre">null</span></code>. It doesn't describe
|
1243
|
+
whether the column value is vector or scalar. You need to determine it
|
1244
|
+
by whether real column value is array or not.</p>
|
1245
|
+
<p>See <a class="reference internal" href="../types.html"><span class="doc">Data types</span></a> for type details.</p>
|
1246
|
+
<p><code class="docutils literal"><span class="pre">null</span></code> is used when column value type isn't determined. For example,
|
1247
|
+
function call in <a class="reference internal" href="#logical-range-filter-output-columns"><span class="std std-ref">output_columns</span></a> such as
|
1248
|
+
<code class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">"snippet_html(content)"</span></code> uses <code class="docutils literal"><span class="pre">null</span></code>.</p>
|
1249
|
+
<p>Here is an example of <code class="docutils literal"><span class="pre">COLUMNS</span></code>:</p>
|
1250
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1251
|
+
["_id", "UInt32"],
|
1252
|
+
["_key", "ShortText"],
|
1253
|
+
["n_likes", "UInt32"],
|
1254
|
+
]
|
1255
|
+
</pre></div>
|
1256
|
+
</div>
|
1257
|
+
<p><code class="docutils literal"><span class="pre">RECORDS</span></code> includes column values for each matched record. Included
|
1258
|
+
records are selected by <a class="reference internal" href="#logical-range-filter-offset"><span class="std std-ref">offset</span></a> and
|
1259
|
+
<a class="reference internal" href="#logical-range-filter-limit"><span class="std std-ref">limit</span></a>. It uses the following format:</p>
|
1260
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1261
|
+
[
|
1262
|
+
RECORD_1_COLUMN_1,
|
1263
|
+
RECORD_1_COLUMN_2,
|
1264
|
+
...,
|
1265
|
+
RECORD_1_COLUMN_N
|
1266
|
+
],
|
1267
|
+
[
|
1268
|
+
RECORD_2_COLUMN_1,
|
1269
|
+
RECORD_2_COLUMN_2,
|
1270
|
+
...,
|
1271
|
+
RECORD_2_COLUMN_N
|
1272
|
+
],
|
1273
|
+
...
|
1274
|
+
[
|
1275
|
+
RECORD_N_COLUMN_1,
|
1276
|
+
RECORD_N_COLUMN_2,
|
1277
|
+
...,
|
1278
|
+
RECORD_N_COLUMN_N
|
1279
|
+
]
|
1280
|
+
]
|
1281
|
+
</pre></div>
|
1282
|
+
</div>
|
1283
|
+
<p>Here is an example <code class="docutils literal"><span class="pre">RECORDS</span></code>:</p>
|
1284
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
1285
|
+
[
|
1286
|
+
1,
|
1287
|
+
"The first post!",
|
1288
|
+
5
|
1289
|
+
],
|
1290
|
+
[
|
1291
|
+
2,
|
1292
|
+
"Groonga",
|
1293
|
+
10
|
1294
|
+
],
|
1295
|
+
[
|
1296
|
+
3,
|
1297
|
+
"Mroonga",
|
1298
|
+
15
|
1299
|
+
]
|
1300
|
+
]
|
227
1301
|
</pre></div>
|
228
1302
|
</div>
|
229
1303
|
</div>
|
@@ -240,7 +1314,10 @@ It's the default value.</td>
|
|
240
1314
|
<li><a class="reference internal" href="#">7.3.33. <code class="docutils literal"><span class="pre">logical_range_filter</span></code></a><ul>
|
241
1315
|
<li><a class="reference internal" href="#summary">7.3.33.1. Summary</a></li>
|
242
1316
|
<li><a class="reference internal" href="#syntax">7.3.33.2. Syntax</a></li>
|
243
|
-
<li><a class="reference internal" href="#usage">7.3.33.3. Usage</a
|
1317
|
+
<li><a class="reference internal" href="#usage">7.3.33.3. Usage</a><ul>
|
1318
|
+
<li><a class="reference internal" href="#simple-usage">7.3.33.3.1. Simple usage</a></li>
|
1319
|
+
</ul>
|
1320
|
+
</li>
|
244
1321
|
<li><a class="reference internal" href="#parameters">7.3.33.4. Parameters</a><ul>
|
245
1322
|
<li><a class="reference internal" href="#required-parameters">7.3.33.4.1. Required parameters</a><ul>
|
246
1323
|
<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>
|
@@ -253,15 +1330,37 @@ It's the default value.</td>
|
|
253
1330
|
<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>
|
254
1331
|
<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>
|
255
1332
|
<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>
|
256
|
-
<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>
|
257
|
-
<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>
|
258
|
-
<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>
|
259
|
-
<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>
|
260
|
-
<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>
|
261
1333
|
</ul>
|
262
1334
|
</li>
|
263
|
-
<li><a class="reference internal" href="#
|
264
|
-
<li><a class="reference internal" href="#
|
1335
|
+
<li><a class="reference internal" href="#search-related-parameters">7.3.33.4.3. Search related parameters</a><ul>
|
1336
|
+
<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>
|
1337
|
+
<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>
|
1338
|
+
</ul>
|
1339
|
+
</li>
|
1340
|
+
<li><a class="reference internal" href="#output-related-parameters">7.3.33.4.4. Output related parameters</a><ul>
|
1341
|
+
<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>
|
1342
|
+
<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>
|
1343
|
+
<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>
|
1344
|
+
</ul>
|
1345
|
+
</li>
|
1346
|
+
<li><a class="reference internal" href="#test-related-parameters">7.3.33.4.5. Test related parameters</a><ul>
|
1347
|
+
<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>
|
1348
|
+
</ul>
|
1349
|
+
</li>
|
1350
|
+
<li><a class="reference internal" href="#dynamic-column-related-parameters">7.3.33.4.6. Dynamic column related parameters</a><ul>
|
1351
|
+
<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>
|
1352
|
+
<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>
|
1353
|
+
<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>
|
1354
|
+
<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>
|
1355
|
+
</ul>
|
1356
|
+
</li>
|
1357
|
+
<li><a class="reference internal" href="#window-function-related-parameters">7.3.33.4.7. Window function related parameters</a><ul>
|
1358
|
+
<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>
|
1359
|
+
<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>
|
1360
|
+
</ul>
|
1361
|
+
</li>
|
1362
|
+
<li><a class="reference internal" href="#cache-related-parameter">7.3.33.4.8. Cache related parameter</a><ul>
|
1363
|
+
<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>
|
265
1364
|
</ul>
|
266
1365
|
</li>
|
267
1366
|
</ul>
|
@@ -277,13 +1376,6 @@ It's the default value.</td>
|
|
277
1376
|
<h4>Next topic</h4>
|
278
1377
|
<p class="topless"><a href="logical_select.html"
|
279
1378
|
title="next chapter">7.3.34. <code class="docutils literal"><span class="pre">logical_select</span></code></a></p>
|
280
|
-
<div role="note" aria-label="source link">
|
281
|
-
<h3>This Page</h3>
|
282
|
-
<ul class="this-page-menu">
|
283
|
-
<li><a href="../../_sources/reference/commands/logical_range_filter.txt"
|
284
|
-
rel="nofollow">Show Source</a></li>
|
285
|
-
</ul>
|
286
|
-
</div>
|
287
1379
|
<div id="searchbox" style="display: none" role="search">
|
288
1380
|
<h3>Quick search</h3>
|
289
1381
|
<form class="search" action="../../search.html" method="get">
|
@@ -310,13 +1402,13 @@ It's the default value.</td>
|
|
310
1402
|
<li class="right" >
|
311
1403
|
<a href="logical_parameters.html" title="7.3.32. logical_parameters"
|
312
1404
|
>previous</a> |</li>
|
313
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.0
|
1405
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v7.1.0-73-g6d02cfa documentation</a> »</li>
|
314
1406
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
315
1407
|
<li class="nav-item nav-item-2"><a href="../command.html" >7.3. Command</a> »</li>
|
316
1408
|
</ul>
|
317
1409
|
</div>
|
318
1410
|
<div class="footer" role="contentinfo">
|
319
|
-
© Copyright 2009-
|
1411
|
+
© Copyright 2009-2018, Brazil, Inc.
|
320
1412
|
</div>
|
321
1413
|
</body>
|
322
1414
|
</html>
|