rroonga 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +3 -2
- data/ext/groonga/rb-grn-expression.c +4 -3
- data/ext/groonga/rb-grn-object.c +13 -0
- data/ext/groonga/rb-grn-snippet.c +32 -126
- data/ext/groonga/rb-grn.h +14 -11
- 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/{grntest.exe → 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.exe +0 -0
- data/vendor/local/include/groonga/groonga/plugin.h +1 -1
- data/vendor/local/include/groonga/groonga.h +10 -3
- 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/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/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +72 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +45 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/type.txt +30 -21
- data/vendor/local/share/doc/groonga/en/html/_static/favicon.ico +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +309 -101
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -154
- data/vendor/local/share/doc/groonga/en/html/_static/logo.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +29 -21
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/command_version.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +21 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/commands.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/community.html +3 -3
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/contribution.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/executables.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/expr.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/functions.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/genindex.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/index.html +25 -18
- data/vendor/local/share/doc/groonga/en/html/indexing.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/install.html +59 -9
- data/vendor/local/share/doc/groonga/en/html/limitations.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/log.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/news.html +66 -15
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/output.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/reference.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/suggest.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +141 -53
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +112 -106
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +2 -2
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +92 -58
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +1 -1
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +21 -14
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -22
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +72 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +45 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/type.txt +30 -21
- data/vendor/local/share/doc/groonga/ja/html/_static/favicon.ico +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +309 -101
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -154
- data/vendor/local/share/doc/groonga/ja/html/_static/logo.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +29 -21
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +19 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/commands.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/community.html +3 -3
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/executables.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/expr.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/functions.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/index.html +25 -18
- data/vendor/local/share/doc/groonga/ja/html/indexing.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/install.html +72 -22
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/log.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/news.html +60 -14
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/output.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/reference.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +141 -53
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +108 -102
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +2 -2
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +92 -55
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +1 -1
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +21 -14
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -22
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +19 -0
- data/vendor/local/share/doc/groonga/source/community.txt +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +2 -15
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +11 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +13 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +13 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +10 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +10 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-1.log +0 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-10.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-11.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-12.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-13.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-14.log +2 -6
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log +6 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log +1 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-5.log +4 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-6.log +13 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-7.log +2 -13
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-8.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-9.log +2 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +1 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +6 -6
- data/vendor/local/share/doc/groonga/source/install.txt +72 -8
- data/vendor/local/share/doc/groonga/source/news.txt +45 -1
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +112 -33
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +109 -99
- data/vendor/local/share/doc/groonga/source/tutorial/network.txt +76 -40
- data/vendor/local/share/doc/groonga/source/type.txt +30 -21
- data/vendor/local/share/groonga/html/admin/css/admin.css +1 -1
- data/vendor/local/share/groonga/html/admin/favicon.ico +0 -0
- data/vendor/local/share/groonga/html/admin/favicon.png +0 -0
- data/vendor/local/share/groonga/html/admin/favicon.svg +107 -547
- data/vendor/local/share/groonga/html/admin/images/groonga.png +0 -0
- data/vendor/local/share/groonga/html/admin/index.html +1 -1
- data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +118 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +97 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +108 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-logo.svg +118 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +170 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +186 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +183 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +179 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
- data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +201 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +97 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +106 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +107 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +117 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +106 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +107 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +93 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +122 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
- data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +117 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +510 -214
- data/vendor/local/share/man/man1/groonga.1 +510 -211
- metadata +62 -15
- data/vendor/local/bin/groonga-query-log-analyzer +0 -1419
- data/vendor/local/share/doc/groonga/en/html/_static/default.css +0 -278
- data/vendor/local/share/doc/groonga/en/html/_static/footer-bar.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/menu-header.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/sidebar.js +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_static/default.css +0 -278
- data/vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/menu-header.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/sidebar.js +0 -151
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>4.2.
|
12
|
+
<title>4.2. Remote access — groonga v2.0.0 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" />
|
@@ -29,7 +29,7 @@
|
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
30
|
<link rel="top" title="groonga v2.0.0 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="4. Tutorial" href="../tutorial.html" />
|
32
|
-
<link rel="next" title="4.3.
|
32
|
+
<link rel="next" title="4.3. Various data types" href="data.html" />
|
33
33
|
<link rel="prev" title="4.1. Basic operations" href="introduction.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<div class="other-language-links">
|
46
46
|
<ul>
|
47
|
-
<li><a href="../../../ja/html/tutorial/network.html"><img src="../_static/jp.png" alt="日本語"
|
47
|
+
<li><a href="../../../ja/html/tutorial/network.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
48
48
|
</ul>
|
49
49
|
</div>
|
50
50
|
</div>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<a href="../genindex.html" title="General Index"
|
58
58
|
accesskey="I">index</a></li>
|
59
59
|
<li class="right" >
|
60
|
-
<a href="data.html" title="4.3.
|
60
|
+
<a href="data.html" title="4.3. Various data types"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
63
|
<a href="introduction.html" title="4.1. Basic operations"
|
@@ -72,50 +72,63 @@
|
|
72
72
|
<div class="bodywrapper">
|
73
73
|
<div class="body">
|
74
74
|
|
75
|
-
<div class="section" id="
|
76
|
-
<h1>4.2.
|
77
|
-
<p>You can use groonga
|
78
|
-
<div class="section" id="
|
79
|
-
<h2>4.2.1.
|
80
|
-
<div class="section" id="run-
|
81
|
-
<h3>4.2.1.1.
|
75
|
+
<div class="section" id="remote-access">
|
76
|
+
<h1>4.2. Remote access<a class="headerlink" href="#remote-access" title="Permalink to this headline">¶</a></h1>
|
77
|
+
<p>You can use groonga as a server which allows remote access. Groonga supports the original protocol (gqtp), the memcached binary protocol and HTTP.</p>
|
78
|
+
<div class="section" id="groonga-query-transfer-protocol-gqtp">
|
79
|
+
<h2>4.2.1. Groonga query transfer protocol (gqtp)<a class="headerlink" href="#groonga-query-transfer-protocol-gqtp" title="Permalink to this headline">¶</a></h2>
|
80
|
+
<div class="section" id="how-to-run-a-gqtp-server">
|
81
|
+
<h3>4.2.1.1. How to run a gqtp server<a class="headerlink" href="#how-to-run-a-gqtp-server" title="Permalink to this headline">¶</a></h3>
|
82
|
+
<p>Groonga has a special protocol, named groonga query transfer ptorotocl (gqtp), for remote access to a database. The following form shows how to run groonga as a gqtp server.</p>
|
82
83
|
<p>Form:</p>
|
83
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -
|
84
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -s DB_PATH
|
84
85
|
</pre></div>
|
85
86
|
</div>
|
86
|
-
<p>The
|
87
|
-
|
88
|
-
|
89
|
-
|
87
|
+
<p>The <cite>-s</cite> option specifies to run groonga as a server. DB_PATH specifies the path of the existing database to be hosted. The <cite>-p</cite> option and its argument, PORT_NUMBER, specify the port number of the server. The default port number is 10041, which is used when you don't specify PORT_NUMBER.</p>
|
88
|
+
<p>The following command runs a server that listens on the default port number. The server accepts operations to the specified database.</p>
|
89
|
+
<p>Execution example:</p>
|
90
|
+
<div class="highlight-none"><div class="highlight"><pre>% groonga -s /tmp/groonga-databases/introduction.db
|
91
|
+
Ctrl-c
|
92
|
+
%
|
93
|
+
</pre></div>
|
94
|
+
</div>
|
95
|
+
</div>
|
96
|
+
<div class="section" id="how-to-run-a-gqtp-daemon">
|
97
|
+
<h3>4.2.1.2. How to run a gqtp daemon<a class="headerlink" href="#how-to-run-a-gqtp-daemon" title="Permalink to this headline">¶</a></h3>
|
98
|
+
<p>You can also run a gqtp server as a daemon by using the <cite>-d</cite> option, instead of the <cite>-s</cite> option.</p>
|
99
|
+
<p>Form:</p>
|
100
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d DB_PATH
|
101
|
+
</pre></div>
|
102
|
+
</div>
|
103
|
+
<p>A groonga daemon prints its process ID as follows. In this example, the process ID is 12345. Then, the daemon opens a specified database and accepts operations to that database.</p>
|
90
104
|
<p>Execution example:</p>
|
91
105
|
<div class="highlight-none"><div class="highlight"><pre>% groonga -d /tmp/groonga-databases/introduction.db
|
92
106
|
12345
|
93
107
|
%
|
94
108
|
</pre></div>
|
95
109
|
</div>
|
96
|
-
<p>Groonga shows its process ID on daemon mode.</p>
|
97
110
|
</div>
|
98
|
-
<div class="section" id="
|
99
|
-
<h3>4.2.1.
|
111
|
+
<div class="section" id="how-to-run-a-gqtp-client">
|
112
|
+
<h3>4.2.1.3. How to run a gqtp client<a class="headerlink" href="#how-to-run-a-gqtp-client" title="Permalink to this headline">¶</a></h3>
|
113
|
+
<p>You can run groonga as a gqtp client as follows:</p>
|
100
114
|
<p>Form:</p>
|
101
115
|
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -c [HOST_NAME_OR_IP_ADDRESS]
|
102
116
|
</pre></div>
|
103
117
|
</div>
|
104
|
-
<p>This command
|
105
|
-
<p>When you don't specify HOST_NAME_OR_IP_ADDRESS, this command connects to groonga server running at localhost. When you don't specify PORT_NUMBER, 10041 is used.</p>
|
106
|
-
<p>Groonga runs in interactive mode after connect to groonga server successfully. Groonga reads command from standard input and evaluates it repeatedly.</p>
|
118
|
+
<p>This command establishes a connection with a gqtp server and then enters into interactive mode. HOST_NAME_OR_IP_ADDRESS specifies the hostname or the IP address of the server. If not specifed, groonga uses the default hostname "localhost". The <cite>-p</cite> option and its argument, PORT_NUMBER, specify the port number of the server. If not specified, groonga uses the default port number 10041.</p>
|
107
119
|
<p>Execution example:</p>
|
108
120
|
<div class="highlight-none"><div class="highlight"><pre>% groonga -c
|
109
121
|
> status
|
110
|
-
[[0,
|
122
|
+
[[0,1332486613.4953,9.918212890625e-05],{"alloc_count":130,"starttime":1332486613,"uptime":0,"version":"2.0.0-250-g5a3cf19","n_queries":0,"cache_hit_rate":0.0,"command_version":1,"default_command_version":1,"max_command_version":2}]
|
111
123
|
> ctrl-d
|
112
124
|
%
|
113
125
|
</pre></div>
|
114
126
|
</div>
|
127
|
+
<p>In interactive mode, groonga reads commands from the standard input and executes them one by one.</p>
|
115
128
|
</div>
|
116
|
-
<div class="section" id="terminate-
|
117
|
-
<h3>4.2.1.
|
118
|
-
<p>You can terminate
|
129
|
+
<div class="section" id="how-to-terminate-a-gqtp-server">
|
130
|
+
<h3>4.2.1.4. How to terminate a gqtp server<a class="headerlink" href="#how-to-terminate-a-gqtp-server" title="Permalink to this headline">¶</a></h3>
|
131
|
+
<p>You can terminate a gqtp server with a <a class="reference internal" href="../commands/shutdown.html"><em>shutdown</em></a> command.</p>
|
119
132
|
<p>Execution example:</p>
|
120
133
|
<div class="highlight-none"><div class="highlight"><pre>% groonga -c
|
121
134
|
> shutdown
|
@@ -124,39 +137,57 @@ with groonga original protocol on PORT_NUMBER.
|
|
124
137
|
</div>
|
125
138
|
</div>
|
126
139
|
</div>
|
127
|
-
<div class="section" id="
|
128
|
-
<h2>4.2.2.
|
129
|
-
<p>
|
140
|
+
<div class="section" id="memcached-binary-protocol">
|
141
|
+
<h2>4.2.2. Memcached binary protocol<a class="headerlink" href="#memcached-binary-protocol" title="Permalink to this headline">¶</a></h2>
|
142
|
+
<p>Groonga supports the memcached binary protocol. The following form shows how to run groonga as a memcached binary protocol server daemon.</p>
|
130
143
|
<p>Form:</p>
|
131
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d --protocol
|
144
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d --protocol memcached DB_PATH
|
132
145
|
</pre></div>
|
133
146
|
</div>
|
134
|
-
<p
|
135
|
-
<div class="section" id="administration-tool-based-on-html">
|
136
|
-
<h3>4.2.2.1. Administration tool based on HTML<a class="headerlink" href="#administration-tool-based-on-html" title="Permalink to this headline">¶</a></h3>
|
137
|
-
<p>You can access administration tool based on HTML at <cite>http://[HOST_NAME_OR_IP_ADDRESS]:[PORT_NUMBER]/</cite> after the above command is ran. Your browser must enable JavaScript.</p>
|
147
|
+
<p>The <cite>--protocol</cite> option and its argument specify the protocol of the server. "memcached" specifies to use the memcached binary protocol.</p>
|
138
148
|
</div>
|
139
|
-
<div class="section" id="
|
140
|
-
<
|
141
|
-
<
|
142
|
-
<
|
149
|
+
<div class="section" id="hypertext-transfer-protocol-http">
|
150
|
+
<h2>4.2.3. Hypertext transfer protocol (HTTP)<a class="headerlink" href="#hypertext-transfer-protocol-http" title="Permalink to this headline">¶</a></h2>
|
151
|
+
<div class="section" id="how-to-run-an-http-server">
|
152
|
+
<h3>4.2.3.1. How to run an HTTP server<a class="headerlink" href="#how-to-run-an-http-server" title="Permalink to this headline">¶</a></h3>
|
153
|
+
<p>Groonga supports the hypertext transfer protocol (HTTP). The following form shows how to run groonga as an HTTP server daemon.</p>
|
154
|
+
<p>Form:</p>
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga [-p PORT_NUMBER] -d --protocol http DB_PATH
|
156
|
+
</pre></div>
|
157
|
+
</div>
|
158
|
+
<p>The <cite>--protocol</cite> option and its argument specify the protocol of the server. "http" specifies to use HTTP.</p>
|
159
|
+
<p>The following command runs an HTTP server that listens on the port number 80.</p>
|
160
|
+
<p>Execution example:</p>
|
161
|
+
<div class="highlight-none"><div class="highlight"><pre>% groonga -p 80 -d --protocol http /tmp/groonga-databases/introduction.db
|
162
|
+
%
|
163
|
+
</pre></div>
|
164
|
+
</div>
|
165
|
+
</div>
|
166
|
+
<div class="section" id="how-to-send-a-command-to-an-http-server">
|
167
|
+
<h3>4.2.3.2. How to send a command to an HTTP server<a class="headerlink" href="#how-to-send-a-command-to-an-http-server" title="Permalink to this headline">¶</a></h3>
|
168
|
+
<p>You can send a command to an HTTP server by sending a GET request to /d/COMMAND_NAME. Command parameters can be passed as parameters of the GET request. The format is "?NAME_1=VALUE_1&NAME_2=VALUE_2&...".</p>
|
169
|
+
<p>The following example shows how to send commands to an HTTP server.</p>
|
143
170
|
<p>Execution example:</p>
|
144
|
-
<div class="highlight-none"><div class="highlight"><pre>http://[
|
145
|
-
|
171
|
+
<div class="highlight-none"><div class="highlight"><pre>http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/d/status
|
172
|
+
Executed command:
|
146
173
|
> status
|
147
|
-
[[0,
|
174
|
+
[[0,1332486613.69917,0.000123739242553711],{"alloc_count":131,"starttime":1332486613,"uptime":0,"version":"2.0.0-250-g5a3cf19","n_queries":0,"cache_hit_rate":0.0,"command_version":1,"default_command_version":1,"max_command_version":2}]
|
148
175
|
|
149
|
-
http://[
|
150
|
-
|
176
|
+
http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/d/select?table=Site&query=title:@this
|
177
|
+
Executed command:
|
151
178
|
> select --table Site --query title:@this
|
152
|
-
[[0,
|
179
|
+
[[0,1332486613.90319,0.00245404243469238],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
|
153
180
|
</pre></div>
|
154
181
|
</div>
|
155
182
|
</div>
|
156
183
|
</div>
|
157
|
-
<div class="section" id="
|
158
|
-
<h2>4.2.
|
159
|
-
<p>
|
184
|
+
<div class="section" id="administration-tool-http">
|
185
|
+
<h2>4.2.4. Administration tool (HTTP)<a class="headerlink" href="#administration-tool-http" title="Permalink to this headline">¶</a></h2>
|
186
|
+
<p>An HTTP server of groonga provides a browser based administration tool that makes database management easy. After starting an HTTP server, you can use the administration tool by accessing <a class="reference external" href="http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/">http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/</a>. Note that Javascript must be enabled for the tool to work properly.</p>
|
187
|
+
</div>
|
188
|
+
<div class="section" id="security-issues">
|
189
|
+
<h2>4.2.5. Security issues<a class="headerlink" href="#security-issues" title="Permalink to this headline">¶</a></h2>
|
190
|
+
<p>Groonga servers don't support user authentication. Everyone can view and modify databases hosted by groonga servers. You are recommended to restrict IP addresses that can access groonga servers. You can use iptables or similar for this purpose.</p>
|
160
191
|
</div>
|
161
192
|
</div>
|
162
193
|
|
@@ -168,19 +199,22 @@ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&query
|
|
168
199
|
<div class="sphinxsidebarwrapper">
|
169
200
|
<h3><a href="../index.html">Table Of Contents</a></h3>
|
170
201
|
<ul>
|
171
|
-
<li><a class="reference internal" href="#">4.2.
|
172
|
-
<li><a class="reference internal" href="#
|
173
|
-
<li><a class="reference internal" href="#run-
|
174
|
-
<li><a class="reference internal" href="#
|
175
|
-
<li><a class="reference internal" href="#
|
202
|
+
<li><a class="reference internal" href="#">4.2. Remote access</a><ul>
|
203
|
+
<li><a class="reference internal" href="#groonga-query-transfer-protocol-gqtp">4.2.1. Groonga query transfer protocol (gqtp)</a><ul>
|
204
|
+
<li><a class="reference internal" href="#how-to-run-a-gqtp-server">4.2.1.1. How to run a gqtp server</a></li>
|
205
|
+
<li><a class="reference internal" href="#how-to-run-a-gqtp-daemon">4.2.1.2. How to run a gqtp daemon</a></li>
|
206
|
+
<li><a class="reference internal" href="#how-to-run-a-gqtp-client">4.2.1.3. How to run a gqtp client</a></li>
|
207
|
+
<li><a class="reference internal" href="#how-to-terminate-a-gqtp-server">4.2.1.4. How to terminate a gqtp server</a></li>
|
176
208
|
</ul>
|
177
209
|
</li>
|
178
|
-
<li><a class="reference internal" href="#
|
179
|
-
<li><a class="reference internal" href="#
|
180
|
-
<li><a class="reference internal" href="#run-
|
210
|
+
<li><a class="reference internal" href="#memcached-binary-protocol">4.2.2. Memcached binary protocol</a></li>
|
211
|
+
<li><a class="reference internal" href="#hypertext-transfer-protocol-http">4.2.3. Hypertext transfer protocol (HTTP)</a><ul>
|
212
|
+
<li><a class="reference internal" href="#how-to-run-an-http-server">4.2.3.1. How to run an HTTP server</a></li>
|
213
|
+
<li><a class="reference internal" href="#how-to-send-a-command-to-an-http-server">4.2.3.2. How to send a command to an HTTP server</a></li>
|
181
214
|
</ul>
|
182
215
|
</li>
|
183
|
-
<li><a class="reference internal" href="#
|
216
|
+
<li><a class="reference internal" href="#administration-tool-http">4.2.4. Administration tool (HTTP)</a></li>
|
217
|
+
<li><a class="reference internal" href="#security-issues">4.2.5. Security issues</a></li>
|
184
218
|
</ul>
|
185
219
|
</li>
|
186
220
|
</ul>
|
@@ -190,7 +224,7 @@ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&query
|
|
190
224
|
title="previous chapter">4.1. Basic operations</a></p>
|
191
225
|
<h4>Next topic</h4>
|
192
226
|
<p class="topless"><a href="data.html"
|
193
|
-
title="next chapter">4.3.
|
227
|
+
title="next chapter">4.3. Various data types</a></p>
|
194
228
|
<h3>This Page</h3>
|
195
229
|
<ul class="this-page-menu">
|
196
230
|
<li><a href="../_sources/tutorial/network.txt"
|
@@ -220,7 +254,7 @@ http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&query
|
|
220
254
|
<a href="../genindex.html" title="General Index"
|
221
255
|
>index</a></li>
|
222
256
|
<li class="right" >
|
223
|
-
<a href="data.html" title="4.3.
|
257
|
+
<a href="data.html" title="4.3. Various data types"
|
224
258
|
>next</a> |</li>
|
225
259
|
<li class="right" >
|
226
260
|
<a href="introduction.html" title="4.1. Basic operations"
|
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<div class="other-language-links">
|
46
46
|
<ul>
|
47
|
-
<li><a href="../../../ja/html/tutorial/patricia_trie.html"><img src="../_static/jp.png" alt="日本語"
|
47
|
+
<li><a href="../../../ja/html/tutorial/patricia_trie.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
48
48
|
</ul>
|
49
49
|
</div>
|
50
50
|
</div>
|
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<div class="other-language-links">
|
46
46
|
<ul>
|
47
|
-
<li><a href="../../../ja/html/tutorial/query_expansion.html"><img src="../_static/jp.png" alt="日本語"
|
47
|
+
<li><a href="../../../ja/html/tutorial/query_expansion.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
48
48
|
</ul>
|
49
49
|
</div>
|
50
50
|
</div>
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<link rel="top" title="groonga v2.0.0 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="4. Tutorial" href="../tutorial.html" />
|
32
32
|
<link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
|
33
|
-
<link rel="prev" title="4.3.
|
33
|
+
<link rel="prev" title="4.3. Various data types" href="data.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<div class="other-language-links">
|
46
46
|
<ul>
|
47
|
-
<li><a href="../../../ja/html/tutorial/search.html"><img src="../_static/jp.png" alt="日本語"
|
47
|
+
<li><a href="../../../ja/html/tutorial/search.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
48
48
|
</ul>
|
49
49
|
</div>
|
50
50
|
</div>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<a href="drilldown.html" title="4.5. ドリルダウン"
|
61
61
|
accesskey="N">next</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="data.html" title="4.3.
|
63
|
+
<a href="data.html" title="4.3. Various data types"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
65
|
<li><a href="../index.html">groonga v2.0.0 documentation</a> »</li>
|
66
66
|
<li><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li>
|
@@ -190,7 +190,7 @@ JavaScriptの式に似たな文法で様々な条件を指定することがで
|
|
190
190
|
|
191
191
|
<h4>Previous topic</h4>
|
192
192
|
<p class="topless"><a href="data.html"
|
193
|
-
title="previous chapter">4.3.
|
193
|
+
title="previous chapter">4.3. Various data types</a></p>
|
194
194
|
<h4>Next topic</h4>
|
195
195
|
<p class="topless"><a href="drilldown.html"
|
196
196
|
title="next chapter">4.5. ドリルダウン</a></p>
|
@@ -226,7 +226,7 @@ JavaScriptの式に似たな文法で様々な条件を指定することがで
|
|
226
226
|
<a href="drilldown.html" title="4.5. ドリルダウン"
|
227
227
|
>next</a> |</li>
|
228
228
|
<li class="right" >
|
229
|
-
<a href="data.html" title="4.3.
|
229
|
+
<a href="data.html" title="4.3. Various data types"
|
230
230
|
>previous</a> |</li>
|
231
231
|
<li><a href="../index.html">groonga v2.0.0 documentation</a> »</li>
|
232
232
|
<li><a href="../tutorial.html" >4. Tutorial</a> »</li>
|
@@ -43,7 +43,7 @@
|
|
43
43
|
|
44
44
|
<div class="other-language-links">
|
45
45
|
<ul>
|
46
|
-
<li><a href="../../ja/html/tutorial.html"><img src="_static/jp.png" alt="日本語"
|
46
|
+
<li><a href="../../ja/html/tutorial.html"><img src="_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
47
47
|
</ul>
|
48
48
|
</div>
|
49
49
|
</div>
|
@@ -82,26 +82,33 @@
|
|
82
82
|
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-table">4.1.5. Create a table</a></li>
|
83
83
|
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#view-a-table">4.1.6. View a table</a></li>
|
84
84
|
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-column">4.1.7. Create a column</a></li>
|
85
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#
|
86
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#
|
87
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#
|
88
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#search
|
85
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#load-records">4.1.8. Load records</a></li>
|
86
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#get-a-record">4.1.9. Get a record</a></li>
|
87
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-a-lexicon-table-for-full-text-search">4.1.10. Create a lexicon table for full text search</a></li>
|
88
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#create-an-index-column-for-full-text-search">4.1.11. Create an index column for full text search</a></li>
|
89
89
|
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#full-text-search">4.1.12. Full text search</a></li>
|
90
90
|
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#specify-output-columns">4.1.13. Specify output columns</a></li>
|
91
91
|
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#specify-output-ranges">4.1.14. Specify output ranges</a></li>
|
92
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#sort">4.1.15. Sort</a></li>
|
92
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/introduction.html#sort-a-search-result">4.1.15. Sort a search result</a></li>
|
93
93
|
</ul>
|
94
94
|
</li>
|
95
|
-
<li class="toctree-l1"><a class="reference internal" href="tutorial/network.html">4.2.
|
96
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#
|
97
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#
|
98
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#
|
95
|
+
<li class="toctree-l1"><a class="reference internal" href="tutorial/network.html">4.2. Remote access</a><ul>
|
96
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#groonga-query-transfer-protocol-gqtp">4.2.1. Groonga query transfer protocol (gqtp)</a></li>
|
97
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#memcached-binary-protocol">4.2.2. Memcached binary protocol</a></li>
|
98
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#hypertext-transfer-protocol-http">4.2.3. Hypertext transfer protocol (HTTP)</a></li>
|
99
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#administration-tool-http">4.2.4. Administration tool (HTTP)</a></li>
|
100
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/network.html#security-issues">4.2.5. Security issues</a></li>
|
99
101
|
</ul>
|
100
102
|
</li>
|
101
|
-
<li class="toctree-l1"><a class="reference internal" href="tutorial/data.html">4.3.
|
102
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#
|
103
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#
|
104
|
-
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#
|
103
|
+
<li class="toctree-l1"><a class="reference internal" href="tutorial/data.html">4.3. Various data types</a><ul>
|
104
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#overview">4.3.1. Overview</a></li>
|
105
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#boolean-type">4.3.2. Boolean type</a></li>
|
106
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#numeric-types">4.3.3. Numeric types</a></li>
|
107
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#string-types">4.3.4. String types</a></li>
|
108
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#date-and-time-type">4.3.5. Date and time type</a></li>
|
109
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#longitude-and-latitude-types">4.3.6. Longitude and latitude types</a></li>
|
110
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#reference-types">4.3.7. Reference types</a></li>
|
111
|
+
<li class="toctree-l2"><a class="reference internal" href="tutorial/data.html#vector-types">4.3.8. Vector types</a></li>
|
105
112
|
</ul>
|
106
113
|
</li>
|
107
114
|
<li class="toctree-l1"><a class="reference internal" href="tutorial/search.html">4.4. さまざまな検索条件の指定</a><ul>
|
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
<div class="other-language-links">
|
46
46
|
<ul>
|
47
|
-
<li><a href="../../ja/html/type.html"><img src="_static/jp.png" alt="日本語"
|
47
|
+
<li><a href="../../ja/html/type.html"><img src="_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
48
48
|
</ul>
|
49
49
|
</div>
|
50
50
|
</div>
|
@@ -91,59 +91,67 @@
|
|
91
91
|
<p>以下の型が組込型としてあらかじめ定義されています。</p>
|
92
92
|
<p><tt class="docutils literal"><span class="pre">Object</span></tt></p>
|
93
93
|
<blockquote>
|
94
|
-
<div
|
94
|
+
<div>任意のテーブルに属する全てのレコードです。 <a class="footnote-reference" href="#id9" id="id5">[1]</a></div></blockquote>
|
95
95
|
<p><tt class="docutils literal"><span class="pre">Bool</span></tt></p>
|
96
96
|
<blockquote>
|
97
|
-
<div
|
97
|
+
<div><p>ブーリアン型やブール型などと呼ばれる型であり、真偽値を表します。取り得る値はtrueとfalseです。(デフォルト値: false)</p>
|
98
|
+
<p><a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドで値を格納するときは、false、0、空文字列のいずれかを指定するとfalseになり、それ以外を指定するとtrueになります。</p>
|
99
|
+
</div></blockquote>
|
98
100
|
<p><tt class="docutils literal"><span class="pre">Int8</span></tt></p>
|
99
101
|
<blockquote>
|
100
|
-
<div>8bit
|
102
|
+
<div>8bit符号付き整数であり、-128以上127以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
101
103
|
<p><tt class="docutils literal"><span class="pre">UInt8</span></tt></p>
|
102
104
|
<blockquote>
|
103
|
-
<div>8bit
|
105
|
+
<div>8bit符号なし整数であり、0以上255以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
104
106
|
<p><tt class="docutils literal"><span class="pre">Int16</span></tt></p>
|
105
107
|
<blockquote>
|
106
|
-
<div>16bit
|
108
|
+
<div>16bit符号付き整数であり、-32,768以上32,767以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
107
109
|
<p><tt class="docutils literal"><span class="pre">UInt16</span></tt></p>
|
108
110
|
<blockquote>
|
109
|
-
<div>16bit
|
111
|
+
<div>16bit符号なし整数であり、0以上65,535以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
110
112
|
<p><tt class="docutils literal"><span class="pre">Int32</span></tt></p>
|
111
113
|
<blockquote>
|
112
|
-
<div>32bit
|
114
|
+
<div>32bit符号付き整数であり、-2,147,483,648以上2,147,483,647以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
113
115
|
<p><tt class="docutils literal"><span class="pre">UInt32</span></tt></p>
|
114
116
|
<blockquote>
|
115
|
-
<div>32bit
|
117
|
+
<div>32bit符号なし整数であり、0以上4,294,967,295以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
116
118
|
<p><tt class="docutils literal"><span class="pre">Int64</span></tt></p>
|
117
119
|
<blockquote>
|
118
|
-
<div>64bit
|
120
|
+
<div>64bit符号付き整数であり、-9,223,372,036,854,775,808以上9,223,372,036,854,775,807以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
119
121
|
<p><tt class="docutils literal"><span class="pre">UInt64</span></tt></p>
|
120
122
|
<blockquote>
|
121
|
-
<div>64bit
|
123
|
+
<div>64bit符号なし整数であり、0以上18,446,744,073,709,551,615以下の整数を表します。(デフォルト値: 0)</div></blockquote>
|
122
124
|
<p><tt class="docutils literal"><span class="pre">Float</span></tt></p>
|
123
125
|
<blockquote>
|
124
|
-
<div>
|
126
|
+
<div><p>IEEE 754形式の倍精度浮動小数点数であり、実数を表します。(デフォルト値: 0.0)</p>
|
127
|
+
<p>IEEE 754形式の詳細については、 <a class="reference external" href="http://ja.wikipedia.org/wiki/IEEE_754">IEEE 754 - Wikipedia</a> や <a class="reference external" href="http://grouper.ieee.org/groups/754/">IEEE 754: Standard for Binary Floating-Point</a> を参照してください。</p>
|
128
|
+
</div></blockquote>
|
125
129
|
<p><tt class="docutils literal"><span class="pre">Time</span></tt></p>
|
126
130
|
<blockquote>
|
127
|
-
<div
|
131
|
+
<div><p>日時を表す型であり、1970年1月1日0時0分0秒からの経過時間を、マイクロ秒単位で64bit符号付き整数により表現します。(デフォルト値: 0)</p>
|
132
|
+
<p><a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドで値を格納するときは、1970年1月1日0時0分0秒からの経過秒数を指定します。秒単位より詳細な日時を指定するには、小数を使います。</p>
|
133
|
+
</div></blockquote>
|
128
134
|
<p><tt class="docutils literal"><span class="pre">ShortText</span></tt></p>
|
129
135
|
<blockquote>
|
130
|
-
<div>
|
136
|
+
<div>4,095バイト以下の文字列を表します。(デフォルト値: "")</div></blockquote>
|
131
137
|
<p><tt class="docutils literal"><span class="pre">Text</span></tt></p>
|
132
138
|
<blockquote>
|
133
|
-
<div>
|
139
|
+
<div>65,535バイト以下の文字列を表します。(デフォルト値: "")</div></blockquote>
|
134
140
|
<p><tt class="docutils literal"><span class="pre">LongText</span></tt></p>
|
135
141
|
<blockquote>
|
136
|
-
<div>
|
142
|
+
<div>2,147,483,647バイト以下の文字列を表します。(デフォルト値: "")</div></blockquote>
|
137
143
|
<p><tt class="docutils literal"><span class="pre">TokyoGeoPoint</span></tt></p>
|
138
144
|
<blockquote>
|
139
|
-
<div
|
140
|
-
|
141
|
-
|
145
|
+
<div><p>旧日本測地系による経緯度であり、経度と緯度をミリ秒単位で表現した整数の組により表現します。(デフォルト値: 0x0)</p>
|
146
|
+
<p>度分秒形式でx度y分z秒となる経度・緯度は、(((x * 60) + y) * 60 + z) * 1000という計算式でミリ秒単位へと変換されます。
|
147
|
+
<a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドで値を格納するときは、"ミリ秒単位の経度xミリ秒単位の緯度" もしくは "経度の小数表記x緯度の小数表記" という文字列表現を使って指定します。経度と緯度の区切りとしては、'x' のほかに ',' を使うことができます。</p>
|
148
|
+
<p>測地系の詳細については、 <a class="reference external" href="http://ja.wikipedia.org/wiki/%E6%B8%AC%E5%9C%B0%E7%B3%BB">測地系 - Wikipedia</a> を参照してください。</p>
|
149
|
+
</div></blockquote>
|
142
150
|
<p><tt class="docutils literal"><span class="pre">WGS84GeoPoint</span></tt></p>
|
143
151
|
<blockquote>
|
144
|
-
<div
|
145
|
-
|
146
|
-
|
152
|
+
<div><p>世界測地系(World Geodetic System, WGS 84)による経緯度であり、経度と緯度をミリ秒単位で表現した整数の組により表現します。(デフォルト値: 0x0)</p>
|
153
|
+
<p>度分秒形式からミリ秒形式への変換方法や <a class="reference internal" href="commands/load.html"><em>load</em></a> コマンドにおける指定方法はTokyoGeoPointと同じです。</p>
|
154
|
+
</div></blockquote>
|
147
155
|
</div>
|
148
156
|
<div class="section" id="id6">
|
149
157
|
<h2>7.4.4. 型に関する制限事項<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
@@ -1,4 +1,4 @@
|
|
1
1
|
# Sphinx build info version 1
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
3
|
-
config:
|
3
|
+
config: f619d331026fc8e0738d40ea9d41e0f4
|
4
4
|
tags: fbb0d17656682115ca4d033fb2f83ba1
|
@@ -144,6 +144,25 @@ OPTIONS
|
|
144
144
|
Default:
|
145
145
|
``auto``
|
146
146
|
|
147
|
+
``similar_search``
|
148
|
+
It specifies whether optional similar search is used or not
|
149
|
+
in correction.
|
150
|
+
|
151
|
+
Here are available values:
|
152
|
+
|
153
|
+
``yes``
|
154
|
+
Similar search is always used.
|
155
|
+
|
156
|
+
``no``
|
157
|
+
Similar search is never used.
|
158
|
+
|
159
|
+
``auto``
|
160
|
+
Similar search is used only when other search can't
|
161
|
+
find any records.
|
162
|
+
|
163
|
+
Default:
|
164
|
+
``auto``
|
165
|
+
|
147
166
|
RETURN VALUE
|
148
167
|
------------
|
149
168
|
|
@@ -13,8 +13,8 @@ Mailing List
|
|
13
13
|
|
14
14
|
There are mailing lists for discussion about groonga.
|
15
15
|
|
16
|
-
For English
|
16
|
+
For English speakers
|
17
17
|
`groonga-talk@lists.sourceforge.net <http://lists.sourceforge.net/mailman/listinfo/groonga-talk>`_
|
18
18
|
|
19
|
-
For Japanese
|
19
|
+
For Japanese speakers
|
20
20
|
`groonga-dev@lists.sourceforge.jp <http://lists.sourceforge.jp/mailman/listinfo/groonga-dev>`_
|