rroonga 2.1.3-x86-mingw32 → 3.0.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/grndump +1 -1
- data/doc/text/news.textile +22 -4
- data/ext/groonga/rb-grn-accessor.c +1 -1
- data/ext/groonga/rb-grn-array-cursor.c +1 -1
- data/ext/groonga/rb-grn-array.c +218 -2
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +1 -1
- data/ext/groonga/rb-grn-database.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-double-array-trie.c +1 -1
- data/ext/groonga/rb-grn-encoding-support.c +1 -1
- data/ext/groonga/rb-grn-encoding.c +1 -1
- data/ext/groonga/rb-grn-exception.c +1 -1
- data/ext/groonga/rb-grn-expression-builder.c +1 -1
- data/ext/groonga/rb-grn-expression.c +1 -1
- data/ext/groonga/rb-grn-fix-size-column.c +1 -1
- data/ext/groonga/rb-grn-geo-point.c +1 -1
- data/ext/groonga/rb-grn-hash-cursor.c +1 -1
- data/ext/groonga/rb-grn-hash.c +1 -1
- data/ext/groonga/rb-grn-index-column.c +1 -1
- data/ext/groonga/rb-grn-index-cursor.c +1 -1
- data/ext/groonga/rb-grn-logger.c +1 -1
- data/ext/groonga/rb-grn-normalizer.c +1 -1
- data/ext/groonga/rb-grn-object.c +7 -7
- data/ext/groonga/rb-grn-operator.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie-cursor.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-posting.c +1 -1
- data/ext/groonga/rb-grn-procedure.c +1 -1
- data/ext/groonga/rb-grn-record.c +1 -1
- data/ext/groonga/rb-grn-snippet.c +1 -1
- data/ext/groonga/rb-grn-table-cursor-key-support.c +1 -1
- data/ext/groonga/rb-grn-table-cursor.c +1 -1
- data/ext/groonga/rb-grn-table-key-support.c +1 -1
- data/ext/groonga/rb-grn-table.c +1 -1
- data/ext/groonga/rb-grn-type.c +1 -1
- data/ext/groonga/rb-grn-utils.c +1 -1
- data/ext/groonga/rb-grn-variable-size-column.c +1 -1
- data/ext/groonga/rb-grn-variable.c +1 -1
- data/ext/groonga/rb-grn.h +4 -4
- data/ext/groonga/rb-groonga.c +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga/context.rb +93 -13
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +2 -1
- data/test/test-array.rb +86 -2
- data/test/test-context.rb +22 -2
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +16 -8
- data/vendor/local/include/groonga/groonga/nfkc.h +32 -0
- data/vendor/local/include/groonga/groonga/plugin.h +39 -21
- data/vendor/local/include/groonga/groonga/tokenizer.h +4 -0
- 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/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/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/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +12 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +20 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +28 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +12 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +8 -4
- 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 +36 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +112 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +79 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +51 -51
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +85 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +98 -89
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +73 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +124 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +24 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +5 -5
- 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.html +58 -57
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -16
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +18 -18
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +104 -95
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +138 -0
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
- 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/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.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/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 +36 -30
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +23 -9
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +30 -9
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +16 -9
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -13
- 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 +37 -9
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +251 -120
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +28 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +25 -22
- 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/commands/cache_limit.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +71 -87
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +8 -9
- 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 +13 -14
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +321 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +35 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +70 -69
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -35
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +37 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +218 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +294 -288
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +38 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +33 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +268 -0
- 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.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 +6 -6
- 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 +11 -9
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +292 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.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/indexing.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +32 -7
- 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.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/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.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/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/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.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/suggest.html +5 -5
- 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/troubleshooting.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/tutorial.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 +9 -9
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +12 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +20 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +28 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +12 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +8 -4
- 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 +36 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +112 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +79 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +51 -51
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +85 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +98 -89
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +73 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +124 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +24 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +5 -5
- 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.html +58 -57
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -16
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +18 -18
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +104 -95
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +139 -0
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -9
- 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/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.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/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 +36 -30
- data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +19 -9
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +24 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +14 -9
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -13
- 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 +29 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +225 -124
- 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 +7 -7
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +28 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +25 -22
- 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/commands/cache_limit.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +71 -87
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +8 -9
- 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 +13 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +321 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +35 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +56 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +37 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +213 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +235 -229
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +38 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +33 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +268 -0
- 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.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 +11 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +291 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +7 -7
- 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/indexing.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +30 -7
- 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.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/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.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/http/comparison.html +9 -9
- 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/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.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/suggest.html +5 -5
- 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/troubleshooting.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/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +1231 -420
- data/vendor/local/share/man/man1/groonga.1 +1370 -521
- metadata +1025 -998
- data/lib/1.8/groonga.so +0 -0
@@ -0,0 +1,138 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
|
5
|
+
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
7
|
+
<head>
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
+
|
10
|
+
<title>13.2.1. Repository — groonga v3.0.2 documentation</title>
|
11
|
+
|
12
|
+
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: '../../',
|
18
|
+
VERSION: '3.0.2',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
|
+
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
|
29
|
+
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
30
|
+
<link rel="next" title="13.2.2. groonga 通信アーキテクチャ" href="com.html" />
|
31
|
+
<link rel="prev" title="13.2. groonga開発者向け情報" href="../development.html" />
|
32
|
+
</head>
|
33
|
+
<body>
|
34
|
+
<div class="header">
|
35
|
+
<h1 class="title">
|
36
|
+
<a id="top-link" href="../../index.html">
|
37
|
+
<span class="project">groonga</span>
|
38
|
+
<span class="separator">-</span>
|
39
|
+
<span class="description">An open-source fulltext search engine and column store.</span>
|
40
|
+
</a>
|
41
|
+
</h1>
|
42
|
+
|
43
|
+
<div class="other-language-links">
|
44
|
+
<ul>
|
45
|
+
<li><a href="../../../../ja/html/contribution/development/repository.html"><img src="../../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
|
46
|
+
</ul>
|
47
|
+
</div>
|
48
|
+
</div>
|
49
|
+
|
50
|
+
|
51
|
+
<div class="related">
|
52
|
+
<h3>Navigation</h3>
|
53
|
+
<ul>
|
54
|
+
<li class="right" style="margin-right: 10px">
|
55
|
+
<a href="../../genindex.html" title="General Index"
|
56
|
+
accesskey="I">index</a></li>
|
57
|
+
<li class="right" >
|
58
|
+
<a href="com.html" title="13.2.2. groonga 通信アーキテクチャ"
|
59
|
+
accesskey="N">next</a> |</li>
|
60
|
+
<li class="right" >
|
61
|
+
<a href="../development.html" title="13.2. groonga開発者向け情報"
|
62
|
+
accesskey="P">previous</a> |</li>
|
63
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
64
|
+
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
65
|
+
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
66
|
+
</ul>
|
67
|
+
</div>
|
68
|
+
|
69
|
+
<div class="document">
|
70
|
+
<div class="documentwrapper">
|
71
|
+
<div class="bodywrapper">
|
72
|
+
<div class="body">
|
73
|
+
|
74
|
+
<div class="section" id="repository">
|
75
|
+
<h1>13.2.1. Repository<a class="headerlink" href="#repository" title="Permalink to this headline">¶</a></h1>
|
76
|
+
<p>There is <a class="reference external" href="https://github.com/groonga/groonga">the repository of groonga on GitHub</a>. If you want to check-out groonga, type the below command:</p>
|
77
|
+
<div class="highlight-none"><div class="highlight"><pre>% git clone git://github.com/groonga/groonga.git
|
78
|
+
</pre></div>
|
79
|
+
</div>
|
80
|
+
<p>There is <a class="reference external" href="https://github.com/groonga">the list of related projects of groonga</a> (grntest, fluent-plugin-groonga and so on).</p>
|
81
|
+
</div>
|
82
|
+
|
83
|
+
|
84
|
+
</div>
|
85
|
+
</div>
|
86
|
+
</div>
|
87
|
+
<div class="sphinxsidebar">
|
88
|
+
<div class="sphinxsidebarwrapper">
|
89
|
+
<h4>Previous topic</h4>
|
90
|
+
<p class="topless"><a href="../development.html"
|
91
|
+
title="previous chapter">13.2. groonga開発者向け情報</a></p>
|
92
|
+
<h4>Next topic</h4>
|
93
|
+
<p class="topless"><a href="com.html"
|
94
|
+
title="next chapter">13.2.2. groonga 通信アーキテクチャ</a></p>
|
95
|
+
<h3>This Page</h3>
|
96
|
+
<ul class="this-page-menu">
|
97
|
+
<li><a href="../../_sources/contribution/development/repository.txt"
|
98
|
+
rel="nofollow">Show Source</a></li>
|
99
|
+
</ul>
|
100
|
+
<div id="searchbox" style="display: none">
|
101
|
+
<h3>Quick search</h3>
|
102
|
+
<form class="search" action="../../search.html" method="get">
|
103
|
+
<input type="text" name="q" />
|
104
|
+
<input type="submit" value="Go" />
|
105
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
106
|
+
<input type="hidden" name="area" value="default" />
|
107
|
+
</form>
|
108
|
+
<p class="searchtip" style="font-size: 90%">
|
109
|
+
Enter search terms or a module, class or function name.
|
110
|
+
</p>
|
111
|
+
</div>
|
112
|
+
<script type="text/javascript">$('#searchbox').show(0);</script>
|
113
|
+
</div>
|
114
|
+
</div>
|
115
|
+
<div class="clearer"></div>
|
116
|
+
</div>
|
117
|
+
<div class="related">
|
118
|
+
<h3>Navigation</h3>
|
119
|
+
<ul>
|
120
|
+
<li class="right" style="margin-right: 10px">
|
121
|
+
<a href="../../genindex.html" title="General Index"
|
122
|
+
>index</a></li>
|
123
|
+
<li class="right" >
|
124
|
+
<a href="com.html" title="13.2.2. groonga 通信アーキテクチャ"
|
125
|
+
>next</a> |</li>
|
126
|
+
<li class="right" >
|
127
|
+
<a href="../development.html" title="13.2. groonga開発者向け情報"
|
128
|
+
>previous</a> |</li>
|
129
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
130
|
+
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
131
|
+
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
132
|
+
</ul>
|
133
|
+
</div>
|
134
|
+
<div class="footer">
|
135
|
+
© Copyright 2009-2013, Brazil, Inc.
|
136
|
+
</div>
|
137
|
+
</body>
|
138
|
+
</html>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.2.
|
10
|
+
<title>13.2.7. テスト方法 — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
30
30
|
<link rel="next" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
31
|
-
<link rel="prev" title="13.2.
|
31
|
+
<link rel="prev" title="13.2.6. リリース手順" href="release.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -58,9 +58,9 @@
|
|
58
58
|
<a href="../documentation.html" title="13.3. How to contribute in documentation topics"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="release.html" title="13.2.
|
61
|
+
<a href="release.html" title="13.2.6. リリース手順"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">groonga
|
63
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
64
64
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
65
65
|
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
66
66
|
</ul>
|
@@ -72,30 +72,30 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="id1">
|
75
|
-
<h1>13.2.
|
75
|
+
<h1>13.2.7. テスト方法<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
|
76
76
|
<div class="section" id="id2">
|
77
|
-
<h2>13.2.
|
77
|
+
<h2>13.2.7.1. テスト環境の構築<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
78
78
|
<div class="section" id="cutter">
|
79
|
-
<h3>13.2.
|
79
|
+
<h3>13.2.7.1.1. Cutterのインストール<a class="headerlink" href="#cutter" title="Permalink to this headline">¶</a></h3>
|
80
80
|
<p>groongaは、テストのフレームワークとして <a class="reference external" href="http://cutter.sourceforge.net/">Cutter</a> を用いています。</p>
|
81
81
|
<p>Cutterのインストール方法は <a class="reference external" href="http://cutter.sourceforge.net/reference/ja/install.html">プラットフォーム毎のCutterのインストール方法</a> をご覧下さい。</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="lcov">
|
84
|
-
<h3>13.2.
|
84
|
+
<h3>13.2.7.1.2. lcovのインストール<a class="headerlink" href="#lcov" title="Permalink to this headline">¶</a></h3>
|
85
85
|
<p>カバレッジ情報を計測するためには、lcov 1.6以上が必要です。DebianやUbuntuでは以下のようにしてインストールできます。:</p>
|
86
86
|
<div class="highlight-none"><div class="highlight"><pre>% sudo aptitude install -y lcov
|
87
87
|
</pre></div>
|
88
88
|
</div>
|
89
89
|
</div>
|
90
90
|
<div class="section" id="clang">
|
91
|
-
<h3>13.2.
|
91
|
+
<h3>13.2.7.1.3. clangのインストール<a class="headerlink" href="#clang" title="Permalink to this headline">¶</a></h3>
|
92
92
|
<p>ソースコードの静的解析を行うためには、clang(scan-build)をインストールする必要があります。DebianやUbuntuでは以下のようにしてインストールできます。:</p>
|
93
93
|
<div class="highlight-none"><div class="highlight"><pre>% sudo aptitude install -y clang
|
94
94
|
</pre></div>
|
95
95
|
</div>
|
96
96
|
</div>
|
97
97
|
<div class="section" id="libmemcached">
|
98
|
-
<h3>13.2.
|
98
|
+
<h3>13.2.7.1.4. libmemcachedのインストール<a class="headerlink" href="#libmemcached" title="Permalink to this headline">¶</a></h3>
|
99
99
|
<p>memcachedのバイナリプロトコルのテストを動作させるためには、libmemcachedの導入が必要です。squeeze以降のDebianやKarmic以降のUubntuでは以下の用にしてインストールできます。:</p>
|
100
100
|
<div class="highlight-none"><div class="highlight"><pre>% sudo aptitude install -y libmemcached-dev
|
101
101
|
</pre></div>
|
@@ -103,14 +103,14 @@
|
|
103
103
|
</div>
|
104
104
|
</div>
|
105
105
|
<div class="section" id="id5">
|
106
|
-
<h2>13.2.
|
106
|
+
<h2>13.2.7.2. テストの動作<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
|
107
107
|
<p>groongaのトップディレクトリで、以下のコマンドを実行します。:</p>
|
108
108
|
<div class="highlight-none"><div class="highlight"><pre>make check
|
109
109
|
</pre></div>
|
110
110
|
</div>
|
111
111
|
</div>
|
112
112
|
<div class="section" id="id6">
|
113
|
-
<h2>13.2.
|
113
|
+
<h2>13.2.7.3. カバレッジ情報<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
114
114
|
<p>groongaのトップディレクトリで、以下のコマンドを実行します。:</p>
|
115
115
|
<div class="highlight-none"><div class="highlight"><pre>make coverage
|
116
116
|
</pre></div>
|
@@ -120,10 +120,10 @@
|
|
120
120
|
<p>テストがカバーしていない部分の編集は慎重に行ってください。また、テストがカバーしている部分を増やすことも重要です。</p>
|
121
121
|
</div>
|
122
122
|
<div class="section" id="id7">
|
123
|
-
<h2>13.2.
|
123
|
+
<h2>13.2.7.4. 様々なテスト<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
|
124
124
|
<p>テストは、test/unitディレクトリにおいて、./run-test.shを実行することによっても行えます。run-test.shはいくつかのオプションをとります。詳細は、./run-test.sh --helpを実行しヘルプをご覧ください。</p>
|
125
125
|
<div class="section" id="id8">
|
126
|
-
<h3>13.2.
|
126
|
+
<h3>13.2.7.4.1. 特定のテスト関数のみテストする<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
127
127
|
<p>特定のテスト関数(Cutterではテストと呼ぶ)のみをテストすることができます。</p>
|
128
128
|
<p>実行例:</p>
|
129
129
|
<div class="highlight-none"><div class="highlight"><pre>% ./run-test.sh -n test_text_otoj
|
@@ -131,7 +131,7 @@
|
|
131
131
|
</div>
|
132
132
|
</div>
|
133
133
|
<div class="section" id="id9">
|
134
|
-
<h3>13.2.
|
134
|
+
<h3>13.2.7.4.2. 特定のテストファイルのみテストする<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
135
135
|
<p>特定のテストファイル(Cutterではテストケースと呼ぶ)のみテストすることができます。</p>
|
136
136
|
<p>実行例:</p>
|
137
137
|
<div class="highlight-none"><div class="highlight"><pre>% ./run-test.sh -t test_string
|
@@ -139,7 +139,7 @@
|
|
139
139
|
</div>
|
140
140
|
</div>
|
141
141
|
<div class="section" id="id10">
|
142
|
-
<h3>13.2.
|
142
|
+
<h3>13.2.7.4.3. 不正メモリアクセス・メモリリーク検出<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
143
143
|
<p>環境変数CUTTER_CHECK_LEAKをyesと設定すると、valgrindを用いて不正メモリアクセスやメモリリークを検出しつつ、テストを動作させることができます。</p>
|
144
144
|
<p>run-test.shのみならず、make checkでも利用可能です。</p>
|
145
145
|
<p>実行例:</p>
|
@@ -148,7 +148,7 @@
|
|
148
148
|
</div>
|
149
149
|
</div>
|
150
150
|
<div class="section" id="id11">
|
151
|
-
<h3>13.2.
|
151
|
+
<h3>13.2.7.4.4. デバッガ上でのテスト実行<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
152
152
|
<p>環境変数CUTTER_DEBUGをyesと設定すると、テストが実行できる環境が整ったgdbが実行されます。gdb上でrunを行うと、テストの実行が開始されます。</p>
|
153
153
|
<p>run-test.shのみならず、make checkでも利用可能です。</p>
|
154
154
|
<p>実行例:</p>
|
@@ -158,7 +158,7 @@
|
|
158
158
|
</div>
|
159
159
|
</div>
|
160
160
|
<div class="section" id="id12">
|
161
|
-
<h2>13.2.
|
161
|
+
<h2>13.2.7.5. 静的解析<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
|
162
162
|
<p>scan-buildを用いて、ソースコードの静的解析を行うことができます。scan_buildというディレクトリに解析結果のhtmlが出力されます。:</p>
|
163
163
|
<div class="highlight-none"><div class="highlight"><pre>% scan-build ./configure --prefix=/usr
|
164
164
|
% make clean
|
@@ -177,31 +177,31 @@
|
|
177
177
|
<div class="sphinxsidebarwrapper">
|
178
178
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
179
179
|
<ul>
|
180
|
-
<li><a class="reference internal" href="#">13.2.
|
181
|
-
<li><a class="reference internal" href="#id2">13.2.
|
182
|
-
<li><a class="reference internal" href="#cutter">13.2.
|
183
|
-
<li><a class="reference internal" href="#lcov">13.2.
|
184
|
-
<li><a class="reference internal" href="#clang">13.2.
|
185
|
-
<li><a class="reference internal" href="#libmemcached">13.2.
|
180
|
+
<li><a class="reference internal" href="#">13.2.7. テスト方法</a><ul>
|
181
|
+
<li><a class="reference internal" href="#id2">13.2.7.1. テスト環境の構築</a><ul>
|
182
|
+
<li><a class="reference internal" href="#cutter">13.2.7.1.1. Cutterのインストール</a></li>
|
183
|
+
<li><a class="reference internal" href="#lcov">13.2.7.1.2. lcovのインストール</a></li>
|
184
|
+
<li><a class="reference internal" href="#clang">13.2.7.1.3. clangのインストール</a></li>
|
185
|
+
<li><a class="reference internal" href="#libmemcached">13.2.7.1.4. libmemcachedのインストール</a></li>
|
186
186
|
</ul>
|
187
187
|
</li>
|
188
|
-
<li><a class="reference internal" href="#id5">13.2.
|
189
|
-
<li><a class="reference internal" href="#id6">13.2.
|
190
|
-
<li><a class="reference internal" href="#id7">13.2.
|
191
|
-
<li><a class="reference internal" href="#id8">13.2.
|
192
|
-
<li><a class="reference internal" href="#id9">13.2.
|
193
|
-
<li><a class="reference internal" href="#id10">13.2.
|
194
|
-
<li><a class="reference internal" href="#id11">13.2.
|
188
|
+
<li><a class="reference internal" href="#id5">13.2.7.2. テストの動作</a></li>
|
189
|
+
<li><a class="reference internal" href="#id6">13.2.7.3. カバレッジ情報</a></li>
|
190
|
+
<li><a class="reference internal" href="#id7">13.2.7.4. 様々なテスト</a><ul>
|
191
|
+
<li><a class="reference internal" href="#id8">13.2.7.4.1. 特定のテスト関数のみテストする</a></li>
|
192
|
+
<li><a class="reference internal" href="#id9">13.2.7.4.2. 特定のテストファイルのみテストする</a></li>
|
193
|
+
<li><a class="reference internal" href="#id10">13.2.7.4.3. 不正メモリアクセス・メモリリーク検出</a></li>
|
194
|
+
<li><a class="reference internal" href="#id11">13.2.7.4.4. デバッガ上でのテスト実行</a></li>
|
195
195
|
</ul>
|
196
196
|
</li>
|
197
|
-
<li><a class="reference internal" href="#id12">13.2.
|
197
|
+
<li><a class="reference internal" href="#id12">13.2.7.5. 静的解析</a></li>
|
198
198
|
</ul>
|
199
199
|
</li>
|
200
200
|
</ul>
|
201
201
|
|
202
202
|
<h4>Previous topic</h4>
|
203
203
|
<p class="topless"><a href="release.html"
|
204
|
-
title="previous chapter">13.2.
|
204
|
+
title="previous chapter">13.2.6. リリース手順</a></p>
|
205
205
|
<h4>Next topic</h4>
|
206
206
|
<p class="topless"><a href="../documentation.html"
|
207
207
|
title="next chapter">13.3. How to contribute in documentation topics</a></p>
|
@@ -237,9 +237,9 @@
|
|
237
237
|
<a href="../documentation.html" title="13.3. How to contribute in documentation topics"
|
238
238
|
>next</a> |</li>
|
239
239
|
<li class="right" >
|
240
|
-
<a href="release.html" title="13.2.
|
240
|
+
<a href="release.html" title="13.2.6. リリース手順"
|
241
241
|
>previous</a> |</li>
|
242
|
-
<li><a href="../../index.html">groonga
|
242
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
243
243
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
244
244
|
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
245
245
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3. How to contribute in documentation topics — groonga
|
10
|
+
<title>13.3. How to contribute in documentation topics — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="13. How to contribute to groonga" href="../contribution.html" />
|
30
30
|
<link rel="next" title="13.3.1. C API" href="documentation/c-api.html" />
|
31
|
-
<link rel="prev" title="13.2.
|
31
|
+
<link rel="prev" title="13.2.7. テスト方法" href="development/test.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -58,9 +58,9 @@
|
|
58
58
|
<a href="documentation/c-api.html" title="13.3.1. C API"
|
59
59
|
accesskey="N">next</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="development/test.html" title="13.2.
|
61
|
+
<a href="development/test.html" title="13.2.7. テスト方法"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga
|
63
|
+
<li><a href="../index.html">groonga v3.0.2 documentation</a> »</li>
|
64
64
|
<li><a href="../contribution.html" accesskey="U">13. How to contribute to groonga</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -89,7 +89,7 @@
|
|
89
89
|
<div class="sphinxsidebarwrapper">
|
90
90
|
<h4>Previous topic</h4>
|
91
91
|
<p class="topless"><a href="development/test.html"
|
92
|
-
title="previous chapter">13.2.
|
92
|
+
title="previous chapter">13.2.7. テスト方法</a></p>
|
93
93
|
<h4>Next topic</h4>
|
94
94
|
<p class="topless"><a href="documentation/c-api.html"
|
95
95
|
title="next chapter">13.3.1. C API</a></p>
|
@@ -125,9 +125,9 @@
|
|
125
125
|
<a href="documentation/c-api.html" title="13.3.1. C API"
|
126
126
|
>next</a> |</li>
|
127
127
|
<li class="right" >
|
128
|
-
<a href="development/test.html" title="13.2.
|
128
|
+
<a href="development/test.html" title="13.2.7. テスト方法"
|
129
129
|
>previous</a> |</li>
|
130
|
-
<li><a href="../index.html">groonga
|
130
|
+
<li><a href="../index.html">groonga v3.0.2 documentation</a> »</li>
|
131
131
|
<li><a href="../contribution.html" >13. How to contribute to groonga</a> »</li>
|
132
132
|
</ul>
|
133
133
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.1. C API — groonga
|
10
|
+
<title>13.3.1. C API — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
30
30
|
<link rel="next" title="13.3.2. I18N" href="i18n.html" />
|
31
31
|
<link rel="prev" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../documentation.html" title="13.3. How to contribute in documentation topics"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../../index.html">groonga
|
63
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
64
64
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
65
65
|
<li><a href="../documentation.html" accesskey="U">13.3. How to contribute in documentation topics</a> »</li>
|
66
66
|
</ul>
|
@@ -125,7 +125,7 @@ to you help us by moving C API documentation.</p>
|
|
125
125
|
<li class="right" >
|
126
126
|
<a href="../documentation.html" title="13.3. How to contribute in documentation topics"
|
127
127
|
>previous</a> |</li>
|
128
|
-
<li><a href="../../index.html">groonga
|
128
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
129
129
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
130
130
|
<li><a href="../documentation.html" >13.3. How to contribute in documentation topics</a> »</li>
|
131
131
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.2. I18N — groonga
|
10
|
+
<title>13.3.2. I18N — groonga v3.0.2 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../../',
|
18
|
-
VERSION: '
|
18
|
+
VERSION: '3.0.2',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga
|
28
|
+
<link rel="top" title="groonga v3.0.2 documentation" href="../../index.html" />
|
29
29
|
<link rel="up" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
30
30
|
<link rel="prev" title="13.3.1. C API" href="c-api.html" />
|
31
31
|
</head>
|
@@ -56,7 +56,7 @@
|
|
56
56
|
<li class="right" >
|
57
57
|
<a href="c-api.html" title="13.3.1. C API"
|
58
58
|
accesskey="P">previous</a> |</li>
|
59
|
-
<li><a href="../../index.html">groonga
|
59
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
60
60
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
61
61
|
<li><a href="../documentation.html" accesskey="U">13.3. How to contribute in documentation topics</a> »</li>
|
62
62
|
</ul>
|
@@ -299,7 +299,7 @@ as 'ja'.</p>
|
|
299
299
|
<li class="right" >
|
300
300
|
<a href="c-api.html" title="13.3.1. C API"
|
301
301
|
>previous</a> |</li>
|
302
|
-
<li><a href="../../index.html">groonga
|
302
|
+
<li><a href="../../index.html">groonga v3.0.2 documentation</a> »</li>
|
303
303
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
304
304
|
<li><a href="../documentation.html" >13.3. How to contribute in documentation topics</a> »</li>
|
305
305
|
</ul>
|