rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +30 -0
- data/Rakefile +24 -285
- data/ext/groonga/extconf.rb +4 -2
- data/ext/groonga/rb-grn-array.c +5 -4
- data/ext/groonga/rb-grn-context.c +7 -22
- data/ext/groonga/rb-grn-database.c +42 -1
- data/ext/groonga/rb-grn-index-column.c +5 -0
- data/ext/groonga/rb-grn-object.c +58 -26
- data/ext/groonga/rb-grn-patricia-trie.c +2 -1
- data/ext/groonga/rb-grn-record.c +11 -1
- data/ext/groonga/rb-grn-snippet.c +44 -1
- data/ext/groonga/rb-grn-table-key-support.c +21 -10
- data/ext/groonga/rb-grn-utils.c +3 -1
- data/ext/groonga/rb-grn-variable-size-column.c +47 -1
- data/ext/groonga/rb-grn.h +4 -1
- data/extconf.rb +1 -0
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/dumper.rb +3 -3
- data/lib/groonga/pagination.rb +1 -1
- data/lib/groonga/record.rb +10 -0
- data/rroonga-build.rb +1 -1
- data/test/test-accessor.rb +4 -0
- data/test/test-array.rb +9 -1
- data/test/test-database.rb +16 -0
- data/test/test-expression.rb +2 -0
- data/test/test-hash.rb +11 -2
- data/test/test-patricia-trie.rb +10 -1
- data/test/test-table-select.rb +31 -17
- data/test/test-type.rb +3 -3
- data/test/test-variable-size-column.rb +8 -1
- data/vendor/local/bin/grntest.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/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/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 +207 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
- 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 +28 -28
- data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
- data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
- 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 +28 -28
- data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/source/index.txt +1 -0
- data/vendor/local/share/doc/groonga/source/install.txt +14 -3
- data/vendor/local/share/doc/groonga/source/log.txt +214 -0
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/source/news.txt +35 -3
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
- data/vendor/local/share/license/groonga/AUTHORS +17 -0
- data/vendor/local/share/license/groonga/COPYING +504 -0
- data/vendor/local/share/license/mecab/AUTHORS +1 -0
- data/vendor/local/share/license/mecab/BSD +29 -0
- data/vendor/local/share/license/mecab/COPYING +4 -0
- data/vendor/local/share/license/mecab/GPL +340 -0
- data/vendor/local/share/license/mecab/LGPL +504 -0
- data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
- data/vendor/local/share/license/naist-jdic/COPYING +31 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
- data/vendor/local/share/man/man1/groonga.1 +1174 -48
- metadata +62 -9
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 7
|
10
|
+
version: 1.2.7
|
11
11
|
platform: x86-mingw32
|
12
12
|
authors:
|
13
13
|
- Kouhei Sutou
|
@@ -19,7 +19,7 @@ autorequire:
|
|
19
19
|
bindir: bin
|
20
20
|
cert_chain: []
|
21
21
|
|
22
|
-
date: 2011-08-
|
22
|
+
date: 2011-08-28 00:00:00 Z
|
23
23
|
dependencies: []
|
24
24
|
|
25
25
|
description: |-
|
@@ -60,6 +60,7 @@ files:
|
|
60
60
|
- example/index-html.rb
|
61
61
|
- example/bookmark.rb
|
62
62
|
- Rakefile
|
63
|
+
- Gemfile
|
63
64
|
- ext/groonga/rb-grn-exception.c
|
64
65
|
- ext/groonga/rb-grn-view-accessor.c
|
65
66
|
- ext/groonga/rb-grn-hash-cursor.c
|
@@ -152,6 +153,15 @@ files:
|
|
152
153
|
- test/test-table-offset-and-limit.rb
|
153
154
|
- lib/1.8/groonga.so
|
154
155
|
- lib/1.9/groonga.so
|
156
|
+
- vendor/local/share/license/mecab/GPL
|
157
|
+
- vendor/local/share/license/mecab/AUTHORS
|
158
|
+
- vendor/local/share/license/mecab/LGPL
|
159
|
+
- vendor/local/share/license/mecab/COPYING
|
160
|
+
- vendor/local/share/license/mecab/BSD
|
161
|
+
- vendor/local/share/license/groonga/AUTHORS
|
162
|
+
- vendor/local/share/license/groonga/COPYING
|
163
|
+
- vendor/local/share/license/naist-jdic/AUTHORS
|
164
|
+
- vendor/local/share/license/naist-jdic/COPYING
|
155
165
|
- vendor/local/share/mecab/dic/naist-jdic/char.def
|
156
166
|
- vendor/local/share/mecab/dic/naist-jdic/matrix.bin
|
157
167
|
- vendor/local/share/mecab/dic/naist-jdic/unk.dic
|
@@ -266,6 +276,7 @@ files:
|
|
266
276
|
- vendor/local/share/doc/groonga/source/example/tutorial05-2.log
|
267
277
|
- vendor/local/share/doc/groonga/source/example/tutorial04-2.log
|
268
278
|
- vendor/local/share/doc/groonga/source/example/tutorial03-2.log
|
279
|
+
- vendor/local/share/doc/groonga/source/example/suggestion-1.log
|
269
280
|
- vendor/local/share/doc/groonga/source/example/tutorial01-1.log
|
270
281
|
- vendor/local/share/doc/groonga/source/example/tutorial07-4.log
|
271
282
|
- vendor/local/share/doc/groonga/source/example/tutorial01-15.log
|
@@ -287,6 +298,7 @@ files:
|
|
287
298
|
- vendor/local/share/doc/groonga/source/example/tutorial01-9.log
|
288
299
|
- vendor/local/share/doc/groonga/source/example/tutorial05-3.log
|
289
300
|
- vendor/local/share/doc/groonga/source/example/tutorial01-16.log
|
301
|
+
- vendor/local/share/doc/groonga/source/example/correction-1.log
|
290
302
|
- vendor/local/share/doc/groonga/source/example/tutorial01-8.log
|
291
303
|
- vendor/local/share/doc/groonga/source/example/tutorial01-14.log
|
292
304
|
- vendor/local/share/doc/groonga/source/example/tutorial04-6.log
|
@@ -314,6 +326,7 @@ files:
|
|
314
326
|
- vendor/local/share/doc/groonga/source/example/tutorial01-4.log
|
315
327
|
- vendor/local/share/doc/groonga/source/example/tutorial10-4.log
|
316
328
|
- vendor/local/share/doc/groonga/source/example/tutorial01-2.log
|
329
|
+
- vendor/local/share/doc/groonga/source/example/completion-1.log
|
317
330
|
- vendor/local/share/doc/groonga/source/example/tutorial04-5.log
|
318
331
|
- vendor/local/share/doc/groonga/source/commands.txt
|
319
332
|
- vendor/local/share/doc/groonga/source/update_execution_example.py
|
@@ -330,6 +343,7 @@ files:
|
|
330
343
|
- vendor/local/share/doc/groonga/source/tutorial/tutorial02.txt
|
331
344
|
- vendor/local/share/doc/groonga/source/tutorial/tutorial06.txt
|
332
345
|
- vendor/local/share/doc/groonga/source/news.txt
|
346
|
+
- vendor/local/share/doc/groonga/source/suggest.txt
|
333
347
|
- vendor/local/share/doc/groonga/source/install.txt
|
334
348
|
- vendor/local/share/doc/groonga/source/tutorial.txt
|
335
349
|
- vendor/local/share/doc/groonga/source/functions/edit_distance.txt
|
@@ -341,7 +355,13 @@ files:
|
|
341
355
|
- vendor/local/share/doc/groonga/source/commands_not_implemented/set.txt
|
342
356
|
- vendor/local/share/doc/groonga/source/commands_not_implemented/get.txt
|
343
357
|
- vendor/local/share/doc/groonga/source/commands_not_implemented/add.txt
|
358
|
+
- vendor/local/share/doc/groonga/source/log.txt
|
344
359
|
- vendor/local/share/doc/groonga/source/community.txt
|
360
|
+
- vendor/local/share/doc/groonga/source/suggest/suggestion.txt
|
361
|
+
- vendor/local/share/doc/groonga/source/suggest/tutorial.txt
|
362
|
+
- vendor/local/share/doc/groonga/source/suggest/correction.txt
|
363
|
+
- vendor/local/share/doc/groonga/source/suggest/completion.txt
|
364
|
+
- vendor/local/share/doc/groonga/source/suggest/introduction.txt
|
345
365
|
- vendor/local/share/doc/groonga/source/spec.txt
|
346
366
|
- vendor/local/share/doc/groonga/source/contribution/development/com.txt
|
347
367
|
- vendor/local/share/doc/groonga/source/contribution/development/document.txt
|
@@ -352,8 +372,9 @@ files:
|
|
352
372
|
- vendor/local/share/doc/groonga/source/contribution/development.txt
|
353
373
|
- vendor/local/share/doc/groonga/source/contribution/report.txt
|
354
374
|
- vendor/local/share/doc/groonga/source/contribution/documentation.txt
|
375
|
+
- vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt
|
355
376
|
- vendor/local/share/doc/groonga/source/executables/groonga.txt
|
356
|
-
- vendor/local/share/doc/groonga/source/executables/http.txt
|
377
|
+
- vendor/local/share/doc/groonga/source/executables/groonga-http.txt
|
357
378
|
- vendor/local/share/doc/groonga/source/executables/grnslap.txt
|
358
379
|
- vendor/local/share/doc/groonga/source/executables/grntest.txt
|
359
380
|
- vendor/local/share/doc/groonga/source/textile.py
|
@@ -368,6 +389,7 @@ files:
|
|
368
389
|
- vendor/local/share/doc/groonga/source/__init__.py
|
369
390
|
- vendor/local/share/doc/groonga/source/expr.txt
|
370
391
|
- vendor/local/share/doc/groonga/source/type.txt
|
392
|
+
- vendor/local/share/doc/groonga/ja/html/log.html
|
371
393
|
- vendor/local/share/doc/groonga/ja/html/commands/dump.html
|
372
394
|
- vendor/local/share/doc/groonga/ja/html/commands/defrag.html
|
373
395
|
- vendor/local/share/doc/groonga/ja/html/commands/column_create.html
|
@@ -422,7 +444,13 @@ files:
|
|
422
444
|
- vendor/local/share/doc/groonga/ja/html/functions/rand.html
|
423
445
|
- vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html
|
424
446
|
- vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html
|
447
|
+
- vendor/local/share/doc/groonga/ja/html/suggest.html
|
425
448
|
- vendor/local/share/doc/groonga/ja/html/characteristic.html
|
449
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/introduction.html
|
450
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/correction.html
|
451
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html
|
452
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/completion.html
|
453
|
+
- vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html
|
426
454
|
- vendor/local/share/doc/groonga/ja/html/contribution/development.html
|
427
455
|
- vendor/local/share/doc/groonga/ja/html/contribution/development/query.html
|
428
456
|
- vendor/local/share/doc/groonga/ja/html/contribution/development/test.html
|
@@ -433,10 +461,11 @@ files:
|
|
433
461
|
- vendor/local/share/doc/groonga/ja/html/contribution/documentation.html
|
434
462
|
- vendor/local/share/doc/groonga/ja/html/contribution/report.html
|
435
463
|
- vendor/local/share/doc/groonga/ja/html/search.html
|
464
|
+
- vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html
|
436
465
|
- vendor/local/share/doc/groonga/ja/html/executables/groonga.html
|
437
466
|
- vendor/local/share/doc/groonga/ja/html/executables/grnslap.html
|
438
467
|
- vendor/local/share/doc/groonga/ja/html/executables/grntest.html
|
439
|
-
- vendor/local/share/doc/groonga/ja/html/executables/http.html
|
468
|
+
- vendor/local/share/doc/groonga/ja/html/executables/groonga-http.html
|
440
469
|
- vendor/local/share/doc/groonga/ja/html/news/1.0.x.html
|
441
470
|
- vendor/local/share/doc/groonga/ja/html/news/0.x.html
|
442
471
|
- vendor/local/share/doc/groonga/ja/html/news/1.1.x.html
|
@@ -490,6 +519,7 @@ files:
|
|
490
519
|
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial02.txt
|
491
520
|
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial06.txt
|
492
521
|
- vendor/local/share/doc/groonga/ja/html/_sources/news.txt
|
522
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt
|
493
523
|
- vendor/local/share/doc/groonga/ja/html/_sources/install.txt
|
494
524
|
- vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt
|
495
525
|
- vendor/local/share/doc/groonga/ja/html/_sources/functions/edit_distance.txt
|
@@ -498,7 +528,13 @@ files:
|
|
498
528
|
- vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_circle.txt
|
499
529
|
- vendor/local/share/doc/groonga/ja/html/_sources/functions/geo_in_rectangle.txt
|
500
530
|
- vendor/local/share/doc/groonga/ja/html/_sources/functions/rand.txt
|
531
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/log.txt
|
501
532
|
- vendor/local/share/doc/groonga/ja/html/_sources/community.txt
|
533
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt
|
534
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt
|
535
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt
|
536
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt
|
537
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt
|
502
538
|
- vendor/local/share/doc/groonga/ja/html/_sources/spec.txt
|
503
539
|
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt
|
504
540
|
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt
|
@@ -509,8 +545,9 @@ files:
|
|
509
545
|
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt
|
510
546
|
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt
|
511
547
|
- vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt
|
548
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt
|
512
549
|
- vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga.txt
|
513
|
-
- vendor/local/share/doc/groonga/ja/html/_sources/executables/http.txt
|
550
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-http.txt
|
514
551
|
- vendor/local/share/doc/groonga/ja/html/_sources/executables/grnslap.txt
|
515
552
|
- vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt
|
516
553
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt
|
@@ -552,6 +589,7 @@ files:
|
|
552
589
|
- vendor/local/share/doc/groonga/ja/html/_static/groonga.css
|
553
590
|
- vendor/local/share/doc/groonga/ja/html/_static/up.png
|
554
591
|
- vendor/local/share/doc/groonga/ja/html/_static/pygments.css
|
592
|
+
- vendor/local/share/doc/groonga/en/html/log.html
|
555
593
|
- vendor/local/share/doc/groonga/en/html/commands/dump.html
|
556
594
|
- vendor/local/share/doc/groonga/en/html/commands/defrag.html
|
557
595
|
- vendor/local/share/doc/groonga/en/html/commands/column_create.html
|
@@ -606,7 +644,13 @@ files:
|
|
606
644
|
- vendor/local/share/doc/groonga/en/html/functions/rand.html
|
607
645
|
- vendor/local/share/doc/groonga/en/html/functions/edit_distance.html
|
608
646
|
- vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html
|
647
|
+
- vendor/local/share/doc/groonga/en/html/suggest.html
|
609
648
|
- vendor/local/share/doc/groonga/en/html/characteristic.html
|
649
|
+
- vendor/local/share/doc/groonga/en/html/suggest/introduction.html
|
650
|
+
- vendor/local/share/doc/groonga/en/html/suggest/correction.html
|
651
|
+
- vendor/local/share/doc/groonga/en/html/suggest/suggestion.html
|
652
|
+
- vendor/local/share/doc/groonga/en/html/suggest/completion.html
|
653
|
+
- vendor/local/share/doc/groonga/en/html/suggest/tutorial.html
|
610
654
|
- vendor/local/share/doc/groonga/en/html/contribution/development.html
|
611
655
|
- vendor/local/share/doc/groonga/en/html/contribution/development/query.html
|
612
656
|
- vendor/local/share/doc/groonga/en/html/contribution/development/test.html
|
@@ -617,10 +661,11 @@ files:
|
|
617
661
|
- vendor/local/share/doc/groonga/en/html/contribution/documentation.html
|
618
662
|
- vendor/local/share/doc/groonga/en/html/contribution/report.html
|
619
663
|
- vendor/local/share/doc/groonga/en/html/search.html
|
664
|
+
- vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html
|
620
665
|
- vendor/local/share/doc/groonga/en/html/executables/groonga.html
|
621
666
|
- vendor/local/share/doc/groonga/en/html/executables/grnslap.html
|
622
667
|
- vendor/local/share/doc/groonga/en/html/executables/grntest.html
|
623
|
-
- vendor/local/share/doc/groonga/en/html/executables/http.html
|
668
|
+
- vendor/local/share/doc/groonga/en/html/executables/groonga-http.html
|
624
669
|
- vendor/local/share/doc/groonga/en/html/news/1.0.x.html
|
625
670
|
- vendor/local/share/doc/groonga/en/html/news/0.x.html
|
626
671
|
- vendor/local/share/doc/groonga/en/html/news/1.1.x.html
|
@@ -674,6 +719,7 @@ files:
|
|
674
719
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial02.txt
|
675
720
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial06.txt
|
676
721
|
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
722
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest.txt
|
677
723
|
- vendor/local/share/doc/groonga/en/html/_sources/install.txt
|
678
724
|
- vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt
|
679
725
|
- vendor/local/share/doc/groonga/en/html/_sources/functions/edit_distance.txt
|
@@ -682,7 +728,13 @@ files:
|
|
682
728
|
- vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_circle.txt
|
683
729
|
- vendor/local/share/doc/groonga/en/html/_sources/functions/geo_in_rectangle.txt
|
684
730
|
- vendor/local/share/doc/groonga/en/html/_sources/functions/rand.txt
|
731
|
+
- vendor/local/share/doc/groonga/en/html/_sources/log.txt
|
685
732
|
- vendor/local/share/doc/groonga/en/html/_sources/community.txt
|
733
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt
|
734
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt
|
735
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt
|
736
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt
|
737
|
+
- vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt
|
686
738
|
- vendor/local/share/doc/groonga/en/html/_sources/spec.txt
|
687
739
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt
|
688
740
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt
|
@@ -693,8 +745,9 @@ files:
|
|
693
745
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt
|
694
746
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt
|
695
747
|
- vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt
|
748
|
+
- vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt
|
696
749
|
- vendor/local/share/doc/groonga/en/html/_sources/executables/groonga.txt
|
697
|
-
- vendor/local/share/doc/groonga/en/html/_sources/executables/http.txt
|
750
|
+
- vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-http.txt
|
698
751
|
- vendor/local/share/doc/groonga/en/html/_sources/executables/grnslap.txt
|
699
752
|
- vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt
|
700
753
|
- vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt
|