rroonga 1.2.5-x86-mingw32 → 1.2.7-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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>
|
12
|
+
<title>6.1.4. groonga HTTPサービス — 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="5.
|
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.5. groonga-suggest-create-dataset" href="groonga-suggest-create-dataset.html" />
|
34
|
+
<link rel="prev" title="6.1.3. groonga実行ファイル" href="groonga.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -45,7 +45,7 @@
|
|
45
45
|
|
46
46
|
<div class="other-language-links">
|
47
47
|
<ul>
|
48
|
-
<li><a href="../../../en/html/executables/http.html"><img src="../_static/us.png" alt="English"></a></li>
|
48
|
+
<li><a href="../../../en/html/executables/groonga-http.html"><img src="../_static/us.png" alt="English"></a></li>
|
49
49
|
</ul>
|
50
50
|
</div>
|
51
51
|
</div>
|
@@ -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="
|
61
|
+
<a href="groonga-suggest-create-dataset.html" title="6.1.5. groonga-suggest-create-dataset"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="groonga.html" title="
|
64
|
+
<a href="groonga.html" title="6.1.3. groonga実行ファイル"
|
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,24 +75,24 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="groonga-http">
|
78
|
-
<h1>
|
78
|
+
<h1>6.1.4. groonga HTTPサービス<a class="headerlink" href="#groonga-http" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.1.4.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>groonga HTTPサービス</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.1.4.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>groonga -d --protocol http DB_PATH
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.1.4.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groongaサーバを起動する時に--protocolオプションにhttpを指定すると、httpで通信可能になります。また、--document-root によって静的ページのパスを指定すると、httpリクエストに指定されたURIに対応する、パス配下に置かれたファイルを出力します。</p>
|
92
92
|
<p>groongaにはHTML + JavaScriptで実装された管理ツールが標準で付属しています。--document-rootを指定しない場合は管理ツールがインストールされているパスが指定されたとみなされますので、ウェブブラウザでhttp://hostname:port/にアクセスすると、管理ツールを利用できます。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>
|
95
|
+
<h2>6.1.4.4. コマンド<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<p>httpを指定して起動したgroongaサーバに対しても、他のモードで起動したgroongaと同じコマンドが使用できます。</p>
|
97
97
|
<p>コマンドは、複数の引数をとります。引数にはそれぞれ名前があります。また、特殊な引数である「output_type」と「command_version」があります。</p>
|
98
98
|
<p>スタンドアロンやクライアントモードでは、コマンドは以下のような形式で指定します。</p>
|
@@ -108,10 +108,10 @@
|
|
108
108
|
<p>ただし、コマンド名、引数名、値はURLエンコードが必要です。</p>
|
109
109
|
<p>GETメソッドのみが使用可能です。</p>
|
110
110
|
<p>output_typeにはjson, tsv, xmlが指定可能です。</p>
|
111
|
-
<p>command_versionはコマンドの仕様の互換性を指定します。詳細は <
|
111
|
+
<p>command_versionはコマンドの仕様の互換性を指定します。詳細は <a class="reference internal" href="../command_version.html"><em>コマンドバージョン</em></a> を参照してください。</p>
|
112
112
|
</div>
|
113
113
|
<div class="section" id="id5">
|
114
|
-
<h2>
|
114
|
+
<h2>6.1.4.5. 返値<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
115
115
|
<p>output_typeの指定に従って、コマンドの実行結果を出力します。</p>
|
116
116
|
</div>
|
117
117
|
</div>
|
@@ -124,25 +124,25 @@
|
|
124
124
|
<div class="sphinxsidebarwrapper">
|
125
125
|
<h3><a href="../index.html">目次</a></h3>
|
126
126
|
<ul>
|
127
|
-
<li><a class="reference internal" href="#">
|
128
|
-
<li><a class="reference internal" href="#id1">
|
129
|
-
<li><a class="reference internal" href="#id2">
|
130
|
-
<li><a class="reference internal" href="#id3">
|
131
|
-
<li><a class="reference internal" href="#id4">
|
132
|
-
<li><a class="reference internal" href="#id5">
|
127
|
+
<li><a class="reference internal" href="#">6.1.4. groonga HTTPサービス</a><ul>
|
128
|
+
<li><a class="reference internal" href="#id1">6.1.4.1. 名前</a></li>
|
129
|
+
<li><a class="reference internal" href="#id2">6.1.4.2. 書式</a></li>
|
130
|
+
<li><a class="reference internal" href="#id3">6.1.4.3. 説明</a></li>
|
131
|
+
<li><a class="reference internal" href="#id4">6.1.4.4. コマンド</a></li>
|
132
|
+
<li><a class="reference internal" href="#id5">6.1.4.5. 返値</a></li>
|
133
133
|
</ul>
|
134
134
|
</li>
|
135
135
|
</ul>
|
136
136
|
|
137
137
|
<h4>前のトピックへ</h4>
|
138
138
|
<p class="topless"><a href="groonga.html"
|
139
|
-
title="前の章へ">
|
139
|
+
title="前の章へ">6.1.3. groonga実行ファイル</a></p>
|
140
140
|
<h4>次のトピックへ</h4>
|
141
|
-
<p class="topless"><a href="
|
142
|
-
title="次の章へ">5.
|
141
|
+
<p class="topless"><a href="groonga-suggest-create-dataset.html"
|
142
|
+
title="次の章へ">6.1.5. groonga-suggest-create-dataset</a></p>
|
143
143
|
<h3>このページ</h3>
|
144
144
|
<ul class="this-page-menu">
|
145
|
-
<li><a href="../_sources/executables/http.txt"
|
145
|
+
<li><a href="../_sources/executables/groonga-http.txt"
|
146
146
|
rel="nofollow">ソースコードを表示</a></li>
|
147
147
|
</ul>
|
148
148
|
<div id="searchbox" style="display: none">
|
@@ -169,14 +169,14 @@
|
|
169
169
|
<a href="../genindex.html" title="総合索引"
|
170
170
|
>索引</a></li>
|
171
171
|
<li class="right" >
|
172
|
-
<a href="
|
172
|
+
<a href="groonga-suggest-create-dataset.html" title="6.1.5. groonga-suggest-create-dataset"
|
173
173
|
>次へ</a> |</li>
|
174
174
|
<li class="right" >
|
175
|
-
<a href="groonga.html" title="
|
175
|
+
<a href="groonga.html" title="6.1.3. groonga実行ファイル"
|
176
176
|
>前へ</a> |</li>
|
177
|
-
<li><a href="../index.html">groonga v1.2.
|
178
|
-
<li><a href="../reference.html" >
|
179
|
-
<li><a href="../executables.html" >
|
177
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
178
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
179
|
+
<li><a href="../executables.html" >6.1. 実行ファイル</a> »</li>
|
180
180
|
</ul>
|
181
181
|
</div>
|
182
182
|
<div class="footer">
|
@@ -0,0 +1,187 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
+
|
7
|
+
|
8
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
9
|
+
<head>
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
|
+
|
12
|
+
<title>6.1.5. groonga-suggest-create-dataset — groonga v1.2.5ドキュメント</title>
|
13
|
+
|
14
|
+
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
|
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
16
|
+
|
17
|
+
<script type="text/javascript">
|
18
|
+
var DOCUMENTATION_OPTIONS = {
|
19
|
+
URL_ROOT: '../',
|
20
|
+
VERSION: '1.2.5',
|
21
|
+
COLLAPSE_INDEX: false,
|
22
|
+
FILE_SUFFIX: '.html',
|
23
|
+
HAS_SOURCE: true
|
24
|
+
};
|
25
|
+
</script>
|
26
|
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
27
|
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
|
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
|
+
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
|
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
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.2. コマンド" href="../commands.html" />
|
34
|
+
<link rel="prev" title="6.1.4. groonga HTTPサービス" href="groonga-http.html" />
|
35
|
+
</head>
|
36
|
+
<body>
|
37
|
+
<div class="header">
|
38
|
+
<h1 class="title">
|
39
|
+
<a id="top-link" href="../index.html">
|
40
|
+
<span class="project">groonga</span>
|
41
|
+
<span class="separator">-</span>
|
42
|
+
<span class="description">オープンソースのカラムストア機能付き全文検索エンジン</span>
|
43
|
+
</a>
|
44
|
+
</h1>
|
45
|
+
|
46
|
+
<div class="other-language-links">
|
47
|
+
<ul>
|
48
|
+
<li><a href="../../../en/html/executables/groonga-suggest-create-dataset.html"><img src="../_static/us.png" alt="English"></a></li>
|
49
|
+
</ul>
|
50
|
+
</div>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
|
54
|
+
<div class="related">
|
55
|
+
<h3>ナビゲーション</h3>
|
56
|
+
<ul>
|
57
|
+
<li class="right" style="margin-right: 10px">
|
58
|
+
<a href="../genindex.html" title="総合索引"
|
59
|
+
accesskey="I">索引</a></li>
|
60
|
+
<li class="right" >
|
61
|
+
<a href="../commands.html" title="6.2. コマンド"
|
62
|
+
accesskey="N">次へ</a> |</li>
|
63
|
+
<li class="right" >
|
64
|
+
<a href="groonga-http.html" title="6.1.4. groonga HTTPサービス"
|
65
|
+
accesskey="P">前へ</a> |</li>
|
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
|
+
</ul>
|
70
|
+
</div>
|
71
|
+
|
72
|
+
<div class="document">
|
73
|
+
<div class="documentwrapper">
|
74
|
+
<div class="bodywrapper">
|
75
|
+
<div class="body">
|
76
|
+
|
77
|
+
<div class="section" id="groonga-suggest-create-dataset">
|
78
|
+
<h1>6.1.5. groonga-suggest-create-dataset<a class="headerlink" href="#groonga-suggest-create-dataset" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
|
+
<div class="section" id="name">
|
80
|
+
<h2>6.1.5.1. NAME<a class="headerlink" href="#name" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
|
+
<p>groonga-suggest-create-dataset - Defines schema for a suggestion dataset</p>
|
82
|
+
</div>
|
83
|
+
<div class="section" id="synopstis">
|
84
|
+
<h2>6.1.5.2. SYNOPSTIS<a class="headerlink" href="#synopstis" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-suggest-create-dataset [options] DATABASE DATASET
|
86
|
+
</pre></div>
|
87
|
+
</div>
|
88
|
+
</div>
|
89
|
+
<div class="section" id="desctipion">
|
90
|
+
<h2>6.1.5.3. DESCTIPION<a class="headerlink" href="#desctipion" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
|
+
<p>groonga-suggest-create-dataset creates a dataset for <a class="reference internal" href="../suggest.html"><em>サジェスト</em></a>. A database has many datasets. This command just defines schea for a suggestion dataset.</p>
|
92
|
+
</div>
|
93
|
+
<div class="section" id="options">
|
94
|
+
<h2>6.1.5.4. OPTIONS<a class="headerlink" href="#options" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
95
|
+
<p>None.</p>
|
96
|
+
</div>
|
97
|
+
<div class="section" id="exit-status">
|
98
|
+
<h2>6.1.5.5. EXIT STATUS<a class="headerlink" href="#exit-status" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
99
|
+
<p>TODO</p>
|
100
|
+
</div>
|
101
|
+
<div class="section" id="files">
|
102
|
+
<h2>6.1.5.6. FILES<a class="headerlink" href="#files" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
103
|
+
<p>TODO</p>
|
104
|
+
</div>
|
105
|
+
<div class="section" id="example">
|
106
|
+
<h2>6.1.5.7. EXAMPLE<a class="headerlink" href="#example" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
107
|
+
<p>TODO</p>
|
108
|
+
</div>
|
109
|
+
<div class="section" id="see-also">
|
110
|
+
<h2>6.1.5.8. SEE ALSO<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
111
|
+
<p><a class="reference internal" href="../suggest.html"><em>サジェスト</em></a>
|
112
|
+
.. : doc:<cite>groonga-suggest-httpd</cite>
|
113
|
+
.. : doc:<cite>groonga-suggest-learner</cite></p>
|
114
|
+
</div>
|
115
|
+
</div>
|
116
|
+
|
117
|
+
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
<div class="sphinxsidebar">
|
122
|
+
<div class="sphinxsidebarwrapper">
|
123
|
+
<h3><a href="../index.html">目次</a></h3>
|
124
|
+
<ul>
|
125
|
+
<li><a class="reference internal" href="#">6.1.5. groonga-suggest-create-dataset</a><ul>
|
126
|
+
<li><a class="reference internal" href="#name">6.1.5.1. NAME</a></li>
|
127
|
+
<li><a class="reference internal" href="#synopstis">6.1.5.2. SYNOPSTIS</a></li>
|
128
|
+
<li><a class="reference internal" href="#desctipion">6.1.5.3. DESCTIPION</a></li>
|
129
|
+
<li><a class="reference internal" href="#options">6.1.5.4. OPTIONS</a></li>
|
130
|
+
<li><a class="reference internal" href="#exit-status">6.1.5.5. EXIT STATUS</a></li>
|
131
|
+
<li><a class="reference internal" href="#files">6.1.5.6. FILES</a></li>
|
132
|
+
<li><a class="reference internal" href="#example">6.1.5.7. EXAMPLE</a></li>
|
133
|
+
<li><a class="reference internal" href="#see-also">6.1.5.8. SEE ALSO</a></li>
|
134
|
+
</ul>
|
135
|
+
</li>
|
136
|
+
</ul>
|
137
|
+
|
138
|
+
<h4>前のトピックへ</h4>
|
139
|
+
<p class="topless"><a href="groonga-http.html"
|
140
|
+
title="前の章へ">6.1.4. groonga HTTPサービス</a></p>
|
141
|
+
<h4>次のトピックへ</h4>
|
142
|
+
<p class="topless"><a href="../commands.html"
|
143
|
+
title="次の章へ">6.2. コマンド</a></p>
|
144
|
+
<h3>このページ</h3>
|
145
|
+
<ul class="this-page-menu">
|
146
|
+
<li><a href="../_sources/executables/groonga-suggest-create-dataset.txt"
|
147
|
+
rel="nofollow">ソースコードを表示</a></li>
|
148
|
+
</ul>
|
149
|
+
<div id="searchbox" style="display: none">
|
150
|
+
<h3>クイック検索</h3>
|
151
|
+
<form class="search" action="../search.html" method="get">
|
152
|
+
<input type="text" name="q" size="18" />
|
153
|
+
<input type="submit" value="検索" />
|
154
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
155
|
+
<input type="hidden" name="area" value="default" />
|
156
|
+
</form>
|
157
|
+
<p class="searchtip" style="font-size: 90%">
|
158
|
+
モジュール、クラス、または関数名を入力してください
|
159
|
+
</p>
|
160
|
+
</div>
|
161
|
+
<script type="text/javascript">$('#searchbox').show(0);</script>
|
162
|
+
</div>
|
163
|
+
</div>
|
164
|
+
<div class="clearer"></div>
|
165
|
+
</div>
|
166
|
+
<div class="related">
|
167
|
+
<h3>ナビゲーション</h3>
|
168
|
+
<ul>
|
169
|
+
<li class="right" style="margin-right: 10px">
|
170
|
+
<a href="../genindex.html" title="総合索引"
|
171
|
+
>索引</a></li>
|
172
|
+
<li class="right" >
|
173
|
+
<a href="../commands.html" title="6.2. コマンド"
|
174
|
+
>次へ</a> |</li>
|
175
|
+
<li class="right" >
|
176
|
+
<a href="groonga-http.html" title="6.1.4. groonga HTTPサービス"
|
177
|
+
>前へ</a> |</li>
|
178
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
179
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
180
|
+
<li><a href="../executables.html" >6.1. 実行ファイル</a> »</li>
|
181
|
+
</ul>
|
182
|
+
</div>
|
183
|
+
<div class="footer">
|
184
|
+
© Copyright 2009-2011, Brazil, Inc.
|
185
|
+
</div>
|
186
|
+
</body>
|
187
|
+
</html>
|
@@ -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.3. 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,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.4. groonga HTTPサービス" href="groonga-http.html" />
|
34
|
+
<link rel="prev" title="6.1.2. grntest" href="grntest.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="http.html" title="
|
61
|
+
<a href="groonga-http.html" title="6.1.4. groonga HTTPサービス"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="grntest.html" title="
|
64
|
+
<a href="grntest.html" title="6.1.2. grntest"
|
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,24 +75,24 @@
|
|
75
75
|
<div class="body">
|
76
76
|
|
77
77
|
<div class="section" id="groonga">
|
78
|
-
<h1>
|
78
|
+
<h1>6.1.3. groonga実行ファイル<a class="headerlink" href="#groonga" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
79
79
|
<div class="section" id="id1">
|
80
|
-
<h2>
|
80
|
+
<h2>6.1.3.1. 名前<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>groonga - 列指向データベース機能を持つ全文検索エンジンソフトウェア</p>
|
82
82
|
</div>
|
83
83
|
<div class="section" id="id2">
|
84
|
-
<h2>
|
84
|
+
<h2>6.1.3.2. 書式<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
85
85
|
<div class="highlight-none"><div class="highlight"><pre>groonga [options] [dest] [command [args]]
|
86
86
|
</pre></div>
|
87
87
|
</div>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="id3">
|
90
|
-
<h2>
|
90
|
+
<h2>6.1.3.3. 説明<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groongaは列指向のデータベース機能を持つ高速でスケーラブルな全文検索エンジンです。
|
92
92
|
groongaのデータベースは、groonga実行ファイルかCライブラリインタフェースを通して操作することができます。このマニュアルページでは、groonga実行ファイルの使い方について説明します。</p>
|
93
93
|
</div>
|
94
94
|
<div class="section" id="id4">
|
95
|
-
<h2>
|
95
|
+
<h2>6.1.3.4. オプション<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
96
96
|
<dl class="cmdoption">
|
97
97
|
<dt id="cmdoption-n">
|
98
98
|
<tt class="descname">-n</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-n" title="この定義へのパーマリンク">¶</a></dt>
|
@@ -234,7 +234,7 @@ pid-file=/var/run/groonga.pid
|
|
234
234
|
|
235
235
|
</div>
|
236
236
|
<div class="section" id="id5">
|
237
|
-
<h2>
|
237
|
+
<h2>6.1.3.5. 引数<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
238
238
|
<dl class="cmdoption">
|
239
239
|
<dt>
|
240
240
|
<tt class="descname">dest</tt></dt>
|
@@ -250,7 +250,7 @@ pid-file=/var/run/groonga.pid
|
|
250
250
|
|
251
251
|
</div>
|
252
252
|
<div class="section" id="id6">
|
253
|
-
<h2>
|
253
|
+
<h2>6.1.3.6. コマンド<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
254
254
|
<p>groonga実行ファイルを通してデータベースを操作する命令をコマンドと呼びます。コマンドは主にC言語で記述され、groongaプロセスにロードすることによって使用できるようになります。
|
255
255
|
それぞれのコマンドは一意な名前と、0個以上の引数を持ちます。</p>
|
256
256
|
<p>引数は以下の2種類の方法のいずれかで指定することができます。:</p>
|
@@ -263,7 +263,7 @@ pid-file=/var/run/groonga.pid
|
|
263
263
|
<p>標準入力からコマンド文字列を与える場合は、コマンド名と引数名と値は、空白( )で区切ります。空白や、記号「"'()」のうちいずれかを含む値を指定したい場合は、シングルクォート(')かダブルクォート(")で値を囲みます。値として指定する文字列の中では、改行文字は'n'に置き換えて指定します。また、引用符に使用した文字を値の中で指定する場合には、その文字の前にバックスラッシュ('') を指定します。バックスラッシュ文字自身を値として指定する場合には、その前にバックスラッシュを指定します。</p>
|
264
264
|
</div>
|
265
265
|
<div class="section" id="id7">
|
266
|
-
<h2>
|
266
|
+
<h2>6.1.3.7. 組み込みコマンド<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
267
267
|
<p>以下のコマンドは組み込みコマンドとして予め定義されています。</p>
|
268
268
|
<blockquote>
|
269
269
|
<div><dl class="docutils">
|
@@ -303,7 +303,7 @@ pid-file=/var/run/groonga.pid
|
|
303
303
|
</div></blockquote>
|
304
304
|
</div>
|
305
305
|
<div class="section" id="id8">
|
306
|
-
<h2>
|
306
|
+
<h2>6.1.3.8. 例<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
307
307
|
<p>新しいデータベースを作成します。:</p>
|
308
308
|
<div class="highlight-none"><div class="highlight"><pre>% groonga -n /tmp/hoge.db quit
|
309
309
|
%
|
@@ -342,25 +342,25 @@ pid-file=/var/run/groonga.pid
|
|
342
342
|
<div class="sphinxsidebarwrapper">
|
343
343
|
<h3><a href="../index.html">目次</a></h3>
|
344
344
|
<ul>
|
345
|
-
<li><a class="reference internal" href="#">
|
346
|
-
<li><a class="reference internal" href="#id1">
|
347
|
-
<li><a class="reference internal" href="#id2">
|
348
|
-
<li><a class="reference internal" href="#id3">
|
349
|
-
<li><a class="reference internal" href="#id4">
|
350
|
-
<li><a class="reference internal" href="#id5">
|
351
|
-
<li><a class="reference internal" href="#id6">
|
352
|
-
<li><a class="reference internal" href="#id7">
|
353
|
-
<li><a class="reference internal" href="#id8">
|
345
|
+
<li><a class="reference internal" href="#">6.1.3. groonga実行ファイル</a><ul>
|
346
|
+
<li><a class="reference internal" href="#id1">6.1.3.1. 名前</a></li>
|
347
|
+
<li><a class="reference internal" href="#id2">6.1.3.2. 書式</a></li>
|
348
|
+
<li><a class="reference internal" href="#id3">6.1.3.3. 説明</a></li>
|
349
|
+
<li><a class="reference internal" href="#id4">6.1.3.4. オプション</a></li>
|
350
|
+
<li><a class="reference internal" href="#id5">6.1.3.5. 引数</a></li>
|
351
|
+
<li><a class="reference internal" href="#id6">6.1.3.6. コマンド</a></li>
|
352
|
+
<li><a class="reference internal" href="#id7">6.1.3.7. 組み込みコマンド</a></li>
|
353
|
+
<li><a class="reference internal" href="#id8">6.1.3.8. 例</a></li>
|
354
354
|
</ul>
|
355
355
|
</li>
|
356
356
|
</ul>
|
357
357
|
|
358
358
|
<h4>前のトピックへ</h4>
|
359
359
|
<p class="topless"><a href="grntest.html"
|
360
|
-
title="前の章へ">
|
360
|
+
title="前の章へ">6.1.2. grntest</a></p>
|
361
361
|
<h4>次のトピックへ</h4>
|
362
|
-
<p class="topless"><a href="http.html"
|
363
|
-
title="次の章へ">
|
362
|
+
<p class="topless"><a href="groonga-http.html"
|
363
|
+
title="次の章へ">6.1.4. groonga HTTPサービス</a></p>
|
364
364
|
<h3>このページ</h3>
|
365
365
|
<ul class="this-page-menu">
|
366
366
|
<li><a href="../_sources/executables/groonga.txt"
|
@@ -390,14 +390,14 @@ pid-file=/var/run/groonga.pid
|
|
390
390
|
<a href="../genindex.html" title="総合索引"
|
391
391
|
>索引</a></li>
|
392
392
|
<li class="right" >
|
393
|
-
<a href="http.html" title="
|
393
|
+
<a href="groonga-http.html" title="6.1.4. groonga HTTPサービス"
|
394
394
|
>次へ</a> |</li>
|
395
395
|
<li class="right" >
|
396
|
-
<a href="grntest.html" title="
|
396
|
+
<a href="grntest.html" title="6.1.2. grntest"
|
397
397
|
>前へ</a> |</li>
|
398
|
-
<li><a href="../index.html">groonga v1.2.
|
399
|
-
<li><a href="../reference.html" >
|
400
|
-
<li><a href="../executables.html" >
|
398
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
399
|
+
<li><a href="../reference.html" >6. リファレンスマニュアル</a> »</li>
|
400
|
+
<li><a href="../executables.html" >6.1. 実行ファイル</a> »</li>
|
401
401
|
</ul>
|
402
402
|
</div>
|
403
403
|
<div class="footer">
|