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>
|
12
|
+
<title>6.2. コマンド — 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. リファレンスマニュアル" href="reference.html" />
|
33
|
+
<link rel="next" title="6.2.1. コマンドバージョン" href="command_version.html" />
|
34
|
+
<link rel="prev" title="6.1.5. groonga-suggest-create-dataset" href="executables/groonga-suggest-create-dataset.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,13 +58,13 @@
|
|
58
58
|
<a href="genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="command_version.html" title="
|
61
|
+
<a href="command_version.html" title="6.2.1. コマンドバージョン"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="executables/
|
64
|
+
<a href="executables/groonga-suggest-create-dataset.html" title="6.1.5. groonga-suggest-create-dataset"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="index.html">groonga v1.2.
|
67
|
-
<li><a href="reference.html" accesskey="U">
|
66
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="reference.html" accesskey="U">6. リファレンスマニュアル</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
70
70
|
|
@@ -74,34 +74,34 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="id1">
|
77
|
-
<h1>
|
77
|
+
<h1>6.2. コマンド<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
78
78
|
<p>まず、すべてのコマンドに関係するコマンドバージョンについて説明します。その後、組み込みのコマンドを順に説明します。</p>
|
79
79
|
<div class="toctree-wrapper compound">
|
80
80
|
<ul>
|
81
|
-
<li class="toctree-l1"><a class="reference internal" href="command_version.html">
|
82
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">
|
83
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/check.html">
|
84
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">
|
85
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">
|
86
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">
|
87
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">
|
88
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">
|
89
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">
|
90
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/delete.html">
|
91
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/dump.html">
|
92
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/load.html">
|
93
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">
|
94
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">
|
95
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">
|
96
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/quit.html">
|
97
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/select.html">
|
98
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">
|
99
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/status.html">
|
100
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">
|
101
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">
|
102
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">
|
103
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">
|
104
|
-
<li class="toctree-l1"><a class="reference internal" href="commands/view_add.html">
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="command_version.html">6.2.1. コマンドバージョン</a></li>
|
82
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">6.2.2. cache_limit</a></li>
|
83
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/check.html">6.2.3. check</a></li>
|
84
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">6.2.4. clearlock</a></li>
|
85
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">6.2.5. column_create</a></li>
|
86
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">6.2.6. column_list</a></li>
|
87
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">6.2.7. column_remove</a></li>
|
88
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">6.2.8. define_selector</a></li>
|
89
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">6.2.9. defrag</a></li>
|
90
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/delete.html">6.2.10. delete</a></li>
|
91
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/dump.html">6.2.11. dump</a></li>
|
92
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/load.html">6.2.12. load</a></li>
|
93
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">6.2.13. log_level</a></li>
|
94
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">6.2.14. log_put</a></li>
|
95
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">6.2.15. log_reopen</a></li>
|
96
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/quit.html">6.2.16. quit</a></li>
|
97
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/select.html">6.2.17. select</a></li>
|
98
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">6.2.18. shutdown</a></li>
|
99
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/status.html">6.2.19. status</a></li>
|
100
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">6.2.20. suggest</a></li>
|
101
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">6.2.21. table_create</a></li>
|
102
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">6.2.22. table_list</a></li>
|
103
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">6.2.23. table_remove</a></li>
|
104
|
+
<li class="toctree-l1"><a class="reference internal" href="commands/view_add.html">6.2.24. view_add</a></li>
|
105
105
|
</ul>
|
106
106
|
</div>
|
107
107
|
</div>
|
@@ -113,11 +113,11 @@
|
|
113
113
|
<div class="sphinxsidebar">
|
114
114
|
<div class="sphinxsidebarwrapper">
|
115
115
|
<h4>前のトピックへ</h4>
|
116
|
-
<p class="topless"><a href="executables/
|
117
|
-
title="前の章へ">
|
116
|
+
<p class="topless"><a href="executables/groonga-suggest-create-dataset.html"
|
117
|
+
title="前の章へ">6.1.5. groonga-suggest-create-dataset</a></p>
|
118
118
|
<h4>次のトピックへ</h4>
|
119
119
|
<p class="topless"><a href="command_version.html"
|
120
|
-
title="次の章へ">
|
120
|
+
title="次の章へ">6.2.1. コマンドバージョン</a></p>
|
121
121
|
<h3>このページ</h3>
|
122
122
|
<ul class="this-page-menu">
|
123
123
|
<li><a href="_sources/commands.txt"
|
@@ -147,13 +147,13 @@
|
|
147
147
|
<a href="genindex.html" title="総合索引"
|
148
148
|
>索引</a></li>
|
149
149
|
<li class="right" >
|
150
|
-
<a href="command_version.html" title="
|
150
|
+
<a href="command_version.html" title="6.2.1. コマンドバージョン"
|
151
151
|
>次へ</a> |</li>
|
152
152
|
<li class="right" >
|
153
|
-
<a href="executables/
|
153
|
+
<a href="executables/groonga-suggest-create-dataset.html" title="6.1.5. groonga-suggest-create-dataset"
|
154
154
|
>前へ</a> |</li>
|
155
|
-
<li><a href="index.html">groonga v1.2.
|
156
|
-
<li><a href="reference.html" >
|
155
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
156
|
+
<li><a href="reference.html" >6. リファレンスマニュアル</a> »</li>
|
157
157
|
</ul>
|
158
158
|
</div>
|
159
159
|
<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>3. コミュニティ — groonga v1.2.
|
12
|
+
<title>3. コミュニティ — 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,7 +28,7 @@
|
|
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="4. チュートリアル" href="tutorial.html" />
|
33
33
|
<link rel="prev" title="2. インストール" href="install.html" />
|
34
34
|
</head>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="install.html" title="2. インストール"
|
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
|
|
@@ -138,7 +138,7 @@
|
|
138
138
|
<li class="right" >
|
139
139
|
<a href="install.html" title="2. インストール"
|
140
140
|
>前へ</a> |</li>
|
141
|
-
<li><a href="index.html">groonga v1.2.
|
141
|
+
<li><a href="index.html">groonga v1.2.5ドキュメント</a> »</li>
|
142
142
|
</ul>
|
143
143
|
</div>
|
144
144
|
<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>2.1. groonga 通信アーキテクチャ — groonga v1.2.
|
12
|
+
<title>2.1. 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,7 +28,7 @@
|
|
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="up" title="2. groonga開発者向け情報" href="../development.html" />
|
33
33
|
<link rel="next" title="2.2. ドキュメント作成" href="document.html" />
|
34
34
|
<link rel="prev" title="2. groonga開発者向け情報" href="../development.html" />
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../development.html" title="2. groonga開発者向け情報"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v1.2.
|
67
|
-
<li><a href="../../contribution.html" >
|
66
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li><a href="../development.html" accesskey="U">2. groonga開発者向け情報</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
@@ -148,8 +148,8 @@ edgeがworkerに結びついていないときは、同時に、ctx_newという
|
|
148
148
|
<li class="right" >
|
149
149
|
<a href="../development.html" title="2. groonga開発者向け情報"
|
150
150
|
>前へ</a> |</li>
|
151
|
-
<li><a href="../../index.html">groonga v1.2.
|
152
|
-
<li><a href="../../contribution.html" >
|
151
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
152
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
153
153
|
<li><a href="../development.html" >2. groonga開発者向け情報</a> »</li>
|
154
154
|
</ul>
|
155
155
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.2. ドキュメント作成 — groonga v1.2.
|
12
|
+
<title>2.2. ドキュメント作成 — 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,7 +28,7 @@
|
|
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="up" title="2. groonga開発者向け情報" href="../development.html" />
|
33
33
|
<link rel="next" title="2.3. クエリの実現" href="query.html" />
|
34
34
|
<link rel="prev" title="2.1. groonga 通信アーキテクチャ" href="com.html" />
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="com.html" title="2.1. groonga 通信アーキテクチャ"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v1.2.
|
67
|
-
<li><a href="../../contribution.html" >
|
66
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li><a href="../development.html" accesskey="U">2. groonga開発者向け情報</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
@@ -171,8 +171,8 @@
|
|
171
171
|
<li class="right" >
|
172
172
|
<a href="com.html" title="2.1. groonga 通信アーキテクチャ"
|
173
173
|
>前へ</a> |</li>
|
174
|
-
<li><a href="../../index.html">groonga v1.2.
|
175
|
-
<li><a href="../../contribution.html" >
|
174
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
175
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
176
176
|
<li><a href="../development.html" >2. groonga開発者向け情報</a> »</li>
|
177
177
|
</ul>
|
178
178
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.3. クエリの実現 — groonga v1.2.
|
12
|
+
<title>2.3. クエリの実現 — 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,7 +28,7 @@
|
|
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="up" title="2. groonga開発者向け情報" href="../development.html" />
|
33
33
|
<link rel="next" title="2.5. テスト方法" href="test.html" />
|
34
34
|
<link rel="prev" title="2.2. ドキュメント作成" href="document.html" />
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="document.html" title="2.2. ドキュメント作成"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v1.2.
|
67
|
-
<li><a href="../../contribution.html" >
|
66
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li><a href="../development.html" accesskey="U">2. groonga開発者向け情報</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
@@ -348,8 +348,8 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で
|
|
348
348
|
<li class="right" >
|
349
349
|
<a href="document.html" title="2.2. ドキュメント作成"
|
350
350
|
>前へ</a> |</li>
|
351
|
-
<li><a href="../../index.html">groonga v1.2.
|
352
|
-
<li><a href="../../contribution.html" >
|
351
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
352
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
353
353
|
<li><a href="../development.html" >2. groonga開発者向け情報</a> »</li>
|
354
354
|
</ul>
|
355
355
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.5. テスト方法 — groonga v1.2.
|
12
|
+
<title>2.5. テスト方法 — 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,7 +28,7 @@
|
|
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="up" title="2. groonga開発者向け情報" href="../development.html" />
|
33
33
|
<link rel="next" title="3. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
34
34
|
<link rel="prev" title="2.3. クエリの実現" href="query.html" />
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="query.html" title="2.3. クエリの実現"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v1.2.
|
67
|
-
<li><a href="../../contribution.html" >
|
66
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li><a href="../development.html" accesskey="U">2. groonga開発者向け情報</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
@@ -242,8 +242,8 @@
|
|
242
242
|
<li class="right" >
|
243
243
|
<a href="query.html" title="2.3. クエリの実現"
|
244
244
|
>前へ</a> |</li>
|
245
|
-
<li><a href="../../index.html">groonga v1.2.
|
246
|
-
<li><a href="../../contribution.html" >
|
245
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
246
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
247
247
|
<li><a href="../development.html" >2. groonga開発者向け情報</a> »</li>
|
248
248
|
</ul>
|
249
249
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2. groonga開発者向け情報 — groonga v1.2.
|
12
|
+
<title>2. 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,8 +28,8 @@
|
|
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.1. groonga 通信アーキテクチャ" href="development/com.html" />
|
34
34
|
<link rel="prev" title="1. バグレポートの送り方" href="report.html" />
|
35
35
|
</head>
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="report.html" title="1. バグレポートの送り方"
|
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
|
|
@@ -132,8 +132,8 @@
|
|
132
132
|
<li class="right" >
|
133
133
|
<a href="report.html" title="1. バグレポートの送り方"
|
134
134
|
>前へ</a> |</li>
|
135
|
-
<li><a href="../index.html">groonga v1.2.
|
136
|
-
<li><a href="../contribution.html" >
|
135
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
136
|
+
<li><a href="../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
137
137
|
</ul>
|
138
138
|
</div>
|
139
139
|
<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>3.1. C API — groonga v1.2.
|
12
|
+
<title>3.1. C API — 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,7 +28,7 @@
|
|
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="up" title="3. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
33
|
<link rel="next" title="3.2. 国際化" href="i18n.html" />
|
34
34
|
<link rel="prev" title="3. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../documentation.html" title="3. ドキュメント関連のコントリビュート方法"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../../index.html">groonga v1.2.
|
67
|
-
<li><a href="../../contribution.html" >
|
66
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
67
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
68
68
|
<li><a href="../documentation.html" accesskey="U">3. ドキュメント関連のコントリビュート方法</a> »</li>
|
69
69
|
</ul>
|
70
70
|
</div>
|
@@ -126,8 +126,8 @@
|
|
126
126
|
<li class="right" >
|
127
127
|
<a href="../documentation.html" title="3. ドキュメント関連のコントリビュート方法"
|
128
128
|
>前へ</a> |</li>
|
129
|
-
<li><a href="../../index.html">groonga v1.2.
|
130
|
-
<li><a href="../../contribution.html" >
|
129
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
130
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
131
131
|
<li><a href="../documentation.html" >3. ドキュメント関連のコントリビュート方法</a> »</li>
|
132
132
|
</ul>
|
133
133
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>3.2. 国際化 — groonga v1.2.
|
12
|
+
<title>3.2. 国際化 — 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,7 +28,7 @@
|
|
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="up" title="3. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
33
|
<link rel="prev" title="3.1. C API" href="c-api.html" />
|
34
34
|
</head>
|
@@ -59,8 +59,8 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="c-api.html" title="3.1. C API"
|
61
61
|
accesskey="P">前へ</a> |</li>
|
62
|
-
<li><a href="../../index.html">groonga v1.2.
|
63
|
-
<li><a href="../../contribution.html" >
|
62
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
63
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
64
64
|
<li><a href="../documentation.html" accesskey="U">3. ドキュメント関連のコントリビュート方法</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -273,8 +273,8 @@
|
|
273
273
|
<li class="right" >
|
274
274
|
<a href="c-api.html" title="3.1. C API"
|
275
275
|
>前へ</a> |</li>
|
276
|
-
<li><a href="../../index.html">groonga v1.2.
|
277
|
-
<li><a href="../../contribution.html" >
|
276
|
+
<li><a href="../../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
277
|
+
<li><a href="../../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
278
278
|
<li><a href="../documentation.html" >3. ドキュメント関連のコントリビュート方法</a> »</li>
|
279
279
|
</ul>
|
280
280
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>3. ドキュメント関連のコントリビュート方法 — groonga v1.2.
|
12
|
+
<title>3. ドキュメント関連のコントリビュート方法 — 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,8 +28,8 @@
|
|
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="3.1. C API" href="documentation/c-api.html" />
|
34
34
|
<link rel="prev" title="2.5. テスト方法" href="development/test.html" />
|
35
35
|
</head>
|
@@ -63,8 +63,8 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="development/test.html" title="2.5. テスト方法"
|
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
|
|
@@ -130,8 +130,8 @@
|
|
130
130
|
<li class="right" >
|
131
131
|
<a href="development/test.html" title="2.5. テスト方法"
|
132
132
|
>前へ</a> |</li>
|
133
|
-
<li><a href="../index.html">groonga v1.2.
|
134
|
-
<li><a href="../contribution.html" >
|
133
|
+
<li><a href="../index.html">groonga v1.2.5ドキュメント</a> »</li>
|
134
|
+
<li><a href="../contribution.html" >10. groongaへのコントリビュート方法</a> »</li>
|
135
135
|
</ul>
|
136
136
|
</div>
|
137
137
|
<div class="footer">
|