rroonga 2.0.7-x86-mingw32 → 2.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,41 @@
|
|
1
|
+
# tsv.la - a libtool library file
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
|
3
|
+
#
|
4
|
+
# Please DO NOT delete this file!
|
5
|
+
# It is necessary for linking the library.
|
6
|
+
|
7
|
+
# The name that we can dlopen(3).
|
8
|
+
dlname='tsv.dll'
|
9
|
+
|
10
|
+
# Names of this library.
|
11
|
+
library_names='tsv.dll.a'
|
12
|
+
|
13
|
+
# The name of the static archive.
|
14
|
+
old_library='tsv.a'
|
15
|
+
|
16
|
+
# Linker flags that can not go in dependency_libs.
|
17
|
+
inherited_linker_flags=''
|
18
|
+
|
19
|
+
# Libraries that this one depends upon.
|
20
|
+
dependency_libs=' /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libgroonga.la -L/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libmsgpack.la -lws2_32'
|
21
|
+
|
22
|
+
# Names of additional weak libraries provided by this library
|
23
|
+
weak_library_names=''
|
24
|
+
|
25
|
+
# Version information for tsv.
|
26
|
+
current=0
|
27
|
+
age=0
|
28
|
+
revision=0
|
29
|
+
|
30
|
+
# Is this an already installed library?
|
31
|
+
installed=yes
|
32
|
+
|
33
|
+
# Should we warn about portability when linking against -modules?
|
34
|
+
shouldnotlink=yes
|
35
|
+
|
36
|
+
# Files to dlopen/dlpreopen
|
37
|
+
dlopen=''
|
38
|
+
dlpreopen=''
|
39
|
+
|
40
|
+
# Directory that this library needs to be installed in:
|
41
|
+
libdir='/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/groonga/plugins/query_expanders'
|
Binary file
|
Binary file
|
Binary file
|
@@ -17,7 +17,7 @@ old_library='suggest.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libgroonga.la -L/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib -lws2_32 /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libmsgpack.la'
|
20
|
+
dependency_libs=' /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libgroonga.la -L/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib -lws2_32 /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libmsgpack.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/groonga/plugins/suggest'
|
41
|
+
libdir='/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/groonga/plugins/suggest'
|
Binary file
|
Binary file
|
Binary file
|
@@ -17,7 +17,7 @@ old_library='table.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libgroonga.la -L/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib -lws2_32 /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libmsgpack.la'
|
20
|
+
dependency_libs=' /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libgroonga.la -L/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib -lws2_32 /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libmsgpack.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/groonga/plugins/table'
|
41
|
+
libdir='/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/groonga/plugins/table'
|
Binary file
|
Binary file
|
Binary file
|
@@ -17,7 +17,7 @@ old_library='mecab.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libmecab.la /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libgroonga.la /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libmsgpack.la -lws2_32'
|
20
|
+
dependency_libs=' -L/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libmecab.la /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libgroonga.la /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libmsgpack.la -lws2_32'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/groonga/plugins/tokenizers'
|
41
|
+
libdir='/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/groonga/plugins/tokenizers'
|
Binary file
|
Binary file
|
@@ -17,7 +17,7 @@ old_library='libgroonga.a'
|
|
17
17
|
inherited_linker_flags=''
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -L/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib /home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib/libmsgpack.la -lws2_32'
|
20
|
+
dependency_libs=' -L/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib /home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib/libmsgpack.la -lws2_32'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -38,4 +38,4 @@ dlopen=''
|
|
38
38
|
dlpreopen=''
|
39
39
|
|
40
40
|
# Directory that this library needs to be installed in:
|
41
|
-
libdir='/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86/lib'
|
41
|
+
libdir='/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86/lib'
|
data/vendor/local/lib/libmecab.a
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
|
-
prefix=/home/khayashi/work/groonga/groonga.clean/packages/windows/dist-x86
|
1
|
+
prefix=/home/khayashi/work/groonga/groonga.clean-sub/packages/windows/dist-x86
|
2
2
|
exec_prefix=${prefix}
|
3
3
|
bindir=${exec_prefix}/bin
|
4
4
|
libdir=${exec_prefix}/lib
|
@@ -6,12 +6,13 @@ includedir=${prefix}/include
|
|
6
6
|
datarootdir=${prefix}/share
|
7
7
|
datadir=${datarootdir}
|
8
8
|
document_root=${datadir}/groonga/html/admin
|
9
|
+
pluginsdir=${libdir}/groonga/plugins
|
9
10
|
groonga=${bindir}/groonga.exe
|
10
11
|
groonga_suggest_create_dataset=${bindir}/groonga-suggest-create-dataset.exe
|
11
|
-
groonga_version=2.0.
|
12
|
+
groonga_version=2.0.9
|
12
13
|
|
13
14
|
Name: Groonga
|
14
15
|
Description: An Embeddable Fulltext Search Engine
|
15
|
-
Version: 2.0.
|
16
|
+
Version: 2.0.9
|
16
17
|
Libs: -L${libdir} -lgroonga
|
17
18
|
Cflags: -I${includedir}/groonga
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,4 +1,4 @@
|
|
1
1
|
# Sphinx build info version 1
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
3
|
-
config:
|
3
|
+
config: 6990d68f25fa62ebc7895478a7f3a774
|
4
4
|
tags: fbb0d17656682115ca4d033fb2f83ba1
|
@@ -11,11 +11,11 @@ For example, if you find a bug when using groonga, you are welcome to
|
|
11
11
|
report the bug. Coding and documentation are also welcome for groonga and
|
12
12
|
its related projects.
|
13
13
|
|
14
|
-
|
14
|
+
As a user:
|
15
15
|
If you are interested in groonga, please read this document and try it.
|
16
|
-
|
16
|
+
As a spokesman:
|
17
17
|
Please introduce groonga to your friends and colleagues.
|
18
|
-
Bug report, development and documentation
|
18
|
+
As a developer: Bug report, development and documentation
|
19
19
|
This section describes the details.
|
20
20
|
|
21
21
|
.. toctree::
|
@@ -231,6 +231,11 @@ make update-poコマンドの実行により更新した各種.poファイルを
|
|
231
231
|
|
232
232
|
これにより$GROONGA_CLONE_DIR/groonga-(バージョン).tar.gzが作成されます。
|
233
233
|
|
234
|
+
.. note::
|
235
|
+
タグを打つ前にmake distを行うとversionが古いままになることがあります。
|
236
|
+
するとgroonga --versionで表示されるバージョン表記が更新されないので注意が必要です。
|
237
|
+
make distで生成したtar.gzのversionおよびversion.shがタグと一致することを確認するのが望ましいです。
|
238
|
+
|
234
239
|
パッケージのビルド
|
235
240
|
------------------------------------------------------------
|
236
241
|
|
@@ -296,6 +301,7 @@ make build PALALLEL=yesコマンドを実行すると、ディストリビュー
|
|
296
301
|
* natty i386/amd64
|
297
302
|
* oneiric i386/amd64
|
298
303
|
* precise i386/amd64
|
304
|
+
* quantal i386/amd64
|
299
305
|
|
300
306
|
正常にビルドが終了すると$GROONGA_CLONE_DIR/packages/apt/repositories配下に.debパッケージが生成されます。
|
301
307
|
|
@@ -574,6 +580,19 @@ freecode.comのプロジェクトページは以下の通りです。
|
|
574
580
|
|
575
581
|
https://freecode.com/projects/groonga/releases/new
|
576
582
|
|
583
|
+
.. note::
|
584
|
+
投稿した内容に対するレビューが運営側で実施されるので、反映されるまでしばらく時間がかかります。
|
585
|
+
|
586
|
+
Twitterでリリースアナウンスをする
|
587
|
+
------------------------------------------------------------
|
588
|
+
|
589
|
+
blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)
|
590
|
+
|
591
|
+
このボタンを経由する場合、ツイート内容に自動的にリリースタイトル(「groonga 2.0.8リリース」など)とblogroongaのリリースエントリのURLが挿入されます。
|
592
|
+
|
593
|
+
この作業はblogroongaの英語版、日本語版それぞれで行います。
|
594
|
+
あらかじめgroongaアカウントでログインしておくとアナウンスを円滑に行うことができます。
|
595
|
+
|
577
596
|
以上でリリース作業は終了です。
|
578
597
|
|
579
598
|
リリース後にやること
|
@@ -598,6 +617,10 @@ $GROONGA_CLONE_DIRにて以下のコマンドを実行します。::
|
|
598
617
|
|
599
618
|
これにより$GROONGA_CLONE_DIR/base_versionが更新されるのでコミットしておきます。
|
600
619
|
|
620
|
+
.. note::
|
621
|
+
base_versionはtar.gzなどのリリース用のファイル名で使用します。
|
622
|
+
|
623
|
+
|
601
624
|
ビルド時のTIPS
|
602
625
|
------------------------------------------------------------
|
603
626
|
|
@@ -30,6 +30,17 @@ Install groonga-tokenizer-mecab package::
|
|
30
30
|
|
31
31
|
% sudo yum install -y groonga-tokenizer-mecab
|
32
32
|
|
33
|
+
Then install MeCab dictionary. (mecab-ipadic or mecab-jumandic)
|
34
|
+
|
35
|
+
Install IPA dictionary::
|
36
|
+
|
37
|
+
% sudo yum install -y mecab-ipadic
|
38
|
+
|
39
|
+
Or install Juman dictionary::
|
40
|
+
|
41
|
+
% sudo yum install -y mecab-jumandic
|
42
|
+
|
43
|
+
|
33
44
|
There is a package that provides `Munin
|
34
45
|
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
35
46
|
groonga status by Munin, install groonga-munin-plugins package.
|
@@ -77,6 +88,16 @@ Install groonga-tokenizer-mecab package::
|
|
77
88
|
|
78
89
|
% sudo yum install -y groonga-tokenizer-mecab
|
79
90
|
|
91
|
+
Then install MeCab dictionary. (mecab-ipadic or mecab-jumandic)
|
92
|
+
|
93
|
+
Install IPA dictionary::
|
94
|
+
|
95
|
+
% sudo yum install -y mecab-ipadic
|
96
|
+
|
97
|
+
Or install Juman dictionary::
|
98
|
+
|
99
|
+
% sudo yum install -y mecab-jumandic
|
100
|
+
|
80
101
|
There is a package that provides `Munin
|
81
102
|
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
82
103
|
groonga status by Munin, install groonga-munin-plugins package.
|
@@ -114,9 +135,9 @@ Install required packages to build groonga::
|
|
114
135
|
|
115
136
|
Download source::
|
116
137
|
|
117
|
-
% wget http://packages.groonga.org/source/groonga/groonga-2.0.
|
118
|
-
% tar xvzf groonga-2.0.
|
119
|
-
% cd groonga-2.0.
|
138
|
+
% wget http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
139
|
+
% tar xvzf groonga-2.0.9.tar.gz
|
140
|
+
% cd groonga-2.0.9
|
120
141
|
|
121
142
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
122
143
|
|
@@ -119,9 +119,9 @@ Install required packages to build groonga::
|
|
119
119
|
|
120
120
|
Download source::
|
121
121
|
|
122
|
-
% wget http://packages.groonga.org/source/groonga/groonga-2.0.
|
123
|
-
% tar xvzf groonga-2.0.
|
124
|
-
% cd groonga-2.0.
|
122
|
+
% wget http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
123
|
+
% tar xvzf groonga-2.0.9.tar.gz
|
124
|
+
% cd groonga-2.0.9
|
125
125
|
|
126
126
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
127
127
|
|
@@ -38,6 +38,16 @@ Install groonga-tokenizer-mecab package::
|
|
38
38
|
|
39
39
|
% sudo yum install -y groonga-tokenizer-mecab
|
40
40
|
|
41
|
+
Then install MeCab dictionary. (mecab-ipadic or mecab-jumandic)
|
42
|
+
|
43
|
+
Install IPA dictionary::
|
44
|
+
|
45
|
+
% sudo yum install -y mecab-ipadic
|
46
|
+
|
47
|
+
Or install Juman dictionary::
|
48
|
+
|
49
|
+
% sudo yum install -y mecab-jumandic
|
50
|
+
|
41
51
|
There is a package that provides `Munin
|
42
52
|
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
43
53
|
groonga status by Munin, install groonga-munin-plugins package.
|
@@ -55,9 +65,9 @@ Install required packages to build groonga::
|
|
55
65
|
|
56
66
|
Download source::
|
57
67
|
|
58
|
-
% wget http://packages.groonga.org/source/groonga/groonga-2.0.
|
59
|
-
% tar xvzf groonga-2.0.
|
60
|
-
% cd groonga-2.0.
|
68
|
+
% wget http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
69
|
+
% tar xvzf groonga-2.0.9.tar.gz
|
70
|
+
% cd groonga-2.0.9
|
61
71
|
|
62
72
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
63
73
|
|
@@ -36,9 +36,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
|
|
36
36
|
|
37
37
|
Download source::
|
38
38
|
|
39
|
-
% curl -O http://packages.groonga.org/source/groonga/groonga-2.0.
|
40
|
-
% tar xvzf groonga-2.0.
|
41
|
-
% cd groonga-2.0.
|
39
|
+
% curl -O http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
40
|
+
% tar xvzf groonga-2.0.9.tar.gz
|
41
|
+
% cd groonga-2.0.9
|
42
42
|
|
43
43
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
44
44
|
|
@@ -74,9 +74,9 @@ Build from source
|
|
74
74
|
Groonga uses GNU build system. So the following is the simplest build
|
75
75
|
steps::
|
76
76
|
|
77
|
-
% wget http://packages.groonga.org/source/groonga/groonga-2.0.
|
78
|
-
% tar xvzf groonga-2.0.
|
79
|
-
% cd groonga-2.0.
|
77
|
+
% wget http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
78
|
+
% tar xvzf groonga-2.0.9.tar.gz
|
79
|
+
% cd groonga-2.0.9
|
80
80
|
% ./configure
|
81
81
|
% make
|
82
82
|
% sudo make install
|
@@ -17,9 +17,9 @@ Install required packages to build groonga::
|
|
17
17
|
|
18
18
|
Download source::
|
19
19
|
|
20
|
-
% wget http://packages.groonga.org/source/groonga/groonga-2.0.
|
21
|
-
% gtar xvzf groonga-2.0.
|
22
|
-
% cd groonga-2.0.
|
20
|
+
% wget http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
21
|
+
% gtar xvzf groonga-2.0.9.tar.gz
|
22
|
+
% cd groonga-2.0.9
|
23
23
|
|
24
24
|
Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
|
25
25
|
needed for building 64-bit version. To build 32-bit version, just
|
@@ -166,6 +166,45 @@ There is a package that provides `Munin
|
|
166
166
|
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
167
167
|
groonga status by Munin, install groonga-munin-plugins package.
|
168
168
|
|
169
|
+
Install groonga-munin-plugins package::
|
170
|
+
|
171
|
+
% sudo apt-get -y install groonga-munin-plugins
|
172
|
+
|
173
|
+
12.10 Quantal Quetzal
|
174
|
+
---------------------
|
175
|
+
|
176
|
+
.. note::
|
177
|
+
|
178
|
+
Enable the universe repository to install groonga::
|
179
|
+
|
180
|
+
% sudo cp /etc/apt/sources.list /etc/apt/sources.list.d/universe.list
|
181
|
+
% sudo sed -i'' -e 's/main/universe/' /etc/apt/sources.list.d/universe.list
|
182
|
+
|
183
|
+
Add the groonga apt repository.
|
184
|
+
|
185
|
+
/etc/apt/sources.list.d/groonga.list::
|
186
|
+
|
187
|
+
deb http://packages.groonga.org/ubuntu/ quantal universe
|
188
|
+
deb-src http://packages.groonga.org/ubuntu/ quantal universe
|
189
|
+
|
190
|
+
Install::
|
191
|
+
|
192
|
+
% sudo apt-get update
|
193
|
+
% sudo apt-get -y --allow-unauthenticated install groonga-keyring
|
194
|
+
% sudo apt-get update
|
195
|
+
% sudo apt-get -y install groonga
|
196
|
+
|
197
|
+
If you want to use `MeCab <http://mecab.sourceforge.net/>`_ as a
|
198
|
+
tokenizer, install groonga-tokenizer-mecab package.
|
199
|
+
|
200
|
+
Install groonga-tokenizer-mecab package::
|
201
|
+
|
202
|
+
% sudo apt-get -y install groonga-tokenizer-mecab
|
203
|
+
|
204
|
+
There is a package that provides `Munin
|
205
|
+
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
206
|
+
groonga status by Munin, install groonga-munin-plugins package.
|
207
|
+
|
169
208
|
Install groonga-munin-plugins package::
|
170
209
|
|
171
210
|
% sudo apt-get -y install groonga-munin-plugins
|
@@ -179,9 +218,9 @@ Install required packages to build groonga::
|
|
179
218
|
|
180
219
|
Download source::
|
181
220
|
|
182
|
-
% wget http://packages.groonga.org/source/groonga/groonga-2.0.
|
183
|
-
% tar xvzf groonga-2.0.
|
184
|
-
% cd groonga-2.0.
|
221
|
+
% wget http://packages.groonga.org/source/groonga/groonga-2.0.9.tar.gz
|
222
|
+
% tar xvzf groonga-2.0.9.tar.gz
|
223
|
+
% cd groonga-2.0.9
|
185
224
|
|
186
225
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
187
226
|
|