rroonga 2.0.7-x86-mingw32 → 2.0.8-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/ext/groonga/rb-grn.h +1 -1
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/rroonga-build.rb +1 -1
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/etc/groonga/synonyms.tsv +5 -0
- data/vendor/local/include/groonga/groonga.h +77 -4
- data/vendor/local/include/groonga/groonga/plugin.h +45 -15
- data/vendor/local/include/groonga/groonga/tokenizer.h +62 -12
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +41 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +2 -2
- 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 +2 -2
- 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/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +1 -1
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +4 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +24 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +13 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +42 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +96 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions.txt → en/html/_sources/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +214 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +11 -10
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +42 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +62 -52
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +26 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +17 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +47 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +25 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +23 -13
- data/vendor/local/share/doc/groonga/en/html/news.html +175 -67
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +43 -41
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/{commands.html → command.html} +49 -44
- data/vendor/local/share/doc/groonga/en/html/reference/{command_version.html → command/command_version.html} +46 -46
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +356 -0
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +248 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +36 -36
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +190 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +92 -92
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/{functions.html → function.html} +15 -9
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +98 -16
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +303 -0
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +138 -0
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +315 -0
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/type.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +19 -8
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +12 -11
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +412 -0
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +24 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +13 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +42 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +96 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{source/reference/functions.txt → ja/html/_sources/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +214 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +11 -10
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +42 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +63 -53
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +26 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +17 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +45 -10
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +25 -16
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -11
- data/vendor/local/share/doc/groonga/ja/html/news.html +155 -68
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +44 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/{commands.html → command.html} +48 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/{command_version.html → command/command_version.html} +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +331 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +183 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +107 -107
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +37 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/{functions.html → function.html} +13 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +96 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +281 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +139 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +278 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/type.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +17 -8
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +404 -0
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/source/contribution.txt +3 -3
- data/vendor/local/share/doc/groonga/source/contribution/development/release.txt +23 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/register/query_expanders_tsv.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_equator.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_meridian.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/geo_distance_distance_rectangle_across_the_date_line.log +26 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage.log +28 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_basic.log +29 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_setup.log +17 -0
- data/vendor/local/share/doc/groonga/source/example/reference/functions/snippet_html/usage_string_literal.log +28 -0
- data/vendor/local/share/doc/groonga/source/install/centos.txt +24 -3
- data/vendor/local/share/doc/groonga/source/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/fedora.txt +13 -3
- data/vendor/local/share/doc/groonga/source/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/source/install/ubuntu.txt +42 -3
- data/vendor/local/share/doc/groonga/source/install/windows.txt +26 -16
- data/vendor/local/share/doc/groonga/source/limitations.txt +12 -2
- data/vendor/local/share/doc/groonga/source/news.txt +96 -1
- data/vendor/local/share/doc/groonga/source/reference.txt +3 -3
- data/vendor/local/share/doc/groonga/source/reference/command.txt +20 -0
- data/vendor/local/share/doc/groonga/source/reference/{command_version.txt → command/command_version.txt} +0 -0
- data/vendor/local/share/doc/groonga/source/reference/command/output_format.txt +228 -0
- data/vendor/local/share/doc/groonga/source/reference/command/return_code.txt +110 -0
- data/vendor/local/share/doc/groonga/source/reference/commands/register.txt +59 -0
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -0
- data/vendor/local/share/doc/groonga/source/reference/function.txt +20 -0
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +25 -8
- data/vendor/local/share/doc/groonga/source/reference/functions/snippet_html.txt +120 -0
- data/vendor/local/share/doc/groonga/source/reference/indexing.txt +3 -1
- data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions.txt → source/reference/query_expanders.txt} +3 -3
- data/vendor/local/share/doc/groonga/source/reference/query_expanders/tsv.txt +153 -0
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +12 -2
- data/vendor/local/share/doc/groonga/source/spec/gqtp.txt +214 -0
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +5 -2
- data/vendor/local/share/man/ja/man1/groonga.1 +1589 -218
- data/vendor/local/share/man/man1/groonga.1 +1685 -190
- metadata +66 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands.txt +0 -15
- data/vendor/local/share/doc/groonga/source/reference/commands.txt +0 -15
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.2.2. ドキュメント作成 — groonga v2.0.
|
12
|
+
<title>13.2.2. ドキュメント作成 — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
32
32
|
<link rel="next" title="13.2.3. クエリの実現" href="query.html" />
|
33
33
|
<link rel="prev" title="13.2.1. groonga 通信アーキテクチャ" href="com.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="com.html" title="13.2.1. groonga 通信アーキテクチャ"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
67
67
|
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
68
68
|
</ul>
|
@@ -170,7 +170,7 @@
|
|
170
170
|
<li class="right" >
|
171
171
|
<a href="com.html" title="13.2.1. groonga 通信アーキテクチャ"
|
172
172
|
>previous</a> |</li>
|
173
|
-
<li><a href="../../index.html">groonga v2.0.
|
173
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
174
174
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
175
175
|
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
176
176
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.2.3. クエリの実現 — groonga v2.0.
|
12
|
+
<title>13.2.3. クエリの実現 — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
32
32
|
<link rel="next" title="13.2.5. リリース手順" href="release.html" />
|
33
33
|
<link rel="prev" title="13.2.2. ドキュメント作成" href="document.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="document.html" title="13.2.2. ドキュメント作成"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
67
67
|
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
68
68
|
</ul>
|
@@ -347,7 +347,7 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で
|
|
347
347
|
<li class="right" >
|
348
348
|
<a href="document.html" title="13.2.2. ドキュメント作成"
|
349
349
|
>previous</a> |</li>
|
350
|
-
<li><a href="../../index.html">groonga v2.0.
|
350
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
351
351
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
352
352
|
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
353
353
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.2.5. リリース手順 — groonga v2.0.
|
12
|
+
<title>13.2.5. リリース手順 — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
32
32
|
<link rel="next" title="13.2.6. テスト方法" href="test.html" />
|
33
33
|
<link rel="prev" title="13.2.3. クエリの実現" href="query.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="query.html" title="13.2.3. クエリの実現"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
67
67
|
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
68
68
|
</ul>
|
@@ -267,6 +267,12 @@ gpg> quit
|
|
267
267
|
</pre></div>
|
268
268
|
</div>
|
269
269
|
<p>これにより$GROONGA_CLONE_DIR/groonga-(バージョン).tar.gzが作成されます。</p>
|
270
|
+
<div class="admonition note">
|
271
|
+
<p class="first admonition-title">Note</p>
|
272
|
+
<p class="last">タグを打つ前にmake distを行うとversionが古いままになることがあります。
|
273
|
+
するとgroonga --versionで表示されるバージョン表記が更新されないので注意が必要です。
|
274
|
+
make distで生成したtar.gzのversionおよびversion.shがタグと一致することを確認するのが望ましいです。</p>
|
275
|
+
</div>
|
270
276
|
</div>
|
271
277
|
<div class="section" id="id10">
|
272
278
|
<h2>13.2.5.16. パッケージのビルド<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
|
@@ -324,6 +330,7 @@ packages/source/filesディレクトリ以下へとダウンロードされま
|
|
324
330
|
<li>natty i386/amd64</li>
|
325
331
|
<li>oneiric i386/amd64</li>
|
326
332
|
<li>precise i386/amd64</li>
|
333
|
+
<li>quantal i386/amd64</li>
|
327
334
|
</ul>
|
328
335
|
<p>正常にビルドが終了すると$GROONGA_CLONE_DIR/packages/apt/repositories配下に.debパッケージが生成されます。</p>
|
329
336
|
<p>make build ではまとめてビルドできないこともあります。
|
@@ -577,37 +584,52 @@ published: false
|
|
577
584
|
新規リリース情報を登録します。</p>
|
578
585
|
<blockquote>
|
579
586
|
<div><a class="reference external" href="https://freecode.com/projects/groonga/releases/new">https://freecode.com/projects/groonga/releases/new</a></div></blockquote>
|
587
|
+
<div class="admonition note">
|
588
|
+
<p class="first admonition-title">Note</p>
|
589
|
+
<p class="last">投稿した内容に対するレビューが運営側で実施されるので、反映されるまでしばらく時間がかかります。</p>
|
590
|
+
</div>
|
591
|
+
</div>
|
592
|
+
<div class="section" id="twitter">
|
593
|
+
<h2>13.2.5.27. Twitterでリリースアナウンスをする<a class="headerlink" href="#twitter" title="Permalink to this headline">¶</a></h2>
|
594
|
+
<p>blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)</p>
|
595
|
+
<p>このボタンを経由する場合、ツイート内容に自動的にリリースタイトル(「groonga 2.0.8リリース」など)とblogroongaのリリースエントリのURLが挿入されます。</p>
|
596
|
+
<p>この作業はblogroongaの英語版、日本語版それぞれで行います。
|
597
|
+
あらかじめgroongaアカウントでログインしておくとアナウンスを円滑に行うことができます。</p>
|
580
598
|
<p>以上でリリース作業は終了です。</p>
|
581
599
|
</div>
|
582
600
|
<div class="section" id="id21">
|
583
|
-
<h2>13.2.5.
|
601
|
+
<h2>13.2.5.28. リリース後にやること<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h2>
|
584
602
|
<p>リリースアナウンスを流し終えたら、次期バージョンの開発が始まります。</p>
|
585
603
|
<ul class="simple">
|
586
604
|
<li>groonga プロジェクトの新規バージョン追加</li>
|
587
605
|
<li>groonga のbase_versionの更新</li>
|
588
606
|
</ul>
|
589
607
|
<div class="section" id="id22">
|
590
|
-
<h3>13.2.5.
|
608
|
+
<h3>13.2.5.28.1. groonga プロジェクトの新規バージョン追加<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
591
609
|
<p><a class="reference external" href="http://redmine.groonga.org/projects/groonga/settings">groonga プロジェクトの設定ページ</a> にて新規バージョンを追加します。(例: release-2.0.6)</p>
|
592
610
|
</div>
|
593
611
|
<div class="section" id="id24">
|
594
|
-
<h3>13.2.5.
|
612
|
+
<h3>13.2.5.28.2. groonga バージョン更新<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
595
613
|
<p>$GROONGA_CLONE_DIRにて以下のコマンドを実行します。:</p>
|
596
614
|
<div class="highlight-none"><div class="highlight"><pre>% make update-version NEW_VERSION=2.0.6
|
597
615
|
</pre></div>
|
598
616
|
</div>
|
599
617
|
<p>これにより$GROONGA_CLONE_DIR/base_versionが更新されるのでコミットしておきます。</p>
|
618
|
+
<div class="admonition note">
|
619
|
+
<p class="first admonition-title">Note</p>
|
620
|
+
<p class="last">base_versionはtar.gzなどのリリース用のファイル名で使用します。</p>
|
621
|
+
</div>
|
600
622
|
</div>
|
601
623
|
</div>
|
602
624
|
<div class="section" id="tips">
|
603
|
-
<h2>13.2.5.
|
625
|
+
<h2>13.2.5.29. ビルド時のTIPS<a class="headerlink" href="#tips" title="Permalink to this headline">¶</a></h2>
|
604
626
|
<div class="section" id="id25">
|
605
|
-
<h3>13.2.5.
|
627
|
+
<h3>13.2.5.29.1. ビルドを並列化したい<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
606
628
|
<p>make build PALALLES=yesを指定するとchroot環境で並列にビルドを
|
607
629
|
実行できます。</p>
|
608
630
|
</div>
|
609
631
|
<div class="section" id="id26">
|
610
|
-
<h3>13.2.5.
|
632
|
+
<h3>13.2.5.29.2. 特定の環境向けのみビルドしたい<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
611
633
|
<p>Debian系の場合、CODES,ARCHITECTURESオプションを明示的に指定することで、特定のリリース、アーキテクチャのみビルドすることができます。</p>
|
612
634
|
<p>squeezeのi386のみビルドしたい場合には以下のコマンドを実行します。:</p>
|
613
635
|
<div class="highlight-none"><div class="highlight"><pre>% make build ARCHITECTURES=i386 CODES=squeeze
|
@@ -623,7 +645,7 @@ published: false
|
|
623
645
|
<p>centosの場合、CENTOS_VERSIONSを指定することで特定のバージョンのみビルドすることができます。</p>
|
624
646
|
</div>
|
625
647
|
<div class="section" id="id27">
|
626
|
-
<h3>13.2.5.
|
648
|
+
<h3>13.2.5.29.3. パッケージの署名用のパスフレーズを知りたい<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
627
649
|
<p>パッケージの署名に必要な秘密鍵のパスフレーズについては
|
628
650
|
リリース担当者向けの秘密鍵を復号したテキストの1行目に記載してあります。</p>
|
629
651
|
</div>
|
@@ -675,15 +697,16 @@ published: false
|
|
675
697
|
<li><a class="reference internal" href="#id19">13.2.5.24. ドキュメントのアップロード</a></li>
|
676
698
|
<li><a class="reference internal" href="#id20">13.2.5.25. リリースアナウンス</a></li>
|
677
699
|
<li><a class="reference internal" href="#freecode-com">13.2.5.26. freecode.comへリリース情報を登録</a></li>
|
678
|
-
<li><a class="reference internal" href="#
|
679
|
-
<li><a class="reference internal" href="#
|
680
|
-
<li><a class="reference internal" href="#
|
700
|
+
<li><a class="reference internal" href="#twitter">13.2.5.27. Twitterでリリースアナウンスをする</a></li>
|
701
|
+
<li><a class="reference internal" href="#id21">13.2.5.28. リリース後にやること</a><ul>
|
702
|
+
<li><a class="reference internal" href="#id22">13.2.5.28.1. groonga プロジェクトの新規バージョン追加</a></li>
|
703
|
+
<li><a class="reference internal" href="#id24">13.2.5.28.2. groonga バージョン更新</a></li>
|
681
704
|
</ul>
|
682
705
|
</li>
|
683
|
-
<li><a class="reference internal" href="#tips">13.2.5.
|
684
|
-
<li><a class="reference internal" href="#id25">13.2.5.
|
685
|
-
<li><a class="reference internal" href="#id26">13.2.5.
|
686
|
-
<li><a class="reference internal" href="#id27">13.2.5.
|
706
|
+
<li><a class="reference internal" href="#tips">13.2.5.29. ビルド時のTIPS</a><ul>
|
707
|
+
<li><a class="reference internal" href="#id25">13.2.5.29.1. ビルドを並列化したい</a></li>
|
708
|
+
<li><a class="reference internal" href="#id26">13.2.5.29.2. 特定の環境向けのみビルドしたい</a></li>
|
709
|
+
<li><a class="reference internal" href="#id27">13.2.5.29.3. パッケージの署名用のパスフレーズを知りたい</a></li>
|
687
710
|
</ul>
|
688
711
|
</li>
|
689
712
|
</ul>
|
@@ -730,7 +753,7 @@ published: false
|
|
730
753
|
<li class="right" >
|
731
754
|
<a href="query.html" title="13.2.3. クエリの実現"
|
732
755
|
>previous</a> |</li>
|
733
|
-
<li><a href="../../index.html">groonga v2.0.
|
756
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
734
757
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
735
758
|
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
736
759
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.2.6. テスト方法 — groonga v2.0.
|
12
|
+
<title>13.2.6. テスト方法 — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.2. groonga開発者向け情報" href="../development.html" />
|
32
32
|
<link rel="next" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
33
33
|
<link rel="prev" title="13.2.5. リリース手順" href="release.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="release.html" title="13.2.5. リリース手順"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
67
67
|
<li><a href="../development.html" accesskey="U">13.2. groonga開発者向け情報</a> »</li>
|
68
68
|
</ul>
|
@@ -241,7 +241,7 @@
|
|
241
241
|
<li class="right" >
|
242
242
|
<a href="release.html" title="13.2.5. リリース手順"
|
243
243
|
>previous</a> |</li>
|
244
|
-
<li><a href="../../index.html">groonga v2.0.
|
244
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
245
245
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
246
246
|
<li><a href="../development.html" >13.2. groonga開発者向け情報</a> »</li>
|
247
247
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.3. How to contribute in documentation topics — groonga v2.0.
|
12
|
+
<title>13.3. How to contribute in documentation topics — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="13. How to contribute to groonga" href="../contribution.html" />
|
32
32
|
<link rel="next" title="13.3.1. C API" href="documentation/c-api.html" />
|
33
33
|
<link rel="prev" title="13.2.6. テスト方法" href="development/test.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="development/test.html" title="13.2.6. テスト方法"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../index.html">groonga v2.0.
|
65
|
+
<li><a href="../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../contribution.html" accesskey="U">13. How to contribute to groonga</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
<li class="right" >
|
130
130
|
<a href="development/test.html" title="13.2.6. テスト方法"
|
131
131
|
>previous</a> |</li>
|
132
|
-
<li><a href="../index.html">groonga v2.0.
|
132
|
+
<li><a href="../index.html">groonga v2.0.9 documentation</a> »</li>
|
133
133
|
<li><a href="../contribution.html" >13. How to contribute to groonga</a> »</li>
|
134
134
|
</ul>
|
135
135
|
</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>13.3.1. C API — groonga v2.0.
|
12
|
+
<title>13.3.1. C API — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
32
32
|
<link rel="next" title="13.3.2. I18N" href="i18n.html" />
|
33
33
|
<link rel="prev" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../documentation.html" title="13.3. How to contribute in documentation topics"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.0.
|
65
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
67
67
|
<li><a href="../documentation.html" accesskey="U">13.3. How to contribute in documentation topics</a> »</li>
|
68
68
|
</ul>
|
@@ -127,7 +127,7 @@ to you help us by moving C API documentation.</p>
|
|
127
127
|
<li class="right" >
|
128
128
|
<a href="../documentation.html" title="13.3. How to contribute in documentation topics"
|
129
129
|
>previous</a> |</li>
|
130
|
-
<li><a href="../../index.html">groonga v2.0.
|
130
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
131
131
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
132
132
|
<li><a href="../documentation.html" >13.3. How to contribute in documentation topics</a> »</li>
|
133
133
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.3.2. I18N — groonga v2.0.
|
12
|
+
<title>13.3.2. I18N — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="13.3. How to contribute in documentation topics" href="../documentation.html" />
|
32
32
|
<link rel="prev" title="13.3.1. C API" href="c-api.html" />
|
33
33
|
</head>
|
@@ -58,7 +58,7 @@
|
|
58
58
|
<li class="right" >
|
59
59
|
<a href="c-api.html" title="13.3.1. C API"
|
60
60
|
accesskey="P">previous</a> |</li>
|
61
|
-
<li><a href="../../index.html">groonga v2.0.
|
61
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
62
62
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
63
63
|
<li><a href="../documentation.html" accesskey="U">13.3. How to contribute in documentation topics</a> »</li>
|
64
64
|
</ul>
|
@@ -309,7 +309,7 @@ as 'ja'.</p>
|
|
309
309
|
<li class="right" >
|
310
310
|
<a href="c-api.html" title="13.3.1. C API"
|
311
311
|
>previous</a> |</li>
|
312
|
-
<li><a href="../../index.html">groonga v2.0.
|
312
|
+
<li><a href="../../index.html">groonga v2.0.9 documentation</a> »</li>
|
313
313
|
<li><a href="../../contribution.html" >13. How to contribute to groonga</a> »</li>
|
314
314
|
<li><a href="../documentation.html" >13.3. How to contribute in documentation topics</a> »</li>
|
315
315
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>13.1. How to report a bug — groonga v2.0.
|
12
|
+
<title>13.1. How to report a bug — groonga v2.0.9 documentation</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: '2.0.
|
20
|
+
VERSION: '2.0.9',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.0.
|
30
|
+
<link rel="top" title="groonga v2.0.9 documentation" href="../index.html" />
|
31
31
|
<link rel="up" title="13. How to contribute to groonga" href="../contribution.html" />
|
32
32
|
<link rel="next" title="13.2. groonga開発者向け情報" href="development.html" />
|
33
33
|
<link rel="prev" title="13. How to contribute to groonga" href="../contribution.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="../contribution.html" title="13. How to contribute to groonga"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../index.html">groonga v2.0.
|
65
|
+
<li><a href="../index.html">groonga v2.0.9 documentation</a> »</li>
|
66
66
|
<li><a href="../contribution.html" accesskey="U">13. How to contribute to groonga</a> »</li>
|
67
67
|
</ul>
|
68
68
|
</div>
|
@@ -151,7 +151,7 @@ Please send a mail that describes a bug.</p>
|
|
151
151
|
<li class="right" >
|
152
152
|
<a href="../contribution.html" title="13. How to contribute to groonga"
|
153
153
|
>previous</a> |</li>
|
154
|
-
<li><a href="../index.html">groonga v2.0.
|
154
|
+
<li><a href="../index.html">groonga v2.0.9 documentation</a> »</li>
|
155
155
|
<li><a href="../contribution.html" >13. How to contribute to groonga</a> »</li>
|
156
156
|
</ul>
|
157
157
|
</div>
|