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
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2012-03-
|
16
|
+
date: 2012-03-29 00:00:00.000000000 Z
|
17
17
|
dependencies: []
|
18
18
|
description: ! 'rroonga is an extension library to use groonga''s DB-API
|
19
19
|
|
@@ -59,7 +59,6 @@ files:
|
|
59
59
|
- example/bookmark.rb
|
60
60
|
- Rakefile
|
61
61
|
- Gemfile
|
62
|
-
- ext/groonga/rb-grn.h
|
63
62
|
- ext/groonga/rb-grn-procedure.c
|
64
63
|
- ext/groonga/rb-grn-column.c
|
65
64
|
- ext/groonga/rb-grn-index-column.c
|
@@ -87,8 +86,6 @@ files:
|
|
87
86
|
- ext/groonga/rb-grn-array-cursor.c
|
88
87
|
- ext/groonga/rb-grn-type.c
|
89
88
|
- ext/groonga/rb-grn-table-cursor.c
|
90
|
-
- ext/groonga/extconf.rb
|
91
|
-
- ext/groonga/groonga.def
|
92
89
|
- ext/groonga/rb-grn-fix-size-column.c
|
93
90
|
- ext/groonga/rb-grn-view-cursor.c
|
94
91
|
- ext/groonga/rb-grn-logger.c
|
@@ -103,6 +100,9 @@ files:
|
|
103
100
|
- ext/groonga/rb-grn-posting.c
|
104
101
|
- ext/groonga/rb-grn-expression.c
|
105
102
|
- ext/groonga/rb-grn-hash.c
|
103
|
+
- ext/groonga/rb-grn.h
|
104
|
+
- ext/groonga/extconf.rb
|
105
|
+
- ext/groonga/groonga.def
|
106
106
|
- test/test-schema.rb
|
107
107
|
- test/test-vector-column.rb
|
108
108
|
- test/test-schema-dumper.rb
|
@@ -152,8 +152,7 @@ files:
|
|
152
152
|
- test/test-record.rb
|
153
153
|
- lib/1.8/groonga.so
|
154
154
|
- lib/1.9/groonga.so
|
155
|
-
- vendor/local/bin/
|
156
|
-
- vendor/local/bin/groonga-query-log-analyzer
|
155
|
+
- vendor/local/bin/groonga-benchmark.exe
|
157
156
|
- vendor/local/bin/groonga.exe
|
158
157
|
- vendor/local/bin/libgcc_s_sjlj-1.dll
|
159
158
|
- vendor/local/bin/libgroonga-0.dll
|
@@ -331,25 +330,21 @@ files:
|
|
331
330
|
- vendor/local/share/doc/groonga/en/html/_static/comment-bright.png
|
332
331
|
- vendor/local/share/doc/groonga/en/html/_static/comment-close.png
|
333
332
|
- vendor/local/share/doc/groonga/en/html/_static/comment.png
|
334
|
-
- vendor/local/share/doc/groonga/en/html/_static/default.css
|
335
333
|
- vendor/local/share/doc/groonga/en/html/_static/doctools.js
|
336
334
|
- vendor/local/share/doc/groonga/en/html/_static/down-pressed.png
|
337
335
|
- vendor/local/share/doc/groonga/en/html/_static/down.png
|
338
336
|
- vendor/local/share/doc/groonga/en/html/_static/favicon.ico
|
339
337
|
- vendor/local/share/doc/groonga/en/html/_static/file.png
|
340
|
-
- vendor/local/share/doc/groonga/en/html/_static/footer-bar.png
|
341
338
|
- vendor/local/share/doc/groonga/en/html/_static/groonga.css
|
342
339
|
- vendor/local/share/doc/groonga/en/html/_static/header-background.png
|
343
340
|
- vendor/local/share/doc/groonga/en/html/_static/jp.png
|
344
341
|
- vendor/local/share/doc/groonga/en/html/_static/jquery.js
|
345
342
|
- vendor/local/share/doc/groonga/en/html/_static/logo.png
|
346
|
-
- vendor/local/share/doc/groonga/en/html/_static/menu-header.png
|
347
343
|
- vendor/local/share/doc/groonga/en/html/_static/minus.png
|
348
344
|
- vendor/local/share/doc/groonga/en/html/_static/navigation-bar.png
|
349
345
|
- vendor/local/share/doc/groonga/en/html/_static/plus.png
|
350
346
|
- vendor/local/share/doc/groonga/en/html/_static/pygments.css
|
351
347
|
- vendor/local/share/doc/groonga/en/html/_static/searchtools.js
|
352
|
-
- vendor/local/share/doc/groonga/en/html/_static/sidebar.js
|
353
348
|
- vendor/local/share/doc/groonga/en/html/_static/underscore.js
|
354
349
|
- vendor/local/share/doc/groonga/en/html/_static/up-pressed.png
|
355
350
|
- vendor/local/share/doc/groonga/en/html/_static/up.png
|
@@ -544,25 +539,21 @@ files:
|
|
544
539
|
- vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png
|
545
540
|
- vendor/local/share/doc/groonga/ja/html/_static/comment-close.png
|
546
541
|
- vendor/local/share/doc/groonga/ja/html/_static/comment.png
|
547
|
-
- vendor/local/share/doc/groonga/ja/html/_static/default.css
|
548
542
|
- vendor/local/share/doc/groonga/ja/html/_static/doctools.js
|
549
543
|
- vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png
|
550
544
|
- vendor/local/share/doc/groonga/ja/html/_static/down.png
|
551
545
|
- vendor/local/share/doc/groonga/ja/html/_static/favicon.ico
|
552
546
|
- vendor/local/share/doc/groonga/ja/html/_static/file.png
|
553
|
-
- vendor/local/share/doc/groonga/ja/html/_static/footer-bar.png
|
554
547
|
- vendor/local/share/doc/groonga/ja/html/_static/groonga.css
|
555
548
|
- vendor/local/share/doc/groonga/ja/html/_static/header-background.png
|
556
549
|
- vendor/local/share/doc/groonga/ja/html/_static/jp.png
|
557
550
|
- vendor/local/share/doc/groonga/ja/html/_static/jquery.js
|
558
551
|
- vendor/local/share/doc/groonga/ja/html/_static/logo.png
|
559
|
-
- vendor/local/share/doc/groonga/ja/html/_static/menu-header.png
|
560
552
|
- vendor/local/share/doc/groonga/ja/html/_static/minus.png
|
561
553
|
- vendor/local/share/doc/groonga/ja/html/_static/navigation-bar.png
|
562
554
|
- vendor/local/share/doc/groonga/ja/html/_static/plus.png
|
563
555
|
- vendor/local/share/doc/groonga/ja/html/_static/pygments.css
|
564
556
|
- vendor/local/share/doc/groonga/ja/html/_static/searchtools.js
|
565
|
-
- vendor/local/share/doc/groonga/ja/html/_static/sidebar.js
|
566
557
|
- vendor/local/share/doc/groonga/ja/html/_static/underscore.js
|
567
558
|
- vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png
|
568
559
|
- vendor/local/share/doc/groonga/ja/html/_static/up.png
|
@@ -716,6 +707,11 @@ files:
|
|
716
707
|
- vendor/local/share/doc/groonga/source/example/tutorial/data-1.log
|
717
708
|
- vendor/local/share/doc/groonga/source/example/tutorial/data-2.log
|
718
709
|
- vendor/local/share/doc/groonga/source/example/tutorial/data-3.log
|
710
|
+
- vendor/local/share/doc/groonga/source/example/tutorial/data-4.log
|
711
|
+
- vendor/local/share/doc/groonga/source/example/tutorial/data-5.log
|
712
|
+
- vendor/local/share/doc/groonga/source/example/tutorial/data-6.log
|
713
|
+
- vendor/local/share/doc/groonga/source/example/tutorial/data-7.log
|
714
|
+
- vendor/local/share/doc/groonga/source/example/tutorial/data-8.log
|
719
715
|
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-1.log
|
720
716
|
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-2.log
|
721
717
|
- vendor/local/share/doc/groonga/source/example/tutorial/drilldown-3.log
|
@@ -738,6 +734,7 @@ files:
|
|
738
734
|
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-15.log
|
739
735
|
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-16.log
|
740
736
|
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-17.log
|
737
|
+
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-18.log
|
741
738
|
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log
|
742
739
|
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-3.log
|
743
740
|
- vendor/local/share/doc/groonga/source/example/tutorial/introduction-4.log
|
@@ -963,6 +960,56 @@ files:
|
|
963
960
|
- vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js
|
964
961
|
- vendor/local/share/groonga/html/admin/js/jquery.flot.license.txt
|
965
962
|
- vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js
|
963
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png
|
964
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg
|
965
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.png
|
966
|
+
- vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg
|
967
|
+
- vendor/local/share/groonga/images/logo/groonga-icon.png
|
968
|
+
- vendor/local/share/groonga/images/logo/groonga-icon.svg
|
969
|
+
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png
|
970
|
+
- vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg
|
971
|
+
- vendor/local/share/groonga/images/logo/groonga-logo.png
|
972
|
+
- vendor/local/share/groonga/images/logo/groonga-logo.svg
|
973
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png
|
974
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg
|
975
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png
|
976
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg
|
977
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png
|
978
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg
|
979
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png
|
980
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg
|
981
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png
|
982
|
+
- vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg
|
983
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png
|
984
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg
|
985
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png
|
986
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg
|
987
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon.png
|
988
|
+
- vendor/local/share/groonga/images/logo/mroonga-icon.svg
|
989
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png
|
990
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg
|
991
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo.png
|
992
|
+
- vendor/local/share/groonga/images/logo/mroonga-logo.svg
|
993
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png
|
994
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg
|
995
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png
|
996
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg
|
997
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon.png
|
998
|
+
- vendor/local/share/groonga/images/logo/nroonga-icon.svg
|
999
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png
|
1000
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg
|
1001
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo.png
|
1002
|
+
- vendor/local/share/groonga/images/logo/nroonga-logo.svg
|
1003
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png
|
1004
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg
|
1005
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png
|
1006
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg
|
1007
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon.png
|
1008
|
+
- vendor/local/share/groonga/images/logo/rroonga-icon.svg
|
1009
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png
|
1010
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg
|
1011
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo.png
|
1012
|
+
- vendor/local/share/groonga/images/logo/rroonga-logo.svg
|
966
1013
|
- vendor/local/share/license/groonga/AUTHORS
|
967
1014
|
- vendor/local/share/license/groonga/COPYING
|
968
1015
|
- vendor/local/share/license/mecab/AUTHORS
|