rroonga 6.0.4-x64-mingw32 → 6.0.5-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.md +39 -0
- data/ext/groonga/rb-grn-id.c +56 -0
- data/ext/groonga/rb-grn-name.c +55 -0
- data/ext/groonga/rb-grn-object.c +166 -0
- data/ext/groonga/rb-grn.h +3 -1
- data/ext/groonga/rb-groonga.c +2 -0
- 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/rroonga-build.rb +3 -3
- data/test/test-column.rb +34 -0
- data/test/test-database.rb +21 -0
- data/test/test-id.rb +47 -0
- data/test/test-name.rb +34 -0
- data/test/test-table.rb +1 -1
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpack-4.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libonig-5.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/zlib1.dll +0 -0
- data/vendor/local/include/groonga/groonga/groonga.h +5 -0
- data/vendor/local/include/groonga/groonga/id.h +30 -0
- data/vendor/local/include/groonga/groonga/nfkc.h +1 -1
- data/vendor/local/include/groonga/groonga/obj.h +9 -0
- data/vendor/local/include/groonga/groonga/table.h +12 -1
- data/vendor/local/include/groonga/groonga/time.h +14 -0
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/lib/groonga/plugins/expression_rewriters/optimizer.rb +1 -1
- 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/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/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/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/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/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/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- 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/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/scripts/ruby/expression_size_estimator.rb +40 -2
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/accessor.rb +14 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/index_column.rb +14 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/options.rb +14 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb +18 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree.rb +4 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +20 -1
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- 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/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- 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/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/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +8 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +71 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +2 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +38 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +23 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -25
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +193 -131
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +27 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +7 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +177 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +67 -67
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +111 -111
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +51 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +42 -42
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +159 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +46 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +8 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +71 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +2 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +38 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +23 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -25
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +195 -131
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +27 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +7 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +178 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +67 -67
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +112 -112
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +51 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +42 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +160 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +46 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +39 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- metadata +21 -2
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>7.3.
|
10
|
+
<title>7.3.53. select — Groonga v6.0.5 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '6.0.
|
18
|
+
VERSION: '6.0.5',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v6.0.
|
28
|
+
<link rel="top" title="Groonga v6.0.5 documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="7.3. Command" href="../command.html" />
|
30
|
-
<link rel="next" title="7.3.
|
31
|
-
<link rel="prev" title="7.3.
|
30
|
+
<link rel="next" title="7.3.54. shutdown" href="shutdown.html" />
|
31
|
+
<link rel="prev" title="7.3.52. schema" href="schema.html" />
|
32
32
|
</head>
|
33
33
|
<body role="document">
|
34
34
|
<div class="header">
|
@@ -55,12 +55,12 @@
|
|
55
55
|
<a href="../../genindex.html" title="General Index"
|
56
56
|
accesskey="I">index</a></li>
|
57
57
|
<li class="right" >
|
58
|
-
<a href="shutdown.html" title="7.3.
|
58
|
+
<a href="shutdown.html" title="7.3.54. shutdown"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="schema.html" title="7.3.
|
61
|
+
<a href="schema.html" title="7.3.52. schema"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.
|
63
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.5 documentation</a> »</li>
|
64
64
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
65
65
|
<li class="nav-item nav-item-2"><a href="../command.html" accesskey="U">7.3. Command</a> »</li>
|
66
66
|
</ul>
|
@@ -72,16 +72,16 @@
|
|
72
72
|
<div class="body" role="main">
|
73
73
|
|
74
74
|
<div class="section" id="select">
|
75
|
-
<h1>7.3.
|
75
|
+
<h1>7.3.53. <code class="docutils literal"><span class="pre">select</span></code><a class="headerlink" href="#select" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="section" id="summary">
|
77
|
-
<h2>7.3.
|
77
|
+
<h2>7.3.53.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
78
78
|
<p><code class="docutils literal"><span class="pre">select</span></code> searches records that are matched to specified conditions
|
79
79
|
from a table and then outputs them.</p>
|
80
80
|
<p><code class="docutils literal"><span class="pre">select</span></code> is the most important command in groonga. You need to
|
81
81
|
understand <code class="docutils literal"><span class="pre">select</span></code> to use the full power of Groonga.</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="syntax">
|
84
|
-
<h2>7.3.
|
84
|
+
<h2>7.3.53.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
85
85
|
<p>This command takes many parameters.</p>
|
86
86
|
<p>The required parameter is only <code class="docutils literal"><span class="pre">table</span></code>. Other parameters are
|
87
87
|
optional:</p>
|
@@ -147,7 +147,7 @@ optional:</p>
|
|
147
147
|
</div></blockquote>
|
148
148
|
</div>
|
149
149
|
<div class="section" id="usage">
|
150
|
-
<h2>7.3.
|
150
|
+
<h2>7.3.53.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
151
151
|
<p>Let's learn about <code class="docutils literal"><span class="pre">select</span></code> usage with examples. This section shows
|
152
152
|
many popular usages.</p>
|
153
153
|
<p>Here are a schema definition and sample data to show usage.</p>
|
@@ -202,7 +202,7 @@ using <code class="docutils literal"><span class="pre">TokenBigram</span></code>
|
|
202
202
|
<code class="docutils literal"><span class="pre">Entries.content</span></code> are fulltext search ready.</p>
|
203
203
|
<p>OK. The schema and data for examples are ready.</p>
|
204
204
|
<div class="section" id="simple-usage">
|
205
|
-
<span id="select-simple-usage"></span><h3>7.3.
|
205
|
+
<span id="select-simple-usage"></span><h3>7.3.53.3.1. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
|
206
206
|
<p>Here is the most simple usage with the above schema and data. It outputs
|
207
207
|
all records in <code class="docutils literal"><span class="pre">Entries</span></code> table.</p>
|
208
208
|
<p>Execution example:</p>
|
@@ -288,12 +288,12 @@ command outputs 10 records at a maximum by default. There are only 5
|
|
288
288
|
records. It is less than 10. So the command outputs all records.</p>
|
289
289
|
</div>
|
290
290
|
<div class="section" id="search-conditions">
|
291
|
-
<h3>7.3.
|
291
|
+
<h3>7.3.53.3.2. Search conditions<a class="headerlink" href="#search-conditions" title="Permalink to this headline">¶</a></h3>
|
292
292
|
<p>Search conditions are specified by <code class="docutils literal"><span class="pre">query</span></code> or <code class="docutils literal"><span class="pre">filter</span></code>. You can
|
293
293
|
also specify both <code class="docutils literal"><span class="pre">query</span></code> and <code class="docutils literal"><span class="pre">filter</span></code>. It means that selected
|
294
294
|
records must be matched against both <code class="docutils literal"><span class="pre">query</span></code> and <code class="docutils literal"><span class="pre">filter</span></code>.</p>
|
295
295
|
<div class="section" id="search-condition-query">
|
296
|
-
<h4>7.3.
|
296
|
+
<h4>7.3.53.3.2.1. Search condition: <code class="docutils literal"><span class="pre">query</span></code><a class="headerlink" href="#search-condition-query" title="Permalink to this headline">¶</a></h4>
|
297
297
|
<p><code class="docutils literal"><span class="pre">query</span></code> is designed for search box in Web page. Imagine a search box
|
298
298
|
in google.com. You specify search conditions for <code class="docutils literal"><span class="pre">query</span></code> as space
|
299
299
|
separated keywords. For example, <code class="docutils literal"><span class="pre">search</span> <span class="pre">engine</span></code> means a matched
|
@@ -366,7 +366,7 @@ in <code class="docutils literal"><span class="pre">content</span></code> column
|
|
366
366
|
<a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a> for datails.</p>
|
367
367
|
</div>
|
368
368
|
<div class="section" id="search-condition-filter">
|
369
|
-
<h4>7.3.
|
369
|
+
<h4>7.3.53.3.2.2. Search condition: <code class="docutils literal"><span class="pre">filter</span></code><a class="headerlink" href="#search-condition-filter" title="Permalink to this headline">¶</a></h4>
|
370
370
|
<p><code class="docutils literal"><span class="pre">filter</span></code> is designed for complex search conditions. You specify
|
371
371
|
search conditions for <code class="docutils literal"><span class="pre">filter</span></code> as ECMAScript like syntax.</p>
|
372
372
|
<p>Here is a simple <code class="docutils literal"><span class="pre">filter</span></code> usage example.</p>
|
@@ -429,7 +429,7 @@ its details aren't described here. See
|
|
429
429
|
</div>
|
430
430
|
</div>
|
431
431
|
<div class="section" id="paging">
|
432
|
-
<h3>7.3.
|
432
|
+
<h3>7.3.53.3.3. Paging<a class="headerlink" href="#paging" title="Permalink to this headline">¶</a></h3>
|
433
433
|
<p>You can specify range of outputted records by <code class="docutils literal"><span class="pre">offset</span></code> and <code class="docutils literal"><span class="pre">limit</span></code>.
|
434
434
|
Here is an example to output only the 2nd record.</p>
|
435
435
|
<p>Execution example:</p>
|
@@ -486,7 +486,7 @@ means the number of output records is 1 at a maximium. If no records
|
|
486
486
|
are matched, <code class="docutils literal"><span class="pre">select</span></code> command outputs no records.</p>
|
487
487
|
</div>
|
488
488
|
<div class="section" id="the-total-number-of-records">
|
489
|
-
<h3>7.3.
|
489
|
+
<h3>7.3.53.3.4. The total number of records<a class="headerlink" href="#the-total-number-of-records" title="Permalink to this headline">¶</a></h3>
|
490
490
|
<p>You can use <code class="docutils literal"><span class="pre">--limit</span> <span class="pre">0</span></code> to retrieve the total number of recrods
|
491
491
|
without any contents of records.</p>
|
492
492
|
<p>Execution example:</p>
|
@@ -533,7 +533,7 @@ without any contents of records.</p>
|
|
533
533
|
records.</p>
|
534
534
|
</div>
|
535
535
|
<div class="section" id="drilldown">
|
536
|
-
<h3>7.3.
|
536
|
+
<h3>7.3.53.3.5. Drilldown<a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h3>
|
537
537
|
<p>You can get additional grouped results against the search result in
|
538
538
|
one <code class="docutils literal"><span class="pre">select</span></code>. You need to use two or more <code class="docutils literal"><span class="pre">SELECT``s</span> <span class="pre">in</span> <span class="pre">SQL</span> <span class="pre">but</span>
|
539
539
|
<span class="pre">``select</span></code> in Groonga can do it in one <code class="docutils literal"><span class="pre">select</span></code>.</p>
|
@@ -694,13 +694,13 @@ in grouped records and so on. See
|
|
694
694
|
</div>
|
695
695
|
</div>
|
696
696
|
<div class="section" id="parameters">
|
697
|
-
<h2>7.3.
|
697
|
+
<h2>7.3.53.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
698
698
|
<p>This section describes all parameters. Parameters are categorized.</p>
|
699
699
|
<div class="section" id="required-parameters">
|
700
|
-
<h3>7.3.
|
700
|
+
<h3>7.3.53.4.1. Required parameters<a class="headerlink" href="#required-parameters" title="Permalink to this headline">¶</a></h3>
|
701
701
|
<p>There is a required parameter, <code class="docutils literal"><span class="pre">table</span></code>.</p>
|
702
702
|
<div class="section" id="table">
|
703
|
-
<span id="select-table"></span><h4>7.3.
|
703
|
+
<span id="select-table"></span><h4>7.3.53.4.1.1. <code class="docutils literal"><span class="pre">table</span></code><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
|
704
704
|
<p>Specifies a table to be searched. <code class="docutils literal"><span class="pre">table</span></code> must be specified.</p>
|
705
705
|
<p>If nonexistent table is specified, an error is returned.</p>
|
706
706
|
<p>Execution example:</p>
|
@@ -725,7 +725,7 @@ in grouped records and so on. See
|
|
725
725
|
</div>
|
726
726
|
</div>
|
727
727
|
<div class="section" id="search-related-parameters">
|
728
|
-
<span id="select-search-related-parameters"></span><h3>7.3.
|
728
|
+
<span id="select-search-related-parameters"></span><h3>7.3.53.4.2. Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
|
729
729
|
<p>There are search related parameters. Typically, <code class="docutils literal"><span class="pre">match_columns</span></code> and
|
730
730
|
<code class="docutils literal"><span class="pre">query</span></code> parameters are used for implementing a search
|
731
731
|
box. <code class="docutils literal"><span class="pre">filter</span></code> parameters is used for implementing complex search
|
@@ -734,7 +734,7 @@ feature.</p>
|
|
734
734
|
be matched against both <code class="docutils literal"><span class="pre">query</span></code> and <code class="docutils literal"><span class="pre">filter</span></code>. If both <code class="docutils literal"><span class="pre">query</span></code>
|
735
735
|
and <code class="docutils literal"><span class="pre">filter</span></code> aren't specified, all records are selected.</p>
|
736
736
|
<div class="section" id="match-columns">
|
737
|
-
<span id="select-match-columns"></span><h4>7.3.
|
737
|
+
<span id="select-match-columns"></span><h4>7.3.53.4.2.1. <code class="docutils literal"><span class="pre">match_columns</span></code><a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h4>
|
738
738
|
<p>Specifies the default target column for fulltext search by <code class="docutils literal"><span class="pre">query</span></code>
|
739
739
|
parameter value. A target column for fulltext search can be specified
|
740
740
|
in <code class="docutils literal"><span class="pre">query</span></code> parameter. The difference between <code class="docutils literal"><span class="pre">match_columns</span></code> and
|
@@ -886,7 +886,7 @@ details.</p>
|
|
886
886
|
parameter.</p>
|
887
887
|
</div>
|
888
888
|
<div class="section" id="query">
|
889
|
-
<span id="select-query"></span><h4>7.3.
|
889
|
+
<span id="select-query"></span><h4>7.3.53.4.2.2. <code class="docutils literal"><span class="pre">query</span></code><a class="headerlink" href="#query" title="Permalink to this headline">¶</a></h4>
|
890
890
|
<p>Specifies the query text. Normally, it is used for fulltext search
|
891
891
|
with <code class="docutils literal"><span class="pre">match_columns</span></code> parameter. <code class="docutils literal"><span class="pre">query</span></code> parameter is designed for
|
892
892
|
a fulltext search form in a Web page. A query text should be formatted
|
@@ -1133,7 +1133,7 @@ is less than <code class="docutils literal"><span class="pre">11</span></code> f
|
|
1133
1133
|
<p>See <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a> for other operations.</p>
|
1134
1134
|
</div>
|
1135
1135
|
<div class="section" id="filter">
|
1136
|
-
<span id="select-filter"></span><h4>7.3.
|
1136
|
+
<span id="select-filter"></span><h4>7.3.53.4.2.3. <code class="docutils literal"><span class="pre">filter</span></code><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
|
1137
1137
|
<p>Specifies the filter text. Normally, it is used for complex search
|
1138
1138
|
conditions. <code class="docutils literal"><span class="pre">filter</span></code> can be used with <code class="docutils literal"><span class="pre">query</span></code> parameter. If both
|
1139
1139
|
<code class="docutils literal"><span class="pre">filter</span></code> and <code class="docutils literal"><span class="pre">query</span></code> are specified, there are conbined with
|
@@ -1270,9 +1270,9 @@ is less than <code class="docutils literal"><span class="pre">11</span></code> f
|
|
1270
1270
|
</div>
|
1271
1271
|
</div>
|
1272
1272
|
<div class="section" id="advanced-search-parameters">
|
1273
|
-
<span id="select-advanced-search-parameters"></span><h3>7.3.
|
1273
|
+
<span id="select-advanced-search-parameters"></span><h3>7.3.53.4.3. Advanced search parameters<a class="headerlink" href="#advanced-search-parameters" title="Permalink to this headline">¶</a></h3>
|
1274
1274
|
<div class="section" id="match-escalation-threshold">
|
1275
|
-
<span id="select-match-escalation-threshold"></span><h4>7.3.
|
1275
|
+
<span id="select-match-escalation-threshold"></span><h4>7.3.53.4.3.1. <code class="docutils literal"><span class="pre">match_escalation_threshold</span></code><a class="headerlink" href="#match-escalation-threshold" title="Permalink to this headline">¶</a></h4>
|
1276
1276
|
<p>Specifies threshold to determine whether search storategy
|
1277
1277
|
escalation is used or not. The threshold is compared against the
|
1278
1278
|
number of matched records. If the number of matched records is equal
|
@@ -1396,13 +1396,13 @@ records (0) is larger than <code class="docutils literal"><span class="pre">matc
|
|
1396
1396
|
more searches aren't executed. And no records are matched.</p>
|
1397
1397
|
</div>
|
1398
1398
|
<div class="section" id="query-expansion">
|
1399
|
-
<span id="select-query-expansion"></span><h4>7.3.
|
1399
|
+
<span id="select-query-expansion"></span><h4>7.3.53.4.3.2. <code class="docutils literal"><span class="pre">query_expansion</span></code><a class="headerlink" href="#query-expansion" title="Permalink to this headline">¶</a></h4>
|
1400
1400
|
<div class="deprecated">
|
1401
1401
|
<p><span class="versionmodified">Deprecated since version 3.0.2: </span>Use <a class="reference internal" href="#select-query-expander"><span class="std std-ref">query_expander</span></a> instead.</p>
|
1402
1402
|
</div>
|
1403
1403
|
</div>
|
1404
1404
|
<div class="section" id="query-flags">
|
1405
|
-
<span id="select-query-flags"></span><h4>7.3.
|
1405
|
+
<span id="select-query-flags"></span><h4>7.3.53.4.3.3. <code class="docutils literal"><span class="pre">query_flags</span></code><a class="headerlink" href="#query-flags" title="Permalink to this headline">¶</a></h4>
|
1406
1406
|
<p>It customs <code class="docutils literal"><span class="pre">query</span></code> parameter syntax. You cannot update column value
|
1407
1407
|
by <code class="docutils literal"><span class="pre">query</span></code> parameter by default. But if you specify
|
1408
1408
|
<code class="docutils literal"><span class="pre">ALLOW_COLUMN|ALLOW_UPDATE</span></code> as <code class="docutils literal"><span class="pre">query_flags</span></code>, you can update
|
@@ -1704,7 +1704,7 @@ specified.</p>
|
|
1704
1704
|
<p>See also <a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a>.</p>
|
1705
1705
|
</div>
|
1706
1706
|
<div class="section" id="query-expander">
|
1707
|
-
<span id="select-query-expander"></span><h4>7.3.
|
1707
|
+
<span id="select-query-expander"></span><h4>7.3.53.4.3.4. <code class="docutils literal"><span class="pre">query_expander</span></code><a class="headerlink" href="#query-expander" title="Permalink to this headline">¶</a></h4>
|
1708
1708
|
<p>It's for query expansion. Query expansion substitutes specific words
|
1709
1709
|
to another words in query. Nomally, it's used for synonym search.</p>
|
1710
1710
|
<p>It specifies a column that is used to substitute <code class="docutils literal"><span class="pre">query</span></code> parameter
|
@@ -1983,9 +1983,9 @@ is equal to or more than <code class="docutils literal"><span class="pre">10</sp
|
|
1983
1983
|
</div>
|
1984
1984
|
</div>
|
1985
1985
|
<div class="section" id="output-related-parameters">
|
1986
|
-
<h3>7.3.
|
1986
|
+
<h3>7.3.53.4.4. Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
|
1987
1987
|
<div class="section" id="output-columns">
|
1988
|
-
<span id="select-output-columns"></span><h4>7.3.
|
1988
|
+
<span id="select-output-columns"></span><h4>7.3.53.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>
|
1989
1989
|
<p>Specifies output columns separated by <code class="docutils literal"><span class="pre">,</span></code>.</p>
|
1990
1990
|
<p>Here is a simple <code class="docutils literal"><span class="pre">output_columns</span></code> usage example.</p>
|
1991
1991
|
<p>Execution example:</p>
|
@@ -2074,13 +2074,13 @@ column value.</p>
|
|
2074
2074
|
values except <code class="docutils literal"><span class="pre">_score</span></code> are outputted.</p>
|
2075
2075
|
</div>
|
2076
2076
|
<div class="section" id="sortby">
|
2077
|
-
<span id="select-sortby"></span><h4>7.3.
|
2077
|
+
<span id="select-sortby"></span><h4>7.3.53.4.4.2. <code class="docutils literal"><span class="pre">sortby</span></code><a class="headerlink" href="#sortby" title="Permalink to this headline">¶</a></h4>
|
2078
2078
|
<div class="deprecated">
|
2079
2079
|
<p><span class="versionmodified">Deprecated since version 6.0.3: </span>Use <a class="reference internal" href="#select-sort-keys"><span class="std std-ref">sort_keys</span></a> instead.</p>
|
2080
2080
|
</div>
|
2081
2081
|
</div>
|
2082
2082
|
<div class="section" id="sort-keys">
|
2083
|
-
<span id="select-sort-keys"></span><h4>7.3.
|
2083
|
+
<span id="select-sort-keys"></span><h4>7.3.53.4.4.3. <code class="docutils literal"><span class="pre">sort_keys</span></code><a class="headerlink" href="#sort-keys" title="Permalink to this headline">¶</a></h4>
|
2084
2084
|
<p>Specifies sort keys separated by <code class="docutils literal"><span class="pre">,</span></code>. Each sort key is column
|
2085
2085
|
name.</p>
|
2086
2086
|
<p>Here is a simple <code class="docutils literal"><span class="pre">sort_keys</span></code> usage example.</p>
|
@@ -2286,7 +2286,7 @@ descending order and outputs record key and hit score.</p>
|
|
2286
2286
|
it's just ignored but get a warning in log file.</p>
|
2287
2287
|
</div>
|
2288
2288
|
<div class="section" id="offset">
|
2289
|
-
<span id="select-offset"></span><h4>7.3.
|
2289
|
+
<span id="select-offset"></span><h4>7.3.53.4.4.4. <code class="docutils literal"><span class="pre">offset</span></code><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
|
2290
2290
|
<p>Specifies offset to determine output records range. Offset is
|
2291
2291
|
zero-based. <code class="docutils literal"><span class="pre">--offset</span> <span class="pre">1</span></code> means output range is started from the 2nd
|
2292
2292
|
record.</p>
|
@@ -2361,7 +2361,7 @@ number of records is <code class="docutils literal"><span class="pre">5</span></
|
|
2361
2361
|
<p>The default value is <code class="docutils literal"><span class="pre">0</span></code>.</p>
|
2362
2362
|
</div>
|
2363
2363
|
<div class="section" id="limit">
|
2364
|
-
<span id="select-limit"></span><h4>7.3.
|
2364
|
+
<span id="select-limit"></span><h4>7.3.53.4.4.5. <code class="docutils literal"><span class="pre">limit</span></code><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
|
2365
2365
|
<p>Specifies the max number of output records. If the number of
|
2366
2366
|
matched records is less than <code class="docutils literal"><span class="pre">limit</span></code>, all records are outputted.</p>
|
2367
2367
|
<p>Here is a simple <code class="docutils literal"><span class="pre">limit</span></code> usage example.</p>
|
@@ -2482,18 +2482,18 @@ records. It's very useful value to show all records.</p>
|
|
2482
2482
|
<p>The default value is <code class="docutils literal"><span class="pre">10</span></code>.</p>
|
2483
2483
|
</div>
|
2484
2484
|
<div class="section" id="scorer">
|
2485
|
-
<span id="select-scorer"></span><h4>7.3.
|
2485
|
+
<span id="select-scorer"></span><h4>7.3.53.4.4.6. <code class="docutils literal"><span class="pre">scorer</span></code><a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h4>
|
2486
2486
|
<p>TODO: write in English and add example.</p>
|
2487
2487
|
<p>検索条件にマッチする全てのレコードに対して適用するgrn_exprをscript形式で指定します。</p>
|
2488
2488
|
<p>scorerは、検索処理が完了し、ソート処理が実行される前に呼び出されます。従って、各レコードのスコアを操作する式を指定しておけば、検索結果のソート順序をカスタマイズできるようになります。</p>
|
2489
2489
|
</div>
|
2490
2490
|
</div>
|
2491
2491
|
<div class="section" id="drilldown-related-parameters">
|
2492
|
-
<span id="select-drilldown-related-parameters"></span><h3>7.3.
|
2492
|
+
<span id="select-drilldown-related-parameters"></span><h3>7.3.53.4.5. Drilldown related parameters<a class="headerlink" href="#drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
|
2493
2493
|
<p>This section describes basic drilldown related parameters. Advanced
|
2494
2494
|
drilldown related parameters are described in another section.</p>
|
2495
2495
|
<div class="section" id="select-drilldown">
|
2496
|
-
<span id="id2"></span><h4>7.3.
|
2496
|
+
<span id="id2"></span><h4>7.3.53.4.5.1. <code class="docutils literal"><span class="pre">drilldown</span></code><a class="headerlink" href="#select-drilldown" title="Permalink to this headline">¶</a></h4>
|
2497
2497
|
<p>Specifies keys for grouping separated by <code class="docutils literal"><span class="pre">,</span></code>.</p>
|
2498
2498
|
<p>Matched records by specified search conditions are grouped by each
|
2499
2499
|
key. If you specify no search condition, all records are grouped by
|
@@ -2782,13 +2782,13 @@ each key.</p>
|
|
2782
2782
|
</div></blockquote>
|
2783
2783
|
</div>
|
2784
2784
|
<div class="section" id="drilldown-sortby">
|
2785
|
-
<span id="select-drilldown-sortby"></span><h4>7.3.
|
2785
|
+
<span id="select-drilldown-sortby"></span><h4>7.3.53.4.5.2. <code class="docutils literal"><span class="pre">drilldown_sortby</span></code><a class="headerlink" href="#drilldown-sortby" title="Permalink to this headline">¶</a></h4>
|
2786
2786
|
<div class="deprecated">
|
2787
2787
|
<p><span class="versionmodified">Deprecated since version 6.0.3: </span>Use <a class="reference internal" href="#select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> instead.</p>
|
2788
2788
|
</div>
|
2789
2789
|
</div>
|
2790
2790
|
<div class="section" id="drilldown-sort-keys">
|
2791
|
-
<span id="select-drilldown-sort-keys"></span><h4>7.3.
|
2791
|
+
<span id="select-drilldown-sort-keys"></span><h4>7.3.53.4.5.3. <code class="docutils literal"><span class="pre">drilldown_sort_keys</span></code><a class="headerlink" href="#drilldown-sort-keys" title="Permalink to this headline">¶</a></h4>
|
2792
2792
|
<p>Specifies sort keys for drilldown outputs separated by <code class="docutils literal"><span class="pre">,</span></code>. Each
|
2793
2793
|
sort key is column name.</p>
|
2794
2794
|
<p>You can refer the number of grouped records by <code class="docutils literal"><span class="pre">_nsubrecs</span></code>
|
@@ -3009,7 +3009,7 @@ drilldown.</p>
|
|
3009
3009
|
<a class="reference internal" href="#select-advanced-drilldown-related-parameters"><span class="std std-ref">Advanced drilldown related parameters</span></a>.</p>
|
3010
3010
|
</div>
|
3011
3011
|
<div class="section" id="drilldown-output-columns">
|
3012
|
-
<span id="select-drilldown-output-columns"></span><h4>7.3.
|
3012
|
+
<span id="select-drilldown-output-columns"></span><h4>7.3.53.4.5.4. <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code><a class="headerlink" href="#drilldown-output-columns" title="Permalink to this headline">¶</a></h4>
|
3013
3013
|
<p>Specifies output columns for drilldown separated by <code class="docutils literal"><span class="pre">,</span></code>.</p>
|
3014
3014
|
<p>Here is a <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> example:</p>
|
3015
3015
|
<p>Execution example:</p>
|
@@ -3247,7 +3247,7 @@ the group are output.</p>
|
|
3247
3247
|
<code class="docutils literal"><span class="pre">drilldown_calc_types</span></code> document for details.</p>
|
3248
3248
|
</div>
|
3249
3249
|
<div class="section" id="drilldown-offset">
|
3250
|
-
<span id="select-drilldown-offset"></span><h4>7.3.
|
3250
|
+
<span id="select-drilldown-offset"></span><h4>7.3.53.4.5.5. <code class="docutils literal"><span class="pre">drilldown_offset</span></code><a class="headerlink" href="#drilldown-offset" title="Permalink to this headline">¶</a></h4>
|
3251
3251
|
<p>Specifies offset to determine range of drilldown output
|
3252
3252
|
records. Offset is zero-based. <code class="docutils literal"><span class="pre">--drilldown_offset</span> <span class="pre">1</span></code> means output
|
3253
3253
|
range is started from the 2nd record.</p>
|
@@ -3399,7 +3399,7 @@ total number of grouped results is <code class="docutils literal"><span class="p
|
|
3399
3399
|
<p>The default value of <code class="docutils literal"><span class="pre">drilldown_offset</span></code> is <code class="docutils literal"><span class="pre">0</span></code>.</p>
|
3400
3400
|
</div>
|
3401
3401
|
<div class="section" id="drilldown-limit">
|
3402
|
-
<span id="select-drilldown-limit"></span><h4>7.3.
|
3402
|
+
<span id="select-drilldown-limit"></span><h4>7.3.53.4.5.6. <code class="docutils literal"><span class="pre">drilldown_limit</span></code><a class="headerlink" href="#drilldown-limit" title="Permalink to this headline">¶</a></h4>
|
3403
3403
|
<p>Specifies the max number of groups in a drilldown. If the number of
|
3404
3404
|
groups is less than <code class="docutils literal"><span class="pre">drilldown_limit</span></code>, all groups are outputted.</p>
|
3405
3405
|
<p>Here is a <code class="docutils literal"><span class="pre">drilldown_limit</span></code> example:</p>
|
@@ -3553,7 +3553,7 @@ all groups. It's very useful value to show all groups.</p>
|
|
3553
3553
|
<p>The default value of <code class="docutils literal"><span class="pre">drilldown_limit</span></code> is <code class="docutils literal"><span class="pre">10</span></code>.</p>
|
3554
3554
|
</div>
|
3555
3555
|
<div class="section" id="drilldown-calc-types">
|
3556
|
-
<span id="select-drilldown-calc-types"></span><h4>7.3.
|
3556
|
+
<span id="select-drilldown-calc-types"></span><h4>7.3.53.4.5.7. <code class="docutils literal"><span class="pre">drilldown_calc_types</span></code><a class="headerlink" href="#drilldown-calc-types" title="Permalink to this headline">¶</a></h4>
|
3557
3557
|
<p>Specifies how to calculate (aggregate) values in grouped records by
|
3558
3558
|
a drilldown. You can specify multiple calculation types separated by
|
3559
3559
|
"<code class="docutils literal"><span class="pre">,</span></code>". For example, <code class="docutils literal"><span class="pre">MAX,MIN</span></code>.</p>
|
@@ -4216,7 +4216,7 @@ that only <code class="docutils literal"><span class="pre">COUNT</span></code> i
|
|
4216
4216
|
<code class="docutils literal"><span class="pre">COUNT</span></code> is always enabled.</p>
|
4217
4217
|
</div>
|
4218
4218
|
<div class="section" id="drilldown-calc-target">
|
4219
|
-
<span id="select-drilldown-calc-target"></span><h4>7.3.
|
4219
|
+
<span id="select-drilldown-calc-target"></span><h4>7.3.53.4.5.8. <code class="docutils literal"><span class="pre">drilldown_calc_target</span></code><a class="headerlink" href="#drilldown-calc-target" title="Permalink to this headline">¶</a></h4>
|
4220
4220
|
<p>Specifies the target column for <a class="reference internal" href="#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a>.</p>
|
4221
4221
|
<p>If you specify a calculation type that needs a target column such as
|
4222
4222
|
<code class="docutils literal"><span class="pre">MAX</span></code> in <a class="reference internal" href="#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> but you omit
|
@@ -4234,7 +4234,7 @@ that no calculation target column is specified.</p>
|
|
4234
4234
|
</div>
|
4235
4235
|
</div>
|
4236
4236
|
<div class="section" id="advanced-drilldown-related-parameters">
|
4237
|
-
<span id="select-advanced-drilldown-related-parameters"></span><h3>7.3.
|
4237
|
+
<span id="select-advanced-drilldown-related-parameters"></span><h3>7.3.53.4.6. Advanced drilldown related parameters<a class="headerlink" href="#advanced-drilldown-related-parameters" title="Permalink to this headline">¶</a></h3>
|
4238
4238
|
<p>You can get multiple drilldown results by specifying multiple group
|
4239
4239
|
keys by <a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a>. But you need to use the same
|
4240
4240
|
configuration for all drilldowns. For example,
|
@@ -4305,7 +4305,7 @@ to use it for the following parameters:</p>
|
|
4305
4305
|
</div></blockquote>
|
4306
4306
|
<p>Output format is different a bit. It's also needed more description.</p>
|
4307
4307
|
<div class="section" id="drilldowns-label-keys">
|
4308
|
-
<span id="select-drilldown-label-keys"></span><h4>7.3.
|
4308
|
+
<span id="select-drilldown-label-keys"></span><h4>7.3.53.4.6.1. <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].keys</span></code><a class="headerlink" href="#drilldowns-label-keys" title="Permalink to this headline">¶</a></h4>
|
4309
4309
|
<p><a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a> can specify multiple keys for multiple
|
4310
4310
|
drilldowns. But it can't specify multiple keys for one drilldown.</p>
|
4311
4311
|
<p><code class="docutils literal"><span class="pre">drilldowns[${LABEL}].keys</span></code> can't specify multiple keys for multiple
|
@@ -4444,7 +4444,7 @@ specify one key as <code class="docutils literal"><span class="pre">drilldowns[$
|
|
4444
4444
|
<a class="reference internal" href="#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a>.</p>
|
4445
4445
|
</div>
|
4446
4446
|
<div class="section" id="drilldowns-label-output-columns">
|
4447
|
-
<span id="select-drilldown-label-output-columns"></span><h4>7.3.
|
4447
|
+
<span id="select-drilldown-label-output-columns"></span><h4>7.3.53.4.6.2. <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].output_columns</span></code><a class="headerlink" href="#drilldowns-label-output-columns" title="Permalink to this headline">¶</a></h4>
|
4448
4448
|
<p>It's almost same as <a class="reference internal" href="#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a>. The
|
4449
4449
|
difference between <a class="reference internal" href="#select-drilldown-output-columns"><span class="std std-ref">drilldown_output_columns</span></a> and
|
4450
4450
|
<code class="docutils literal"><span class="pre">drilldowns[${LABEL}].output_columns</span></code> is how to refer group keys.</p>
|
@@ -4634,7 +4634,7 @@ you specify only one group key to
|
|
4634
4634
|
</div>
|
4635
4635
|
</div>
|
4636
4636
|
<div class="section" id="output-format-for-drilldowns-label-style">
|
4637
|
-
<span id="select-drilldown-label-output-format"></span><h4>7.3.
|
4637
|
+
<span id="select-drilldown-label-output-format"></span><h4>7.3.53.4.6.3. Output format for <code class="docutils literal"><span class="pre">drilldowns[${LABEL}]</span></code> style<a class="headerlink" href="#output-format-for-drilldowns-label-style" title="Permalink to this headline">¶</a></h4>
|
4638
4638
|
<p>There is a difference in output format between <a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a>
|
4639
4639
|
and <a class="reference internal" href="#select-drilldown-label-keys"><span class="std std-ref">drilldowns[${LABEL}].keys</span></a>. <a class="reference internal" href="#select-drilldown"><span class="std std-ref">drilldown</span></a> uses
|
4640
4640
|
array to output multiple drilldown results.
|
@@ -4669,9 +4669,9 @@ result.</p>
|
|
4669
4669
|
</div>
|
4670
4670
|
</div>
|
4671
4671
|
<div class="section" id="cache-related-parameter">
|
4672
|
-
<h3>7.3.
|
4672
|
+
<h3>7.3.53.4.7. Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
|
4673
4673
|
<div class="section" id="cache">
|
4674
|
-
<span id="select-cache"></span><h4>7.3.
|
4674
|
+
<span id="select-cache"></span><h4>7.3.53.4.7.1. <code class="docutils literal"><span class="pre">cache</span></code><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
|
4675
4675
|
<p>Specifies whether caching the result of this query or not.</p>
|
4676
4676
|
<p>If the result of this query is cached, the next same query returns
|
4677
4677
|
response quickly by using the cache.</p>
|
@@ -4777,10 +4777,10 @@ It's the default value.</td>
|
|
4777
4777
|
</div>
|
4778
4778
|
</div>
|
4779
4779
|
<div class="section" id="score-related-parameters">
|
4780
|
-
<h3>7.3.
|
4780
|
+
<h3>7.3.53.4.8. Score related parameters<a class="headerlink" href="#score-related-parameters" title="Permalink to this headline">¶</a></h3>
|
4781
4781
|
<p>There is a score related parameter, <code class="docutils literal"><span class="pre">adjuster</span></code>.</p>
|
4782
4782
|
<div class="section" id="adjuster">
|
4783
|
-
<span id="select-adjuster"></span><h4>7.3.
|
4783
|
+
<span id="select-adjuster"></span><h4>7.3.53.4.8.1. <code class="docutils literal"><span class="pre">adjuster</span></code><a class="headerlink" href="#adjuster" title="Permalink to this headline">¶</a></h4>
|
4784
4784
|
<p>Specifies one or more score adjust expressions. You need to use
|
4785
4785
|
<code class="docutils literal"><span class="pre">adjuster</span></code> with <code class="docutils literal"><span class="pre">query</span></code> or <code class="docutils literal"><span class="pre">filter</span></code>. <code class="docutils literal"><span class="pre">adjuster</span></code> doesn't work
|
4786
4786
|
with not searched request.</p>
|
@@ -5019,7 +5019,7 @@ the same <code class="docutils literal"><span class="pre">"KEYWORD"</s
|
|
5019
5019
|
</div>
|
5020
5020
|
</div>
|
5021
5021
|
<div class="section" id="return-value">
|
5022
|
-
<span id="select-return-value"></span><h2>7.3.
|
5022
|
+
<span id="select-return-value"></span><h2>7.3.53.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
5023
5023
|
<p><code class="docutils literal"><span class="pre">select</span></code> returns response with the following format:</p>
|
5024
5024
|
<div class="highlight-none"><div class="highlight"><pre><span></span>[
|
5025
5025
|
HEADER,
|
@@ -5219,7 +5219,7 @@ pairs):</p>
|
|
5219
5219
|
<code class="docutils literal"><span class="pre">drilldowns[${LABEL}]</span></code> style drilldown output format.</p>
|
5220
5220
|
</div>
|
5221
5221
|
<div class="section" id="see-also">
|
5222
|
-
<h2>7.3.
|
5222
|
+
<h2>7.3.53.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
5223
5223
|
<blockquote>
|
5224
5224
|
<div><ul class="simple">
|
5225
5225
|
<li><a class="reference internal" href="../grn_expr/query_syntax.html"><span class="doc">Query syntax</span></a></li>
|
@@ -5237,87 +5237,87 @@ pairs):</p>
|
|
5237
5237
|
<div class="sphinxsidebarwrapper">
|
5238
5238
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
5239
5239
|
<ul>
|
5240
|
-
<li><a class="reference internal" href="#">7.3.
|
5241
|
-
<li><a class="reference internal" href="#summary">7.3.
|
5242
|
-
<li><a class="reference internal" href="#syntax">7.3.
|
5243
|
-
<li><a class="reference internal" href="#usage">7.3.
|
5244
|
-
<li><a class="reference internal" href="#simple-usage">7.3.
|
5245
|
-
<li><a class="reference internal" href="#search-conditions">7.3.
|
5246
|
-
<li><a class="reference internal" href="#search-condition-query">7.3.
|
5247
|
-
<li><a class="reference internal" href="#search-condition-filter">7.3.
|
5240
|
+
<li><a class="reference internal" href="#">7.3.53. <code class="docutils literal"><span class="pre">select</span></code></a><ul>
|
5241
|
+
<li><a class="reference internal" href="#summary">7.3.53.1. Summary</a></li>
|
5242
|
+
<li><a class="reference internal" href="#syntax">7.3.53.2. Syntax</a></li>
|
5243
|
+
<li><a class="reference internal" href="#usage">7.3.53.3. Usage</a><ul>
|
5244
|
+
<li><a class="reference internal" href="#simple-usage">7.3.53.3.1. Simple usage</a></li>
|
5245
|
+
<li><a class="reference internal" href="#search-conditions">7.3.53.3.2. Search conditions</a><ul>
|
5246
|
+
<li><a class="reference internal" href="#search-condition-query">7.3.53.3.2.1. Search condition: <code class="docutils literal"><span class="pre">query</span></code></a></li>
|
5247
|
+
<li><a class="reference internal" href="#search-condition-filter">7.3.53.3.2.2. Search condition: <code class="docutils literal"><span class="pre">filter</span></code></a></li>
|
5248
5248
|
</ul>
|
5249
5249
|
</li>
|
5250
|
-
<li><a class="reference internal" href="#paging">7.3.
|
5251
|
-
<li><a class="reference internal" href="#the-total-number-of-records">7.3.
|
5252
|
-
<li><a class="reference internal" href="#drilldown">7.3.
|
5250
|
+
<li><a class="reference internal" href="#paging">7.3.53.3.3. Paging</a></li>
|
5251
|
+
<li><a class="reference internal" href="#the-total-number-of-records">7.3.53.3.4. The total number of records</a></li>
|
5252
|
+
<li><a class="reference internal" href="#drilldown">7.3.53.3.5. Drilldown</a></li>
|
5253
5253
|
</ul>
|
5254
5254
|
</li>
|
5255
|
-
<li><a class="reference internal" href="#parameters">7.3.
|
5256
|
-
<li><a class="reference internal" href="#required-parameters">7.3.
|
5257
|
-
<li><a class="reference internal" href="#table">7.3.
|
5255
|
+
<li><a class="reference internal" href="#parameters">7.3.53.4. Parameters</a><ul>
|
5256
|
+
<li><a class="reference internal" href="#required-parameters">7.3.53.4.1. Required parameters</a><ul>
|
5257
|
+
<li><a class="reference internal" href="#table">7.3.53.4.1.1. <code class="docutils literal"><span class="pre">table</span></code></a></li>
|
5258
5258
|
</ul>
|
5259
5259
|
</li>
|
5260
|
-
<li><a class="reference internal" href="#search-related-parameters">7.3.
|
5261
|
-
<li><a class="reference internal" href="#match-columns">7.3.
|
5262
|
-
<li><a class="reference internal" href="#query">7.3.
|
5263
|
-
<li><a class="reference internal" href="#filter">7.3.
|
5260
|
+
<li><a class="reference internal" href="#search-related-parameters">7.3.53.4.2. Search related parameters</a><ul>
|
5261
|
+
<li><a class="reference internal" href="#match-columns">7.3.53.4.2.1. <code class="docutils literal"><span class="pre">match_columns</span></code></a></li>
|
5262
|
+
<li><a class="reference internal" href="#query">7.3.53.4.2.2. <code class="docutils literal"><span class="pre">query</span></code></a></li>
|
5263
|
+
<li><a class="reference internal" href="#filter">7.3.53.4.2.3. <code class="docutils literal"><span class="pre">filter</span></code></a></li>
|
5264
5264
|
</ul>
|
5265
5265
|
</li>
|
5266
|
-
<li><a class="reference internal" href="#advanced-search-parameters">7.3.
|
5267
|
-
<li><a class="reference internal" href="#match-escalation-threshold">7.3.
|
5268
|
-
<li><a class="reference internal" href="#query-expansion">7.3.
|
5269
|
-
<li><a class="reference internal" href="#query-flags">7.3.
|
5270
|
-
<li><a class="reference internal" href="#query-expander">7.3.
|
5266
|
+
<li><a class="reference internal" href="#advanced-search-parameters">7.3.53.4.3. Advanced search parameters</a><ul>
|
5267
|
+
<li><a class="reference internal" href="#match-escalation-threshold">7.3.53.4.3.1. <code class="docutils literal"><span class="pre">match_escalation_threshold</span></code></a></li>
|
5268
|
+
<li><a class="reference internal" href="#query-expansion">7.3.53.4.3.2. <code class="docutils literal"><span class="pre">query_expansion</span></code></a></li>
|
5269
|
+
<li><a class="reference internal" href="#query-flags">7.3.53.4.3.3. <code class="docutils literal"><span class="pre">query_flags</span></code></a></li>
|
5270
|
+
<li><a class="reference internal" href="#query-expander">7.3.53.4.3.4. <code class="docutils literal"><span class="pre">query_expander</span></code></a></li>
|
5271
5271
|
</ul>
|
5272
5272
|
</li>
|
5273
|
-
<li><a class="reference internal" href="#output-related-parameters">7.3.
|
5274
|
-
<li><a class="reference internal" href="#output-columns">7.3.
|
5275
|
-
<li><a class="reference internal" href="#sortby">7.3.
|
5276
|
-
<li><a class="reference internal" href="#sort-keys">7.3.
|
5277
|
-
<li><a class="reference internal" href="#offset">7.3.
|
5278
|
-
<li><a class="reference internal" href="#limit">7.3.
|
5279
|
-
<li><a class="reference internal" href="#scorer">7.3.
|
5273
|
+
<li><a class="reference internal" href="#output-related-parameters">7.3.53.4.4. Output related parameters</a><ul>
|
5274
|
+
<li><a class="reference internal" href="#output-columns">7.3.53.4.4.1. <code class="docutils literal"><span class="pre">output_columns</span></code></a></li>
|
5275
|
+
<li><a class="reference internal" href="#sortby">7.3.53.4.4.2. <code class="docutils literal"><span class="pre">sortby</span></code></a></li>
|
5276
|
+
<li><a class="reference internal" href="#sort-keys">7.3.53.4.4.3. <code class="docutils literal"><span class="pre">sort_keys</span></code></a></li>
|
5277
|
+
<li><a class="reference internal" href="#offset">7.3.53.4.4.4. <code class="docutils literal"><span class="pre">offset</span></code></a></li>
|
5278
|
+
<li><a class="reference internal" href="#limit">7.3.53.4.4.5. <code class="docutils literal"><span class="pre">limit</span></code></a></li>
|
5279
|
+
<li><a class="reference internal" href="#scorer">7.3.53.4.4.6. <code class="docutils literal"><span class="pre">scorer</span></code></a></li>
|
5280
5280
|
</ul>
|
5281
5281
|
</li>
|
5282
|
-
<li><a class="reference internal" href="#drilldown-related-parameters">7.3.
|
5283
|
-
<li><a class="reference internal" href="#select-drilldown">7.3.
|
5284
|
-
<li><a class="reference internal" href="#drilldown-sortby">7.3.
|
5285
|
-
<li><a class="reference internal" href="#drilldown-sort-keys">7.3.
|
5286
|
-
<li><a class="reference internal" href="#drilldown-output-columns">7.3.
|
5287
|
-
<li><a class="reference internal" href="#drilldown-offset">7.3.
|
5288
|
-
<li><a class="reference internal" href="#drilldown-limit">7.3.
|
5289
|
-
<li><a class="reference internal" href="#drilldown-calc-types">7.3.
|
5290
|
-
<li><a class="reference internal" href="#drilldown-calc-target">7.3.
|
5282
|
+
<li><a class="reference internal" href="#drilldown-related-parameters">7.3.53.4.5. Drilldown related parameters</a><ul>
|
5283
|
+
<li><a class="reference internal" href="#select-drilldown">7.3.53.4.5.1. <code class="docutils literal"><span class="pre">drilldown</span></code></a></li>
|
5284
|
+
<li><a class="reference internal" href="#drilldown-sortby">7.3.53.4.5.2. <code class="docutils literal"><span class="pre">drilldown_sortby</span></code></a></li>
|
5285
|
+
<li><a class="reference internal" href="#drilldown-sort-keys">7.3.53.4.5.3. <code class="docutils literal"><span class="pre">drilldown_sort_keys</span></code></a></li>
|
5286
|
+
<li><a class="reference internal" href="#drilldown-output-columns">7.3.53.4.5.4. <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code></a></li>
|
5287
|
+
<li><a class="reference internal" href="#drilldown-offset">7.3.53.4.5.5. <code class="docutils literal"><span class="pre">drilldown_offset</span></code></a></li>
|
5288
|
+
<li><a class="reference internal" href="#drilldown-limit">7.3.53.4.5.6. <code class="docutils literal"><span class="pre">drilldown_limit</span></code></a></li>
|
5289
|
+
<li><a class="reference internal" href="#drilldown-calc-types">7.3.53.4.5.7. <code class="docutils literal"><span class="pre">drilldown_calc_types</span></code></a></li>
|
5290
|
+
<li><a class="reference internal" href="#drilldown-calc-target">7.3.53.4.5.8. <code class="docutils literal"><span class="pre">drilldown_calc_target</span></code></a></li>
|
5291
5291
|
</ul>
|
5292
5292
|
</li>
|
5293
|
-
<li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.
|
5294
|
-
<li><a class="reference internal" href="#drilldowns-label-keys">7.3.
|
5295
|
-
<li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.
|
5296
|
-
<li><a class="reference internal" href="#output-format-for-drilldowns-label-style">7.3.
|
5293
|
+
<li><a class="reference internal" href="#advanced-drilldown-related-parameters">7.3.53.4.6. Advanced drilldown related parameters</a><ul>
|
5294
|
+
<li><a class="reference internal" href="#drilldowns-label-keys">7.3.53.4.6.1. <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].keys</span></code></a></li>
|
5295
|
+
<li><a class="reference internal" href="#drilldowns-label-output-columns">7.3.53.4.6.2. <code class="docutils literal"><span class="pre">drilldowns[${LABEL}].output_columns</span></code></a></li>
|
5296
|
+
<li><a class="reference internal" href="#output-format-for-drilldowns-label-style">7.3.53.4.6.3. Output format for <code class="docutils literal"><span class="pre">drilldowns[${LABEL}]</span></code> style</a></li>
|
5297
5297
|
</ul>
|
5298
5298
|
</li>
|
5299
|
-
<li><a class="reference internal" href="#cache-related-parameter">7.3.
|
5300
|
-
<li><a class="reference internal" href="#cache">7.3.
|
5299
|
+
<li><a class="reference internal" href="#cache-related-parameter">7.3.53.4.7. Cache related parameter</a><ul>
|
5300
|
+
<li><a class="reference internal" href="#cache">7.3.53.4.7.1. <code class="docutils literal"><span class="pre">cache</span></code></a></li>
|
5301
5301
|
</ul>
|
5302
5302
|
</li>
|
5303
|
-
<li><a class="reference internal" href="#score-related-parameters">7.3.
|
5304
|
-
<li><a class="reference internal" href="#adjuster">7.3.
|
5303
|
+
<li><a class="reference internal" href="#score-related-parameters">7.3.53.4.8. Score related parameters</a><ul>
|
5304
|
+
<li><a class="reference internal" href="#adjuster">7.3.53.4.8.1. <code class="docutils literal"><span class="pre">adjuster</span></code></a></li>
|
5305
5305
|
</ul>
|
5306
5306
|
</li>
|
5307
5307
|
</ul>
|
5308
5308
|
</li>
|
5309
|
-
<li><a class="reference internal" href="#return-value">7.3.
|
5310
|
-
<li><a class="reference internal" href="#see-also">7.3.
|
5309
|
+
<li><a class="reference internal" href="#return-value">7.3.53.5. Return value</a></li>
|
5310
|
+
<li><a class="reference internal" href="#see-also">7.3.53.6. See also</a></li>
|
5311
5311
|
</ul>
|
5312
5312
|
</li>
|
5313
5313
|
</ul>
|
5314
5314
|
|
5315
5315
|
<h4>Previous topic</h4>
|
5316
5316
|
<p class="topless"><a href="schema.html"
|
5317
|
-
title="previous chapter">7.3.
|
5317
|
+
title="previous chapter">7.3.52. <code class="docutils literal"><span class="pre">schema</span></code></a></p>
|
5318
5318
|
<h4>Next topic</h4>
|
5319
5319
|
<p class="topless"><a href="shutdown.html"
|
5320
|
-
title="next chapter">7.3.
|
5320
|
+
title="next chapter">7.3.54. <code class="docutils literal"><span class="pre">shutdown</span></code></a></p>
|
5321
5321
|
<div role="note" aria-label="source link">
|
5322
5322
|
<h3>This Page</h3>
|
5323
5323
|
<ul class="this-page-menu">
|
@@ -5346,12 +5346,12 @@ pairs):</p>
|
|
5346
5346
|
<a href="../../genindex.html" title="General Index"
|
5347
5347
|
>index</a></li>
|
5348
5348
|
<li class="right" >
|
5349
|
-
<a href="shutdown.html" title="7.3.
|
5349
|
+
<a href="shutdown.html" title="7.3.54. shutdown"
|
5350
5350
|
>next</a> |</li>
|
5351
5351
|
<li class="right" >
|
5352
|
-
<a href="schema.html" title="7.3.
|
5352
|
+
<a href="schema.html" title="7.3.52. schema"
|
5353
5353
|
>previous</a> |</li>
|
5354
|
-
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.
|
5354
|
+
<li class="nav-item nav-item-0"><a href="../../index.html">Groonga v6.0.5 documentation</a> »</li>
|
5355
5355
|
<li class="nav-item nav-item-1"><a href="../../reference.html" >7. Reference manual</a> »</li>
|
5356
5356
|
<li class="nav-item nav-item-2"><a href="../command.html" >7.3. Command</a> »</li>
|
5357
5357
|
</ul>
|