rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +30 -0
- data/Rakefile +24 -285
- data/ext/groonga/extconf.rb +4 -2
- data/ext/groonga/rb-grn-array.c +5 -4
- data/ext/groonga/rb-grn-context.c +7 -22
- data/ext/groonga/rb-grn-database.c +42 -1
- data/ext/groonga/rb-grn-index-column.c +5 -0
- data/ext/groonga/rb-grn-object.c +58 -26
- data/ext/groonga/rb-grn-patricia-trie.c +2 -1
- data/ext/groonga/rb-grn-record.c +11 -1
- data/ext/groonga/rb-grn-snippet.c +44 -1
- data/ext/groonga/rb-grn-table-key-support.c +21 -10
- data/ext/groonga/rb-grn-utils.c +3 -1
- data/ext/groonga/rb-grn-variable-size-column.c +47 -1
- data/ext/groonga/rb-grn.h +4 -1
- data/extconf.rb +1 -0
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/lib/groonga/dumper.rb +3 -3
- data/lib/groonga/pagination.rb +1 -1
- data/lib/groonga/record.rb +10 -0
- data/rroonga-build.rb +1 -1
- data/test/test-accessor.rb +4 -0
- data/test/test-array.rb +9 -1
- data/test/test-database.rb +16 -0
- data/test/test-expression.rb +2 -0
- data/test/test-hash.rb +11 -2
- data/test/test-patricia-trie.rb +10 -1
- data/test/test-table-select.rb +31 -17
- data/test/test-type.rb +3 -3
- data/test/test-variable-size-column.rb +8 -1
- data/vendor/local/bin/grntest.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/{http.txt → groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/suggest.html +258 -72
- data/vendor/local/share/doc/groonga/en/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/en/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/en/html/executables/groonga-suggest-create-dataset.html +186 -0
- data/vendor/local/share/doc/groonga/en/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/en/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/en/html/install.html +22 -11
- data/vendor/local/share/doc/groonga/en/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/log.html +345 -0
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +94 -57
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference.html +69 -68
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +357 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +286 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +243 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +265 -0
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +134 -0
- data/vendor/local/share/doc/groonga/en/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{source/executables/http.txt → ja/html/_sources/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +14 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/log.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +35 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +1 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/command_version.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/commands/cache_limit.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/check.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/clearlock.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/column_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/define_selector.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/defrag.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/delete.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/dump.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/load.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_level.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_put.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/commands/log_reopen.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/quit.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/select.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/commands/shutdown.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/suggest.html +237 -72
- data/vendor/local/share/doc/groonga/ja/html/commands/table_create.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_list.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/table_remove.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands/view_add.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/commands.html +42 -42
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/executables/grnslap.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/executables/grntest.html +49 -49
- data/vendor/local/share/doc/groonga/ja/html/executables/{http.html → groonga-http.html} +34 -34
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga-suggest-create-dataset.html +187 -0
- data/vendor/local/share/doc/groonga/ja/html/executables/groonga.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/executables.html +22 -21
- data/vendor/local/share/doc/groonga/ja/html/expr.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/functions/edit_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_distance.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_circle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/geo_in_rectangle.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions/now.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/functions/rand.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/functions.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +105 -74
- data/vendor/local/share/doc/groonga/ja/html/install.html +24 -11
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/log.html +346 -0
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +87 -55
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/pseudo_column.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference.html +69 -68
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/spec.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +327 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +254 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +225 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +248 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +135 -0
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +166 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial01.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial02.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial03.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial04.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial05.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial06.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial07.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial08.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial09.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/tutorial10.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/type.html +30 -30
- data/vendor/local/share/doc/groonga/source/commands/suggest.txt +207 -35
- data/vendor/local/share/doc/groonga/source/example/completion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/correction-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/example/suggestion-1.log +5 -0
- data/vendor/local/share/doc/groonga/source/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/executables/http.txt → source/executables/groonga-http.txt} +1 -1
- data/vendor/local/share/doc/groonga/source/executables/groonga-suggest-create-dataset.txt +50 -0
- data/vendor/local/share/doc/groonga/source/index.txt +1 -0
- data/vendor/local/share/doc/groonga/source/install.txt +14 -3
- data/vendor/local/share/doc/groonga/source/log.txt +214 -0
- data/vendor/local/share/doc/groonga/source/news/1.0.x.txt +1 -1
- data/vendor/local/share/doc/groonga/source/news.txt +35 -3
- data/vendor/local/share/doc/groonga/source/suggest/completion.txt +195 -0
- data/vendor/local/share/doc/groonga/source/suggest/correction.txt +148 -0
- data/vendor/local/share/doc/groonga/source/suggest/introduction.txt +94 -0
- data/vendor/local/share/doc/groonga/source/suggest/suggestion.txt +115 -0
- data/vendor/local/share/doc/groonga/source/suggest/tutorial.txt +8 -0
- data/vendor/local/share/doc/groonga/source/suggest.txt +22 -0
- data/vendor/local/share/doc/groonga/source/tutorial/tutorial01.txt +2 -1
- data/vendor/local/share/doc/groonga/source/update_execution_example.py +46 -20
- data/vendor/local/share/license/groonga/AUTHORS +17 -0
- data/vendor/local/share/license/groonga/COPYING +504 -0
- data/vendor/local/share/license/mecab/AUTHORS +1 -0
- data/vendor/local/share/license/mecab/BSD +29 -0
- data/vendor/local/share/license/mecab/COPYING +4 -0
- data/vendor/local/share/license/mecab/GPL +340 -0
- data/vendor/local/share/license/mecab/LGPL +504 -0
- data/vendor/local/share/license/naist-jdic/AUTHORS +2 -0
- data/vendor/local/share/license/naist-jdic/COPYING +31 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1050 -45
- data/vendor/local/share/man/man1/groonga.1 +1174 -48
- metadata +62 -9
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>1. バグレポートの送り方 — groonga v1.2.
|
12
|
+
<title>1. バグレポートの送り方 — groonga v1.2.5ドキュメント</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="10. groongaへのコントリビュート方法" href="../contribution.html" />
|
33
33
|
<link rel="next" title="2. groonga開発者向け情報" href="development.html" />
|
34
|
-
<link rel="prev" title="
|
34
|
+
<link rel="prev" title="10. groongaへのコントリビュート方法" href="../contribution.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -61,10 +61,10 @@
|
|
61
61
|
<a href="development.html" title="2. groonga開発者向け情報"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="../contribution.html" title="
|
64
|
+
<a href="../contribution.html" title="10. groongaへのコントリビュート方法"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../contribution.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../contribution.html" accesskey="U">10. groongaへのコントリビュート方法</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -86,7 +86,7 @@
|
|
86
86
|
<div class="sphinxsidebarwrapper">
|
87
87
|
<h4>前のトピックへ</h4>
|
88
88
|
<p class="topless"><a href="../contribution.html"
|
89
|
-
title="前の章へ">
|
89
|
+
title="前の章へ">10. groongaへのコントリビュート方法</a></p>
|
90
90
|
<h4>次のトピックへ</h4>
|
91
91
|
<p class="topless"><a href="development.html"
|
92
92
|
title="次の章へ">2. groonga開発者向け情報</a></p>
|
@@ -122,10 +122,10 @@
|
|
122
122
|
<a href="development.html" title="2. groonga開発者向け情報"
|
123
123
|
>次へ</a> |</li>
|
124
124
|
<li class="right" >
|
125
|
-
<a href="../contribution.html" title="
|
125
|
+
<a href="../contribution.html" title="10. groongaへのコントリビュート方法"
|
126
126
|
>前へ</a> |</li>
|
127
|
-
<li><a href="../index.html">groonga v1.2.
|
128
|
-
<li><a href="../contribution.html" >
|
127
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
128
|
+
<li><a href="../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
129
129
|
</ul>
|
130
130
|
</div>
|
131
131
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>
|
12
|
+
<title>10. groongaへのコントリビュート方法 — groonga v1.2.5ドキュメント</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '',
|
20
|
-
VERSION: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,9 +28,9 @@
|
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="index.html" />
|
32
32
|
<link rel="next" title="1. バグレポートの送り方" href="contribution/report.html" />
|
33
|
-
<link rel="prev" title="
|
33
|
+
<link rel="prev" title="9.1. 同じ検索キーワードなのに全文検索結果が異なる" href="troubleshooting/different_results_with_the_same_keyword.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -60,9 +60,9 @@
|
|
60
60
|
<a href="contribution/report.html" title="1. バグレポートの送り方"
|
61
61
|
accesskey="N">次へ</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="troubleshooting/different_results_with_the_same_keyword.html" title="
|
63
|
+
<a href="troubleshooting/different_results_with_the_same_keyword.html" title="9.1. 同じ検索キーワードなのに全文検索結果が異なる"
|
64
64
|
accesskey="P">前へ</a> |</li>
|
65
|
-
<li><a href="index.html">groonga v1.2.
|
65
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
68
68
|
|
@@ -72,7 +72,7 @@
|
|
72
72
|
<div class="body">
|
73
73
|
|
74
74
|
<div class="section" id="how-to-contribute-to-groonga">
|
75
|
-
<h1>
|
75
|
+
<h1>10. groongaへのコントリビュート方法<a class="headerlink" href="#how-to-contribute-to-groonga" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
76
76
|
<p>groongaプロジェクトではみなさんからのコントリビュートを歓迎します!コントリビュートの方法はいくつもあります。groongaを使ったり誰かに紹介することもコントリビュートですし、バグレポートを送ったり、groonga本体やgroonga関連の開発に参加することもコントリビュートです。プログラムではなく、ドキュメントでのコントリビュートも歓迎します!</p>
|
77
77
|
<dl class="docutils">
|
78
78
|
<dt>Use:</dt>
|
@@ -147,7 +147,7 @@
|
|
147
147
|
<div class="sphinxsidebarwrapper">
|
148
148
|
<h4>前のトピックへ</h4>
|
149
149
|
<p class="topless"><a href="troubleshooting/different_results_with_the_same_keyword.html"
|
150
|
-
title="前の章へ">
|
150
|
+
title="前の章へ">9.1. 同じ検索キーワードなのに全文検索結果が異なる</a></p>
|
151
151
|
<h4>次のトピックへ</h4>
|
152
152
|
<p class="topless"><a href="contribution/report.html"
|
153
153
|
title="次の章へ">1. バグレポートの送り方</a></p>
|
@@ -183,9 +183,9 @@
|
|
183
183
|
<a href="contribution/report.html" title="1. バグレポートの送り方"
|
184
184
|
>次へ</a> |</li>
|
185
185
|
<li class="right" >
|
186
|
-
<a href="troubleshooting/different_results_with_the_same_keyword.html" title="
|
186
|
+
<a href="troubleshooting/different_results_with_the_same_keyword.html" title="9.1. 同じ検索キーワードなのに全文検索結果が異なる"
|
187
187
|
>前へ</a> |</li>
|
188
|
-
<li><a href="index.html">groonga v1.2.
|
188
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
189
189
|
</ul>
|
190
190
|
</div>
|
191
191
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>
|
12
|
+
<title>6.1.1. grnslap — groonga v1.2.5ドキュメント</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="6.1. 実行ファイル" href="../executables.html" />
|
33
|
+
<link rel="next" title="6.1.2. grntest" href="grntest.html" />
|
34
|
+
<link rel="prev" title="6.1. 実行ファイル" href="../executables.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="grntest.html" title="
|
61
|
+
<a href="grntest.html" title="6.1.2. grntest"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="../executables.html" title="
|
64
|
+
<a href="../executables.html" title="6.1. 実行ファイル"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../reference.html" >
|
68
|
-
<li><a href="../executables.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
68
|
+
<li><a href="../executables.html" accesskey="U">6.1. 実行ファイル</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,26 +75,26 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="grnslap">
|
78
|
-
<h1>
|
78
|
+
<h1>6.1.1. grnslap<a class="headerlink" href="#grnslap" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.1.1.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>grnslap - groongaプロセスの通信層のパフォーマンスをチェックするツール</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.1.1.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>grnslap [options] [dest]
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.1.1.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>grnslapは、groongaプロセスに対してリクエストを多重に行い、パフォーマンスをチェックするためのツールです。</p>
|
92
92
|
<p>groonga独自プロトコルであるgqtpと、httpの両プロトコルでリクエストを行うことができます。また、リクエストの多重度を指定することができます。</p>
|
93
93
|
<p>クエリの内容を標準入力から与えることができます。実稼動環境でのクエリパタンに近いクエリを標準入力に与えることによって、実稼動環境に近い状態での検証を行うことができます。</p>
|
94
94
|
<p>現在は、make installしてもインストールは行われない。</p>
|
95
95
|
</div>
|
96
96
|
<div class="section" id="id4">
|
97
|
-
<h2>
|
97
|
+
<h2>6.1.1.4. オプション<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
98
98
|
<dl class="cmdoption">
|
99
99
|
<dt id="cmdoption-P">
|
100
100
|
<tt class="descname">-P</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-P" title="この定義へのパーマリンク">¶</a></dt>
|
@@ -115,7 +115,7 @@
|
|
115
115
|
|
116
116
|
</div>
|
117
117
|
<div class="section" id="id5">
|
118
|
-
<h2>
|
118
|
+
<h2>6.1.1.5. 引数<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
119
119
|
<dl class="cmdoption">
|
120
120
|
<dt>
|
121
121
|
<tt class="descname">dest</tt></dt>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
|
125
125
|
</div>
|
126
126
|
<div class="section" id="id6">
|
127
|
-
<h2>
|
127
|
+
<h2>6.1.1.6. サンプル<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
128
128
|
<p><a class="reference external" href="http://localhost:10041/d/status">http://localhost:10041/d/status</a> に、多重度100でリクエストを行う。</p>
|
129
129
|
<div class="highlight-none"><div class="highlight"><pre>> yes /d/status | head -n 100 | grnslap -P http -m 100 localhost:10041
|
130
130
|
2009-11-12 19:34:09.998696|begin: max_concurrency=100 max_tp=10000
|
@@ -142,23 +142,23 @@
|
|
142
142
|
<div class="sphinxsidebarwrapper">
|
143
143
|
<h3><a href="../index.html">目次</a></h3>
|
144
144
|
<ul>
|
145
|
-
<li><a class="reference internal" href="#">
|
146
|
-
<li><a class="reference internal" href="#id1">
|
147
|
-
<li><a class="reference internal" href="#id2">
|
148
|
-
<li><a class="reference internal" href="#id3">
|
149
|
-
<li><a class="reference internal" href="#id4">
|
150
|
-
<li><a class="reference internal" href="#id5">
|
151
|
-
<li><a class="reference internal" href="#id6">
|
145
|
+
<li><a class="reference internal" href="#">6.1.1. grnslap</a><ul>
|
146
|
+
<li><a class="reference internal" href="#id1">6.1.1.1. 名前</a></li>
|
147
|
+
<li><a class="reference internal" href="#id2">6.1.1.2. 書式</a></li>
|
148
|
+
<li><a class="reference internal" href="#id3">6.1.1.3. 説明</a></li>
|
149
|
+
<li><a class="reference internal" href="#id4">6.1.1.4. オプション</a></li>
|
150
|
+
<li><a class="reference internal" href="#id5">6.1.1.5. 引数</a></li>
|
151
|
+
<li><a class="reference internal" href="#id6">6.1.1.6. サンプル</a></li>
|
152
152
|
</ul>
|
153
153
|
</li>
|
154
154
|
</ul>
|
155
155
|
|
156
156
|
<h4>前のトピックへ</h4>
|
157
157
|
<p class="topless"><a href="../executables.html"
|
158
|
-
title="前の章へ">
|
158
|
+
title="前の章へ">6.1. 実行ファイル</a></p>
|
159
159
|
<h4>次のトピックへ</h4>
|
160
160
|
<p class="topless"><a href="grntest.html"
|
161
|
-
title="次の章へ">
|
161
|
+
title="次の章へ">6.1.2. grntest</a></p>
|
162
162
|
<h3>このページ</h3>
|
163
163
|
<ul class="this-page-menu">
|
164
164
|
<li><a href="../_sources/executables/grnslap.txt"
|
@@ -188,14 +188,14 @@
|
|
188
188
|
<a href="../genindex.html" title="総合索引"
|
189
189
|
>索引</a></li>
|
190
190
|
<li class="right" >
|
191
|
-
<a href="grntest.html" title="
|
191
|
+
<a href="grntest.html" title="6.1.2. grntest"
|
192
192
|
>次へ</a> |</li>
|
193
193
|
<li class="right" >
|
194
|
-
<a href="../executables.html" title="
|
194
|
+
<a href="../executables.html" title="6.1. 実行ファイル"
|
195
195
|
>前へ</a> |</li>
|
196
|
-
<li><a href="../index.html">groonga v1.2.
|
197
|
-
<li><a href="../reference.html" >
|
198
|
-
<li><a href="../executables.html" >
|
196
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
197
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
198
|
+
<li><a href="../executables.html" >6.1. 実行ファイル</a> »</li>
|
199
199
|
</ul>
|
200
200
|
</div>
|
201
201
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>
|
12
|
+
<title>6.1.2. grntest — groonga v1.2.5ドキュメント</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../',
|
20
|
-
VERSION: '1.2.
|
20
|
+
VERSION: '1.2.5',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v1.2.
|
32
|
-
<link rel="up" title="
|
33
|
-
<link rel="next" title="
|
34
|
-
<link rel="prev" title="
|
31
|
+
<link rel="top" title="groonga v1.2.5ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="6.1. 実行ファイル" href="../executables.html" />
|
33
|
+
<link rel="next" title="6.1.3. groonga実行ファイル" href="groonga.html" />
|
34
|
+
<link rel="prev" title="6.1.1. grnslap" href="grnslap.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,14 +58,14 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="groonga.html" title="
|
61
|
+
<a href="groonga.html" title="6.1.3. groonga実行ファイル"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="grnslap.html" title="
|
64
|
+
<a href="grnslap.html" title="6.1.1. grnslap"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v1.2.
|
67
|
-
<li><a href="../reference.html" >
|
68
|
-
<li><a href="../executables.html" accesskey="U">
|
66
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
68
|
+
<li><a href="../executables.html" accesskey="U">6.1. 実行ファイル</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
71
71
|
|
@@ -75,26 +75,26 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="grntest">
|
78
|
-
<h1>
|
78
|
+
<h1>6.1.2. grntest<a class="headerlink" href="#grntest" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.1.2.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>grntest - groongaテストプログラム</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.1.2.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>grntest [options...] [script] [db]
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.1.2.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>grntestは、groonga汎用テストツールです。</p>
|
92
92
|
<p>groongaを単独のプロセスとして利用する場合はもちろん、サーバプログラムとして利用する場合の動作確認や実行速度測定が可能です。</p>
|
93
93
|
<p>grntest を利用するために必要なデータファイルは、ftp.groonga.orgから必要に応じダウンロードしますので、groonga及びgrntestが動作し、インターネットに接続できる環境であればgroongaコマンドの知識がなくてもgroongaの動作を確認できます。</p>
|
94
94
|
<p>現在は、linux 及びWindows上で動作します。make installしてもインストールは行われません。</p>
|
95
95
|
</div>
|
96
96
|
<div class="section" id="id4">
|
97
|
-
<h2>
|
97
|
+
<h2>6.1.2.4. オプション<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
98
98
|
<dl class="cmdoption">
|
99
99
|
<dt id="cmdoption-i">
|
100
100
|
<tt class="descname">-i</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--host</tt><tt class="descclassname"> <ip/hostname></tt><a class="headerlink" href="#cmdoption-i" title="この定義へのパーマリンク">¶</a></dt>
|
@@ -139,7 +139,7 @@
|
|
139
139
|
|
140
140
|
</div>
|
141
141
|
<div class="section" id="id5">
|
142
|
-
<h2>
|
142
|
+
<h2>6.1.2.5. 引数<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
143
143
|
<dl class="cmdoption">
|
144
144
|
<dt>
|
145
145
|
<tt class="descname">script</tt></dt>
|
@@ -154,7 +154,7 @@
|
|
154
154
|
|
155
155
|
</div>
|
156
156
|
<div class="section" id="id6">
|
157
|
-
<h2>
|
157
|
+
<h2>6.1.2.6. 使い方<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
158
158
|
<p>まず、シェル上(Windowsならコマンドプロンプト上)で:</p>
|
159
159
|
<div class="highlight-none"><div class="highlight"><pre>grntest test.scr 任意のDB名
|
160
160
|
</pre></div>
|
@@ -166,12 +166,12 @@
|
|
166
166
|
<p>というファイルが作成されるはずです。作成されない場合、このドキュメントの「トラブルシューティング」の章を参照してください。</p>
|
167
167
|
</div>
|
168
168
|
<div class="section" id="id7">
|
169
|
-
<h2>
|
169
|
+
<h2>6.1.2.7. スクリプトファイル<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
170
170
|
<p>スクリプトファイルは、grntest命令を記述したテキストファイルです。
|
171
171
|
";"セミコロンを利用して、一行に複数のgrntest命令を記述することができます。一行に複数のgrntest命令がある場合、各命令は並列に実行されます。
|
172
172
|
"#"で始まる行はコメントとして扱われます。</p>
|
173
173
|
<div class="section" id="id8">
|
174
|
-
<h3>
|
174
|
+
<h3>6.1.2.7.1. grntest命令<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
175
175
|
<p>現在サポートされているgrntest命令は以下の8つです。</p>
|
176
176
|
<blockquote>
|
177
177
|
<div><p>do_local コマンドファイル [スレッド数] [繰り返し数]</p>
|
@@ -204,11 +204,11 @@
|
|
204
204
|
</div></blockquote>
|
205
205
|
</div>
|
206
206
|
<div class="section" id="id9">
|
207
|
-
<h3>
|
208
|
-
<p>コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては <
|
207
|
+
<h3>6.1.2.7.2. コマンドファイル<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
208
|
+
<p>コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては <a class="reference internal" href="../commands.html"><em>コマンド</em></a> を参照してください。</p>
|
209
209
|
</div>
|
210
210
|
<div class="section" id="id10">
|
211
|
-
<h3>
|
211
|
+
<h3>6.1.2.7.3. サンプル<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
212
212
|
<p>スクリプトファイルのサンプルです。:</p>
|
213
213
|
<div class="highlight-none"><div class="highlight"><pre># sample script
|
214
214
|
rep_local test.ddl
|
@@ -231,7 +231,7 @@ do_gqtp test.select 10 10; do_local test.status 10
|
|
231
231
|
</div></blockquote>
|
232
232
|
</div>
|
233
233
|
<div class="section" id="id11">
|
234
|
-
<h3>
|
234
|
+
<h3>6.1.2.7.4. 特殊命令<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
235
235
|
<p>スクリプトファイルのコメント行には特殊コマンドを埋め込むことが可能です。現在サポートされている特殊命令は以下の二つです。</p>
|
236
236
|
<blockquote>
|
237
237
|
<div><dl class="docutils">
|
@@ -258,7 +258,7 @@ rep_gqtp test.select 10 10; rep_local test.status 10
|
|
258
258
|
</div>
|
259
259
|
</div>
|
260
260
|
<div class="section" id="id12">
|
261
|
-
<h2>
|
261
|
+
<h2>6.1.2.8. grntest実行結果<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
262
262
|
<p>grntestが正常に終了すると、(拡張子を除いた)スクリプト名-ユーザ名-実行開始時刻.logという形式のログファイルがカレントディレクトリに作られます。ログファイルは自動的にftp.groonga.org
|
263
263
|
に送信されます。ログファイルは以下のようなjson形式のテキストです。</p>
|
264
264
|
<div class="highlight-none"><div class="highlight"><pre>[{"script": "test.scr",
|
@@ -314,14 +314,14 @@ ency": 831495, "self": 762519, "qps": 1967.164097, &quo
|
|
314
314
|
</div>
|
315
315
|
</div>
|
316
316
|
<div class="section" id="id13">
|
317
|
-
<h2>
|
317
|
+
<h2>6.1.2.9. 制限事項<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
318
318
|
<ul class="simple">
|
319
319
|
<li>スクリプトファイルの一行には複数のgrntest命令を記述できますが、すべてのスレッド数の合計は最大64までに制限されます。</li>
|
320
320
|
<li>コマンドファイル中のgroongaコマンドの長さは最長5000000byteです。</li>
|
321
321
|
</ul>
|
322
322
|
</div>
|
323
323
|
<div class="section" id="id14">
|
324
|
-
<h2>
|
324
|
+
<h2>6.1.2.10. トラブルシューティング<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
325
325
|
<p>もし、grntestが正常に動作しない場合、まず以下を確認してください。</p>
|
326
326
|
<ul class="simple">
|
327
327
|
<li>インターネットに接続しているか? --noftp モードを指定しない限り、grntestは動作のたびにftp.groonga.orgと通信します。ftp.groonga.orgと通信可能でない場合、grntestは正常に動作しません。</li>
|
@@ -340,33 +340,33 @@ ency": 831495, "self": 762519, "qps": 1967.164097, &quo
|
|
340
340
|
<div class="sphinxsidebarwrapper">
|
341
341
|
<h3><a href="../index.html">目次</a></h3>
|
342
342
|
<ul>
|
343
|
-
<li><a class="reference internal" href="#">
|
344
|
-
<li><a class="reference internal" href="#id1">
|
345
|
-
<li><a class="reference internal" href="#id2">
|
346
|
-
<li><a class="reference internal" href="#id3">
|
347
|
-
<li><a class="reference internal" href="#id4">
|
348
|
-
<li><a class="reference internal" href="#id5">
|
349
|
-
<li><a class="reference internal" href="#id6">
|
350
|
-
<li><a class="reference internal" href="#id7">
|
351
|
-
<li><a class="reference internal" href="#id8">
|
352
|
-
<li><a class="reference internal" href="#id9">
|
353
|
-
<li><a class="reference internal" href="#id10">
|
354
|
-
<li><a class="reference internal" href="#id11">
|
343
|
+
<li><a class="reference internal" href="#">6.1.2. grntest</a><ul>
|
344
|
+
<li><a class="reference internal" href="#id1">6.1.2.1. 名前</a></li>
|
345
|
+
<li><a class="reference internal" href="#id2">6.1.2.2. 書式</a></li>
|
346
|
+
<li><a class="reference internal" href="#id3">6.1.2.3. 説明</a></li>
|
347
|
+
<li><a class="reference internal" href="#id4">6.1.2.4. オプション</a></li>
|
348
|
+
<li><a class="reference internal" href="#id5">6.1.2.5. 引数</a></li>
|
349
|
+
<li><a class="reference internal" href="#id6">6.1.2.6. 使い方</a></li>
|
350
|
+
<li><a class="reference internal" href="#id7">6.1.2.7. スクリプトファイル</a><ul>
|
351
|
+
<li><a class="reference internal" href="#id8">6.1.2.7.1. grntest命令</a></li>
|
352
|
+
<li><a class="reference internal" href="#id9">6.1.2.7.2. コマンドファイル</a></li>
|
353
|
+
<li><a class="reference internal" href="#id10">6.1.2.7.3. サンプル</a></li>
|
354
|
+
<li><a class="reference internal" href="#id11">6.1.2.7.4. 特殊命令</a></li>
|
355
355
|
</ul>
|
356
356
|
</li>
|
357
|
-
<li><a class="reference internal" href="#id12">
|
358
|
-
<li><a class="reference internal" href="#id13">
|
359
|
-
<li><a class="reference internal" href="#id14">
|
357
|
+
<li><a class="reference internal" href="#id12">6.1.2.8. grntest実行結果</a></li>
|
358
|
+
<li><a class="reference internal" href="#id13">6.1.2.9. 制限事項</a></li>
|
359
|
+
<li><a class="reference internal" href="#id14">6.1.2.10. トラブルシューティング</a></li>
|
360
360
|
</ul>
|
361
361
|
</li>
|
362
362
|
</ul>
|
363
363
|
|
364
364
|
<h4>前のトピックへ</h4>
|
365
365
|
<p class="topless"><a href="grnslap.html"
|
366
|
-
title="前の章へ">
|
366
|
+
title="前の章へ">6.1.1. grnslap</a></p>
|
367
367
|
<h4>次のトピックへ</h4>
|
368
368
|
<p class="topless"><a href="groonga.html"
|
369
|
-
title="次の章へ">
|
369
|
+
title="次の章へ">6.1.3. groonga実行ファイル</a></p>
|
370
370
|
<h3>このページ</h3>
|
371
371
|
<ul class="this-page-menu">
|
372
372
|
<li><a href="../_sources/executables/grntest.txt"
|
@@ -396,14 +396,14 @@ ency": 831495, "self": 762519, "qps": 1967.164097, &quo
|
|
396
396
|
<a href="../genindex.html" title="総合索引"
|
397
397
|
>索引</a></li>
|
398
398
|
<li class="right" >
|
399
|
-
<a href="groonga.html" title="
|
399
|
+
<a href="groonga.html" title="6.1.3. groonga実行ファイル"
|
400
400
|
>次へ</a> |</li>
|
401
401
|
<li class="right" >
|
402
|
-
<a href="grnslap.html" title="
|
402
|
+
<a href="grnslap.html" title="6.1.1. grnslap"
|
403
403
|
>前へ</a> |</li>
|
404
|
-
<li><a href="../index.html">groonga v1.2.
|
405
|
-
<li><a href="../reference.html" >
|
406
|
-
<li><a href="../executables.html" >
|
404
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
405
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
406
|
+
<li><a href="../executables.html" >6.1. 実行ファイル</a> »</li>
|
407
407
|
</ul>
|
408
408
|
</div>
|
409
409
|
<div class="footer">
|