rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/rroonga-build.rb +1 -1
- 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-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/etc/groonga/synonyms.tsv +5 -0
- data/vendor/local/include/groonga/groonga.h +77 -4
- data/vendor/local/include/groonga/groonga/plugin.h +45 -15
- data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +41 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
- 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/table/table.la +2 -2
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +1 -1
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +4 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -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 +13 -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 +3 -3
- 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 +42 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
- data/vendor/local/share/doc/groonga/en/html/contribution/development.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/document.html +5 -5
- 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 +42 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.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/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/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +62 -52
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -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 +17 -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 +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +47 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
- data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
- 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/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +43 -41
- data/vendor/local/share/doc/groonga/en/html/reference/api.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/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/{commands.html → command.html} +49 -44
- data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.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/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
- 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 +6 -6
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/{functions.html → function.html} +15 -9
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- 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 +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.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/http/comparison.html +19 -8
- 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/spec.html +12 -11
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.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/tutorial.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/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -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 +13 -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 +3 -3
- 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 +42 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.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/document.html +5 -5
- 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 +42 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.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/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/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +63 -53
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -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 +17 -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 +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +45 -10
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
- data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
- 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/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/api.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/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/{commands.html → command.html} +48 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.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/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/{functions.html → function.html} +13 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.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/http/comparison.html +17 -8
- 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/spec.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.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/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
- 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/source/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
- data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
- data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
- data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
- data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/source/news.txt +96 -1
- data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
- data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
- data/vendor/local/share/man/man1/groonga.1 +1685 -190
- metadata +66 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
- data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.
|
12
|
+
<title>8.3.18. quit — groonga v2.0.9 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,10 +27,10 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
31
|
-
<link rel="up" title="8.
|
32
|
-
<link rel="next" title="8.
|
33
|
-
<link rel="prev" title="8.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
|
+
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
|
+
<link rel="next" title="8.3.19. register" href="register.html" />
|
33
|
+
<link rel="prev" title="8.3.17. log_reopen" href="log_reopen.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,14 +57,14 @@
|
|
57
57
|
<a href="../../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="
|
60
|
+
<a href="register.html" title="8.3.19. register"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="log_reopen.html" title="8.
|
63
|
+
<a href="log_reopen.html" title="8.3.17. log_reopen"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
|
-
<li><a href="../
|
67
|
+
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,32 +74,32 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="quit">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.3.18. quit<a class="headerlink" href="#quit" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="section" id="id1">
|
79
|
-
<h2>8.
|
79
|
+
<h2>8.3.18.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
80
80
|
<p>quit - セッション終了</p>
|
81
81
|
</div>
|
82
82
|
<div class="section" id="id2">
|
83
|
-
<h2>8.
|
83
|
+
<h2>8.3.18.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
84
84
|
<div class="highlight-none"><div class="highlight"><pre>quit
|
85
85
|
</pre></div>
|
86
86
|
</div>
|
87
87
|
</div>
|
88
88
|
<div class="section" id="id3">
|
89
|
-
<h2>8.
|
89
|
+
<h2>8.3.18.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
|
90
90
|
<p>groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
|
91
91
|
<p>quitは、groongaプロセスとのセッションを終了します。クライアントプロセスならばgroongaプロセスとの接続を切ります。</p>
|
92
92
|
</div>
|
93
93
|
<div class="section" id="id4">
|
94
|
-
<h2>8.
|
94
|
+
<h2>8.3.18.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
95
95
|
<p>ありません。</p>
|
96
96
|
</div>
|
97
97
|
<div class="section" id="id5">
|
98
|
-
<h2>8.
|
98
|
+
<h2>8.3.18.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
|
99
99
|
<p>ありません。</p>
|
100
100
|
</div>
|
101
101
|
<div class="section" id="id6">
|
102
|
-
<h2>8.
|
102
|
+
<h2>8.3.18.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
103
103
|
<div class="highlight-none"><div class="highlight"><pre>quit
|
104
104
|
</pre></div>
|
105
105
|
</div>
|
@@ -114,23 +114,23 @@
|
|
114
114
|
<div class="sphinxsidebarwrapper">
|
115
115
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
116
116
|
<ul>
|
117
|
-
<li><a class="reference internal" href="#">8.
|
118
|
-
<li><a class="reference internal" href="#id1">8.
|
119
|
-
<li><a class="reference internal" href="#id2">8.
|
120
|
-
<li><a class="reference internal" href="#id3">8.
|
121
|
-
<li><a class="reference internal" href="#id4">8.
|
122
|
-
<li><a class="reference internal" href="#id5">8.
|
123
|
-
<li><a class="reference internal" href="#id6">8.
|
117
|
+
<li><a class="reference internal" href="#">8.3.18. quit</a><ul>
|
118
|
+
<li><a class="reference internal" href="#id1">8.3.18.1. 名前</a></li>
|
119
|
+
<li><a class="reference internal" href="#id2">8.3.18.2. 書式</a></li>
|
120
|
+
<li><a class="reference internal" href="#id3">8.3.18.3. 説明</a></li>
|
121
|
+
<li><a class="reference internal" href="#id4">8.3.18.4. 引数</a></li>
|
122
|
+
<li><a class="reference internal" href="#id5">8.3.18.5. 返値</a></li>
|
123
|
+
<li><a class="reference internal" href="#id6">8.3.18.6. 例</a></li>
|
124
124
|
</ul>
|
125
125
|
</li>
|
126
126
|
</ul>
|
127
127
|
|
128
128
|
<h4>Previous topic</h4>
|
129
129
|
<p class="topless"><a href="log_reopen.html"
|
130
|
-
title="previous chapter">8.
|
130
|
+
title="previous chapter">8.3.17. log_reopen</a></p>
|
131
131
|
<h4>Next topic</h4>
|
132
|
-
<p class="topless"><a href="
|
133
|
-
title="next chapter">8.
|
132
|
+
<p class="topless"><a href="register.html"
|
133
|
+
title="next chapter">8.3.19. register</a></p>
|
134
134
|
<h3>This Page</h3>
|
135
135
|
<ul class="this-page-menu">
|
136
136
|
<li><a href="../../_sources/reference/commands/quit.txt"
|
@@ -160,14 +160,14 @@
|
|
160
160
|
<a href="../../genindex.html" title="General Index"
|
161
161
|
>index</a></li>
|
162
162
|
<li class="right" >
|
163
|
-
<a href="
|
163
|
+
<a href="register.html" title="8.3.19. register"
|
164
164
|
>next</a> |</li>
|
165
165
|
<li class="right" >
|
166
|
-
<a href="log_reopen.html" title="8.
|
166
|
+
<a href="log_reopen.html" title="8.3.17. log_reopen"
|
167
167
|
>previous</a> |</li>
|
168
|
-
<li><a href="../../index.html">groonga v2.0.
|
168
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
169
169
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
170
|
-
<li><a href="../
|
170
|
+
<li><a href="../command.html" >8.3. Command</a> »</li>
|
171
171
|
</ul>
|
172
172
|
</div>
|
173
173
|
<div class="footer">
|
@@ -0,0 +1,190 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
+
|
7
|
+
|
8
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
9
|
+
<head>
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
|
+
|
12
|
+
<title>8.3.19. register — groonga v2.0.9 documentation</title>
|
13
|
+
|
14
|
+
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
|
+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
16
|
+
|
17
|
+
<script type="text/javascript">
|
18
|
+
var DOCUMENTATION_OPTIONS = {
|
19
|
+
URL_ROOT: '../../',
|
20
|
+
VERSION: '2.0.9',
|
21
|
+
COLLAPSE_INDEX: false,
|
22
|
+
FILE_SUFFIX: '.html',
|
23
|
+
HAS_SOURCE: true
|
24
|
+
};
|
25
|
+
</script>
|
26
|
+
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
27
|
+
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
|
+
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
|
+
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
|
+
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
|
+
<link rel="next" title="8.3.20. select" href="select.html" />
|
33
|
+
<link rel="prev" title="8.3.18. quit" href="quit.html" />
|
34
|
+
</head>
|
35
|
+
<body>
|
36
|
+
<div class="header">
|
37
|
+
<h1 class="title">
|
38
|
+
<a id="top-link" href="../../index.html">
|
39
|
+
<span class="project">groonga</span>
|
40
|
+
<span class="separator">-</span>
|
41
|
+
<span class="description">An open-source fulltext search engine and column store.</span>
|
42
|
+
</a>
|
43
|
+
</h1>
|
44
|
+
|
45
|
+
<div class="other-language-links">
|
46
|
+
<ul>
|
47
|
+
<li><a href="../../../../ja/html/reference/commands/register.html"><img src="../../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
48
|
+
</ul>
|
49
|
+
</div>
|
50
|
+
</div>
|
51
|
+
|
52
|
+
|
53
|
+
<div class="related">
|
54
|
+
<h3>Navigation</h3>
|
55
|
+
<ul>
|
56
|
+
<li class="right" style="margin-right: 10px">
|
57
|
+
<a href="../../genindex.html" title="General Index"
|
58
|
+
accesskey="I">index</a></li>
|
59
|
+
<li class="right" >
|
60
|
+
<a href="select.html" title="8.3.20. select"
|
61
|
+
accesskey="N">next</a> |</li>
|
62
|
+
<li class="right" >
|
63
|
+
<a href="quit.html" title="8.3.18. quit"
|
64
|
+
accesskey="P">previous</a> |</li>
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
|
+
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
|
+
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
|
+
</ul>
|
69
|
+
</div>
|
70
|
+
|
71
|
+
<div class="document">
|
72
|
+
<div class="documentwrapper">
|
73
|
+
<div class="bodywrapper">
|
74
|
+
<div class="body">
|
75
|
+
|
76
|
+
<div class="section" id="register">
|
77
|
+
<h1>8.3.19. register<a class="headerlink" href="#register" title="Permalink to this headline">¶</a></h1>
|
78
|
+
<div class="section" id="summary">
|
79
|
+
<h2>8.3.19.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
80
|
+
<p><tt class="docutils literal"><span class="pre">register</span></tt> command registers a plugin. You need to register a plugin
|
81
|
+
before you use a plugin.</p>
|
82
|
+
<p>You need just one <tt class="docutils literal"><span class="pre">register</span></tt> command for a plugin in the same
|
83
|
+
database because registered plugin information is written into the
|
84
|
+
database. When you restart your <tt class="docutils literal"><span class="pre">groonga</span></tt> process, <tt class="docutils literal"><span class="pre">groonga</span></tt>
|
85
|
+
process loads all registered plugins without <tt class="docutils literal"><span class="pre">register</span></tt> command.</p>
|
86
|
+
<div class="admonition note">
|
87
|
+
<p class="first admonition-title">Note</p>
|
88
|
+
<p class="last">Registered plugins can't be removed for now.</p>
|
89
|
+
</div>
|
90
|
+
</div>
|
91
|
+
<div class="section" id="syntax">
|
92
|
+
<h2>8.3.19.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
93
|
+
<p><tt class="docutils literal"><span class="pre">register</span></tt> has a parameter <tt class="docutils literal"><span class="pre">path</span></tt>. It is required parameter:</p>
|
94
|
+
<div class="highlight-none"><div class="highlight"><pre>register path
|
95
|
+
</pre></div>
|
96
|
+
</div>
|
97
|
+
</div>
|
98
|
+
<div class="section" id="usage">
|
99
|
+
<h2>8.3.19.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
100
|
+
<p>Here is a sample that registers <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> query expander
|
101
|
+
that is included in
|
102
|
+
<tt class="docutils literal"><span class="pre">${PREFIX}/lib/groonga/plugins/query_expanders/tsv.so</span></tt>.</p>
|
103
|
+
<p>Execution example:</p>
|
104
|
+
<div class="highlight-none"><div class="highlight"><pre>register query_expanders/tsv
|
105
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
106
|
+
</pre></div>
|
107
|
+
</div>
|
108
|
+
<p>You can omit <tt class="docutils literal"><span class="pre">${PREFIX}/lib/groonga/plugins/</span></tt> and suffix (<tt class="docutils literal"><span class="pre">.so</span></tt>).
|
109
|
+
They are completed automatically.</p>
|
110
|
+
<p>You can specify absolute path such as <tt class="docutils literal"><span class="pre">register</span>
|
111
|
+
<span class="pre">/usr/lib/groonga/plugins/query_expanders/tsv.so</span></tt>.</p>
|
112
|
+
</div>
|
113
|
+
<div class="section" id="return-value">
|
114
|
+
<h2>8.3.19.4. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
115
|
+
<p><tt class="docutils literal"><span class="pre">register</span></tt> returns <tt class="docutils literal"><span class="pre">true</span></tt> as body on success such as:</p>
|
116
|
+
<div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
|
117
|
+
</pre></div>
|
118
|
+
</div>
|
119
|
+
<p>If <tt class="docutils literal"><span class="pre">register</span></tt> fails, error details are in <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
|
120
|
+
<p>See <a class="reference internal" href="../command/output_format.html"><em>Output format</em></a> for <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
|
121
|
+
</div>
|
122
|
+
</div>
|
123
|
+
|
124
|
+
|
125
|
+
</div>
|
126
|
+
</div>
|
127
|
+
</div>
|
128
|
+
<div class="sphinxsidebar">
|
129
|
+
<div class="sphinxsidebarwrapper">
|
130
|
+
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
131
|
+
<ul>
|
132
|
+
<li><a class="reference internal" href="#">8.3.19. register</a><ul>
|
133
|
+
<li><a class="reference internal" href="#summary">8.3.19.1. Summary</a></li>
|
134
|
+
<li><a class="reference internal" href="#syntax">8.3.19.2. Syntax</a></li>
|
135
|
+
<li><a class="reference internal" href="#usage">8.3.19.3. Usage</a></li>
|
136
|
+
<li><a class="reference internal" href="#return-value">8.3.19.4. Return value</a></li>
|
137
|
+
</ul>
|
138
|
+
</li>
|
139
|
+
</ul>
|
140
|
+
|
141
|
+
<h4>Previous topic</h4>
|
142
|
+
<p class="topless"><a href="quit.html"
|
143
|
+
title="previous chapter">8.3.18. quit</a></p>
|
144
|
+
<h4>Next topic</h4>
|
145
|
+
<p class="topless"><a href="select.html"
|
146
|
+
title="next chapter">8.3.20. select</a></p>
|
147
|
+
<h3>This Page</h3>
|
148
|
+
<ul class="this-page-menu">
|
149
|
+
<li><a href="../../_sources/reference/commands/register.txt"
|
150
|
+
rel="nofollow">Show Source</a></li>
|
151
|
+
</ul>
|
152
|
+
<div id="searchbox" style="display: none">
|
153
|
+
<h3>Quick search</h3>
|
154
|
+
<form class="search" action="../../search.html" method="get">
|
155
|
+
<input type="text" name="q" />
|
156
|
+
<input type="submit" value="Go" />
|
157
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
158
|
+
<input type="hidden" name="area" value="default" />
|
159
|
+
</form>
|
160
|
+
<p class="searchtip" style="font-size: 90%">
|
161
|
+
Enter search terms or a module, class or function name.
|
162
|
+
</p>
|
163
|
+
</div>
|
164
|
+
<script type="text/javascript">$('#searchbox').show(0);</script>
|
165
|
+
</div>
|
166
|
+
</div>
|
167
|
+
<div class="clearer"></div>
|
168
|
+
</div>
|
169
|
+
<div class="related">
|
170
|
+
<h3>Navigation</h3>
|
171
|
+
<ul>
|
172
|
+
<li class="right" style="margin-right: 10px">
|
173
|
+
<a href="../../genindex.html" title="General Index"
|
174
|
+
>index</a></li>
|
175
|
+
<li class="right" >
|
176
|
+
<a href="select.html" title="8.3.20. select"
|
177
|
+
>next</a> |</li>
|
178
|
+
<li class="right" >
|
179
|
+
<a href="quit.html" title="8.3.18. quit"
|
180
|
+
>previous</a> |</li>
|
181
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
182
|
+
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
183
|
+
<li><a href="../command.html" >8.3. Command</a> »</li>
|
184
|
+
</ul>
|
185
|
+
</div>
|
186
|
+
<div class="footer">
|
187
|
+
© Copyright 2009-2012, Brazil, Inc.
|
188
|
+
</div>
|
189
|
+
</body>
|
190
|
+
</html>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.
|
12
|
+
<title>8.3.20. select — groonga v2.0.9 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,10 +27,10 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
31
|
-
<link rel="up" title="8.
|
32
|
-
<link rel="next" title="8.
|
33
|
-
<link rel="prev" title="8.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
|
+
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
|
+
<link rel="next" title="8.3.21. shutdown" href="shutdown.html" />
|
33
|
+
<link rel="prev" title="8.3.19. register" href="register.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -57,14 +57,14 @@
|
|
57
57
|
<a href="../../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="shutdown.html" title="8.
|
60
|
+
<a href="shutdown.html" title="8.3.21. shutdown"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="
|
63
|
+
<a href="register.html" title="8.3.19. register"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
|
-
<li><a href="../
|
67
|
+
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,16 +74,16 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="select">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.3.20. select<a class="headerlink" href="#select" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="section" id="summary">
|
79
|
-
<h2>8.
|
79
|
+
<h2>8.3.20.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
80
80
|
<p><tt class="docutils literal"><span class="pre">select</span></tt> searches records that are matched to specified conditions
|
81
81
|
from a table and then outputs them.</p>
|
82
82
|
<p><tt class="docutils literal"><span class="pre">select</span></tt> is the most important command in groonga. You need to
|
83
83
|
understand <tt class="docutils literal"><span class="pre">select</span></tt> to use the full power of groonga.</p>
|
84
84
|
</div>
|
85
85
|
<div class="section" id="syntax">
|
86
|
-
<h2>8.
|
86
|
+
<h2>8.3.20.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
87
87
|
<p><tt class="docutils literal"><span class="pre">select</span></tt> has many parameters. The required parameter is only
|
88
88
|
<tt class="docutils literal"><span class="pre">table</span></tt> and others are optional:</p>
|
89
89
|
<div class="highlight-none"><div class="highlight"><pre>select table
|
@@ -108,7 +108,7 @@ understand <tt class="docutils literal"><span class="pre">select</span></tt> to
|
|
108
108
|
</div>
|
109
109
|
</div>
|
110
110
|
<div class="section" id="usage">
|
111
|
-
<h2>8.
|
111
|
+
<h2>8.3.20.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
112
112
|
<p>Let's learn about <tt class="docutils literal"><span class="pre">select</span></tt> usage with examples. This section shows
|
113
113
|
many popular usages.</p>
|
114
114
|
<p>Here are a schema definition and sample data to show usage.</p>
|
@@ -155,7 +155,7 @@ using <tt class="docutils literal"><span class="pre">TokenBigram</span></tt> tok
|
|
155
155
|
<tt class="docutils literal"><span class="pre">Entries.content</span></tt> are fulltext search ready.</p>
|
156
156
|
<p>OK. The schema and data for examples are ready.</p>
|
157
157
|
<div class="section" id="simple-usage">
|
158
|
-
<h3>8.
|
158
|
+
<h3>8.3.20.3.1. Simple usage<a class="headerlink" href="#simple-usage" title="Permalink to this headline">¶</a></h3>
|
159
159
|
<p>Here is the most simple usage with the above schema and data. It outputs
|
160
160
|
all records in <tt class="docutils literal"><span class="pre">Entries</span></tt> table.</p>
|
161
161
|
<p>Execution example:</p>
|
@@ -232,12 +232,12 @@ command outputs 10 records at a maximum by default. There are only 5
|
|
232
232
|
records. It is less than 10. So the command outputs all records.</p>
|
233
233
|
</div>
|
234
234
|
<div class="section" id="search-conditions">
|
235
|
-
<h3>8.
|
235
|
+
<h3>8.3.20.3.2. Search conditions<a class="headerlink" href="#search-conditions" title="Permalink to this headline">¶</a></h3>
|
236
236
|
<p>Search conditions are specified by <tt class="docutils literal"><span class="pre">query</span></tt> or <tt class="docutils literal"><span class="pre">filter</span></tt>. You can
|
237
237
|
also specify both <tt class="docutils literal"><span class="pre">query</span></tt> and <tt class="docutils literal"><span class="pre">filter</span></tt>. It means that selected
|
238
238
|
records must be matched against both <tt class="docutils literal"><span class="pre">query</span></tt> and <tt class="docutils literal"><span class="pre">filter</span></tt>.</p>
|
239
239
|
<div class="section" id="search-condition-query">
|
240
|
-
<h4>8.
|
240
|
+
<h4>8.3.20.3.2.1. Search condition: <tt class="docutils literal"><span class="pre">query</span></tt><a class="headerlink" href="#search-condition-query" title="Permalink to this headline">¶</a></h4>
|
241
241
|
<p><tt class="docutils literal"><span class="pre">query</span></tt> is designed for search box in Web page. Imagine a search box
|
242
242
|
in google.com. You specify search conditions for <tt class="docutils literal"><span class="pre">query</span></tt> as space
|
243
243
|
separated keywords. For example, <tt class="docutils literal"><span class="pre">search</span> <span class="pre">engine</span></tt> means a matched
|
@@ -304,7 +304,7 @@ in <tt class="docutils literal"><span class="pre">content</span></tt> column val
|
|
304
304
|
<a class="reference internal" href="../grn_expr/query_syntax.html"><em>Query syntax</em></a> for datails.</p>
|
305
305
|
</div>
|
306
306
|
<div class="section" id="search-condition-filter">
|
307
|
-
<h4>8.
|
307
|
+
<h4>8.3.20.3.2.2. Search condition: <tt class="docutils literal"><span class="pre">filter</span></tt><a class="headerlink" href="#search-condition-filter" title="Permalink to this headline">¶</a></h4>
|
308
308
|
<p><tt class="docutils literal"><span class="pre">filter</span></tt> is designed for complex search conditions. You specify
|
309
309
|
search conditions for <tt class="docutils literal"><span class="pre">filter</span></tt> as ECMAScript like syntax.</p>
|
310
310
|
<p>Here is a simple <tt class="docutils literal"><span class="pre">filter</span></tt> usage example.</p>
|
@@ -362,7 +362,7 @@ datails.</p>
|
|
362
362
|
</div>
|
363
363
|
</div>
|
364
364
|
<div class="section" id="paging">
|
365
|
-
<h3>8.
|
365
|
+
<h3>8.3.20.3.3. Paging<a class="headerlink" href="#paging" title="Permalink to this headline">¶</a></h3>
|
366
366
|
<p>You can specify range of outputted records by <tt class="docutils literal"><span class="pre">offset</span></tt> and <tt class="docutils literal"><span class="pre">limit</span></tt>.
|
367
367
|
Here is an example to output only the 2nd record.</p>
|
368
368
|
<p>Execution example:</p>
|
@@ -414,7 +414,7 @@ means the number of output records is 1 at a maximium. If no records
|
|
414
414
|
are matched, <tt class="docutils literal"><span class="pre">select</span></tt> command outputs no records.</p>
|
415
415
|
</div>
|
416
416
|
<div class="section" id="the-total-number-of-records">
|
417
|
-
<h3>8.
|
417
|
+
<h3>8.3.20.3.4. The total number of records<a class="headerlink" href="#the-total-number-of-records" title="Permalink to this headline">¶</a></h3>
|
418
418
|
<p>You can use <tt class="docutils literal"><span class="pre">--limit</span> <span class="pre">0</span></tt> to retrieve the total number of recrods
|
419
419
|
without any contents of records.</p>
|
420
420
|
<p>Execution example:</p>
|
@@ -458,13 +458,13 @@ records.</p>
|
|
458
458
|
</div>
|
459
459
|
</div>
|
460
460
|
<div class="section" id="parameters">
|
461
|
-
<h2>8.
|
461
|
+
<h2>8.3.20.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
462
462
|
<p>This section describes all parameters. Parameters are categorized.</p>
|
463
463
|
<div class="section" id="required-parameter">
|
464
|
-
<h3>8.
|
464
|
+
<h3>8.3.20.4.1. Required parameter<a class="headerlink" href="#required-parameter" title="Permalink to this headline">¶</a></h3>
|
465
465
|
<p>There is a required parameter, <tt class="docutils literal"><span class="pre">table</span></tt>.</p>
|
466
466
|
<div class="section" id="table">
|
467
|
-
<h4>8.
|
467
|
+
<h4>8.3.20.4.1.1. <tt class="docutils literal"><span class="pre">table</span></tt><a class="headerlink" href="#table" title="Permalink to this headline">¶</a></h4>
|
468
468
|
<p>It specifies a table to be searched. <tt class="docutils literal"><span class="pre">table</span></tt> must be specified.</p>
|
469
469
|
<p>If nonexistent table is specified, an error is returned.</p>
|
470
470
|
<p>Execution example:</p>
|
@@ -489,7 +489,7 @@ records.</p>
|
|
489
489
|
</div>
|
490
490
|
</div>
|
491
491
|
<div class="section" id="search-related-parameters">
|
492
|
-
<h3>8.
|
492
|
+
<h3>8.3.20.4.2. Search related parameters<a class="headerlink" href="#search-related-parameters" title="Permalink to this headline">¶</a></h3>
|
493
493
|
<p>There are search related parameters. Typically, <tt class="docutils literal"><span class="pre">match_columns</span></tt> and
|
494
494
|
<tt class="docutils literal"><span class="pre">query</span></tt> parameters are used for implementing a search
|
495
495
|
box. <tt class="docutils literal"><span class="pre">filter</span></tt> parameters is used for implementing complex search
|
@@ -498,7 +498,7 @@ feature.</p>
|
|
498
498
|
be matched against both <tt class="docutils literal"><span class="pre">query</span></tt> and <tt class="docutils literal"><span class="pre">filter</span></tt>. If both <tt class="docutils literal"><span class="pre">query</span></tt>
|
499
499
|
and <tt class="docutils literal"><span class="pre">filter</span></tt> aren't specified, all records are selected.</p>
|
500
500
|
<div class="section" id="match-columns">
|
501
|
-
<h4>8.
|
501
|
+
<h4>8.3.20.4.2.1. <tt class="docutils literal"><span class="pre">match_columns</span></tt><a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h4>
|
502
502
|
<p>It specifies the default target column for fulltext search by
|
503
503
|
<tt class="docutils literal"><span class="pre">query</span></tt> parameter value. A target column for fulltext search can be
|
504
504
|
specified in <tt class="docutils literal"><span class="pre">query</span></tt> parameter. The difference between
|
@@ -646,7 +646,7 @@ important rather than <tt class="docutils literal"><span class="pre">content</sp
|
|
646
646
|
of blog entry is more important rather thatn content of blog entry.</p>
|
647
647
|
</div>
|
648
648
|
<div class="section" id="query">
|
649
|
-
<h4>8.
|
649
|
+
<h4>8.3.20.4.2.2. <tt class="docutils literal"><span class="pre">query</span></tt><a class="headerlink" href="#query" title="Permalink to this headline">¶</a></h4>
|
650
650
|
<p>It specifies the query text. Normally, it is used for fulltext search
|
651
651
|
with <tt class="docutils literal"><span class="pre">match_columns</span></tt> parameter. <tt class="docutils literal"><span class="pre">query</span></tt> parameter is designed for
|
652
652
|
a fulltext search form in a Web page. A query text should be formatted
|
@@ -869,7 +869,7 @@ is less than <tt class="docutils literal"><span class="pre">11</span></tt> from
|
|
869
869
|
<p>See <a class="reference internal" href="../grn_expr/query_syntax.html"><em>Query syntax</em></a> for other operations.</p>
|
870
870
|
</div>
|
871
871
|
<div class="section" id="filter">
|
872
|
-
<h4>8.
|
872
|
+
<h4>8.3.20.4.2.3. <tt class="docutils literal"><span class="pre">filter</span></tt><a class="headerlink" href="#filter" title="Permalink to this headline">¶</a></h4>
|
873
873
|
<p>It specifies the filter text. Normally, it is used for complex search
|
874
874
|
conditions. <tt class="docutils literal"><span class="pre">filter</span></tt> can be used with <tt class="docutils literal"><span class="pre">query</span></tt> parameter. If both
|
875
875
|
<tt class="docutils literal"><span class="pre">filter</span></tt> and <tt class="docutils literal"><span class="pre">query</span></tt> are specified, there are conbined with
|
@@ -993,9 +993,9 @@ is less than <tt class="docutils literal"><span class="pre">11</span></tt> from
|
|
993
993
|
</div>
|
994
994
|
</div>
|
995
995
|
<div class="section" id="advanced-search-parameters">
|
996
|
-
<h3>8.
|
996
|
+
<h3>8.3.20.4.3. Advanced search parameters<a class="headerlink" href="#advanced-search-parameters" title="Permalink to this headline">¶</a></h3>
|
997
997
|
<div class="section" id="match-escalation-threshold">
|
998
|
-
<span id="id1"></span><h4>8.
|
998
|
+
<span id="id1"></span><h4>8.3.20.4.3.1. <tt class="docutils literal"><span class="pre">match_escalation_threshold</span></tt><a class="headerlink" href="#match-escalation-threshold" title="Permalink to this headline">¶</a></h4>
|
999
999
|
<p>It specifies threshold to determine whether search storategy
|
1000
1000
|
escalation is used or not. The threshold is compared against the
|
1001
1001
|
number of matched records. If the number of matched records is equal
|
@@ -1110,7 +1110,7 @@ records (0) is larger than <tt class="docutils literal"><span class="pre">match_
|
|
1110
1110
|
more searches aren't executed. And no records are matched.</p>
|
1111
1111
|
</div>
|
1112
1112
|
<div class="section" id="query-expansion">
|
1113
|
-
<h4>8.
|
1113
|
+
<span id="id2"></span><h4>8.3.20.4.3.2. <tt class="docutils literal"><span class="pre">query_expansion</span></tt><a class="headerlink" href="#query-expansion" title="Permalink to this headline">¶</a></h4>
|
1114
1114
|
<p>It's for query expansion. Query expansion substitutes specific words
|
1115
1115
|
to another words in query. Nomally, it's used for synonym search.</p>
|
1116
1116
|
<p>It specifies a column that is used to substitute <tt class="docutils literal"><span class="pre">query</span></tt> parameter
|
@@ -1363,7 +1363,7 @@ more liked entries.</p>
|
|
1363
1363
|
is equal to or more than <tt class="docutils literal"><span class="pre">10</span></tt> from <tt class="docutils literal"><span class="pre">Entries</span></tt> table.</p>
|
1364
1364
|
</div>
|
1365
1365
|
<div class="section" id="query-flags">
|
1366
|
-
<span id="
|
1366
|
+
<span id="id3"></span><h4>8.3.20.4.3.3. <tt class="docutils literal"><span class="pre">query_flags</span></tt><a class="headerlink" href="#query-flags" title="Permalink to this headline">¶</a></h4>
|
1367
1367
|
<p>It customs <tt class="docutils literal"><span class="pre">query</span></tt> parameter syntax. You cannot update column value
|
1368
1368
|
by <tt class="docutils literal"><span class="pre">query</span></tt> parameter by default. But if you specify
|
1369
1369
|
<tt class="docutils literal"><span class="pre">ALLOW_COLUMN|ALLOW_UPDATE</span></tt> as <tt class="docutils literal"><span class="pre">query_flags</span></tt>, you can update
|
@@ -1648,9 +1648,9 @@ specified.</p>
|
|
1648
1648
|
</div>
|
1649
1649
|
</div>
|
1650
1650
|
<div class="section" id="output-related-parameters">
|
1651
|
-
<h3>8.
|
1651
|
+
<h3>8.3.20.4.4. Output related parameters<a class="headerlink" href="#output-related-parameters" title="Permalink to this headline">¶</a></h3>
|
1652
1652
|
<div class="section" id="output-columns">
|
1653
|
-
<h4>8.
|
1653
|
+
<h4>8.3.20.4.4.1. <tt class="docutils literal"><span class="pre">output_columns</span></tt><a class="headerlink" href="#output-columns" title="Permalink to this headline">¶</a></h4>
|
1654
1654
|
<p>It specifies output columns separated by <tt class="docutils literal"><span class="pre">,</span></tt>.</p>
|
1655
1655
|
<p>Here is a simple <tt class="docutils literal"><span class="pre">output_columns</span></tt> usage example.</p>
|
1656
1656
|
<p>Execution example:</p>
|
@@ -1734,7 +1734,7 @@ column value.</p>
|
|
1734
1734
|
values except <tt class="docutils literal"><span class="pre">_score</span></tt> are outputted.</p>
|
1735
1735
|
</div>
|
1736
1736
|
<div class="section" id="sortby">
|
1737
|
-
<h4>8.
|
1737
|
+
<h4>8.3.20.4.4.2. <tt class="docutils literal"><span class="pre">sortby</span></tt><a class="headerlink" href="#sortby" title="Permalink to this headline">¶</a></h4>
|
1738
1738
|
<p>It specifies sort keys separated by <tt class="docutils literal"><span class="pre">,</span></tt>. Each sort key is column
|
1739
1739
|
name.</p>
|
1740
1740
|
<p>Here is a simple <tt class="docutils literal"><span class="pre">sortby</span></tt> usage example.</p>
|
@@ -1922,7 +1922,7 @@ descending order and outputs record key and hit score.</p>
|
|
1922
1922
|
it's just ignored but get a warning in log file.</p>
|
1923
1923
|
</div>
|
1924
1924
|
<div class="section" id="offset">
|
1925
|
-
<h4>8.
|
1925
|
+
<h4>8.3.20.4.4.3. <tt class="docutils literal"><span class="pre">offset</span></tt><a class="headerlink" href="#offset" title="Permalink to this headline">¶</a></h4>
|
1926
1926
|
<p>It specifies offset to determine output records range. Offset is
|
1927
1927
|
zero-origin. <tt class="docutils literal"><span class="pre">--offset</span> <span class="pre">1</span></tt> means output range is started from the 2nd
|
1928
1928
|
record.</p>
|
@@ -1996,7 +1996,7 @@ number of records is <tt class="docutils literal"><span class="pre">5</span></tt
|
|
1996
1996
|
<p>The default value is <tt class="docutils literal"><span class="pre">0</span></tt>.</p>
|
1997
1997
|
</div>
|
1998
1998
|
<div class="section" id="limit">
|
1999
|
-
<h4>8.
|
1999
|
+
<h4>8.3.20.4.4.4. <tt class="docutils literal"><span class="pre">limit</span></tt><a class="headerlink" href="#limit" title="Permalink to this headline">¶</a></h4>
|
2000
2000
|
<p>It specifies the max number of output records. If the number of
|
2001
2001
|
matched records is less than <tt class="docutils literal"><span class="pre">limit</span></tt>, all records are outputted.</p>
|
2002
2002
|
<p>Here is a simple <tt class="docutils literal"><span class="pre">limit</span></tt> usage example.</p>
|
@@ -2108,44 +2108,44 @@ records. It's very useful value to show all records.</p>
|
|
2108
2108
|
<p>The default value is <tt class="docutils literal"><span class="pre">10</span></tt>.</p>
|
2109
2109
|
</div>
|
2110
2110
|
<div class="section" id="scorer">
|
2111
|
-
<h4>8.
|
2111
|
+
<h4>8.3.20.4.4.5. <tt class="docutils literal"><span class="pre">scorer</span></tt><a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h4>
|
2112
2112
|
<p>TODO: write in English and add example.</p>
|
2113
2113
|
<p>検索条件にマッチする全てのレコードに対して適用するgrn_exprをscript形式で指定します。</p>
|
2114
2114
|
<p>scorerは、検索処理が完了し、ソート処理が実行される前に呼び出されます。従って、各レコードのスコアを操作する式を指定しておけば、検索結果のソート順序をカスタマイズできるようになります。</p>
|
2115
2115
|
</div>
|
2116
2116
|
</div>
|
2117
2117
|
<div class="section" id="facet-related-parameters">
|
2118
|
-
<h3>8.
|
2118
|
+
<h3>8.3.20.4.5. Facet related parameters<a class="headerlink" href="#facet-related-parameters" title="Permalink to this headline">¶</a></h3>
|
2119
2119
|
<div class="section" id="drilldown">
|
2120
|
-
<h4>8.
|
2120
|
+
<h4>8.3.20.4.5.1. <tt class="docutils literal"><span class="pre">drilldown</span></tt><a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h4>
|
2121
2121
|
<p>TODO: write in English and add example.</p>
|
2122
2122
|
<p>グループ化のキーとなるカラム名のリストをカンマ(',')区切りで指定します。検索条件にマッチした各レコードを出力したのちに、drilldownに指定されたカラムの値が同一であるレコードをとりまとめて、それぞれについて結果レコードを出力します。</p>
|
2123
2123
|
</div>
|
2124
2124
|
<div class="section" id="drilldown-sortby">
|
2125
|
-
<h4>8.
|
2125
|
+
<h4>8.3.20.4.5.2. <tt class="docutils literal"><span class="pre">drilldown_sortby</span></tt><a class="headerlink" href="#drilldown-sortby" title="Permalink to this headline">¶</a></h4>
|
2126
2126
|
<p>TODO: write in English and add example.</p>
|
2127
2127
|
<p>drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、ソートキーとなるカラム名のリストをカンマ(',')区切りで指定します。sortbyパラメータと同様に昇降順を指定できます。</p>
|
2128
2128
|
</div>
|
2129
2129
|
<div class="section" id="drilldown-output-columns">
|
2130
|
-
<h4>8.
|
2130
|
+
<h4>8.3.20.4.5.3. <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt><a class="headerlink" href="#drilldown-output-columns" title="Permalink to this headline">¶</a></h4>
|
2131
2131
|
<p>TODO: write in English and add example.</p>
|
2132
2132
|
<p>drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、出力するカラム名のリストをカンマ(',')区切りで指定します。</p>
|
2133
2133
|
</div>
|
2134
2134
|
<div class="section" id="drilldown-offset">
|
2135
|
-
<h4>8.
|
2135
|
+
<h4>8.3.20.4.5.4. <tt class="docutils literal"><span class="pre">drilldown_offset</span></tt><a class="headerlink" href="#drilldown-offset" title="Permalink to this headline">¶</a></h4>
|
2136
2136
|
<p>TODO: write in English and add example.</p>
|
2137
2137
|
<p>drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、出力対象となる最初のレコードの番号を0ベースで指定します。デフォルト値は0です。drilldown_offsetに負の値を指定した場合は、ヒットした件数 + drilldown_offsetによって算出される値が指定されたものとみなされます。</p>
|
2138
2138
|
</div>
|
2139
2139
|
<div class="section" id="drilldown-limit">
|
2140
|
-
<h4>8.
|
2140
|
+
<h4>8.3.20.4.5.5. <tt class="docutils literal"><span class="pre">drilldown_limit</span></tt><a class="headerlink" href="#drilldown-limit" title="Permalink to this headline">¶</a></h4>
|
2141
2141
|
<p>TODO: write in English and add example.</p>
|
2142
2142
|
<p>drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、出力を行うレコードの件数を指定します。デフォルト値は10です。実際には、drilldown_offset + drilldown_limit がヒットした件数を超えない範囲でレコードが出力されます。drilldown_limitに負の値を指定した場合は、ヒットした件数 + drilldown_limit + 1 によって算出される値が指定されたものとみなされます。</p>
|
2143
2143
|
</div>
|
2144
2144
|
</div>
|
2145
2145
|
<div class="section" id="cache-related-parameter">
|
2146
|
-
<h3>8.
|
2146
|
+
<h3>8.3.20.4.6. Cache related parameter<a class="headerlink" href="#cache-related-parameter" title="Permalink to this headline">¶</a></h3>
|
2147
2147
|
<div class="section" id="cache">
|
2148
|
-
<h4>8.
|
2148
|
+
<h4>8.3.20.4.6.1. <tt class="docutils literal"><span class="pre">cache</span></tt><a class="headerlink" href="#cache" title="Permalink to this headline">¶</a></h4>
|
2149
2149
|
<p>TODO: write in English and add example.</p>
|
2150
2150
|
<p>クエリキャッシュに関する動作を設定します。</p>
|
2151
2151
|
<p><tt class="docutils literal"><span class="pre">no</span></tt></p>
|
@@ -2154,8 +2154,8 @@ records. It's very useful value to show all records.</p>
|
|
2154
2154
|
</div>
|
2155
2155
|
</div>
|
2156
2156
|
</div>
|
2157
|
-
<div class="section" id="
|
2158
|
-
<h2>8.
|
2157
|
+
<div class="section" id="id4">
|
2158
|
+
<h2>8.3.20.5. 返値<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
2159
2159
|
<p>TODO: write in English and add example.</p>
|
2160
2160
|
<p>以下のようなjson形式で値が返却されます。</p>
|
2161
2161
|
<div class="highlight-none"><div class="highlight"><pre>[[リターンコード, 処理開始時間, 処理時間], [検索結果, ドリルダウン結果]]
|
@@ -2211,7 +2211,7 @@ records. It's very useful value to show all records.</p>
|
|
2211
2211
|
</div></blockquote>
|
2212
2212
|
</div>
|
2213
2213
|
<div class="section" id="see-also">
|
2214
|
-
<h2>8.
|
2214
|
+
<h2>8.3.20.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
2215
2215
|
<blockquote>
|
2216
2216
|
<div><ul class="simple">
|
2217
2217
|
<li><a class="reference internal" href="../grn_expr/query_syntax.html"><em>Query syntax</em></a></li>
|
@@ -2229,71 +2229,71 @@ records. It's very useful value to show all records.</p>
|
|
2229
2229
|
<div class="sphinxsidebarwrapper">
|
2230
2230
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
2231
2231
|
<ul>
|
2232
|
-
<li><a class="reference internal" href="#">8.
|
2233
|
-
<li><a class="reference internal" href="#summary">8.
|
2234
|
-
<li><a class="reference internal" href="#syntax">8.
|
2235
|
-
<li><a class="reference internal" href="#usage">8.
|
2236
|
-
<li><a class="reference internal" href="#simple-usage">8.
|
2237
|
-
<li><a class="reference internal" href="#search-conditions">8.
|
2238
|
-
<li><a class="reference internal" href="#search-condition-query">8.
|
2239
|
-
<li><a class="reference internal" href="#search-condition-filter">8.
|
2232
|
+
<li><a class="reference internal" href="#">8.3.20. select</a><ul>
|
2233
|
+
<li><a class="reference internal" href="#summary">8.3.20.1. Summary</a></li>
|
2234
|
+
<li><a class="reference internal" href="#syntax">8.3.20.2. Syntax</a></li>
|
2235
|
+
<li><a class="reference internal" href="#usage">8.3.20.3. Usage</a><ul>
|
2236
|
+
<li><a class="reference internal" href="#simple-usage">8.3.20.3.1. Simple usage</a></li>
|
2237
|
+
<li><a class="reference internal" href="#search-conditions">8.3.20.3.2. Search conditions</a><ul>
|
2238
|
+
<li><a class="reference internal" href="#search-condition-query">8.3.20.3.2.1. Search condition: <tt class="docutils literal"><span class="pre">query</span></tt></a></li>
|
2239
|
+
<li><a class="reference internal" href="#search-condition-filter">8.3.20.3.2.2. Search condition: <tt class="docutils literal"><span class="pre">filter</span></tt></a></li>
|
2240
2240
|
</ul>
|
2241
2241
|
</li>
|
2242
|
-
<li><a class="reference internal" href="#paging">8.
|
2243
|
-
<li><a class="reference internal" href="#the-total-number-of-records">8.
|
2242
|
+
<li><a class="reference internal" href="#paging">8.3.20.3.3. Paging</a></li>
|
2243
|
+
<li><a class="reference internal" href="#the-total-number-of-records">8.3.20.3.4. The total number of records</a></li>
|
2244
2244
|
</ul>
|
2245
2245
|
</li>
|
2246
|
-
<li><a class="reference internal" href="#parameters">8.
|
2247
|
-
<li><a class="reference internal" href="#required-parameter">8.
|
2248
|
-
<li><a class="reference internal" href="#table">8.
|
2246
|
+
<li><a class="reference internal" href="#parameters">8.3.20.4. Parameters</a><ul>
|
2247
|
+
<li><a class="reference internal" href="#required-parameter">8.3.20.4.1. Required parameter</a><ul>
|
2248
|
+
<li><a class="reference internal" href="#table">8.3.20.4.1.1. <tt class="docutils literal"><span class="pre">table</span></tt></a></li>
|
2249
2249
|
</ul>
|
2250
2250
|
</li>
|
2251
|
-
<li><a class="reference internal" href="#search-related-parameters">8.
|
2252
|
-
<li><a class="reference internal" href="#match-columns">8.
|
2253
|
-
<li><a class="reference internal" href="#query">8.
|
2254
|
-
<li><a class="reference internal" href="#filter">8.
|
2251
|
+
<li><a class="reference internal" href="#search-related-parameters">8.3.20.4.2. Search related parameters</a><ul>
|
2252
|
+
<li><a class="reference internal" href="#match-columns">8.3.20.4.2.1. <tt class="docutils literal"><span class="pre">match_columns</span></tt></a></li>
|
2253
|
+
<li><a class="reference internal" href="#query">8.3.20.4.2.2. <tt class="docutils literal"><span class="pre">query</span></tt></a></li>
|
2254
|
+
<li><a class="reference internal" href="#filter">8.3.20.4.2.3. <tt class="docutils literal"><span class="pre">filter</span></tt></a></li>
|
2255
2255
|
</ul>
|
2256
2256
|
</li>
|
2257
|
-
<li><a class="reference internal" href="#advanced-search-parameters">8.
|
2258
|
-
<li><a class="reference internal" href="#match-escalation-threshold">8.
|
2259
|
-
<li><a class="reference internal" href="#query-expansion">8.
|
2260
|
-
<li><a class="reference internal" href="#query-flags">8.
|
2257
|
+
<li><a class="reference internal" href="#advanced-search-parameters">8.3.20.4.3. Advanced search parameters</a><ul>
|
2258
|
+
<li><a class="reference internal" href="#match-escalation-threshold">8.3.20.4.3.1. <tt class="docutils literal"><span class="pre">match_escalation_threshold</span></tt></a></li>
|
2259
|
+
<li><a class="reference internal" href="#query-expansion">8.3.20.4.3.2. <tt class="docutils literal"><span class="pre">query_expansion</span></tt></a></li>
|
2260
|
+
<li><a class="reference internal" href="#query-flags">8.3.20.4.3.3. <tt class="docutils literal"><span class="pre">query_flags</span></tt></a></li>
|
2261
2261
|
</ul>
|
2262
2262
|
</li>
|
2263
|
-
<li><a class="reference internal" href="#output-related-parameters">8.
|
2264
|
-
<li><a class="reference internal" href="#output-columns">8.
|
2265
|
-
<li><a class="reference internal" href="#sortby">8.
|
2266
|
-
<li><a class="reference internal" href="#offset">8.
|
2267
|
-
<li><a class="reference internal" href="#limit">8.
|
2268
|
-
<li><a class="reference internal" href="#scorer">8.
|
2263
|
+
<li><a class="reference internal" href="#output-related-parameters">8.3.20.4.4. Output related parameters</a><ul>
|
2264
|
+
<li><a class="reference internal" href="#output-columns">8.3.20.4.4.1. <tt class="docutils literal"><span class="pre">output_columns</span></tt></a></li>
|
2265
|
+
<li><a class="reference internal" href="#sortby">8.3.20.4.4.2. <tt class="docutils literal"><span class="pre">sortby</span></tt></a></li>
|
2266
|
+
<li><a class="reference internal" href="#offset">8.3.20.4.4.3. <tt class="docutils literal"><span class="pre">offset</span></tt></a></li>
|
2267
|
+
<li><a class="reference internal" href="#limit">8.3.20.4.4.4. <tt class="docutils literal"><span class="pre">limit</span></tt></a></li>
|
2268
|
+
<li><a class="reference internal" href="#scorer">8.3.20.4.4.5. <tt class="docutils literal"><span class="pre">scorer</span></tt></a></li>
|
2269
2269
|
</ul>
|
2270
2270
|
</li>
|
2271
|
-
<li><a class="reference internal" href="#facet-related-parameters">8.
|
2272
|
-
<li><a class="reference internal" href="#drilldown">8.
|
2273
|
-
<li><a class="reference internal" href="#drilldown-sortby">8.
|
2274
|
-
<li><a class="reference internal" href="#drilldown-output-columns">8.
|
2275
|
-
<li><a class="reference internal" href="#drilldown-offset">8.
|
2276
|
-
<li><a class="reference internal" href="#drilldown-limit">8.
|
2271
|
+
<li><a class="reference internal" href="#facet-related-parameters">8.3.20.4.5. Facet related parameters</a><ul>
|
2272
|
+
<li><a class="reference internal" href="#drilldown">8.3.20.4.5.1. <tt class="docutils literal"><span class="pre">drilldown</span></tt></a></li>
|
2273
|
+
<li><a class="reference internal" href="#drilldown-sortby">8.3.20.4.5.2. <tt class="docutils literal"><span class="pre">drilldown_sortby</span></tt></a></li>
|
2274
|
+
<li><a class="reference internal" href="#drilldown-output-columns">8.3.20.4.5.3. <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt></a></li>
|
2275
|
+
<li><a class="reference internal" href="#drilldown-offset">8.3.20.4.5.4. <tt class="docutils literal"><span class="pre">drilldown_offset</span></tt></a></li>
|
2276
|
+
<li><a class="reference internal" href="#drilldown-limit">8.3.20.4.5.5. <tt class="docutils literal"><span class="pre">drilldown_limit</span></tt></a></li>
|
2277
2277
|
</ul>
|
2278
2278
|
</li>
|
2279
|
-
<li><a class="reference internal" href="#cache-related-parameter">8.
|
2280
|
-
<li><a class="reference internal" href="#cache">8.
|
2279
|
+
<li><a class="reference internal" href="#cache-related-parameter">8.3.20.4.6. Cache related parameter</a><ul>
|
2280
|
+
<li><a class="reference internal" href="#cache">8.3.20.4.6.1. <tt class="docutils literal"><span class="pre">cache</span></tt></a></li>
|
2281
2281
|
</ul>
|
2282
2282
|
</li>
|
2283
2283
|
</ul>
|
2284
2284
|
</li>
|
2285
|
-
<li><a class="reference internal" href="#
|
2286
|
-
<li><a class="reference internal" href="#see-also">8.
|
2285
|
+
<li><a class="reference internal" href="#id4">8.3.20.5. 返値</a></li>
|
2286
|
+
<li><a class="reference internal" href="#see-also">8.3.20.6. See also</a></li>
|
2287
2287
|
</ul>
|
2288
2288
|
</li>
|
2289
2289
|
</ul>
|
2290
2290
|
|
2291
2291
|
<h4>Previous topic</h4>
|
2292
|
-
<p class="topless"><a href="
|
2293
|
-
title="previous chapter">8.
|
2292
|
+
<p class="topless"><a href="register.html"
|
2293
|
+
title="previous chapter">8.3.19. register</a></p>
|
2294
2294
|
<h4>Next topic</h4>
|
2295
2295
|
<p class="topless"><a href="shutdown.html"
|
2296
|
-
title="next chapter">8.
|
2296
|
+
title="next chapter">8.3.21. shutdown</a></p>
|
2297
2297
|
<h3>This Page</h3>
|
2298
2298
|
<ul class="this-page-menu">
|
2299
2299
|
<li><a href="../../_sources/reference/commands/select.txt"
|
@@ -2323,14 +2323,14 @@ records. It's very useful value to show all records.</p>
|
|
2323
2323
|
<a href="../../genindex.html" title="General Index"
|
2324
2324
|
>index</a></li>
|
2325
2325
|
<li class="right" >
|
2326
|
-
<a href="shutdown.html" title="8.
|
2326
|
+
<a href="shutdown.html" title="8.3.21. shutdown"
|
2327
2327
|
>next</a> |</li>
|
2328
2328
|
<li class="right" >
|
2329
|
-
<a href="
|
2329
|
+
<a href="register.html" title="8.3.19. register"
|
2330
2330
|
>previous</a> |</li>
|
2331
|
-
<li><a href="../../index.html">groonga v2.0.
|
2331
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
2332
2332
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
2333
|
-
<li><a href="../
|
2333
|
+
<li><a href="../command.html" >8.3. Command</a> »</li>
|
2334
2334
|
</ul>
|
2335
2335
|
</div>
|
2336
2336
|
<div class="footer">
|