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>2.1. Windows — groonga v2.0.
|
12
|
+
<title>2.1. Windows — groonga v2.0.9ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.0.
|
31
|
+
<link rel="top" title="groonga v2.0.9ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
34
34
|
<link rel="prev" title="2. インストール" href="../install.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="../install.html" title="2. インストール"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.0.
|
66
|
+
<li><a href="../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -79,14 +79,14 @@
|
|
79
79
|
<p>32-bit用と64-bit用のパッケージを配布していますが、サーバ用途には64-bitパッケージを利用することをオススメします。32-bit用パッケージはテスト用か開発用にだけ使って下さい。32-bit用パッケージを使った場合は、中程度のサイズのデータでもメモリ不足エラーになることがあります。</p>
|
80
80
|
<div class="section" id="installer">
|
81
81
|
<h2>2.1.1. インストーラー<a class="headerlink" href="#installer" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
82
|
-
<p>32-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.
|
83
|
-
<p>64-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.
|
82
|
+
<p>32-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.9-x86.exe">groonga-2.0.9-x86.exe</a> をダウンロードして実行してください。</p>
|
83
|
+
<p>64-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.9-x64.exe">groonga-2.0.9-x64.exe</a> をダウンロードして実行してください。</p>
|
84
84
|
<p>スタートメニュー内に <a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> 用のコマンドプロンプトがインストールされるのでそれを使ってください。</p>
|
85
85
|
</div>
|
86
86
|
<div class="section" id="zip">
|
87
87
|
<h2>2.1.2. zip<a class="headerlink" href="#zip" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
88
|
-
<p>32-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.
|
89
|
-
<p>64-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.
|
88
|
+
<p>32-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.9-x86.zip">groonga-2.0.9-x86.zip</a> をダウンロードして展開してください。</p>
|
89
|
+
<p>64-bit環境の場合は <a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-2.0.9-x64.zip">groonga-2.0.9-x64.zip</a> をダウンロードして展開してください。</p>
|
90
90
|
<p><a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> は <tt class="docutils literal"><span class="pre">bin</span></tt> フォルダーにあります。</p>
|
91
91
|
</div>
|
92
92
|
<div class="section" id="build-from-source">
|
@@ -98,21 +98,30 @@
|
|
98
98
|
<li><a class="reference external" href="http://www.cmake.org/">CMake</a></li>
|
99
99
|
</ul>
|
100
100
|
</div></blockquote>
|
101
|
-
<p>zipでアーカイブされたソース <a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-2.0.
|
101
|
+
<p>zipでアーカイブされたソース <a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-2.0.9.zip">groonga-2.0.9.zip</a> をダウンロードして展開します。</p>
|
102
102
|
<p>Microsoft Visual Studio 2010 Expressがインストールする <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">コマンド</span> <span class="pre">プロンプト</span> <span class="pre">(2010)</span></tt> を実行して、groongaのソースがあるフォルダーへ移動してください:</p>
|
103
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-2.0.
|
103
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-2.0.9
|
104
104
|
</pre></div>
|
105
105
|
</div>
|
106
106
|
<p><tt class="docutils literal"><span class="pre">cmake</span></tt> でビルドオプションを設定します。以下のコマンドラインは64-bit用のgroongaをビルドするためのものです。32-bit用のgroongaをビルドする場合は代わりに <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">10"</span></tt> パラメーターを指定してください:</p>
|
107
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.
|
107
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.9> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
108
108
|
</pre></div>
|
109
109
|
</div>
|
110
|
-
<p>Visual
|
111
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.
|
110
|
+
<p>Visual C++ 2010 Expressでビルドします:</p>
|
111
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.9> msbuild groonga.sln /p:Configuration=Release
|
112
112
|
</pre></div>
|
113
113
|
</div>
|
114
|
-
<p
|
115
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.
|
114
|
+
<p>Visual C++ 2010 Expressでビルドします:</p>
|
115
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.9> msbuild groonga.sln /p:Configuration=Release /t:Install
|
116
|
+
</pre></div>
|
117
|
+
</div>
|
118
|
+
<p>Visual Studio 2010をインストールした場合、devenvを使うことができます。</p>
|
119
|
+
<p>Visual Studio 2010でビルドします:</p>
|
120
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.9> devenv groonga.sln /Build Release
|
121
|
+
</pre></div>
|
122
|
+
</div>
|
123
|
+
<p>Visual Studio 2010でインストールします:</p>
|
124
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-2.0.9> devenv groonga.sln /Build Release /Project Install
|
116
125
|
</pre></div>
|
117
126
|
</div>
|
118
127
|
<p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><em>groongaコマンド</em></a> が <tt class="docutils literal"><span class="pre">c:\groonga\bin\groonga.exe</span></tt> にインストールされます。</p>
|
@@ -175,7 +184,7 @@
|
|
175
184
|
<li class="right" >
|
176
185
|
<a href="../install.html" title="2. インストール"
|
177
186
|
>前へ</a> |</li>
|
178
|
-
<li><a href="../index.html">groonga v2.0.
|
187
|
+
<li><a href="../index.html">groonga v2.0.9ドキュメント</a> »</li>
|
179
188
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
180
189
|
</ul>
|
181
190
|
</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>10. 制限事項 — groonga v2.0.
|
12
|
+
<title>10. 制限事項 — groonga v2.0.9ドキュメント</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
|
@@ -28,9 +28,9 @@
|
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.0.
|
31
|
+
<link rel="top" title="groonga v2.0.9ドキュメント" href="index.html" />
|
32
32
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
33
|
-
<link rel="prev" title="9.
|
33
|
+
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
34
34
|
</head>
|
35
35
|
<body>
|
36
36
|
<div class="header">
|
@@ -60,9 +60,9 @@
|
|
60
60
|
<a href="troubleshooting.html" title="11. トラブルシューティング"
|
61
61
|
accesskey="N">次へ</a> |</li>
|
62
62
|
<li class="right" >
|
63
|
-
<a href="spec/search.html" title="9.
|
63
|
+
<a href="spec/search.html" title="9.2. 検索"
|
64
64
|
accesskey="P">前へ</a> |</li>
|
65
|
-
<li><a href="index.html">groonga v2.0.
|
65
|
+
<li><a href="index.html">groonga v2.0.9ドキュメント</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
68
68
|
|
@@ -74,8 +74,17 @@
|
|
74
74
|
<div class="section" id="limitations">
|
75
75
|
<h1>10. 制限事項<a class="headerlink" href="#limitations" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
76
76
|
<p>groongaにはいくつか制限事項があります。</p>
|
77
|
+
<div class="section" id="limitations-of-table">
|
78
|
+
<h2>10.1. テーブルの制限<a class="headerlink" href="#limitations-of-table" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
79
|
+
<p>テーブルには以下の制限があります。</p>
|
80
|
+
<ul class="simple">
|
81
|
+
<li>1つのキーの最大サイズ: 4096Bytes</li>
|
82
|
+
<li>キーのサイズを合計した上限値: 4GByte</li>
|
83
|
+
</ul>
|
84
|
+
<p>実際には他の諸条件の制約により上記の値まで到達しない場合もあります。</p>
|
85
|
+
</div>
|
77
86
|
<div class="section" id="limitations-of-indexing">
|
78
|
-
<h2>10.
|
87
|
+
<h2>10.2. インデックス上限値<a class="headerlink" href="#limitations-of-indexing" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
79
88
|
<p>1つのインデックスにおける論理上の上限値は以下のとおりです。</p>
|
80
89
|
<ul class="simple">
|
81
90
|
<li>最大レコード数: 268,435,455 (約2億6千万)</li>
|
@@ -95,14 +104,15 @@
|
|
95
104
|
<h3><a href="index.html">目次</a></h3>
|
96
105
|
<ul>
|
97
106
|
<li><a class="reference internal" href="#">10. 制限事項</a><ul>
|
98
|
-
<li><a class="reference internal" href="#limitations-of-
|
107
|
+
<li><a class="reference internal" href="#limitations-of-table">10.1. テーブルの制限</a></li>
|
108
|
+
<li><a class="reference internal" href="#limitations-of-indexing">10.2. インデックス上限値</a></li>
|
99
109
|
</ul>
|
100
110
|
</li>
|
101
111
|
</ul>
|
102
112
|
|
103
113
|
<h4>前のトピックへ</h4>
|
104
114
|
<p class="topless"><a href="spec/search.html"
|
105
|
-
title="前の章へ">9.
|
115
|
+
title="前の章へ">9.2. 検索</a></p>
|
106
116
|
<h4>次のトピックへ</h4>
|
107
117
|
<p class="topless"><a href="troubleshooting.html"
|
108
118
|
title="次の章へ">11. トラブルシューティング</a></p>
|
@@ -138,9 +148,9 @@
|
|
138
148
|
<a href="troubleshooting.html" title="11. トラブルシューティング"
|
139
149
|
>次へ</a> |</li>
|
140
150
|
<li class="right" >
|
141
|
-
<a href="spec/search.html" title="9.
|
151
|
+
<a href="spec/search.html" title="9.2. 検索"
|
142
152
|
>前へ</a> |</li>
|
143
|
-
<li><a href="index.html">groonga v2.0.
|
153
|
+
<li><a href="index.html">groonga v2.0.9ドキュメント</a> »</li>
|
144
154
|
</ul>
|
145
155
|
</div>
|
146
156
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>お知らせ — groonga v2.0.
|
12
|
+
<title>お知らせ — groonga v2.0.9ドキュメント</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
|
@@ -28,7 +28,7 @@
|
|
28
28
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.0.
|
31
|
+
<link rel="top" title="groonga v2.0.9ドキュメント" href="index.html" />
|
32
32
|
</head>
|
33
33
|
<body>
|
34
34
|
<div class="header">
|
@@ -54,7 +54,7 @@
|
|
54
54
|
<li class="right" style="margin-right: 10px">
|
55
55
|
<a href="genindex.html" title="総合索引"
|
56
56
|
accesskey="I">索引</a></li>
|
57
|
-
<li><a href="index.html">groonga v2.0.
|
57
|
+
<li><a href="index.html">groonga v2.0.9ドキュメント</a> »</li>
|
58
58
|
</ul>
|
59
59
|
</div>
|
60
60
|
|
@@ -65,11 +65,86 @@
|
|
65
65
|
|
66
66
|
<div class="section" id="news">
|
67
67
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
68
|
-
<div class="section" id="release-2-0-
|
69
|
-
<span id="release-2-0-
|
68
|
+
<div class="section" id="release-2-0-9-2012-11-29">
|
69
|
+
<span id="release-2-0-9"></span><h2>2.0.9リリース - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
70
70
|
<div class="section" id="improvements">
|
71
71
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
72
72
|
<ul class="simple">
|
73
|
+
<li><tt class="docutils literal"><span class="pre">geo_distance</span></tt> 関数の近似方法として <tt class="docutils literal"><span class="pre">rectangle</span></tt> を指定したときに境界をまたいでも距離の算出できるようにした。 [#1534]</li>
|
74
|
+
<li>[doc] <a class="reference internal" href="spec/gqtp.html"><em>GQTP</em></a> の仕様についてのドキュメントを追加した。</li>
|
75
|
+
<li>groongaコマンドの起動時に致命的でない <tt class="docutils literal"><span class="pre">getaddrinfo()</span></tt> 関数のエラーは無視するようにした。この変更はgroongaを通常使用する場合には影響しません。その理由はデフォルトのホスト名が解決できるかチェックするのに使っていただけだからです。</li>
|
76
|
+
<li>[実験的] キーワードとその周辺のテキストを抽出するための <tt class="docutils literal"><span class="pre">snippet_html()</span></tt> 関数を追加した。詳細については <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> を参照してください。</li>
|
77
|
+
<li>テーブルのレコードを出力している際に発生したエラーを表示するようにした。</li>
|
78
|
+
<li>複数のテーブルで関連したインデックスが設定されていれば、ネストしたインデックス (複数のカラムインデックス名を <tt class="docutils literal"><span class="pre">.</span></tt> で連結して指定)に対してキーワードで検索できるようにした。</li>
|
79
|
+
<li><tt class="docutils literal"><span class="pre">TokenMecab</span></tt> トークナイザを使ったときにログに"[tokenizer][mecab]"タグを出力するようにした。</li>
|
80
|
+
<li><tt class="docutils literal"><span class="pre">TokenKyTea</span></tt> トークナイザを使ったときにログに"[tokenizer][kytea]"タグを出力するようにした。</li>
|
81
|
+
<li>検索結果の内容のうち、コマンドのエラー表示は別の配列として表示するようにしました。この変更は非互換な変更ですが、既存のプログラムには影響しません。</li>
|
82
|
+
<li><a class="reference internal" href="reference/command/output_format.html"><em>出力形式</em></a> に関するドキュメントを追加。</li>
|
83
|
+
<li><a class="reference internal" href="reference/command/return_code.html"><em>リターンコード</em></a> に関するドキュメントを追加。</li>
|
84
|
+
<li>インデックスを使った指定範囲の検索をサポート。</li>
|
85
|
+
</ul>
|
86
|
+
</div>
|
87
|
+
<div class="section" id="fixes">
|
88
|
+
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
89
|
+
<ul class="simple">
|
90
|
+
<li><a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTPヘッダー</em></a> にてステータスコードにネットワークバイトオーダーを使用するように修正した。ネットワークプロトコルの慣習に合わせたものですが、これによりgroongaバージョン2.0.8以下のクライアントからgroongaバージョン2.0.9以上のサーバに接続してコマンドの実行に失敗したときにバイトオーダーが異なるため、ステータスコードを正しく表示できなくなります。</li>
|
91
|
+
<li>UTF-8の正規化でオフセット計算の誤りを修正した。この変更は <tt class="docutils literal"><span class="pre">snippet_html()</span></tt> 関数の返す結果に影響し、キーワードとタグ周辺のテキストが誤った位置に挿入されないようにする。 [#1531] [嶋田大貴さんが報告]</li>
|
92
|
+
<li>[windows] groongaコマンドの起動時にバッファの範囲外アクセスによるセグメンテーションフォルトが発生しないように修正した。 [#1532] [Akio Tajimaさんがパッチ提供]</li>
|
93
|
+
<li>[windows] カラムに保存しているデータのサイズが128MBを超える場合に、そのデータを参照できない不具合を修正した。 [groonga-dev,01088] [ongaeshiさんが報告]</li>
|
94
|
+
<li><tt class="docutils literal"><span class="pre">Int*</span></tt> や <tt class="docutils literal"><span class="pre">UInt*</span></tt> ( <tt class="docutils literal"><span class="pre">Int32/Uint32</span></tt> は除く) に対してカラムインデックスによる検索結果が正しくない不具合を修正した。</li>
|
95
|
+
<li>削除したはずのレコードが検索結果で見つかる問題を修正した。</li>
|
96
|
+
<li>latin1やkoi8rの正規化で、与えた文字列データにNULL終端が途中に含まれているとすべての文字列データを正規化できない不具合を修正した。</li>
|
97
|
+
<li><tt class="docutils literal"><span class="pre">select</span></tt> コマンドでデータが保存されていないカラムを参照したときに、型にあったデフォルト値を返さない不具合を修正した。</li>
|
98
|
+
<li>Fixed to exclude the value of vector column metadata in <a class="reference internal" href="reference/indexing.html#offline-index-construction"><em>静的なインデックス構築方法</em></a>.
|
99
|
+
This change not to contain such a metadata as search results.</li>
|
100
|
+
</ul>
|
101
|
+
</div>
|
102
|
+
<div class="section" id="thanks">
|
103
|
+
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
104
|
+
<ul class="simple">
|
105
|
+
<li>嶋田 大貴さん</li>
|
106
|
+
<li>Akio Tajimaさん</li>
|
107
|
+
<li>ongaeshiさん</li>
|
108
|
+
</ul>
|
109
|
+
</div>
|
110
|
+
</div>
|
111
|
+
<div class="section" id="release-2-0-8-2012-10-29">
|
112
|
+
<span id="release-2-0-8"></span><h2>2.0.8リリース - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
113
|
+
<div class="section" id="id1">
|
114
|
+
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
115
|
+
<ul class="simple">
|
116
|
+
<li>[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</li>
|
117
|
+
<li>プラグインによるクエリ展開のカスタマイズをサポート。</li>
|
118
|
+
<li>[実験的] クエリ展開を行う <tt class="docutils literal"><span class="pre">QueryExpanderTSV</span></tt> プラグインを追加。</li>
|
119
|
+
<li>Ubuntu 12.10 Quantal Quetzalをサポート。</li>
|
120
|
+
<li>[実験的] クエリの <tt class="docutils literal"><span class="pre">output_columns</span></tt> で関数呼び出しをサポート。</li>
|
121
|
+
<li>[doc][rpm] MeCab辞書のインストールについて説明を追加。 [serihiroさんが報告]</li>
|
122
|
+
</ul>
|
123
|
+
</div>
|
124
|
+
<div class="section" id="id2">
|
125
|
+
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
126
|
+
<ul class="simple">
|
127
|
+
<li>[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</li>
|
128
|
+
<li>groonga-server-gqtpパッケージのライセンス表記が不正確なのを修正した。</li>
|
129
|
+
<li>[admin] レコードの編集ボタンで誤ったレコードが表示されるのを修正した。 [GitHub#34] [firewoodさんが報告]</li>
|
130
|
+
<li>[deb] 不要なpcreパッケージへの依存を削除した。</li>
|
131
|
+
<li>[deb] パッケージに入っていなかったテーブルプラグインを添付するようにした。</li>
|
132
|
+
</ul>
|
133
|
+
</div>
|
134
|
+
<div class="section" id="id3">
|
135
|
+
<h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
136
|
+
<ul class="simple">
|
137
|
+
<li>うえのさん</li>
|
138
|
+
<li>firewoodさん</li>
|
139
|
+
<li>serihiroさん</li>
|
140
|
+
</ul>
|
141
|
+
</div>
|
142
|
+
</div>
|
143
|
+
<div class="section" id="release-2-0-7-2012-09-29">
|
144
|
+
<span id="release-2-0-7"></span><h2>2.0.7リリース - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
145
|
+
<div class="section" id="id4">
|
146
|
+
<h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
147
|
+
<ul class="simple">
|
73
148
|
<li>[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</li>
|
74
149
|
<li>[doc][httpd] gzip圧縮についての設定サンプルを追加。</li>
|
75
150
|
<li>[httpd][rpm][centos] groonga-httpd initスクリプトを追加。</li>
|
@@ -84,8 +159,8 @@
|
|
84
159
|
<li><tt class="docutils literal"><span class="pre">min()</span></tt> 関数を追加。</li>
|
85
160
|
</ul>
|
86
161
|
</div>
|
87
|
-
<div class="section" id="
|
88
|
-
<h3>修正<a class="headerlink" href="#
|
162
|
+
<div class="section" id="id5">
|
163
|
+
<h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
89
164
|
<ul class="simple">
|
90
165
|
<li><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</li>
|
91
166
|
<li>[httpd] NULLでの初期化漏れを修正した。 [@Kiskeさんが報告]</li>
|
@@ -96,8 +171,8 @@
|
|
96
171
|
<li>Time型からFloat型へのキャストで値が壊れる不具合を修正。</li>
|
97
172
|
</ul>
|
98
173
|
</div>
|
99
|
-
<div class="section" id="
|
100
|
-
<h3>感謝<a class="headerlink" href="#
|
174
|
+
<div class="section" id="id6">
|
175
|
+
<h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
101
176
|
<ul class="simple">
|
102
177
|
<li>@Kiskeさん</li>
|
103
178
|
</ul>
|
@@ -105,8 +180,8 @@
|
|
105
180
|
</div>
|
106
181
|
<div class="section" id="release-2-0-6-2012-08-29">
|
107
182
|
<span id="release-2-0-6"></span><h2>2.0.6リリース - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
108
|
-
<div class="section" id="
|
109
|
-
<h3>改良<a class="headerlink" href="#
|
183
|
+
<div class="section" id="id7">
|
184
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
110
185
|
<ul class="simple">
|
111
186
|
<li>[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</li>
|
112
187
|
<li><tt class="docutils literal"><span class="pre">--query_flags</span></tt> オプションを <tt class="docutils literal"><span class="pre">select</span></tt> コマンドでサポート。</li>
|
@@ -126,8 +201,8 @@
|
|
126
201
|
<li><tt class="docutils literal"><span class="pre">select</span></tt> コマンドの <tt class="docutils literal"><span class="pre">--query</span></tt> で '-WORD' 構文をサポート。</li>
|
127
202
|
</ul>
|
128
203
|
</div>
|
129
|
-
<div class="section" id="
|
130
|
-
<h3>修正<a class="headerlink" href="#
|
204
|
+
<div class="section" id="id8">
|
205
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
131
206
|
<ul class="simple">
|
132
207
|
<li>[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</li>
|
133
208
|
<li>groonga-httpdの初期化スクリプトでユーザ/グループとしてgroongaを強制的に指定しないように修正した。</li>
|
@@ -139,8 +214,8 @@
|
|
139
214
|
<li>[windows] バイナリデータを含むデータベースを開く際のエラーを修正した。 [@yitoさんが報告]</li>
|
140
215
|
</ul>
|
141
216
|
</div>
|
142
|
-
<div class="section" id="
|
143
|
-
<h3>感謝<a class="headerlink" href="#
|
217
|
+
<div class="section" id="id9">
|
218
|
+
<h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
144
219
|
<ul class="simple">
|
145
220
|
<li>岩井さん</li>
|
146
221
|
<li>@yitoさん</li>
|
@@ -149,8 +224,8 @@
|
|
149
224
|
</div>
|
150
225
|
<div class="section" id="release-2-0-5-2012-07-29">
|
151
226
|
<span id="release-2-0-5"></span><h2>2.0.5リリース - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
152
|
-
<div class="section" id="
|
153
|
-
<h3>改良<a class="headerlink" href="#
|
227
|
+
<div class="section" id="id10">
|
228
|
+
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
154
229
|
<ul class="simple">
|
155
230
|
<li><tt class="docutils literal"><span class="pre">"rect"</span></tt> もしくは <tt class="docutils literal"><span class="pre">"rectangle"</span></tt> 引数を指定した南半球における距離の計算をサポート。 [#1418] [#1419] [#1420] [#1421]</li>
|
156
231
|
<li>[doc] スクリプト構文にてリテラルの説明を追加。</li>
|
@@ -172,8 +247,8 @@
|
|
172
247
|
<li>ロックされたデータベースのオープンをサポート。 [GitHub#21]</li>
|
173
248
|
</ul>
|
174
249
|
</div>
|
175
|
-
<div class="section" id="
|
176
|
-
<h3>修正<a class="headerlink" href="#
|
250
|
+
<div class="section" id="id11">
|
251
|
+
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
177
252
|
<ul class="simple">
|
178
253
|
<li>groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</li>
|
179
254
|
<li>groonga-httpdがインストール済みのヘッダファイルを使用しないように修正。</li>
|
@@ -186,8 +261,8 @@
|
|
186
261
|
<li>データベースの非互換を引き起こす読めないオブジェクトを無視するように修正。 [#1429] [岩井さんが報告]</li>
|
187
262
|
</ul>
|
188
263
|
</div>
|
189
|
-
<div class="section" id="
|
190
|
-
<h3>感謝<a class="headerlink" href="#
|
264
|
+
<div class="section" id="id12">
|
265
|
+
<h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
191
266
|
<ul class="simple">
|
192
267
|
<li>島田 浩二さん</li>
|
193
268
|
<li>岩井さん</li>
|
@@ -196,8 +271,8 @@
|
|
196
271
|
</div>
|
197
272
|
<div class="section" id="release-2-0-4-2012-06-29">
|
198
273
|
<span id="release-2-0-4"></span><h2>2.0.4リリース - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
199
|
-
<div class="section" id="
|
200
|
-
<h3>改良<a class="headerlink" href="#
|
274
|
+
<div class="section" id="id13">
|
275
|
+
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
201
276
|
<ul class="simple">
|
202
277
|
<li>KyTea 0.4.2のみをサポート。</li>
|
203
278
|
<li>KyTea 0.4.1以前のサポートを削除。</li>
|
@@ -206,7 +281,7 @@
|
|
206
281
|
<li>[doc] <a class="reference internal" href="development/travis-ci.html"><em>Travis CI</em></a> の統合に関するドキュメントを追加。</li>
|
207
282
|
<li>[doc] 全文検索とフレーズ検索についての説明を追加。詳細については <a class="reference internal" href="reference/grn_expr/query_syntax.html#full-text-search-condition"><em>全文検索条件</em></a> および <a class="reference internal" href="reference/grn_expr/query_syntax.html#phrase-search-condition"><em>フレーズ検索条件</em></a> を参照してください。</li>
|
208
283
|
<li>[doc] 比較条件についての説明を追加。詳細は <a class="reference internal" href="reference/grn_expr/query_syntax.html#conditional-expression"><em>条件式</em></a> を参照してください。</li>
|
209
|
-
<li>[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em
|
284
|
+
<li>[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>クエリー構文</em></a> のサンプルを追加。</li>
|
210
285
|
<li>[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html#combined-expression"><em>結合式</em></a> の説明を追加。</li>
|
211
286
|
<li>[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html#prefix-search-condition"><em>前方一致検索条件</em></a> と <a class="reference internal" href="reference/grn_expr/query_syntax.html#suffix-search-condition"><em>後方一致検索条件</em></a> の説明を追加。</li>
|
212
287
|
<li>インデックスを使った後方一致検索をサポート。</li>
|
@@ -216,16 +291,16 @@
|
|
216
291
|
<li>[rpm] groongaパッケージから必要のないgroonga-tokenizer-mecabパッケージへの依存関係を削除。 [GitHub#18] [岩井さんがパッチ提供]</li>
|
217
292
|
</ul>
|
218
293
|
</div>
|
219
|
-
<div class="section" id="
|
220
|
-
<h3>修正<a class="headerlink" href="#
|
294
|
+
<div class="section" id="id14">
|
295
|
+
<h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
221
296
|
<ul class="simple">
|
222
297
|
<li>Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</li>
|
223
298
|
<li>誤ったコマンドをクライアントモードで実行しても終了しないように修正。 [#1305]</li>
|
224
299
|
<li><tt class="docutils literal"><span class="pre">--query</span></tt> 構文で <tt class="docutils literal"><span class="pre">'=R'</span></tt> が <tt class="docutils literal"><span class="pre">'OR'</span></tt> として扱われてしまう問題を修正。 [#1393]</li>
|
225
300
|
</ul>
|
226
301
|
</div>
|
227
|
-
<div class="section" id="
|
228
|
-
<h3>感謝<a class="headerlink" href="#
|
302
|
+
<div class="section" id="id15">
|
303
|
+
<h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
229
304
|
<ul class="simple">
|
230
305
|
<li>@soundkitchenさん</li>
|
231
306
|
<li>岩井さん</li>
|
@@ -234,8 +309,8 @@
|
|
234
309
|
</div>
|
235
310
|
<div class="section" id="release-2-0-3-2012-05-29">
|
236
311
|
<span id="release-2-0-3"></span><h2>2.0.3リリース - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
237
|
-
<div class="section" id="
|
238
|
-
<h3>改良<a class="headerlink" href="#
|
312
|
+
<div class="section" id="id16">
|
313
|
+
<h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
239
314
|
<ul class="simple">
|
240
315
|
<li>[doc] リリース手順を追加。</li>
|
241
316
|
<li>1プロセスで開けるファイルディスクリプターの最大数が4096という制限を削除。</li>
|
@@ -252,8 +327,8 @@
|
|
252
327
|
<li>[yum] groongaのyumリポジトリを提供するRPMパッケージ名をgroonga-repositoryからgroonga-releaseへと変更。これは、centos-releaseやfedora-releaseといったRPMパッケージの命名規則とあわせるためである。</li>
|
253
328
|
</ul>
|
254
329
|
</div>
|
255
|
-
<div class="section" id="
|
256
|
-
<h3>修正<a class="headerlink" href="#
|
330
|
+
<div class="section" id="id17">
|
331
|
+
<h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
257
332
|
<ul class="simple">
|
258
333
|
<li>[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</li>
|
259
334
|
<li>[deb] logrotateでlog_reopenコマンドが誤ったプロトコルを使用する不具合を修正。</li>
|
@@ -263,8 +338,8 @@
|
|
263
338
|
<li>インデックスのソースに指定したカラム経由でレコードのキーを登録するとキーが正規化されない問題を修正。</li>
|
264
339
|
</ul>
|
265
340
|
</div>
|
266
|
-
<div class="section" id="
|
267
|
-
<h3>感謝<a class="headerlink" href="#
|
341
|
+
<div class="section" id="id18">
|
342
|
+
<h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
268
343
|
<ul class="simple">
|
269
344
|
<li>岩井さん</li>
|
270
345
|
</ul>
|
@@ -286,8 +361,8 @@
|
|
286
361
|
</pre></div>
|
287
362
|
</div>
|
288
363
|
</div>
|
289
|
-
<div class="section" id="
|
290
|
-
<h3>改良<a class="headerlink" href="#
|
364
|
+
<div class="section" id="id19">
|
365
|
+
<h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
291
366
|
<ul class="simple">
|
292
367
|
<li>[pkg-config] 必要のないMessagePackへの依存関係を削除。</li>
|
293
368
|
<li>[rpm][fedora] libeditをサポート。[#1325] [IWAI, Masaharuさんが提案]</li>
|
@@ -303,8 +378,8 @@
|
|
303
378
|
<li>[apt] groongaのパッケージ署名用の鍵を提供するgroonga-keyring debパッケージを追加。</li>
|
304
379
|
</ul>
|
305
380
|
</div>
|
306
|
-
<div class="section" id="
|
307
|
-
<h3>修正<a class="headerlink" href="#
|
381
|
+
<div class="section" id="id20">
|
382
|
+
<h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
308
383
|
<ul class="simple">
|
309
384
|
<li>[deb][rpm] 非推奨の <tt class="docutils literal"><span class="pre">--address</span></tt> オプションではなく <tt class="docutils literal"><span class="pre">--bind--address</span></tt> オプションを使用するようにした。[#1320] [IWAI, Masaharuさんがパッチ提供]</li>
|
310
385
|
<li>[deb] groonga-serverパッケージの設定ファイルを <tt class="docutils literal"><span class="pre">/etc/default/groonga</span></tt> から <tt class="docutils literal"><span class="pre">/etc/default/groonga-server</span></tt> へ改名。</li>
|
@@ -317,8 +392,8 @@
|
|
317
392
|
<li>文字列をバイト文字列でなく文字として比較している不具合を修正。 [#1340] [Kawaji Shinyaさんが報告]</li>
|
318
393
|
</ul>
|
319
394
|
</div>
|
320
|
-
<div class="section" id="
|
321
|
-
<h3>感謝<a class="headerlink" href="#
|
395
|
+
<div class="section" id="id21">
|
396
|
+
<h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
322
397
|
<ul class="simple">
|
323
398
|
<li>岩井さん</li>
|
324
399
|
<li>うえのさん</li>
|
@@ -328,8 +403,8 @@
|
|
328
403
|
</div>
|
329
404
|
<div class="section" id="release-2-0-1-2012-03-29">
|
330
405
|
<span id="release-2-0-1"></span><h2>2.0.1リリース - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
331
|
-
<div class="section" id="
|
332
|
-
<h3>改良<a class="headerlink" href="#
|
406
|
+
<div class="section" id="id22">
|
407
|
+
<h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
333
408
|
<ul class="simple">
|
334
409
|
<li>別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</li>
|
335
410
|
<li>[solaris] Solaris 11上でのビルドできるようにした。 [かずひこさんが報告]</li>
|
@@ -348,8 +423,8 @@
|
|
348
423
|
<li><tt class="docutils literal"><span class="pre">grn_snip</span></tt> が <tt class="docutils literal"><span class="pre">grn_obj</span></tt> の仕組みを使うようにした。 [#1054]</li>
|
349
424
|
</ul>
|
350
425
|
</div>
|
351
|
-
<div class="section" id="
|
352
|
-
<h3>修正<a class="headerlink" href="#
|
426
|
+
<div class="section" id="id23">
|
427
|
+
<h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
353
428
|
<ul class="simple">
|
354
429
|
<li>インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</li>
|
355
430
|
<li>Gemfileを追加した。 [#1302] [かずひこさんが報告]</li>
|
@@ -358,8 +433,8 @@
|
|
358
433
|
<li>latin1を正規化するときに意図しないメモリ領域にアクセスしてしまう問題を修正した。</li>
|
359
434
|
</ul>
|
360
435
|
</div>
|
361
|
-
<div class="section" id="
|
362
|
-
<h3>感謝<a class="headerlink" href="#
|
436
|
+
<div class="section" id="id24">
|
437
|
+
<h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
363
438
|
<ul class="simple">
|
364
439
|
<li>かずひこさん</li>
|
365
440
|
<li>Markus Elfringさん</li>
|
@@ -368,8 +443,8 @@
|
|
368
443
|
</div>
|
369
444
|
<div class="section" id="release-2-0-0-2012-02-29">
|
370
445
|
<span id="release-2-0-0"></span><h2>2.0.0リリース - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
371
|
-
<div class="section" id="
|
372
|
-
<h3>改良<a class="headerlink" href="#
|
446
|
+
<div class="section" id="id25">
|
447
|
+
<h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
373
448
|
<ul class="simple">
|
374
449
|
<li>[dat] 長さが0かどうかキーをチェックするようにした。</li>
|
375
450
|
<li>[windows] GCC関連のDLLを同梱するようにした。 [groonga-dev,00686] [鈴木さんが報告]</li>
|
@@ -390,8 +465,8 @@
|
|
390
465
|
<li>[windows] MessagePackに対応した。</li>
|
391
466
|
</ul>
|
392
467
|
</div>
|
393
|
-
<div class="section" id="
|
394
|
-
<h3>修正<a class="headerlink" href="#
|
468
|
+
<div class="section" id="id26">
|
469
|
+
<h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
395
470
|
<ul class="simple">
|
396
471
|
<li>[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</li>
|
397
472
|
<li>[doc] 日本語ページ内のリンクを修正した。 [@naoinaさんが報告]</li>
|
@@ -400,8 +475,8 @@
|
|
400
475
|
<li>[http] <tt class="docutils literal"><span class="pre">load</span></tt> コマンドのエラーがクリアされない不具合を修正した。 [@wareohjiさんが報告]</li>
|
401
476
|
</ul>
|
402
477
|
</div>
|
403
|
-
<div class="section" id="
|
404
|
-
<h3>感謝<a class="headerlink" href="#
|
478
|
+
<div class="section" id="id27">
|
479
|
+
<h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
405
480
|
<ul class="simple">
|
406
481
|
<li>鈴木さん</li>
|
407
482
|
<li>うえのさん</li>
|
@@ -414,8 +489,8 @@
|
|
414
489
|
</div>
|
415
490
|
<div class="section" id="release-1-3-0-2012-01-29">
|
416
491
|
<span id="release-1-3-0"></span><h2>1.3.0リリース - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
417
|
-
<div class="section" id="
|
418
|
-
<h3>改良<a class="headerlink" href="#
|
492
|
+
<div class="section" id="id28">
|
493
|
+
<h3>改良<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
419
494
|
<ul class="simple">
|
420
495
|
<li>GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</li>
|
421
496
|
<li>デフォルトのDBのキー管理テーブルを指定する <tt class="docutils literal"><span class="pre">--with-default-db-key</span></tt> configureオプションを追加。</li>
|
@@ -443,8 +518,8 @@
|
|
443
518
|
<li><tt class="docutils literal"><span class="pre">column_rename</span></tt> コマンドを追加。 [#1234]</li>
|
444
519
|
</ul>
|
445
520
|
</div>
|
446
|
-
<div class="section" id="
|
447
|
-
<h3>感謝<a class="headerlink" href="#
|
521
|
+
<div class="section" id="id29">
|
522
|
+
<h3>感謝<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
448
523
|
<ul class="simple">
|
449
524
|
<li>montywiさん</li>
|
450
525
|
<li>Masaharu IWAIさん</li>
|
@@ -565,57 +640,69 @@
|
|
565
640
|
<h3><a href="index.html">目次</a></h3>
|
566
641
|
<ul>
|
567
642
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
568
|
-
<li><a class="reference internal" href="#release-2-0-
|
643
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
|
569
644
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
570
645
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
571
646
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
572
647
|
</ul>
|
573
648
|
</li>
|
574
|
-
<li><a class="reference internal" href="#release-2-0-
|
649
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
|
575
650
|
<li><a class="reference internal" href="#id1">改良</a></li>
|
576
651
|
<li><a class="reference internal" href="#id2">修正</a></li>
|
577
652
|
<li><a class="reference internal" href="#id3">感謝</a></li>
|
578
653
|
</ul>
|
579
654
|
</li>
|
580
|
-
<li><a class="reference internal" href="#release-2-0-
|
655
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
|
581
656
|
<li><a class="reference internal" href="#id4">改良</a></li>
|
582
657
|
<li><a class="reference internal" href="#id5">修正</a></li>
|
583
658
|
<li><a class="reference internal" href="#id6">感謝</a></li>
|
584
659
|
</ul>
|
585
660
|
</li>
|
586
|
-
<li><a class="reference internal" href="#release-2-0-
|
661
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
|
587
662
|
<li><a class="reference internal" href="#id7">改良</a></li>
|
588
663
|
<li><a class="reference internal" href="#id8">修正</a></li>
|
589
664
|
<li><a class="reference internal" href="#id9">感謝</a></li>
|
590
665
|
</ul>
|
591
666
|
</li>
|
592
|
-
<li><a class="reference internal" href="#release-2-0-
|
667
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
|
593
668
|
<li><a class="reference internal" href="#id10">改良</a></li>
|
594
669
|
<li><a class="reference internal" href="#id11">修正</a></li>
|
595
670
|
<li><a class="reference internal" href="#id12">感謝</a></li>
|
596
671
|
</ul>
|
597
672
|
</li>
|
598
|
-
<li><a class="reference internal" href="#release-2-0-
|
673
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
|
599
674
|
<li><a class="reference internal" href="#id13">改良</a></li>
|
600
675
|
<li><a class="reference internal" href="#id14">修正</a></li>
|
601
676
|
<li><a class="reference internal" href="#id15">感謝</a></li>
|
602
677
|
</ul>
|
603
678
|
</li>
|
604
|
-
<li><a class="reference internal" href="#release-2-0-
|
679
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
|
605
680
|
<li><a class="reference internal" href="#id16">改良</a></li>
|
606
681
|
<li><a class="reference internal" href="#id17">修正</a></li>
|
607
682
|
<li><a class="reference internal" href="#id18">感謝</a></li>
|
608
683
|
</ul>
|
609
684
|
</li>
|
610
|
-
<li><a class="reference internal" href="#release-2-0-
|
685
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
|
611
686
|
<li><a class="reference internal" href="#id19">改良</a></li>
|
612
687
|
<li><a class="reference internal" href="#id20">修正</a></li>
|
613
688
|
<li><a class="reference internal" href="#id21">感謝</a></li>
|
614
689
|
</ul>
|
615
690
|
</li>
|
616
|
-
<li><a class="reference internal" href="#release-
|
691
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
|
617
692
|
<li><a class="reference internal" href="#id22">改良</a></li>
|
618
|
-
<li><a class="reference internal" href="#id23"
|
693
|
+
<li><a class="reference internal" href="#id23">修正</a></li>
|
694
|
+
<li><a class="reference internal" href="#id24">感謝</a></li>
|
695
|
+
</ul>
|
696
|
+
</li>
|
697
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
|
698
|
+
<li><a class="reference internal" href="#id25">改良</a></li>
|
699
|
+
<li><a class="reference internal" href="#id26">修正</a></li>
|
700
|
+
<li><a class="reference internal" href="#id27">感謝</a></li>
|
701
|
+
</ul>
|
702
|
+
</li>
|
703
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
|
704
|
+
<li><a class="reference internal" href="#id28">改良</a></li>
|
705
|
+
<li><a class="reference internal" href="#id29">感謝</a></li>
|
619
706
|
</ul>
|
620
707
|
</li>
|
621
708
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -653,7 +740,7 @@
|
|
653
740
|
<li class="right" style="margin-right: 10px">
|
654
741
|
<a href="genindex.html" title="総合索引"
|
655
742
|
>索引</a></li>
|
656
|
-
<li><a href="index.html">groonga v2.0.
|
743
|
+
<li><a href="index.html">groonga v2.0.9ドキュメント</a> »</li>
|
657
744
|
</ul>
|
658
745
|
</div>
|
659
746
|
<div class="footer">
|