rroonga 3.0.1-x86-mingw32 → 3.0.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +21 -0
- data/ext/groonga/rb-grn-index-column.c +353 -1
- data/ext/groonga/rb-grn-object.c +529 -495
- data/ext/groonga/rb-grn-table.c +48 -0
- data/ext/groonga/rb-grn-utils.c +585 -418
- data/ext/groonga/rb-grn.h +6 -4
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga/dumper.rb +25 -8
- data/lib/groonga/record.rb +21 -2
- data/lib/groonga/schema.rb +2 -2
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +2 -0
- data/test/test-database-dumper.rb +45 -3
- data/test/test-expression-builder.rb +0 -13
- data/test/test-fix-size-column.rb +40 -9
- data/test/test-index-column.rb +130 -1
- data/test/test-record.rb +43 -8
- data/test/test-schema-create-table.rb +2 -2
- data/test/test-schema-dumper.rb +46 -6
- data/test/test-table.rb +4 -3
- data/test/test-variable-size-column.rb +115 -26
- 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.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +1 -9
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- 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 +1 -1
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +1 -1
- 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 +1 -1
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- 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/libmsgpack.la +1 -1
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +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/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +43 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -21
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +51 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +49 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +8 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +196 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +16 -0
- data/vendor/local/share/doc/groonga/en/html/_static/pygments.css +2 -2
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.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 +13 -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/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +22 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +19 -14
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +48 -12
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +16 -60
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -25
- data/vendor/local/share/doc/groonga/en/html/install.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/limitations.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 +187 -129
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +198 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +31 -6
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +18 -11
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +310 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +20 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference.html +12 -7
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +43 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -21
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +51 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +49 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +8 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +196 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +16 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/pygments.css +2 -2
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.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 +17 -9
- 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/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +31 -7
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +19 -14
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +44 -12
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +16 -56
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -25
- data/vendor/local/share/doc/groonga/ja/html/install.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/limitations.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 +178 -129
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +195 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +31 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +17 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +311 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +20 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference.html +12 -7
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +3227 -197
- data/vendor/local/share/man/man1/groonga.1 +3230 -195
- metadata +131 -123
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: 3.0.
|
4
|
+
version: 3.0.2
|
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: 2013-05-
|
16
|
+
date: 2013-05-29 00:00:00.000000000 Z
|
17
17
|
dependencies:
|
18
18
|
- !ruby/object:Gem::Dependency
|
19
19
|
name: pkg-config
|
@@ -205,136 +205,136 @@ email:
|
|
205
205
|
- y.hayamizu@gmail.com
|
206
206
|
- dara@shidara.net
|
207
207
|
executables:
|
208
|
-
- groonga-index-dump
|
209
208
|
- grntest-log-analyze
|
209
|
+
- groonga-index-dump
|
210
210
|
- grndump
|
211
211
|
extensions: []
|
212
212
|
extra_rdoc_files:
|
213
213
|
- README.textile
|
214
214
|
files:
|
215
|
-
- doc/text/news.textile
|
216
215
|
- doc/text/tutorial.textile
|
216
|
+
- doc/text/news.textile
|
217
217
|
- rroonga.gemspec
|
218
218
|
- rroonga-build.rb
|
219
219
|
- extconf.rb
|
220
|
-
- lib/groonga
|
221
|
-
- lib/groonga/database.rb
|
220
|
+
- lib/groonga.rb
|
222
221
|
- lib/groonga/geo-point.rb
|
223
|
-
- lib/groonga/
|
224
|
-
- lib/groonga/
|
222
|
+
- lib/groonga/logger.rb
|
223
|
+
- lib/groonga/record.rb
|
225
224
|
- lib/groonga/index-column.rb
|
226
225
|
- lib/groonga/view-record.rb
|
227
|
-
- lib/groonga/
|
226
|
+
- lib/groonga/context.rb
|
228
227
|
- lib/groonga/grntest-log.rb
|
228
|
+
- lib/groonga/pagination.rb
|
229
|
+
- lib/groonga/database.rb
|
230
|
+
- lib/groonga/schema.rb
|
229
231
|
- lib/groonga/command.rb
|
230
|
-
- lib/groonga/dumper.rb
|
231
232
|
- lib/groonga/posting.rb
|
232
|
-
- lib/groonga/
|
233
|
-
- lib/groonga/context.rb
|
234
|
-
- lib/groonga/record.rb
|
233
|
+
- lib/groonga/patricia-trie.rb
|
235
234
|
- lib/groonga/expression-builder.rb
|
236
|
-
- lib/groonga/
|
237
|
-
- lib/groonga.rb
|
238
|
-
-
|
239
|
-
- benchmark/repeat-load.rb
|
240
|
-
- benchmark/read-write-many-small-items.rb
|
235
|
+
- lib/groonga/dumper.rb
|
236
|
+
- lib/groonga/query-logger.rb
|
237
|
+
- lib/groonga/expression-builder-19.rb
|
241
238
|
- benchmark/create-wikipedia-database.rb
|
239
|
+
- benchmark/common.rb
|
242
240
|
- benchmark/write-many-small-items.rb
|
241
|
+
- benchmark/read-write-many-small-items.rb
|
243
242
|
- benchmark/select.rb
|
243
|
+
- benchmark/repeat-load.rb
|
244
244
|
- misc/grnop2ruby.rb
|
245
245
|
- example/index-html.rb
|
246
246
|
- example/bookmark.rb
|
247
|
-
- ext/groonga/rb-grn-
|
248
|
-
- ext/groonga/rb-grn-column.c
|
249
|
-
- ext/groonga/rb-grn-index-column.c
|
250
|
-
- ext/groonga/rb-grn-encoding-support.c
|
251
|
-
- ext/groonga/rb-grn-variable.c
|
252
|
-
- ext/groonga/rb-grn-table.c
|
247
|
+
- ext/groonga/rb-grn-exception.c
|
253
248
|
- ext/groonga/rb-grn-hash-cursor.c
|
254
|
-
- ext/groonga/rb-grn-table-cursor-key-support.c
|
255
|
-
- ext/groonga/rb-grn-object.c
|
256
|
-
- ext/groonga/rb-grn-double-array-trie.c
|
257
|
-
- ext/groonga/rb-grn-table-key-support.c
|
258
|
-
- ext/groonga/rb-grn-array.c
|
259
|
-
- ext/groonga/rb-grn-patricia-trie.c
|
260
|
-
- ext/groonga/rb-grn-double-array-trie-cursor.c
|
261
|
-
- ext/groonga/rb-grn-utils.c
|
262
249
|
- ext/groonga/rb-grn-record.c
|
250
|
+
- ext/groonga/rb-grn-variable.c
|
251
|
+
- ext/groonga/rb-grn-table-cursor-key-support.c
|
263
252
|
- ext/groonga/rb-grn-normalizer.c
|
264
|
-
- ext/groonga/rb-
|
265
|
-
- ext/groonga/rb-grn-
|
253
|
+
- ext/groonga/rb-grn-fix-size-column.c
|
254
|
+
- ext/groonga/rb-grn-context.c
|
255
|
+
- ext/groonga/rb-grn-plugin.c
|
256
|
+
- ext/groonga/rb-grn-hash.c
|
266
257
|
- ext/groonga/rb-grn-variable-size-column.c
|
267
|
-
- ext/groonga/rb-grn-
|
268
|
-
- ext/groonga/rb-grn-geo-point.c
|
269
|
-
- ext/groonga/rb-grn-expression-builder.c
|
258
|
+
- ext/groonga/rb-grn-index-column.c
|
270
259
|
- ext/groonga/rb-grn-operator.c
|
271
|
-
- ext/groonga/rb-grn-
|
272
|
-
- ext/groonga/rb-grn-
|
273
|
-
- ext/groonga/rb-grn-type.c
|
260
|
+
- ext/groonga/rb-grn-table-key-support.c
|
261
|
+
- ext/groonga/rb-grn-patricia-trie.c
|
274
262
|
- ext/groonga/rb-grn-table-cursor.c
|
275
|
-
- ext/groonga/rb-grn-
|
276
|
-
- ext/groonga/rb-grn-
|
277
|
-
- ext/groonga/rb-grn-
|
278
|
-
- ext/groonga/rb-grn-
|
263
|
+
- ext/groonga/rb-grn-object.c
|
264
|
+
- ext/groonga/rb-grn-table.c
|
265
|
+
- ext/groonga/rb-grn-procedure.c
|
266
|
+
- ext/groonga/rb-grn-snippet.c
|
267
|
+
- ext/groonga/rb-grn-encoding-support.c
|
279
268
|
- ext/groonga/rb-grn-patricia-trie-cursor.c
|
269
|
+
- ext/groonga/rb-grn-array.c
|
270
|
+
- ext/groonga/rb-grn-database.c
|
271
|
+
- ext/groonga/rb-grn-query-logger.c
|
272
|
+
- ext/groonga/rb-grn-column.c
|
280
273
|
- ext/groonga/rb-grn-index-cursor.c
|
274
|
+
- ext/groonga/rb-grn-type.c
|
281
275
|
- ext/groonga/rb-grn-accessor.c
|
282
|
-
- ext/groonga/rb-grn-
|
283
|
-
- ext/groonga/rb-grn-query-logger.c
|
276
|
+
- ext/groonga/rb-grn-double-array-trie-cursor.c
|
284
277
|
- ext/groonga/rb-grn-posting.c
|
278
|
+
- ext/groonga/rb-groonga.c
|
279
|
+
- ext/groonga/rb-grn-geo-point.c
|
280
|
+
- ext/groonga/rb-grn-array-cursor.c
|
281
|
+
- ext/groonga/rb-grn-utils.c
|
282
|
+
- ext/groonga/rb-grn-logger.c
|
285
283
|
- ext/groonga/rb-grn-expression.c
|
286
|
-
- ext/groonga/rb-grn-
|
284
|
+
- ext/groonga/rb-grn-encoding.c
|
285
|
+
- ext/groonga/rb-grn-expression-builder.c
|
286
|
+
- ext/groonga/rb-grn-double-array-trie.c
|
287
287
|
- ext/groonga/rb-grn.h
|
288
288
|
- ext/groonga/extconf.rb
|
289
289
|
- ext/groonga/groonga.def
|
290
|
-
- test/test-normalizer.rb
|
291
|
-
- test/test-schema.rb
|
292
|
-
- test/test-vector-column.rb
|
293
|
-
- test/test-schema-dumper.rb
|
294
|
-
- test/run-test.rb
|
295
|
-
- test/test-procedure.rb
|
296
|
-
- test/test-hash.rb
|
297
|
-
- test/test-expression.rb
|
298
|
-
- test/test-version.rb
|
299
290
|
- test/test-remote.rb
|
300
|
-
- test/test-
|
301
|
-
- test/test-expression-builder.rb
|
302
|
-
- test/test-encoding.rb
|
303
|
-
- test/test-snippet.rb
|
304
|
-
- test/test-index-cursor.rb
|
305
|
-
- test/test-type.rb
|
306
|
-
- test/test-table-dumper.rb
|
307
|
-
- test/test-table-traverse.rb
|
308
|
-
- test/test-table.rb
|
309
|
-
- test/test-pagination.rb
|
310
|
-
- test/groonga-test-utils.rb
|
311
|
-
- test/test-logger.rb
|
312
|
-
- test/test-context.rb
|
313
|
-
- test/test-table-select-weight.rb
|
314
|
-
- test/test-exception.rb
|
315
|
-
- test/test-table-select-normalize.rb
|
316
|
-
- test/test-command-select.rb
|
317
|
-
- test/test-gqtp.rb
|
291
|
+
- test/test-accessor.rb
|
318
292
|
- test/test-database-dumper.rb
|
319
293
|
- test/test-index-column.rb
|
320
|
-
- test/test-
|
321
|
-
- test/test-
|
294
|
+
- test/groonga-test-utils.rb
|
295
|
+
- test/test-pagination.rb
|
296
|
+
- test/test-table.rb
|
322
297
|
- test/test-variable-size-column.rb
|
298
|
+
- test/test-plugin.rb
|
299
|
+
- test/test-hash.rb
|
300
|
+
- test/test-table-traverse.rb
|
301
|
+
- test/test-encoding.rb
|
323
302
|
- test/test-schema-create-table.rb
|
324
|
-
- test/test-
|
325
|
-
- test/test-
|
326
|
-
- test/test-schema-type.rb
|
327
|
-
- test/test-table-select.rb
|
303
|
+
- test/test-type.rb
|
304
|
+
- test/test-database.rb
|
328
305
|
- test/test-variable.rb
|
329
|
-
- test/test-
|
306
|
+
- test/test-table-select.rb
|
330
307
|
- test/test-patricia-trie.rb
|
308
|
+
- test/test-geo-point.rb
|
309
|
+
- test/test-expression-builder.rb
|
310
|
+
- test/test-logger.rb
|
311
|
+
- test/test-array.rb
|
312
|
+
- test/test-record.rb
|
313
|
+
- test/test-column.rb
|
314
|
+
- test/test-fix-size-column.rb
|
315
|
+
- test/run-test.rb
|
316
|
+
- test/test-procedure.rb
|
317
|
+
- test/test-table-dumper.rb
|
318
|
+
- test/test-schema.rb
|
331
319
|
- test/test-table-select-mecab.rb
|
332
|
-
- test/test-
|
333
|
-
- test/test-
|
320
|
+
- test/test-command-select.rb
|
321
|
+
- test/test-table-select-normalize.rb
|
322
|
+
- test/test-expression.rb
|
323
|
+
- test/test-normalizer.rb
|
324
|
+
- test/test-vector-column.rb
|
325
|
+
- test/test-version.rb
|
326
|
+
- test/test-index-cursor.rb
|
334
327
|
- test/test-double-array-trie.rb
|
335
|
-
- test/test-
|
336
|
-
-
|
328
|
+
- test/test-exception.rb
|
329
|
+
- test/test-schema-dumper.rb
|
330
|
+
- test/test-schema-type.rb
|
331
|
+
- test/test-table-select-weight.rb
|
332
|
+
- test/test-gqtp.rb
|
333
|
+
- test/test-context.rb
|
334
|
+
- test/test-snippet.rb
|
335
|
+
- test/test-table-offset-and-limit.rb
|
337
336
|
- bin/grntest-log-analyze
|
337
|
+
- bin/groonga-index-dump
|
338
338
|
- bin/grndump
|
339
339
|
- README.textile
|
340
340
|
- lib/1.9/groonga.so
|
@@ -470,6 +470,7 @@ files:
|
|
470
470
|
- vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt
|
471
471
|
- vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt
|
472
472
|
- vendor/local/share/doc/groonga/en/html/_sources/news.txt
|
473
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt
|
473
474
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt
|
474
475
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt
|
475
476
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt
|
@@ -502,6 +503,7 @@ files:
|
|
502
503
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt
|
503
504
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt
|
504
505
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt
|
506
|
+
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt
|
505
507
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt
|
506
508
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt
|
507
509
|
- vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt
|
@@ -628,6 +630,7 @@ files:
|
|
628
630
|
- vendor/local/share/doc/groonga/en/html/news/senna.html
|
629
631
|
- vendor/local/share/doc/groonga/en/html/news.html
|
630
632
|
- vendor/local/share/doc/groonga/en/html/objects.inv
|
633
|
+
- vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html
|
631
634
|
- vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html
|
632
635
|
- vendor/local/share/doc/groonga/en/html/reference/api.html
|
633
636
|
- vendor/local/share/doc/groonga/en/html/reference/cast.html
|
@@ -660,6 +663,7 @@ files:
|
|
660
663
|
- vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html
|
661
664
|
- vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html
|
662
665
|
- vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html
|
666
|
+
- vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html
|
663
667
|
- vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html
|
664
668
|
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html
|
665
669
|
- vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html
|
@@ -763,6 +767,7 @@ files:
|
|
763
767
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt
|
764
768
|
- vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt
|
765
769
|
- vendor/local/share/doc/groonga/ja/html/_sources/news.txt
|
770
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt
|
766
771
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt
|
767
772
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt
|
768
773
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt
|
@@ -795,6 +800,7 @@ files:
|
|
795
800
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt
|
796
801
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt
|
797
802
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt
|
803
|
+
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt
|
798
804
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt
|
799
805
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt
|
800
806
|
- vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt
|
@@ -921,6 +927,7 @@ files:
|
|
921
927
|
- vendor/local/share/doc/groonga/ja/html/news/senna.html
|
922
928
|
- vendor/local/share/doc/groonga/ja/html/news.html
|
923
929
|
- vendor/local/share/doc/groonga/ja/html/objects.inv
|
930
|
+
- vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html
|
924
931
|
- vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html
|
925
932
|
- vendor/local/share/doc/groonga/ja/html/reference/api.html
|
926
933
|
- vendor/local/share/doc/groonga/ja/html/reference/cast.html
|
@@ -953,6 +960,7 @@ files:
|
|
953
960
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html
|
954
961
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html
|
955
962
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html
|
963
|
+
- vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html
|
956
964
|
- vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html
|
957
965
|
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html
|
958
966
|
- vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html
|
@@ -1169,7 +1177,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1169
1177
|
requirements:
|
1170
1178
|
- - ! '>='
|
1171
1179
|
- !ruby/object:Gem::Version
|
1172
|
-
version:
|
1180
|
+
version: 1.9.3
|
1173
1181
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1174
1182
|
none: false
|
1175
1183
|
requirements:
|
@@ -1184,49 +1192,49 @@ specification_version: 3
|
|
1184
1192
|
summary: Ruby bindings for groonga that provide full text search and column store
|
1185
1193
|
features.
|
1186
1194
|
test_files:
|
1187
|
-
- test/test-normalizer.rb
|
1188
|
-
- test/test-schema.rb
|
1189
|
-
- test/test-vector-column.rb
|
1190
|
-
- test/test-schema-dumper.rb
|
1191
|
-
- test/run-test.rb
|
1192
|
-
- test/test-procedure.rb
|
1193
|
-
- test/test-hash.rb
|
1194
|
-
- test/test-expression.rb
|
1195
|
-
- test/test-version.rb
|
1196
1195
|
- test/test-remote.rb
|
1197
|
-
- test/test-
|
1198
|
-
- test/test-expression-builder.rb
|
1199
|
-
- test/test-encoding.rb
|
1200
|
-
- test/test-snippet.rb
|
1201
|
-
- test/test-index-cursor.rb
|
1202
|
-
- test/test-type.rb
|
1203
|
-
- test/test-table-dumper.rb
|
1204
|
-
- test/test-table-traverse.rb
|
1205
|
-
- test/test-table.rb
|
1206
|
-
- test/test-pagination.rb
|
1207
|
-
- test/groonga-test-utils.rb
|
1208
|
-
- test/test-logger.rb
|
1209
|
-
- test/test-context.rb
|
1210
|
-
- test/test-table-select-weight.rb
|
1211
|
-
- test/test-exception.rb
|
1212
|
-
- test/test-table-select-normalize.rb
|
1213
|
-
- test/test-command-select.rb
|
1214
|
-
- test/test-gqtp.rb
|
1196
|
+
- test/test-accessor.rb
|
1215
1197
|
- test/test-database-dumper.rb
|
1216
1198
|
- test/test-index-column.rb
|
1217
|
-
- test/test-
|
1218
|
-
- test/test-
|
1199
|
+
- test/groonga-test-utils.rb
|
1200
|
+
- test/test-pagination.rb
|
1201
|
+
- test/test-table.rb
|
1219
1202
|
- test/test-variable-size-column.rb
|
1203
|
+
- test/test-plugin.rb
|
1204
|
+
- test/test-hash.rb
|
1205
|
+
- test/test-table-traverse.rb
|
1206
|
+
- test/test-encoding.rb
|
1220
1207
|
- test/test-schema-create-table.rb
|
1221
|
-
- test/test-
|
1222
|
-
- test/test-
|
1223
|
-
- test/test-schema-type.rb
|
1224
|
-
- test/test-table-select.rb
|
1208
|
+
- test/test-type.rb
|
1209
|
+
- test/test-database.rb
|
1225
1210
|
- test/test-variable.rb
|
1226
|
-
- test/test-
|
1211
|
+
- test/test-table-select.rb
|
1227
1212
|
- test/test-patricia-trie.rb
|
1213
|
+
- test/test-geo-point.rb
|
1214
|
+
- test/test-expression-builder.rb
|
1215
|
+
- test/test-logger.rb
|
1216
|
+
- test/test-array.rb
|
1217
|
+
- test/test-record.rb
|
1218
|
+
- test/test-column.rb
|
1219
|
+
- test/test-fix-size-column.rb
|
1220
|
+
- test/run-test.rb
|
1221
|
+
- test/test-procedure.rb
|
1222
|
+
- test/test-table-dumper.rb
|
1223
|
+
- test/test-schema.rb
|
1228
1224
|
- test/test-table-select-mecab.rb
|
1229
|
-
- test/test-
|
1230
|
-
- test/test-
|
1225
|
+
- test/test-command-select.rb
|
1226
|
+
- test/test-table-select-normalize.rb
|
1227
|
+
- test/test-expression.rb
|
1228
|
+
- test/test-normalizer.rb
|
1229
|
+
- test/test-vector-column.rb
|
1230
|
+
- test/test-version.rb
|
1231
|
+
- test/test-index-cursor.rb
|
1231
1232
|
- test/test-double-array-trie.rb
|
1232
|
-
- test/test-
|
1233
|
+
- test/test-exception.rb
|
1234
|
+
- test/test-schema-dumper.rb
|
1235
|
+
- test/test-schema-type.rb
|
1236
|
+
- test/test-table-select-weight.rb
|
1237
|
+
- test/test-gqtp.rb
|
1238
|
+
- test/test-context.rb
|
1239
|
+
- test/test-snippet.rb
|
1240
|
+
- test/test-table-offset-and-limit.rb
|