rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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.21. shutdown — groonga v2.0.9ドキュメント</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
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.0.
|
32
|
-
<link rel="up" title="8.
|
33
|
-
<link rel="next" title="8.
|
34
|
-
<link rel="prev" title="8.
|
31
|
+
<link rel="top" title="groonga v2.0.9ドキュメント" href="../../index.html" />
|
32
|
+
<link rel="up" title="8.3. コマンド" href="../command.html" />
|
33
|
+
<link rel="next" title="8.3.22. status" href="status.html" />
|
34
|
+
<link rel="prev" title="8.3.20. select" href="select.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="status.html" title="8.
|
61
|
+
<a href="status.html" title="8.3.22. status"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="select.html" title="8.
|
64
|
+
<a href="select.html" title="8.3.20. select"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v2.0.
|
66
|
+
<li><a href="../../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
67
67
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
68
|
-
<li><a href="../
|
68
|
+
<li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,32 +75,32 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="shutdown">
|
78
|
-
<h1>8.
|
78
|
+
<h1>8.3.21. shutdown<a class="headerlink" href="#shutdown" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>8.
|
80
|
+
<h2>8.3.21.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>shutdown - サーバプロセスの停止</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>8.
|
84
|
+
<h2>8.3.21.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>shutdown
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>8.
|
90
|
+
<h2>8.3.21.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groonga組込コマンドの一つであるshutdownについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
|
92
92
|
<p>shutdownは、接続しているgroongaサーバプロセスを停止します。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>8.
|
95
|
+
<h2>8.3.21.4. 引数<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p>ありません。</p>
|
97
97
|
</div>
|
98
98
|
<div class="section" id="id5">
|
99
|
-
<h2>8.
|
99
|
+
<h2>8.3.21.5. 返値<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
100
100
|
<p>ありません。</p>
|
101
101
|
</div>
|
102
102
|
<div class="section" id="id6">
|
103
|
-
<h2>8.
|
103
|
+
<h2>8.3.21.6. 例<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
104
104
|
<div class="highlight-none"><div class="highlight"><pre>shutdown
|
105
105
|
</pre></div>
|
106
106
|
</div>
|
@@ -115,23 +115,23 @@
|
|
115
115
|
<div class="sphinxsidebarwrapper">
|
116
116
|
<h3><a href="../../index.html">目次</a></h3>
|
117
117
|
<ul>
|
118
|
-
<li><a class="reference internal" href="#">8.
|
119
|
-
<li><a class="reference internal" href="#id1">8.
|
120
|
-
<li><a class="reference internal" href="#id2">8.
|
121
|
-
<li><a class="reference internal" href="#id3">8.
|
122
|
-
<li><a class="reference internal" href="#id4">8.
|
123
|
-
<li><a class="reference internal" href="#id5">8.
|
124
|
-
<li><a class="reference internal" href="#id6">8.
|
118
|
+
<li><a class="reference internal" href="#">8.3.21. shutdown</a><ul>
|
119
|
+
<li><a class="reference internal" href="#id1">8.3.21.1. 名前</a></li>
|
120
|
+
<li><a class="reference internal" href="#id2">8.3.21.2. 書式</a></li>
|
121
|
+
<li><a class="reference internal" href="#id3">8.3.21.3. 説明</a></li>
|
122
|
+
<li><a class="reference internal" href="#id4">8.3.21.4. 引数</a></li>
|
123
|
+
<li><a class="reference internal" href="#id5">8.3.21.5. 返値</a></li>
|
124
|
+
<li><a class="reference internal" href="#id6">8.3.21.6. 例</a></li>
|
125
125
|
</ul>
|
126
126
|
</li>
|
127
127
|
</ul>
|
128
128
|
|
129
129
|
<h4>前のトピックへ</h4>
|
130
130
|
<p class="topless"><a href="select.html"
|
131
|
-
title="前の章へ">8.
|
131
|
+
title="前の章へ">8.3.20. select</a></p>
|
132
132
|
<h4>次のトピックへ</h4>
|
133
133
|
<p class="topless"><a href="status.html"
|
134
|
-
title="次の章へ">8.
|
134
|
+
title="次の章へ">8.3.22. status</a></p>
|
135
135
|
<h3>このページ</h3>
|
136
136
|
<ul class="this-page-menu">
|
137
137
|
<li><a href="../../_sources/reference/commands/shutdown.txt"
|
@@ -161,14 +161,14 @@
|
|
161
161
|
<a href="../../genindex.html" title="総合索引"
|
162
162
|
>索引</a></li>
|
163
163
|
<li class="right" >
|
164
|
-
<a href="status.html" title="8.
|
164
|
+
<a href="status.html" title="8.3.22. status"
|
165
165
|
>次へ</a> |</li>
|
166
166
|
<li class="right" >
|
167
|
-
<a href="select.html" title="8.
|
167
|
+
<a href="select.html" title="8.3.20. select"
|
168
168
|
>前へ</a> |</li>
|
169
|
-
<li><a href="../../index.html">groonga v2.0.
|
169
|
+
<li><a href="../../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
170
170
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
171
|
-
<li><a href="../
|
171
|
+
<li><a href="../command.html" >8.3. コマンド</a> »</li>
|
172
172
|
</ul>
|
173
173
|
</div>
|
174
174
|
<div class="footer">
|
@@ -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.22. status — groonga v2.0.9ドキュメント</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
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.0.
|
32
|
-
<link rel="up" title="8.
|
33
|
-
<link rel="next" title="8.
|
34
|
-
<link rel="prev" title="8.
|
31
|
+
<link rel="top" title="groonga v2.0.9ドキュメント" href="../../index.html" />
|
32
|
+
<link rel="up" title="8.3. コマンド" href="../command.html" />
|
33
|
+
<link rel="next" title="8.3.23. suggest" href="suggest.html" />
|
34
|
+
<link rel="prev" title="8.3.21. shutdown" href="shutdown.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="suggest.html" title="8.
|
61
|
+
<a href="suggest.html" title="8.3.23. suggest"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="shutdown.html" title="8.
|
64
|
+
<a href="shutdown.html" title="8.3.21. shutdown"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v2.0.
|
66
|
+
<li><a href="../../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
67
67
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
68
|
-
<li><a href="../
|
68
|
+
<li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,30 +75,30 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="status">
|
78
|
-
<span id="command-status"></span><h1>8.
|
78
|
+
<span id="command-status"></span><h1>8.3.22. status<a class="headerlink" href="#status" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>8.
|
80
|
+
<h2>8.3.22.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>status - groongaプロセスの状態表示</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>8.
|
84
|
+
<h2>8.3.22.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>status
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>8.
|
90
|
+
<h2>8.3.22.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groonga組込コマンドの一つであるstatusについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
|
92
92
|
<p>statusコマンドは、groongaプロセスの状態を表示します。主にgroongaサーバプロセスに対して使用することを想定しています。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>8.
|
95
|
+
<h2>8.3.22.4. 引数<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p>ありません。</p>
|
97
97
|
</div>
|
98
98
|
<div class="section" id="id5">
|
99
|
-
<h2>8.
|
99
|
+
<h2>8.3.22.5. 返値<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
100
100
|
<div class="section" id="json">
|
101
|
-
<h3>8.
|
101
|
+
<h3>8.3.22.5.1. json形式<a class="headerlink" href="#json" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
102
102
|
<div class="highlight-none"><div class="highlight"><pre>下記の項目がハッシュ形式で出力されます。
|
103
103
|
|
104
104
|
``alloc_count``
|
@@ -117,7 +117,7 @@
|
|
117
117
|
</div>
|
118
118
|
</div>
|
119
119
|
<div class="section" id="id6">
|
120
|
-
<h2>8.
|
120
|
+
<h2>8.3.22.6. 例<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
121
121
|
<p>実行例:</p>
|
122
122
|
<div class="highlight-none"><div class="highlight"><pre>status
|
123
123
|
# [
|
@@ -151,26 +151,26 @@
|
|
151
151
|
<div class="sphinxsidebarwrapper">
|
152
152
|
<h3><a href="../../index.html">目次</a></h3>
|
153
153
|
<ul>
|
154
|
-
<li><a class="reference internal" href="#">8.
|
155
|
-
<li><a class="reference internal" href="#id1">8.
|
156
|
-
<li><a class="reference internal" href="#id2">8.
|
157
|
-
<li><a class="reference internal" href="#id3">8.
|
158
|
-
<li><a class="reference internal" href="#id4">8.
|
159
|
-
<li><a class="reference internal" href="#id5">8.
|
160
|
-
<li><a class="reference internal" href="#json">8.
|
154
|
+
<li><a class="reference internal" href="#">8.3.22. status</a><ul>
|
155
|
+
<li><a class="reference internal" href="#id1">8.3.22.1. 名前</a></li>
|
156
|
+
<li><a class="reference internal" href="#id2">8.3.22.2. 書式</a></li>
|
157
|
+
<li><a class="reference internal" href="#id3">8.3.22.3. 説明</a></li>
|
158
|
+
<li><a class="reference internal" href="#id4">8.3.22.4. 引数</a></li>
|
159
|
+
<li><a class="reference internal" href="#id5">8.3.22.5. 返値</a><ul>
|
160
|
+
<li><a class="reference internal" href="#json">8.3.22.5.1. json形式</a></li>
|
161
161
|
</ul>
|
162
162
|
</li>
|
163
|
-
<li><a class="reference internal" href="#id6">8.
|
163
|
+
<li><a class="reference internal" href="#id6">8.3.22.6. 例</a></li>
|
164
164
|
</ul>
|
165
165
|
</li>
|
166
166
|
</ul>
|
167
167
|
|
168
168
|
<h4>前のトピックへ</h4>
|
169
169
|
<p class="topless"><a href="shutdown.html"
|
170
|
-
title="前の章へ">8.
|
170
|
+
title="前の章へ">8.3.21. shutdown</a></p>
|
171
171
|
<h4>次のトピックへ</h4>
|
172
172
|
<p class="topless"><a href="suggest.html"
|
173
|
-
title="次の章へ">8.
|
173
|
+
title="次の章へ">8.3.23. suggest</a></p>
|
174
174
|
<h3>このページ</h3>
|
175
175
|
<ul class="this-page-menu">
|
176
176
|
<li><a href="../../_sources/reference/commands/status.txt"
|
@@ -200,14 +200,14 @@
|
|
200
200
|
<a href="../../genindex.html" title="総合索引"
|
201
201
|
>索引</a></li>
|
202
202
|
<li class="right" >
|
203
|
-
<a href="suggest.html" title="8.
|
203
|
+
<a href="suggest.html" title="8.3.23. suggest"
|
204
204
|
>次へ</a> |</li>
|
205
205
|
<li class="right" >
|
206
|
-
<a href="shutdown.html" title="8.
|
206
|
+
<a href="shutdown.html" title="8.3.21. shutdown"
|
207
207
|
>前へ</a> |</li>
|
208
|
-
<li><a href="../../index.html">groonga v2.0.
|
208
|
+
<li><a href="../../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
209
209
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
210
|
-
<li><a href="../
|
210
|
+
<li><a href="../command.html" >8.3. コマンド</a> »</li>
|
211
211
|
</ul>
|
212
212
|
</div>
|
213
213
|
<div class="footer">
|
@@ -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.23. suggest — groonga v2.0.9ドキュメント</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
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.0.
|
32
|
-
<link rel="up" title="8.
|
33
|
-
<link rel="next" title="8.
|
34
|
-
<link rel="prev" title="8.
|
31
|
+
<link rel="top" title="groonga v2.0.9ドキュメント" href="../../index.html" />
|
32
|
+
<link rel="up" title="8.3. コマンド" href="../command.html" />
|
33
|
+
<link rel="next" title="8.3.24. table_create" href="table_create.html" />
|
34
|
+
<link rel="prev" title="8.3.22. status" href="status.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="table_create.html" title="8.
|
61
|
+
<a href="table_create.html" title="8.3.24. table_create"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="status.html" title="8.
|
64
|
+
<a href="status.html" title="8.3.22. status"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v2.0.
|
66
|
+
<li><a href="../../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
67
67
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
68
|
-
<li><a href="../
|
68
|
+
<li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,28 +75,28 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="suggest">
|
78
|
-
<h1>8.
|
78
|
+
<h1>8.3.23. suggest<a class="headerlink" href="#suggest" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="admonition note">
|
80
80
|
<p class="first admonition-title">ノート</p>
|
81
81
|
<p class="last">サジェスト機能の仕様はまだ確定していません。仕様は変更される可能性があります。</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="name">
|
84
|
-
<h2>8.
|
85
|
-
<p>suggest -
|
84
|
+
<h2>8.3.23.1. 名前<a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
|
+
<p>suggest - 指定されたクエリーに対する補完・補正・提案候補を返す。</p>
|
86
86
|
</div>
|
87
87
|
<div class="section" id="synopsis">
|
88
|
-
<h2>8.
|
88
|
+
<h2>8.3.23.2. 書式<a class="headerlink" href="#synopsis" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
89
89
|
<div class="highlight-none"><div class="highlight"><pre>suggest types table column query [sortby [output_columns [offset [limit [frequency_threshold [conditional_probability_threshold [prefix_search]]]]]]]
|
90
90
|
</pre></div>
|
91
91
|
</div>
|
92
92
|
</div>
|
93
93
|
<div class="section" id="description">
|
94
|
-
<h2>8.
|
95
|
-
<p>suggest
|
94
|
+
<h2>8.3.23.3. 説明<a class="headerlink" href="#description" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
95
|
+
<p>suggestコマンドは指定されたクエリーに対する補完・補正・提案候補を返します。</p>
|
96
96
|
<p>補完・補正・提案については <a class="reference internal" href="../../suggest/introduction.html"><em>はじめに</em></a> を参照してください。</p>
|
97
97
|
</div>
|
98
98
|
<div class="section" id="options">
|
99
|
-
<h2>8.
|
99
|
+
<h2>8.3.23.4. オプション<a class="headerlink" href="#options" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
100
100
|
<dl class="docutils">
|
101
101
|
<dt><tt class="docutils literal"><span class="pre">types</span></tt></dt>
|
102
102
|
<dd><p class="first">suggestコマンドでどの種類の候補を返すかを指定します。</p>
|
@@ -136,7 +136,7 @@
|
|
136
136
|
<dt><tt class="docutils literal"><span class="pre">column</span></tt></dt>
|
137
137
|
<dd><tt class="docutils literal"><span class="pre">table</span></tt> で指定したテーブルにあるふりがな情報を含むカラムを指定します。ふりがなはカタカナで指定します。</dd>
|
138
138
|
<dt><tt class="docutils literal"><span class="pre">query</span></tt></dt>
|
139
|
-
<dd
|
139
|
+
<dd>補完・補正・提案対象のクエリーを指定します。</dd>
|
140
140
|
<dt><tt class="docutils literal"><span class="pre">sortby</span></tt></dt>
|
141
141
|
<dd><p class="first">ソートキーを指定します。</p>
|
142
142
|
<dl class="last docutils">
|
@@ -221,9 +221,9 @@
|
|
221
221
|
</dl>
|
222
222
|
</div>
|
223
223
|
<div class="section" id="return-value">
|
224
|
-
<h2>8.
|
224
|
+
<h2>8.3.23.5. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
225
225
|
<div class="section" id="json-format">
|
226
|
-
<h3>8.
|
226
|
+
<h3>8.3.23.5.1. JSON形式<a class="headerlink" href="#json-format" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
227
227
|
<p>返されるJSON形式は以下の通りです:</p>
|
228
228
|
<div class="highlight-none"><div class="highlight"><pre>{"type1": [["candidate1", score of candidate1],
|
229
229
|
["candidate2", score of candidate2],
|
@@ -246,7 +246,7 @@
|
|
246
246
|
</div>
|
247
247
|
</div>
|
248
248
|
<div class="section" id="example">
|
249
|
-
<h2>8.
|
249
|
+
<h2>8.3.23.6. 例<a class="headerlink" href="#example" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
250
250
|
<p>以下は補完用の学習データです。</p>
|
251
251
|
<p>実行例:</p>
|
252
252
|
<div class="highlight-none"><div class="highlight"><pre>load --table event_query --each 'suggest_preparer(_id, type, item, sequence, time, pair_query)'
|
@@ -471,7 +471,7 @@
|
|
471
471
|
</div>
|
472
472
|
</div>
|
473
473
|
<div class="section" id="see-also">
|
474
|
-
<h2>8.
|
474
|
+
<h2>8.3.23.7. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
475
475
|
<ul class="simple">
|
476
476
|
<li><a class="reference internal" href="../../suggest.html"><em>サジェスト</em></a></li>
|
477
477
|
<li><a class="reference internal" href="../executables/groonga-suggest-create-dataset.html"><em>groonga-suggest-create-dataset</em></a></li>
|
@@ -487,27 +487,27 @@
|
|
487
487
|
<div class="sphinxsidebarwrapper">
|
488
488
|
<h3><a href="../../index.html">目次</a></h3>
|
489
489
|
<ul>
|
490
|
-
<li><a class="reference internal" href="#">8.
|
491
|
-
<li><a class="reference internal" href="#name">8.
|
492
|
-
<li><a class="reference internal" href="#synopsis">8.
|
493
|
-
<li><a class="reference internal" href="#description">8.
|
494
|
-
<li><a class="reference internal" href="#options">8.
|
495
|
-
<li><a class="reference internal" href="#return-value">8.
|
496
|
-
<li><a class="reference internal" href="#json-format">8.
|
490
|
+
<li><a class="reference internal" href="#">8.3.23. suggest</a><ul>
|
491
|
+
<li><a class="reference internal" href="#name">8.3.23.1. 名前</a></li>
|
492
|
+
<li><a class="reference internal" href="#synopsis">8.3.23.2. 書式</a></li>
|
493
|
+
<li><a class="reference internal" href="#description">8.3.23.3. 説明</a></li>
|
494
|
+
<li><a class="reference internal" href="#options">8.3.23.4. オプション</a></li>
|
495
|
+
<li><a class="reference internal" href="#return-value">8.3.23.5. 戻り値</a><ul>
|
496
|
+
<li><a class="reference internal" href="#json-format">8.3.23.5.1. JSON形式</a></li>
|
497
497
|
</ul>
|
498
498
|
</li>
|
499
|
-
<li><a class="reference internal" href="#example">8.
|
500
|
-
<li><a class="reference internal" href="#see-also">8.
|
499
|
+
<li><a class="reference internal" href="#example">8.3.23.6. 例</a></li>
|
500
|
+
<li><a class="reference internal" href="#see-also">8.3.23.7. 参考</a></li>
|
501
501
|
</ul>
|
502
502
|
</li>
|
503
503
|
</ul>
|
504
504
|
|
505
505
|
<h4>前のトピックへ</h4>
|
506
506
|
<p class="topless"><a href="status.html"
|
507
|
-
title="前の章へ">8.
|
507
|
+
title="前の章へ">8.3.22. status</a></p>
|
508
508
|
<h4>次のトピックへ</h4>
|
509
509
|
<p class="topless"><a href="table_create.html"
|
510
|
-
title="次の章へ">8.
|
510
|
+
title="次の章へ">8.3.24. table_create</a></p>
|
511
511
|
<h3>このページ</h3>
|
512
512
|
<ul class="this-page-menu">
|
513
513
|
<li><a href="../../_sources/reference/commands/suggest.txt"
|
@@ -537,14 +537,14 @@
|
|
537
537
|
<a href="../../genindex.html" title="総合索引"
|
538
538
|
>索引</a></li>
|
539
539
|
<li class="right" >
|
540
|
-
<a href="table_create.html" title="8.
|
540
|
+
<a href="table_create.html" title="8.3.24. table_create"
|
541
541
|
>次へ</a> |</li>
|
542
542
|
<li class="right" >
|
543
|
-
<a href="status.html" title="8.
|
543
|
+
<a href="status.html" title="8.3.22. status"
|
544
544
|
>前へ</a> |</li>
|
545
|
-
<li><a href="../../index.html">groonga v2.0.
|
545
|
+
<li><a href="../../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
546
546
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
547
|
-
<li><a href="../
|
547
|
+
<li><a href="../command.html" >8.3. コマンド</a> »</li>
|
548
548
|
</ul>
|
549
549
|
</div>
|
550
550
|
<div class="footer">
|