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
@@ -27,7 +27,7 @@ There are many differences between :doc:`groonga` and
|
|
27
27
|
+----------------------------+------------------------+----------------------+
|
28
28
|
| Gzip compression | x | o |
|
29
29
|
+----------------------------+------------------------+----------------------+
|
30
|
-
| POST | x |
|
30
|
+
| POST | x | o |
|
31
31
|
+----------------------------+------------------------+----------------------+
|
32
32
|
| HTTPS | x | o |
|
33
33
|
+----------------------------+------------------------+----------------------+
|
@@ -270,7 +270,17 @@ processed by groonga. You don't need to consider about other modules.
|
|
270
270
|
POST
|
271
271
|
----
|
272
272
|
|
273
|
-
|
273
|
+
You can load your data by POST JSON data. You need follow the
|
274
|
+
following rules to use loading by POST.
|
275
|
+
|
276
|
+
* `Content-Type` header value must be `application/json`.
|
277
|
+
* JSON data is sent as body.
|
278
|
+
* Table name is specified by query parameter such as ``table=NAME``.
|
279
|
+
|
280
|
+
Here is an example curl command line that loads two users `alice` and
|
281
|
+
`bob` to `Users` table::
|
282
|
+
|
283
|
+
% curl --data-binary '[{"_key": "alice"}, {"_key": "bob"}]' -H "Content-Type: application/json" "http://localhost:10041/d/load?table=Users"
|
274
284
|
|
275
285
|
HTTPS
|
276
286
|
-----
|
@@ -0,0 +1,214 @@
|
|
1
|
+
.. -*- rst -*-
|
2
|
+
|
3
|
+
.. highlightlang:: none
|
4
|
+
|
5
|
+
GQTP
|
6
|
+
====
|
7
|
+
|
8
|
+
GQTP is the acronym of Groonga Query Transfer Protocol. GQTP is the
|
9
|
+
original protocol for groonga.
|
10
|
+
|
11
|
+
Protocol
|
12
|
+
--------
|
13
|
+
|
14
|
+
GQTP is stateful client server model protocol. The following sequence
|
15
|
+
is one processing unit:
|
16
|
+
|
17
|
+
* Client sends a request
|
18
|
+
* Server receives the request
|
19
|
+
* Server processes the request
|
20
|
+
* Server sends a response
|
21
|
+
* Client receives the response
|
22
|
+
|
23
|
+
You can do zero or more processing units in a session.
|
24
|
+
|
25
|
+
Both request and response consist of GQTP header and body. GQTP header
|
26
|
+
is fixed size data. Body is variable size data and its size is stored
|
27
|
+
in GQTP header. The content of body isn't defined in GQTP.
|
28
|
+
|
29
|
+
.. _gqtp-header-spec:
|
30
|
+
|
31
|
+
GQTP header
|
32
|
+
^^^^^^^^^^^
|
33
|
+
|
34
|
+
GQTP header consists of the following unsigned integer values:
|
35
|
+
|
36
|
+
+----------------+-------+----------------------------+
|
37
|
+
| Name | Size | Description |
|
38
|
+
+================+=======+============================+
|
39
|
+
| ``protocol`` | 1byte | Protocol type. |
|
40
|
+
+----------------+-------+----------------------------+
|
41
|
+
| ``query_type`` | 1byte | Content type of body. |
|
42
|
+
+----------------+-------+----------------------------+
|
43
|
+
| ``key_length`` | 2byte | Not used. |
|
44
|
+
+----------------+-------+----------------------------+
|
45
|
+
| ``level`` | 1byte | Not used. |
|
46
|
+
+----------------+-------+----------------------------+
|
47
|
+
| ``flags`` | 1byte | Flags. |
|
48
|
+
+----------------+-------+----------------------------+
|
49
|
+
| ``status`` | 2byte | Return code. |
|
50
|
+
+----------------+-------+----------------------------+
|
51
|
+
| ``size`` | 4byte | Body size. |
|
52
|
+
+----------------+-------+----------------------------+
|
53
|
+
| ``opaque`` | 4byte | Not used. |
|
54
|
+
+----------------+-------+----------------------------+
|
55
|
+
| ``cas`` | 8byte | Not used. |
|
56
|
+
+----------------+-------+----------------------------+
|
57
|
+
|
58
|
+
All header values are encoded by network byte order.
|
59
|
+
|
60
|
+
The following sections describes available values of each header value.
|
61
|
+
|
62
|
+
The total size of GQTP header is 24byte.
|
63
|
+
|
64
|
+
``protocol``
|
65
|
+
""""""""""""
|
66
|
+
|
67
|
+
The value is always ``0xc7`` in both request and response GQTP header.
|
68
|
+
|
69
|
+
``query_type``
|
70
|
+
""""""""""""""
|
71
|
+
|
72
|
+
The value is one of the following values:
|
73
|
+
|
74
|
+
+-------------+--------+----------------------------+
|
75
|
+
| Name | Value | Description |
|
76
|
+
+=============+========+============================+
|
77
|
+
| ``NONE`` | 0 | Free format. |
|
78
|
+
+-------------+--------+----------------------------+
|
79
|
+
| ``TSV`` | 1 | Tab Separated Values. |
|
80
|
+
+-------------+--------+----------------------------+
|
81
|
+
| ``JSON`` | 2 | JSON. |
|
82
|
+
+-------------+--------+----------------------------+
|
83
|
+
| ``XML`` | 3 | XML. |
|
84
|
+
+-------------+--------+----------------------------+
|
85
|
+
| ``MSGPACK`` | 4 | MessagePack. |
|
86
|
+
+-------------+--------+----------------------------+
|
87
|
+
|
88
|
+
This is not used in request GQTP header.
|
89
|
+
|
90
|
+
This is used in response GQTP header. Body is formatted as specified
|
91
|
+
type.
|
92
|
+
|
93
|
+
``flags``
|
94
|
+
"""""""""
|
95
|
+
|
96
|
+
The value is bitwise OR of the following values:
|
97
|
+
|
98
|
+
+-----------+--------+----------------------------+
|
99
|
+
| Name | Value | Description |
|
100
|
+
+===========+========+============================+
|
101
|
+
| ``MORE`` | 0x01 | There are more data. |
|
102
|
+
+-----------+--------+----------------------------+
|
103
|
+
| ``TAIL`` | 0x02 | There are no more data. |
|
104
|
+
+-----------+--------+----------------------------+
|
105
|
+
| ``HEAD`` | 0x04 | Not used. |
|
106
|
+
+-----------+--------+----------------------------+
|
107
|
+
| ``QUIET`` | 0x08 | Be quiet. |
|
108
|
+
+-----------+--------+----------------------------+
|
109
|
+
| ``QUIT`` | 0x10 | Quit. |
|
110
|
+
+-----------+--------+----------------------------+
|
111
|
+
|
112
|
+
You must specify ``MORE`` or ``TAIL`` flag.
|
113
|
+
|
114
|
+
If you use ``MORE`` flag, you should also use ``QUIET`` flag. Because
|
115
|
+
you don't need to show a response for your partial request.
|
116
|
+
|
117
|
+
Use ``QUIT`` flag to quit this session.
|
118
|
+
|
119
|
+
``status``
|
120
|
+
""""""""""
|
121
|
+
|
122
|
+
Here are available values. The new statuses will be added in the
|
123
|
+
future.
|
124
|
+
|
125
|
+
* 0: ``SUCCESS``
|
126
|
+
* 1: ``END_OF_DATA``
|
127
|
+
* 65535: ``UNKNOWN_ERROR``
|
128
|
+
* 65534: ``OPERATION_NOT_PERMITTED``
|
129
|
+
* 65533: ``NO_SUCH_FILE_OR_DIRECTORY``
|
130
|
+
* 65532: ``NO_SUCH_PROCESS``
|
131
|
+
* 65531: ``INTERRUPTED_FUNCTION_CALL``
|
132
|
+
* 65530: ``INPUT_OUTPUT_ERROR``
|
133
|
+
* 65529: ``NO_SUCH_DEVICE_OR_ADDRESS``
|
134
|
+
* 65528: ``ARG_LIST_TOO_LONG``
|
135
|
+
* 65527: ``EXEC_FORMAT_ERROR``
|
136
|
+
* 65526: ``BAD_FILE_DESCRIPTOR``
|
137
|
+
* 65525: ``NO_CHILD_PROCESSES``
|
138
|
+
* 65524: ``RESOURCE_TEMPORARILY_UNAVAILABLE``
|
139
|
+
* 65523: ``NOT_ENOUGH_SPACE``
|
140
|
+
* 65522: ``PERMISSION_DENIED``
|
141
|
+
* 65521: ``BAD_ADDRESS``
|
142
|
+
* 65520: ``RESOURCE_BUSY``
|
143
|
+
* 65519: ``FILE_EXISTS``
|
144
|
+
* 65518: ``IMPROPER_LINK``
|
145
|
+
* 65517: ``NO_SUCH_DEVICE``
|
146
|
+
* 65516: ``NOT_A_DIRECTORY``
|
147
|
+
* 65515: ``IS_A_DIRECTORY``
|
148
|
+
* 65514: ``INVALID_ARGUMENT``
|
149
|
+
* 65513: ``TOO_MANY_OPEN_FILES_IN_SYSTEM``
|
150
|
+
* 65512: ``TOO_MANY_OPEN_FILES``
|
151
|
+
* 65511: ``INAPPROPRIATE_I_O_CONTROL_OPERATION``
|
152
|
+
* 65510: ``FILE_TOO_LARGE``
|
153
|
+
* 65509: ``NO_SPACE_LEFT_ON_DEVICE``
|
154
|
+
* 65508: ``INVALID_SEEK``
|
155
|
+
* 65507: ``READ_ONLY_FILE_SYSTEM``
|
156
|
+
* 65506: ``TOO_MANY_LINKS``
|
157
|
+
* 65505: ``BROKEN_PIPE``
|
158
|
+
* 65504: ``DOMAIN_ERROR``
|
159
|
+
* 65503: ``RESULT_TOO_LARGE``
|
160
|
+
* 65502: ``RESOURCE_DEADLOCK_AVOIDED``
|
161
|
+
* 65501: ``NO_MEMORY_AVAILABLE``
|
162
|
+
* 65500: ``FILENAME_TOO_LONG``
|
163
|
+
* 65499: ``NO_LOCKS_AVAILABLE``
|
164
|
+
* 65498: ``FUNCTION_NOT_IMPLEMENTED``
|
165
|
+
* 65497: ``DIRECTORY_NOT_EMPTY``
|
166
|
+
* 65496: ``ILLEGAL_BYTE_SEQUENCE``
|
167
|
+
* 65495: ``SOCKET_NOT_INITIALIZED``
|
168
|
+
* 65494: ``OPERATION_WOULD_BLOCK``
|
169
|
+
* 65493: ``ADDRESS_IS_NOT_AVAILABLE``
|
170
|
+
* 65492: ``NETWORK_IS_DOWN``
|
171
|
+
* 65491: ``NO_BUFFER``
|
172
|
+
* 65490: ``SOCKET_IS_ALREADY_CONNECTED``
|
173
|
+
* 65489: ``SOCKET_IS_NOT_CONNECTED``
|
174
|
+
* 65488: ``SOCKET_IS_ALREADY_SHUTDOWNED``
|
175
|
+
* 65487: ``OPERATION_TIMEOUT``
|
176
|
+
* 65486: ``CONNECTION_REFUSED``
|
177
|
+
* 65485: ``RANGE_ERROR``
|
178
|
+
* 65484: ``TOKENIZER_ERROR``
|
179
|
+
* 65483: ``FILE_CORRUPT``
|
180
|
+
* 65482: ``INVALID_FORMAT``
|
181
|
+
* 65481: ``OBJECT_CORRUPT``
|
182
|
+
* 65480: ``TOO_MANY_SYMBOLIC_LINKS``
|
183
|
+
* 65479: ``NOT_SOCKET``
|
184
|
+
* 65478: ``OPERATION_NOT_SUPPORTED``
|
185
|
+
* 65477: ``ADDRESS_IS_IN_USE``
|
186
|
+
* 65476: ``ZLIB_ERROR``
|
187
|
+
* 65475: ``LZO_ERROR``
|
188
|
+
* 65474: ``STACK_OVER_FLOW``
|
189
|
+
* 65473: ``SYNTAX_ERROR``
|
190
|
+
* 65472: ``RETRY_MAX``
|
191
|
+
* 65471: ``INCOMPATIBLE_FILE_FORMAT``
|
192
|
+
* 65470: ``UPDATE_NOT_ALLOWED``
|
193
|
+
* 65469: ``TOO_SMALL_OFFSET``
|
194
|
+
* 65468: ``TOO_LARGE_OFFSET``
|
195
|
+
* 65467: ``TOO_SMALL_LIMIT``
|
196
|
+
* 65466: ``CAS_ERROR``
|
197
|
+
* 65465: ``UNSUPPORTED_COMMAND_VERSION``
|
198
|
+
|
199
|
+
``size``
|
200
|
+
""""""""
|
201
|
+
|
202
|
+
The size of body. The maximum body size is 4GiB because ``size`` is
|
203
|
+
4byte unsigned integer. If you want to send 4GiB or more larger data,
|
204
|
+
use ``MORE`` flag.
|
205
|
+
|
206
|
+
Example
|
207
|
+
-------
|
208
|
+
|
209
|
+
TODO
|
210
|
+
|
211
|
+
See also
|
212
|
+
--------
|
213
|
+
|
214
|
+
TODO
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>1. Characteristics of groonga — groonga v2.0.
|
12
|
+
<title>1. Characteristics of groonga — 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,7 +27,7 @@
|
|
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.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="index.html" />
|
31
31
|
<link rel="next" title="2. Install" href="install.html" />
|
32
32
|
<link rel="prev" title="groonga documentation" href="index.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="index.html" title="groonga documentation"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li><a href="index.html">groonga v2.0.
|
64
|
+
<li><a href="index.html">groonga v2.0.9 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -181,7 +181,7 @@
|
|
181
181
|
<li class="right" >
|
182
182
|
<a href="index.html" title="groonga documentation"
|
183
183
|
>previous</a> |</li>
|
184
|
-
<li><a href="index.html">groonga v2.0.
|
184
|
+
<li><a href="index.html">groonga v2.0.9 documentation</a> »</li>
|
185
185
|
</ul>
|
186
186
|
</div>
|
187
187
|
<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>3. Community — groonga v2.0.
|
12
|
+
<title>3. Community — 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,7 +27,7 @@
|
|
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.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="index.html" />
|
31
31
|
<link rel="next" title="4. Tutorial" href="tutorial.html" />
|
32
32
|
<link rel="prev" title="2.8. Others" href="install/others.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="install/others.html" title="2.8. Others"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li><a href="index.html">groonga v2.0.
|
64
|
+
<li><a href="index.html">groonga v2.0.9 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -155,7 +155,7 @@ groonga related information.</p>
|
|
155
155
|
<li class="right" >
|
156
156
|
<a href="install/others.html" title="2.8. Others"
|
157
157
|
>previous</a> |</li>
|
158
|
-
<li><a href="index.html">groonga v2.0.
|
158
|
+
<li><a href="index.html">groonga v2.0.9 documentation</a> »</li>
|
159
159
|
</ul>
|
160
160
|
</div>
|
161
161
|
<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>13. How to contribute to groonga — groonga v2.0.
|
12
|
+
<title>13. How to contribute to groonga — 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,7 +27,7 @@
|
|
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.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="index.html" />
|
31
31
|
<link rel="next" title="13.1. How to report a bug" href="contribution/report.html" />
|
32
32
|
<link rel="prev" title="12.1. Travis CI" href="development/travis-ci.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="development/travis-ci.html" title="12.1. Travis CI"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li><a href="index.html">groonga v2.0.
|
64
|
+
<li><a href="index.html">groonga v2.0.9 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -78,11 +78,11 @@ For example, if you find a bug when using groonga, you are welcome to
|
|
78
78
|
report the bug. Coding and documentation are also welcome for groonga and
|
79
79
|
its related projects.</p>
|
80
80
|
<dl class="docutils">
|
81
|
-
<dt>
|
81
|
+
<dt>As a user:</dt>
|
82
82
|
<dd>If you are interested in groonga, please read this document and try it.</dd>
|
83
|
-
<dt>
|
83
|
+
<dt>As a spokesman:</dt>
|
84
84
|
<dd>Please introduce groonga to your friends and colleagues.</dd>
|
85
|
-
<dt>Bug report, development and documentation
|
85
|
+
<dt>As a developer: Bug report, development and documentation</dt>
|
86
86
|
<dd>This section describes the details.</dd>
|
87
87
|
</dl>
|
88
88
|
<div class="toctree-wrapper compound">
|
@@ -144,8 +144,9 @@ its related projects.</p>
|
|
144
144
|
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id19">13.2.5.24. ドキュメントのアップロード</a></li>
|
145
145
|
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id20">13.2.5.25. リリースアナウンス</a></li>
|
146
146
|
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#freecode-com">13.2.5.26. freecode.comへリリース情報を登録</a></li>
|
147
|
-
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#
|
148
|
-
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#
|
147
|
+
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#twitter">13.2.5.27. Twitterでリリースアナウンスをする</a></li>
|
148
|
+
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id21">13.2.5.28. リリース後にやること</a></li>
|
149
|
+
<li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#tips">13.2.5.29. ビルド時のTIPS</a></li>
|
149
150
|
</ul>
|
150
151
|
</li>
|
151
152
|
<li class="toctree-l2"><a class="reference internal" href="contribution/development/test.html">13.2.6. テスト方法</a><ul>
|
@@ -223,7 +224,7 @@ its related projects.</p>
|
|
223
224
|
<li class="right" >
|
224
225
|
<a href="development/travis-ci.html" title="12.1. Travis CI"
|
225
226
|
>previous</a> |</li>
|
226
|
-
<li><a href="index.html">groonga v2.0.
|
227
|
+
<li><a href="index.html">groonga v2.0.9 documentation</a> »</li>
|
227
228
|
</ul>
|
228
229
|
</div>
|
229
230
|
<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>13.2. groonga開発者向け情報 — groonga v2.0.
|
12
|
+
<title>13.2. groonga開発者向け情報 — 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,7 +27,7 @@
|
|
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.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="13. How to contribute to groonga" href="../contribution.html" />
|
32
32
|
<link rel="next" title="13.2.1. groonga 通信アーキテクチャ" href="development/com.html" />
|
33
33
|
<link rel="prev" title="13.1. How to report a bug" href="report.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="report.html" title="13.1. How to report a bug"
|
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="../contribution.html" accesskey="U">13. How to contribute to groonga</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -132,7 +132,7 @@
|
|
132
132
|
<li class="right" >
|
133
133
|
<a href="report.html" title="13.1. How to report a bug"
|
134
134
|
>previous</a> |</li>
|
135
|
-
<li><a href="../index.html">groonga v2.0.
|
135
|
+
<li><a href="../index.html">groonga v2.0.9 documentation</a> »</li>
|
136
136
|
<li><a href="../contribution.html" >13. How to contribute to groonga</a> »</li>
|
137
137
|
</ul>
|
138
138
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.2.1. groonga 通信アーキテクチャ — groonga v2.0.
|
12
|
+
<title>13.2.1. groonga 通信アーキテクチャ — 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,7 +27,7 @@
|
|
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.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
32
32
|
<link rel="next" title="13.2.2. ドキュメント作成" href="document.html" />
|
33
33
|
<link rel="prev" title="13.2. groonga開発者向け情報" href="../development.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../development.html" title="13.2. groonga開発者向け情報"
|
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="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
67
67
|
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
68
68
|
</ul>
|
@@ -147,7 +147,7 @@ edgeがworkerに結びついていないときは、同時に、ctx_newという
|
|
147
147
|
<li class="right" >
|
148
148
|
<a href="../development.html" title="13.2. groonga開発者向け情報"
|
149
149
|
>previous</a> |</li>
|
150
|
-
<li><a href="../../index.html">groonga v2.0.
|
150
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
151
151
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
152
152
|
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
153
153
|
</ul>
|