rroonga 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +5 -0
- data/Gemfile +1 -12
- data/README.textile +73 -0
- data/Rakefile +4 -57
- data/bin/grndump +11 -1
- data/ext/groonga/extconf.rb +125 -54
- data/ext/groonga/rb-grn-context.c +25 -7
- data/ext/groonga/rb-grn-database.c +25 -0
- data/ext/groonga/rb-grn-object.c +19 -7
- data/ext/groonga/rb-grn-table.c +8 -10
- data/ext/groonga/rb-grn.h +9 -2
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/dumper.rb +2 -2
- data/lib/groonga/expression-builder.rb +33 -18
- data/rroonga-build.rb +1 -1
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab-config +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +5 -5
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +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/groonga/plugins/tokenizers/mecab.la +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +4 -4
- 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/select.txt +349 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +41 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +71 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +154 -4
- data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +21 -29
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +683 -162
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +170 -12
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/commands.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/functions.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +23 -16
- data/vendor/local/share/doc/groonga/en/html/indexing.html +95 -14
- data/vendor/local/share/doc/groonga/en/html/install.html +67 -37
- data/vendor/local/share/doc/groonga/en/html/limitations.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +161 -25
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/spec.html +13 -11
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +33 -6
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +33 -6
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +37 -6
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +293 -29
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +340 -27
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +282 -24
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +524 -15
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +103 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +128 -13
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +155 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/select.txt +349 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +41 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +71 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +154 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +21 -29
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +601 -162
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +170 -12
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/commands.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/functions.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +23 -16
- data/vendor/local/share/doc/groonga/ja/html/indexing.html +95 -14
- data/vendor/local/share/doc/groonga/ja/html/install.html +66 -37
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +147 -25
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/spec.html +13 -11
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +33 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +33 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +37 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +292 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +340 -27
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +282 -24
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +524 -15
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +103 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +128 -13
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +155 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/type.html +5 -5
- data/vendor/local/share/doc/groonga/source/commands/select.txt +349 -109
- data/vendor/local/share/doc/groonga/source/commands/suggest-completion.log +28 -1
- data/vendor/local/share/doc/groonga/source/commands/suggest-correction.log +28 -1
- data/vendor/local/share/doc/groonga/source/commands/suggest-learn-completion.log +1 -1
- data/vendor/local/share/doc/groonga/source/commands/suggest-learn-correction.log +1 -1
- data/vendor/local/share/doc/groonga/source/commands/suggest-learn-suggestion.log +1 -1
- data/vendor/local/share/doc/groonga/source/commands/suggest-mixed.log +74 -1
- data/vendor/local/share/doc/groonga/source/commands/suggest-suggestion.log +32 -1
- data/vendor/local/share/doc/groonga/source/conf.py +3 -3
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +28 -1
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +28 -1
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +32 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-1.log +1 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-2.log +38 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-3.log +46 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-4.log +38 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-5.log +38 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-6.log +38 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-7.log +40 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/data-8.log +48 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-1.log +6 -6
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-2.log +100 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-3.log +5 -5
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-4.log +80 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-5.log +75 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-6.log +31 -4
- data/vendor/local/share/doc/groonga/source/example/tutorial/index-7.log +38 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-1.log +7 -7
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-2.log +132 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-3.log +6 -6
- data/vendor/local/share/doc/groonga/source/example/tutorial/match_columns-4.log +132 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-1.log +32 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-10.log +95 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-2.log +32 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-3.log +32 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-4.log +86 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-5.log +32 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-6.log +70 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-7.log +51 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-8.log +55 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/micro_blog-9.log +34 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-1.log +18 -1
- data/vendor/local/share/doc/groonga/source/example/tutorial/network-3.log +80 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-1.log +34 -3
- data/vendor/local/share/doc/groonga/source/example/tutorial/patricia_trie-2.log +89 -5
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-1.log +8 -8
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-2.log +66 -2
- data/vendor/local/share/doc/groonga/source/example/tutorial/query_expansion-3.log +76 -2
- data/vendor/local/share/doc/groonga/source/install.txt +41 -10
- data/vendor/local/share/doc/groonga/source/news.txt +71 -0
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +1 -1
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +1 -1
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +1 -1
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +1 -1
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +1 -1
- data/vendor/local/share/groonga/html/admin/css/{admin.css → groonga-admin.css} +5 -4
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_flat_55_fbec88_40x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_ffd27a_256x240.png → redmond/images/ui-icons_217bc0_256x240.png} +0 -0
- data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_222222_256x240.png → redmond/images/ui-icons_2e83ff_256x240.png} +0 -0
- data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_228ef1_256x240.png → redmond/images/ui-icons_469bdd_256x240.png} +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_6da8d5_256x240.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/{ui-lightness/images/ui-icons_ef8c08_256x240.png → redmond/images/ui-icons_d8e7f3_256x240.png} +0 -0
- data/vendor/local/share/groonga/html/admin/css/redmond/images/ui-icons_f9bd01_256x240.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/{ui-lightness/jquery-ui-1.8.1.custom.css → redmond/jquery-ui-1.8.18.custom.css} +169 -90
- data/vendor/local/share/groonga/html/admin/images/groonga.svg +121 -0
- data/vendor/local/share/groonga/html/admin/index.html +44 -1145
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +1354 -0
- data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +4 -0
- data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +356 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +2813 -331
- data/vendor/local/share/man/man1/groonga.1 +2898 -337
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +988 -921
- data/test/groonga-test-utils.rb +0 -139
- data/test/run-test.rb +0 -60
- data/test/test-accessor.rb +0 -36
- data/test/test-array.rb +0 -123
- data/test/test-column.rb +0 -350
- data/test/test-command-select.rb +0 -147
- data/test/test-context.rb +0 -130
- data/test/test-database-dumper.rb +0 -259
- data/test/test-database.rb +0 -148
- data/test/test-double-array-trie.rb +0 -164
- data/test/test-encoding.rb +0 -33
- data/test/test-exception.rb +0 -96
- data/test/test-expression-builder.rb +0 -269
- data/test/test-expression.rb +0 -134
- data/test/test-fix-size-column.rb +0 -77
- data/test/test-gqtp.rb +0 -70
- data/test/test-hash.rb +0 -344
- data/test/test-index-column.rb +0 -180
- data/test/test-index-cursor.rb +0 -93
- data/test/test-logger.rb +0 -37
- data/test/test-pagination.rb +0 -249
- data/test/test-patricia-trie.rb +0 -415
- data/test/test-plugin.rb +0 -35
- data/test/test-procedure.rb +0 -37
- data/test/test-query-log.rb +0 -258
- data/test/test-record.rb +0 -569
- data/test/test-remote.rb +0 -63
- data/test/test-schema-create-table.rb +0 -267
- data/test/test-schema-dumper.rb +0 -235
- data/test/test-schema-type.rb +0 -208
- data/test/test-schema-view.rb +0 -90
- data/test/test-schema.rb +0 -886
- data/test/test-snippet.rb +0 -130
- data/test/test-table-cursor.rb +0 -187
- data/test/test-table-dumper.rb +0 -83
- data/test/test-table-offset-and-limit.rb +0 -100
- data/test/test-table-select-mecab.rb +0 -80
- data/test/test-table-select-normalize.rb +0 -57
- data/test/test-table-select-weight.rb +0 -123
- data/test/test-table-select.rb +0 -191
- data/test/test-table.rb +0 -675
- data/test/test-type.rb +0 -79
- data/test/test-variable-size-column.rb +0 -147
- data/test/test-variable.rb +0 -28
- data/test/test-vector-column.rb +0 -76
- data/test/test-version.rb +0 -61
- data/test/test-view.rb +0 -72
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +0 -0
- data/vendor/local/share/groonga/html/admin/css/ui-lightness/images/ui-icons_ffffff_256x240.png +0 -0
- data/vendor/local/share/groonga/html/admin/js/jquery-1.4.2.min.js +0 -154
- data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.1.custom.min.js +0 -756
data/test/test-hash.rb
DELETED
@@ -1,344 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
#
|
3
|
-
# Copyright (C) 2009-2011 Kouhei Sutou <kou@clear-code.com>
|
4
|
-
#
|
5
|
-
# This library is free software; you can redistribute it and/or
|
6
|
-
# modify it under the terms of the GNU Lesser General Public
|
7
|
-
# License version 2.1 as published by the Free Software Foundation.
|
8
|
-
#
|
9
|
-
# This library is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public
|
15
|
-
# License along with this library; if not, write to the Free Software
|
16
|
-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
17
|
-
|
18
|
-
class HashTest < Test::Unit::TestCase
|
19
|
-
include GroongaTestUtils
|
20
|
-
|
21
|
-
setup :setup_database
|
22
|
-
|
23
|
-
def test_support_key?
|
24
|
-
assert_predicate(Groonga::Hash.create(:name => "Users",
|
25
|
-
:key_type => "ShortText"),
|
26
|
-
:support_key?)
|
27
|
-
end
|
28
|
-
|
29
|
-
def test_delete
|
30
|
-
bookmarks_path = @tables_dir + "bookmarks"
|
31
|
-
bookmarks = Groonga::Hash.create(:name => "Bookmarks",
|
32
|
-
:path => bookmarks_path.to_s)
|
33
|
-
|
34
|
-
bookmarks.add("groonga")
|
35
|
-
google = bookmarks.add("Google")
|
36
|
-
cutter = bookmarks.add("Cutter")
|
37
|
-
|
38
|
-
assert_equal(["groonga", "Google", "Cutter"],
|
39
|
-
bookmarks.collect {|bookmark| bookmark.key})
|
40
|
-
|
41
|
-
bookmarks.delete(google.id)
|
42
|
-
assert_equal(["groonga", "Cutter"],
|
43
|
-
bookmarks.collect {|bookmark| bookmark.key})
|
44
|
-
|
45
|
-
bookmarks.delete(cutter.key)
|
46
|
-
assert_equal(["groonga"],
|
47
|
-
bookmarks.collect {|bookmark| bookmark.key})
|
48
|
-
end
|
49
|
-
|
50
|
-
def test_value
|
51
|
-
bookmarks_path = @tables_dir + "bookmarks"
|
52
|
-
bookmarks = Groonga::Hash.create(:name => "Bookmarks",
|
53
|
-
:path => bookmarks_path.to_s,
|
54
|
-
:key_type => "ShortText",
|
55
|
-
:value_type => "UInt32")
|
56
|
-
bookmarks.set_value("http://google.com/", 29)
|
57
|
-
assert_equal(29, bookmarks.value("http://google.com/"))
|
58
|
-
end
|
59
|
-
|
60
|
-
def test_column_value
|
61
|
-
bookmarks_path = @tables_dir + "bookmarks"
|
62
|
-
bookmarks = Groonga::Hash.create(:name => "Bookmarks",
|
63
|
-
:path => bookmarks_path.to_s,
|
64
|
-
:key_type => "ShortText")
|
65
|
-
bookmarks.define_column("uri", "ShortText")
|
66
|
-
bookmarks.set_column_value("google", "uri", "http://google.com/")
|
67
|
-
assert_equal("http://google.com/", bookmarks.column_value("google", "uri"))
|
68
|
-
end
|
69
|
-
|
70
|
-
def test_array_reference
|
71
|
-
bookmarks_path = @tables_dir + "bookmarks"
|
72
|
-
bookmarks = Groonga::Hash.create(:name => "bookmarks",
|
73
|
-
:path => bookmarks_path.to_s,
|
74
|
-
:key_type => "ShortText")
|
75
|
-
bookmark = bookmarks.add("http://google.com/")
|
76
|
-
assert_equal(bookmark, bookmarks["http://google.com/"])
|
77
|
-
end
|
78
|
-
|
79
|
-
def test_inspect_anonymous
|
80
|
-
path = @tables_dir + "anoymous.groonga"
|
81
|
-
anonymous_table = Groonga::Hash.create(:path => path.to_s)
|
82
|
-
assert_equal("#<Groonga::Hash " +
|
83
|
-
"id: <#{anonymous_table.id}>, " +
|
84
|
-
"name: (anonymous), " +
|
85
|
-
"path: <#{path}>, " +
|
86
|
-
"domain: <ShortText>, " +
|
87
|
-
"range: (nil), " +
|
88
|
-
"flags: <>, " +
|
89
|
-
"encoding: <#{encoding.inspect}>, " +
|
90
|
-
"size: <0>>",
|
91
|
-
anonymous_table.inspect)
|
92
|
-
end
|
93
|
-
|
94
|
-
def test_inspect_anonymous_temporary
|
95
|
-
anonymous_table = Groonga::Hash.create
|
96
|
-
assert_equal("#<Groonga::Hash " +
|
97
|
-
"id: <#{anonymous_table.id}>, " +
|
98
|
-
"name: (anonymous), " +
|
99
|
-
"path: (temporary), " +
|
100
|
-
"domain: <ShortText>, " +
|
101
|
-
"range: (nil), " +
|
102
|
-
"flags: <>, " +
|
103
|
-
"encoding: <#{encoding.inspect}>, " +
|
104
|
-
"size: <0>>",
|
105
|
-
anonymous_table.inspect)
|
106
|
-
end
|
107
|
-
|
108
|
-
def test_inspect_named
|
109
|
-
path = @tables_dir + "named.groonga"
|
110
|
-
named_table = Groonga::Hash.create(:name => "Users", :path => path.to_s)
|
111
|
-
assert_equal("#<Groonga::Hash " +
|
112
|
-
"id: <#{named_table.id}>, " +
|
113
|
-
"name: <Users>, " +
|
114
|
-
"path: <#{path}>, " +
|
115
|
-
"domain: <ShortText>, " +
|
116
|
-
"range: (nil), " +
|
117
|
-
"flags: <>, " +
|
118
|
-
"encoding: <#{encoding.inspect}>, " +
|
119
|
-
"size: <0>>",
|
120
|
-
named_table.inspect)
|
121
|
-
end
|
122
|
-
|
123
|
-
def test_inspect_temporary
|
124
|
-
named_table = Groonga::Hash.create
|
125
|
-
assert_equal("#<Groonga::Hash " +
|
126
|
-
"id: <#{named_table.id}>, " +
|
127
|
-
"name: (anonymous), " +
|
128
|
-
"path: (temporary), " +
|
129
|
-
"domain: <ShortText>, " +
|
130
|
-
"range: (nil), " +
|
131
|
-
"flags: <>, " +
|
132
|
-
"encoding: <#{encoding.inspect}>, " +
|
133
|
-
"size: <0>>",
|
134
|
-
named_table.inspect)
|
135
|
-
end
|
136
|
-
|
137
|
-
def test_encoding
|
138
|
-
assert_equal(Groonga::Encoding.default,
|
139
|
-
Groonga::Hash.create.encoding)
|
140
|
-
end
|
141
|
-
|
142
|
-
def test_tokenizer
|
143
|
-
hash = Groonga::Hash.create
|
144
|
-
assert_nil(hash.default_tokenizer)
|
145
|
-
hash.default_tokenizer = "TokenBigram"
|
146
|
-
assert_equal(Groonga::Context.default["TokenBigram"],
|
147
|
-
hash.default_tokenizer)
|
148
|
-
end
|
149
|
-
|
150
|
-
def test_search
|
151
|
-
users = Groonga::Array.create(:name => "Users")
|
152
|
-
users.define_column("name", "ShortText")
|
153
|
-
|
154
|
-
bookmarks = Groonga::Hash.create(:name => "Bookmarks",
|
155
|
-
:key_type => "ShortText")
|
156
|
-
bookmarks.define_column("user_id", users)
|
157
|
-
|
158
|
-
daijiro = users.add
|
159
|
-
daijiro["name"] = "daijiro"
|
160
|
-
gunyarakun = users.add
|
161
|
-
gunyarakun["name"] = "gunyarakun"
|
162
|
-
|
163
|
-
groonga = bookmarks.add("http://groonga.org/")
|
164
|
-
groonga["user_id"] = daijiro
|
165
|
-
|
166
|
-
records = bookmarks.search("http://groonga.org/")
|
167
|
-
assert_equal(["daijiro"],
|
168
|
-
records.records.collect {|record| record["user_id.name"]})
|
169
|
-
end
|
170
|
-
|
171
|
-
def test_add
|
172
|
-
users = Groonga::Hash.create(:name => "Users")
|
173
|
-
users.define_column("address", "Text")
|
174
|
-
me = users.add("me", :address => "me@example.com")
|
175
|
-
assert_equal("me@example.com", me[:address])
|
176
|
-
end
|
177
|
-
|
178
|
-
def test_default_tokenizer_on_create
|
179
|
-
terms = Groonga::Hash.create(:name => "Terms",
|
180
|
-
:default_tokenizer => "TokenTrigram")
|
181
|
-
assert_equal(context[Groonga::Type::TRIGRAM],
|
182
|
-
terms.default_tokenizer)
|
183
|
-
end
|
184
|
-
|
185
|
-
def test_duplicated_name
|
186
|
-
Groonga::Hash.create(:name => "Users")
|
187
|
-
assert_raise(Groonga::InvalidArgument) do
|
188
|
-
Groonga::Hash.create(:name => "Users")
|
189
|
-
end
|
190
|
-
end
|
191
|
-
|
192
|
-
def test_define_index_column_implicit_with_position
|
193
|
-
bookmarks = Groonga::Hash.create(:name => "Bookmarks")
|
194
|
-
bookmarks.define_column("comment", "Text")
|
195
|
-
terms = Groonga::Hash.create(:name => "Terms",
|
196
|
-
:default_tokenizer => "TokenBigram")
|
197
|
-
index = terms.define_index_column("comment", bookmarks,
|
198
|
-
:source => "Bookmarks.comment")
|
199
|
-
bookmarks.add("groonga", :comment => "search engine by Brazil")
|
200
|
-
bookmarks.add("google", :comment => "search engine by Google")
|
201
|
-
bookmarks.add("ruby", :comment => "programing language")
|
202
|
-
|
203
|
-
assert_equal(["groonga", "google"],
|
204
|
-
index.search("engine").collect {|record| record.key.key})
|
205
|
-
end
|
206
|
-
|
207
|
-
def test_has_key?
|
208
|
-
users = Groonga::Hash.create(:name => "Users")
|
209
|
-
assert_false(users.has_key?("morita"))
|
210
|
-
users.add("morita")
|
211
|
-
assert_true(users.has_key?("morita"))
|
212
|
-
end
|
213
|
-
|
214
|
-
def test_big_key
|
215
|
-
hash = Groonga::Hash.create(:key_type => "UInt64")
|
216
|
-
assert_nothing_raised do
|
217
|
-
hash.add(1 << 63)
|
218
|
-
end
|
219
|
-
end
|
220
|
-
|
221
|
-
def test_value_by_key
|
222
|
-
users = Groonga::Hash.create(:key_type => "ShortText",
|
223
|
-
:value_type => "Int32")
|
224
|
-
key = "niku"
|
225
|
-
users.add(key)
|
226
|
-
users.set_value(key, 29)
|
227
|
-
assert_equal(29, users.value(key))
|
228
|
-
end
|
229
|
-
|
230
|
-
def test_value_by_id
|
231
|
-
users = Groonga::Hash.create(:key_type => "ShortText",
|
232
|
-
:value_type => "Int32")
|
233
|
-
user_id = users.add("niku").id
|
234
|
-
users.set_value(user_id, 29, :id => true)
|
235
|
-
assert_equal(29, users.value(user_id, :id => true))
|
236
|
-
end
|
237
|
-
|
238
|
-
def test_id
|
239
|
-
users = Groonga::Hash.create(:key_type => "ShortText")
|
240
|
-
|
241
|
-
key = "niku"
|
242
|
-
assert_nil(users.id(key))
|
243
|
-
user_id = users.add(key).id
|
244
|
-
assert_equal(user_id, users.id(key))
|
245
|
-
end
|
246
|
-
|
247
|
-
def test_set_multi_values
|
248
|
-
users = Groonga::Hash.create(:name => "Users",
|
249
|
-
:key_type => "ShortText")
|
250
|
-
users.define_column("self_introduction", "ShortText")
|
251
|
-
users.define_column("age", "UInt32")
|
252
|
-
|
253
|
-
key = "niku"
|
254
|
-
niku = users.add(key)
|
255
|
-
assert_equal({
|
256
|
-
"_id" => niku.id,
|
257
|
-
"_key" => key,
|
258
|
-
"self_introduction" => nil,
|
259
|
-
"age" => 0,
|
260
|
-
},
|
261
|
-
niku.attributes)
|
262
|
-
users[key] = {
|
263
|
-
"self_introduction" => "I'm a meet lover.",
|
264
|
-
"age" => 29
|
265
|
-
}
|
266
|
-
assert_equal({
|
267
|
-
"_id" => niku.id,
|
268
|
-
"_key" => key,
|
269
|
-
"self_introduction" => "I'm a meet lover.",
|
270
|
-
"age" => 29,
|
271
|
-
},
|
272
|
-
niku.attributes)
|
273
|
-
end
|
274
|
-
|
275
|
-
def test_set_multi_values_for_nonexistent_record
|
276
|
-
users = Groonga::Hash.create(:name => "Users",
|
277
|
-
:key_type => "ShortText")
|
278
|
-
users.define_column("self_introduction", "ShortText")
|
279
|
-
users.define_column("age", "UInt32")
|
280
|
-
|
281
|
-
key = "niku"
|
282
|
-
users[key] = {
|
283
|
-
"self_introduction" => "I'm a meet lover.",
|
284
|
-
"age" => 29
|
285
|
-
}
|
286
|
-
|
287
|
-
assert_equal({
|
288
|
-
"_id" => users[key].id,
|
289
|
-
"_key" => key,
|
290
|
-
"self_introduction" => "I'm a meet lover.",
|
291
|
-
"age" => 29,
|
292
|
-
},
|
293
|
-
users[key].attributes)
|
294
|
-
end
|
295
|
-
|
296
|
-
def test_set_multi_values_with_nonexistent_column
|
297
|
-
users = Groonga::Hash.create(:name => "Users",
|
298
|
-
:key_type => "ShortText")
|
299
|
-
users.define_column("self_introduction", "ShortText")
|
300
|
-
users.define_column("age", "UInt32")
|
301
|
-
|
302
|
-
key = "niku"
|
303
|
-
inspected_users = users.inspect.sub(/size: <0>/, "size: <1>")
|
304
|
-
message = "no such column: <\"nonexistent\">: <#{inspected_users}>"
|
305
|
-
assert_raise(Groonga::NoSuchColumn.new(message)) do
|
306
|
-
users[key] = {
|
307
|
-
"nonexistent" => "No!",
|
308
|
-
}
|
309
|
-
end
|
310
|
-
end
|
311
|
-
|
312
|
-
def test_added?
|
313
|
-
users = Groonga::Hash.create(:name => "Users",
|
314
|
-
:key_type => "ShortText")
|
315
|
-
bob = users.add("bob")
|
316
|
-
assert_predicate(bob, :added?)
|
317
|
-
bob_again = users.add("bob")
|
318
|
-
assert_not_predicate(bob_again, :added?)
|
319
|
-
end
|
320
|
-
|
321
|
-
def test_defrag
|
322
|
-
users = Groonga::Hash.create(:name => "Users",
|
323
|
-
:key_type => "ShortText")
|
324
|
-
users.define_column("name", "ShortText")
|
325
|
-
users.define_column("address", "ShortText")
|
326
|
-
1000.times do |i|
|
327
|
-
users.add("user #{i}",
|
328
|
-
:name => "user #{i}" * 1000,
|
329
|
-
:address => "address #{i}" * 1000)
|
330
|
-
end
|
331
|
-
assert_equal(7, users.defrag)
|
332
|
-
end
|
333
|
-
|
334
|
-
def test_rename
|
335
|
-
users = Groonga::Hash.create(:name => "Users",
|
336
|
-
:key_type => "ShortText")
|
337
|
-
name = users.define_column("name", "ShortText")
|
338
|
-
address = users.define_column("address", "ShortText")
|
339
|
-
|
340
|
-
users.rename("People")
|
341
|
-
assert_equal(["People", "People.name", "People.address"],
|
342
|
-
[users.name, name.name, address.name])
|
343
|
-
end
|
344
|
-
end
|
data/test/test-index-column.rb
DELETED
@@ -1,180 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
#
|
3
|
-
# Copyright (C) 2009-2011 Kouhei Sutou <kou@clear-code.com>
|
4
|
-
#
|
5
|
-
# This library is free software; you can redistribute it and/or
|
6
|
-
# modify it under the terms of the GNU Lesser General Public
|
7
|
-
# License version 2.1 as published by the Free Software Foundation.
|
8
|
-
#
|
9
|
-
# This library is distributed in the hope that it will be useful,
|
10
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
11
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
12
|
-
# Lesser General Public License for more details.
|
13
|
-
#
|
14
|
-
# You should have received a copy of the GNU Lesser General Public
|
15
|
-
# License along with this library; if not, write to the Free Software
|
16
|
-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
17
|
-
|
18
|
-
class IndexColumnTest < Test::Unit::TestCase
|
19
|
-
include GroongaTestUtils
|
20
|
-
|
21
|
-
def setup
|
22
|
-
setup_database
|
23
|
-
end
|
24
|
-
|
25
|
-
def test_index?
|
26
|
-
articles = Groonga::Array.create(:name => "Articles")
|
27
|
-
articles.define_column("content", "Text")
|
28
|
-
|
29
|
-
terms = Groonga::Hash.create(:name => "Terms",
|
30
|
-
:default_tokenizer => "TokenBigram")
|
31
|
-
content_index = terms.define_index_column("content", articles,
|
32
|
-
:with_section => true)
|
33
|
-
assert_predicate(content_index, :index?)
|
34
|
-
end
|
35
|
-
|
36
|
-
def test_vector?
|
37
|
-
articles = Groonga::Array.create(:name => "Articles")
|
38
|
-
articles.define_column("content", "Text")
|
39
|
-
|
40
|
-
terms = Groonga::Hash.create(:name => "Terms",
|
41
|
-
:default_tokenizer => "TokenBigram")
|
42
|
-
content_index = terms.define_index_column("content", articles,
|
43
|
-
:with_section => true)
|
44
|
-
assert_not_predicate(content_index, :vector?)
|
45
|
-
end
|
46
|
-
|
47
|
-
def test_scalar?
|
48
|
-
articles = Groonga::Array.create(:name => "Articles")
|
49
|
-
articles.define_column("content", "Text")
|
50
|
-
|
51
|
-
terms = Groonga::Hash.create(:name => "Terms",
|
52
|
-
:default_tokenizer => "TokenBigram")
|
53
|
-
content_index = terms.define_index_column("content", articles,
|
54
|
-
:with_section => true)
|
55
|
-
assert_not_predicate(content_index, :scalar?)
|
56
|
-
end
|
57
|
-
|
58
|
-
def test_array_set_with_record
|
59
|
-
articles = Groonga::Array.create(:name => "Articles")
|
60
|
-
articles.define_column("content", "Text")
|
61
|
-
|
62
|
-
terms = Groonga::Hash.create(:name => "Terms",
|
63
|
-
:default_tokenizer => "TokenBigram")
|
64
|
-
content_index = terms.define_index_column("content", articles,
|
65
|
-
:with_section => true)
|
66
|
-
|
67
|
-
content = <<-EOC
|
68
|
-
groonga は組み込み型の全文検索エンジンライブラリです。
|
69
|
-
DBMSやスクリプト言語処理系等に組み込むことによって、その
|
70
|
-
全文検索機能を強化することができます。また、リレーショナ
|
71
|
-
ルモデルに基づくデータストア機能を内包しており、groonga
|
72
|
-
単体でも高速なデータストアサーバとして使用することができ
|
73
|
-
ます。
|
74
|
-
|
75
|
-
■全文検索方式
|
76
|
-
転置索引型の全文検索エンジンです。転置索引は圧縮されてファ
|
77
|
-
イルに格納され、検索時のディスク読み出し量を小さく、かつ
|
78
|
-
局所的に抑えるように設計されています。用途に応じて以下の
|
79
|
-
索引タイプを選択できます。
|
80
|
-
EOC
|
81
|
-
|
82
|
-
groonga = articles.add(:content => content)
|
83
|
-
|
84
|
-
content.split(/\n{2,}/).each_with_index do |sentence, i|
|
85
|
-
content_index[groonga] = {:value => sentence, :section => i + 1}
|
86
|
-
end
|
87
|
-
assert_equal([groonga],
|
88
|
-
content_index.search("エンジン").collect {|record| record.key})
|
89
|
-
end
|
90
|
-
|
91
|
-
def test_shorter_query_than_ngram
|
92
|
-
articles = Groonga::Array.create(:name => "Articles")
|
93
|
-
articles.define_column("content", "Text")
|
94
|
-
|
95
|
-
terms = Groonga::PatriciaTrie.create(:name => "Terms",
|
96
|
-
:default_tokenizer => "TokenBigram")
|
97
|
-
content_index = terms.define_index_column("content", articles,
|
98
|
-
:source => "Articles.content")
|
99
|
-
articles.add(:content => 'l')
|
100
|
-
articles.add(:content => 'll')
|
101
|
-
articles.add(:content => 'hello')
|
102
|
-
|
103
|
-
assert_search(["hello"], content_index, "he")
|
104
|
-
assert_search(["ll", "hello"], content_index, "ll")
|
105
|
-
assert_search(["l", "ll", "hello"], content_index, "l")
|
106
|
-
end
|
107
|
-
|
108
|
-
def test_with_section?
|
109
|
-
define_index_column_with_flags
|
110
|
-
assert_equal({
|
111
|
-
:section => true,
|
112
|
-
:weight => false,
|
113
|
-
:position => false,
|
114
|
-
},
|
115
|
-
{
|
116
|
-
:section => context["Tags.section"].with_section?,
|
117
|
-
:weight => context["Tags.weight"].with_section?,
|
118
|
-
:position => context["Tags.position"].with_section?,
|
119
|
-
})
|
120
|
-
end
|
121
|
-
|
122
|
-
def test_with_weight?
|
123
|
-
define_index_column_with_flags
|
124
|
-
assert_equal({
|
125
|
-
:section => false,
|
126
|
-
:weight => true,
|
127
|
-
:position => false,
|
128
|
-
},
|
129
|
-
{
|
130
|
-
:section => context["Tags.section"].with_weight?,
|
131
|
-
:weight => context["Tags.weight"].with_weight?,
|
132
|
-
:position => context["Tags.position"].with_weight?,
|
133
|
-
})
|
134
|
-
end
|
135
|
-
|
136
|
-
def test_with_position?
|
137
|
-
define_index_column_with_flags
|
138
|
-
assert_equal({
|
139
|
-
:section => false,
|
140
|
-
:weight => false,
|
141
|
-
:position => true,
|
142
|
-
},
|
143
|
-
{
|
144
|
-
:section => context["Tags.section"].with_position?,
|
145
|
-
:weight => context["Tags.weight"].with_position?,
|
146
|
-
:position => context["Tags.position"].with_position?,
|
147
|
-
})
|
148
|
-
end
|
149
|
-
|
150
|
-
private
|
151
|
-
def assert_search(expected, content_index, keyword)
|
152
|
-
result = content_index.search(keyword).collect do |entry|
|
153
|
-
entry.key["content"]
|
154
|
-
end
|
155
|
-
assert_equal(expected, result)
|
156
|
-
end
|
157
|
-
|
158
|
-
def define_index_column_with_flags
|
159
|
-
Groonga::Schema.define do |schema|
|
160
|
-
schema.create_table("Articles") do |table|
|
161
|
-
table.text("tags", :type => :vector)
|
162
|
-
end
|
163
|
-
|
164
|
-
schema.create_table("Tags",
|
165
|
-
:type => :patricia_trie,
|
166
|
-
:key_type => "ShortText",
|
167
|
-
:default_tokenizer => "TokenDelimit") do |table|
|
168
|
-
table.index("Articles.tags",
|
169
|
-
:name => "section",
|
170
|
-
:with_section => true)
|
171
|
-
table.index("Articles.tags",
|
172
|
-
:name => "weight",
|
173
|
-
:with_weight => true)
|
174
|
-
table.index("Articles.tags",
|
175
|
-
:name => "position",
|
176
|
-
:with_position => true)
|
177
|
-
end
|
178
|
-
end
|
179
|
-
end
|
180
|
-
end
|
data/test/test-index-cursor.rb
DELETED
@@ -1,93 +0,0 @@
|
|
1
|
-
class IndexCursorTest < Test::Unit::TestCase
|
2
|
-
include GroongaTestUtils
|
3
|
-
|
4
|
-
def setup
|
5
|
-
setup_database
|
6
|
-
setup_schema
|
7
|
-
setup_records
|
8
|
-
end
|
9
|
-
|
10
|
-
def test_open_cursor
|
11
|
-
postings = []
|
12
|
-
@terms.open_cursor do |table_cursor|
|
13
|
-
index_cursor = nil
|
14
|
-
@content_index.open_cursor(table_cursor) do |cursor|
|
15
|
-
cursor.each do |posting|
|
16
|
-
postings << posting.to_hash
|
17
|
-
end
|
18
|
-
index_cursor = cursor
|
19
|
-
end
|
20
|
-
assert_predicate(index_cursor, :closed?)
|
21
|
-
end
|
22
|
-
|
23
|
-
assert_equal(expected_postings, postings)
|
24
|
-
end
|
25
|
-
|
26
|
-
def test_enumerable
|
27
|
-
postings = nil
|
28
|
-
@terms.open_cursor do |table_cursor|
|
29
|
-
@content_index.open_cursor(table_cursor) do |cursor|
|
30
|
-
postings = cursor.collect do |posting|
|
31
|
-
posting.to_hash
|
32
|
-
end
|
33
|
-
end
|
34
|
-
end
|
35
|
-
|
36
|
-
assert_equal(expected_postings, postings)
|
37
|
-
end
|
38
|
-
|
39
|
-
private
|
40
|
-
def create_hashes(keys, values)
|
41
|
-
hashes = []
|
42
|
-
values.each do |value|
|
43
|
-
hash = {}
|
44
|
-
keys.each_with_index do |key, i|
|
45
|
-
hash[key] = value[i]
|
46
|
-
end
|
47
|
-
hashes << hash
|
48
|
-
end
|
49
|
-
hashes
|
50
|
-
end
|
51
|
-
|
52
|
-
def setup_schema
|
53
|
-
Groonga::Schema.define do |schema|
|
54
|
-
schema.create_table("Articles") do |table|
|
55
|
-
table.text("content")
|
56
|
-
end
|
57
|
-
|
58
|
-
schema.create_table("Terms",
|
59
|
-
:type => :hash,
|
60
|
-
:default_tokenizer => :bigram_split_symbol_alpha) do |table|
|
61
|
-
table.index("Articles.content")
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
@articles = Groonga["Articles"]
|
66
|
-
@terms = Groonga["Terms"]
|
67
|
-
@content_index = Groonga["Terms.Articles_content"]
|
68
|
-
end
|
69
|
-
|
70
|
-
def setup_records
|
71
|
-
@articles.add(:content => "l")
|
72
|
-
@articles.add(:content => "ll")
|
73
|
-
@articles.add(:content => "hello")
|
74
|
-
end
|
75
|
-
|
76
|
-
def expected_postings
|
77
|
-
parameters = [:record_id, :section_id, :term_id, :position,
|
78
|
-
:term_frequency, :weight, :n_rest_postings]
|
79
|
-
|
80
|
-
expected = [
|
81
|
-
[1, 1, 1, 0, 1, 0, 1],
|
82
|
-
[2, 1, 1, 0, 1, 0, 1],
|
83
|
-
[2, 1, 2, 0, 1, 0, 1],
|
84
|
-
[3, 1, 2, 0, 1, 0, 1],
|
85
|
-
[3, 1, 3, 0, 1, 0, 0],
|
86
|
-
[3, 1, 4, 1, 1, 0, 0],
|
87
|
-
[3, 1, 5, 3, 1, 0, 0],
|
88
|
-
[3, 1, 6, 4, 1, 0, 0]
|
89
|
-
]
|
90
|
-
|
91
|
-
create_hashes(parameters, expected)
|
92
|
-
end
|
93
|
-
end
|
data/test/test-logger.rb
DELETED
@@ -1,37 +0,0 @@
|
|
1
|
-
# Copyright (C) 2010 Kouhei Sutou <kou@clear-code.com>
|
2
|
-
#
|
3
|
-
# This library is free software; you can redistribute it and/or
|
4
|
-
# modify it under the terms of the GNU Lesser General Public
|
5
|
-
# License version 2.1 as published by the Free Software Foundation.
|
6
|
-
#
|
7
|
-
# This library is distributed in the hope that it will be useful,
|
8
|
-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
9
|
-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
10
|
-
# Lesser General Public License for more details.
|
11
|
-
#
|
12
|
-
# You should have received a copy of the GNU Lesser General Public
|
13
|
-
# License along with this library; if not, write to the Free Software
|
14
|
-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
15
|
-
|
16
|
-
class LoggerTest < Test::Unit::TestCase
|
17
|
-
include GroongaTestUtils
|
18
|
-
|
19
|
-
def setup
|
20
|
-
@default_log_path = Groonga::Logger.log_path
|
21
|
-
@default_query_log_path = Groonga::Logger.query_log_path
|
22
|
-
end
|
23
|
-
|
24
|
-
def teardown
|
25
|
-
Groonga::Logger.log_path = @default_log_path
|
26
|
-
Groonga::Logger.query_log_path = @default_query_log_path
|
27
|
-
end
|
28
|
-
|
29
|
-
def test_reopen
|
30
|
-
if File.exist?(@default_log_path)
|
31
|
-
FileUtils.mv(@default_log_path, "#{@default_log_path}.old")
|
32
|
-
end
|
33
|
-
assert_false(File.exist?(@default_log_path))
|
34
|
-
Groonga::Logger.reopen
|
35
|
-
assert_true(File.exist?(@default_log_path))
|
36
|
-
end
|
37
|
-
end
|