rroonga 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +7 -0
- 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/libgcc_s_sjlj-1.dll +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/libstdc++-6.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/include/groonga/groonga.h +0 -6
- 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 +3 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/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 +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- 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 +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -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/news.txt +24 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
- 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 +5 -5
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
- 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 +54 -39
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
- 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/command.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +9 -9
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
- 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 +15 -8
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -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 → types.html} +12 -12
- data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
- 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 +6 -6
- 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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
- 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 +9 -9
- 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/news.txt +24 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +9 -9
- 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 +5 -5
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
- data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
- 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 +54 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
- 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/command.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +9 -9
- 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 +15 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -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 → types.html} +12 -12
- data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
- 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 +6 -6
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- 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 +9 -9
- 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/example/reference/commands/status.log +4 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
- data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
- data/vendor/local/share/doc/groonga/source/news.txt +24 -4
- data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
- data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
- data/vendor/local/share/man/man1/groonga.1 +794 -165
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +1257 -1240
@@ -9,15 +9,15 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2. インストール — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2. インストール — groonga v2.1.0-26-ge48bfb0ドキュメント</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" />
|
16
16
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
|
-
URL_ROOT: '
|
20
|
-
VERSION: '2.1.0',
|
19
|
+
URL_ROOT: '',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="index.html" />
|
32
32
|
<link rel="next" title="2.1. Windows" href="install/windows.html" />
|
33
33
|
<link rel="prev" title="1. groongaの特徴" href="characteristic.html" />
|
34
34
|
</head>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="characteristic.html" title="1. groongaの特徴"
|
64
64
|
accesskey="P">前へ</a> |</li>
|
65
|
-
<li><a href="index.html">groonga v2.1.0ドキュメント</a> »</li>
|
65
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
68
68
|
|
@@ -196,7 +196,7 @@
|
|
196
196
|
<li class="right" >
|
197
197
|
<a href="characteristic.html" title="1. groongaの特徴"
|
198
198
|
>前へ</a> |</li>
|
199
|
-
<li><a href="index.html">groonga v2.1.0ドキュメント</a> »</li>
|
199
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
200
200
|
</ul>
|
201
201
|
</div>
|
202
202
|
<div class="footer">
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.5. CentOS — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.5. CentOS — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.6. Fedora" href="fedora.html" />
|
34
34
|
<link rel="prev" title="2.4. Ubuntu" href="ubuntu.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="ubuntu.html" title="2.4. Ubuntu"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -243,7 +243,7 @@
|
|
243
243
|
<li class="right" >
|
244
244
|
<a href="ubuntu.html" title="2.4. Ubuntu"
|
245
245
|
>前へ</a> |</li>
|
246
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
246
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
247
247
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
248
248
|
</ul>
|
249
249
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.3. Debian GNU/Linux — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.3. Debian GNU/Linux — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.4. Ubuntu" href="ubuntu.html" />
|
34
34
|
<link rel="prev" title="2.2. Mac OS X" href="mac_os_x.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="mac_os_x.html" title="2.2. Mac OS X"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -239,7 +239,7 @@ deb-src http://packages.groonga.org/debian/ unstable main
|
|
239
239
|
<li class="right" >
|
240
240
|
<a href="mac_os_x.html" title="2.2. Mac OS X"
|
241
241
|
>前へ</a> |</li>
|
242
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
242
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
243
243
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
244
244
|
</ul>
|
245
245
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.6. Fedora — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.6. Fedora — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.7. Oracle Solaris" href="solaris.html" />
|
34
34
|
<link rel="prev" title="2.5. CentOS" href="centos.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="centos.html" title="2.5. CentOS"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -188,7 +188,7 @@
|
|
188
188
|
<li class="right" >
|
189
189
|
<a href="centos.html" title="2.5. CentOS"
|
190
190
|
>前へ</a> |</li>
|
191
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
191
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
192
192
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
193
193
|
</ul>
|
194
194
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.2. Mac OS X — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.2. Mac OS X — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
|
34
34
|
<link rel="prev" title="2.1. Windows" href="windows.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="windows.html" title="2.1. Windows"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -171,7 +171,7 @@
|
|
171
171
|
<li class="right" >
|
172
172
|
<a href="windows.html" title="2.1. Windows"
|
173
173
|
>前へ</a> |</li>
|
174
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
174
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
175
175
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
176
176
|
</ul>
|
177
177
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.8. その他 — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.8. その他 — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="3. コミュニティ" href="../community.html" />
|
34
34
|
<link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -337,7 +337,7 @@
|
|
337
337
|
<li class="right" >
|
338
338
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
339
339
|
>前へ</a> |</li>
|
340
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
340
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
341
341
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
342
342
|
</ul>
|
343
343
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.7. Oracle Solaris — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.7. Oracle Solaris — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.8. その他" href="others.html" />
|
34
34
|
<link rel="prev" title="2.6. Fedora" href="fedora.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="fedora.html" title="2.6. Fedora"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -157,7 +157,7 @@
|
|
157
157
|
<li class="right" >
|
158
158
|
<a href="fedora.html" title="2.6. Fedora"
|
159
159
|
>前へ</a> |</li>
|
160
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
160
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
161
161
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
162
162
|
</ul>
|
163
163
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.4. Ubuntu — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.4. Ubuntu — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="2. インストール" href="../install.html" />
|
33
33
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
34
34
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -63,7 +63,7 @@
|
|
63
63
|
<li class="right" >
|
64
64
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -298,7 +298,7 @@ deb-src http://packages.groonga.org/ubuntu/ quantal universe
|
|
298
298
|
<li class="right" >
|
299
299
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
300
300
|
>前へ</a> |</li>
|
301
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
301
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
302
302
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
303
303
|
</ul>
|
304
304
|
</div>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>2.1. Windows — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>2.1. Windows — groonga v2.1.0-26-ge48bfb0ドキュメント</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.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -184,7 +184,7 @@
|
|
184
184
|
<li class="right" >
|
185
185
|
<a href="../install.html" title="2. インストール"
|
186
186
|
>前へ</a> |</li>
|
187
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
187
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
188
188
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
189
189
|
</ul>
|
190
190
|
</div>
|
@@ -9,15 +9,15 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>10. 制限事項 — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>10. 制限事項 — groonga v2.1.0-26-ge48bfb0ドキュメント</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" />
|
16
16
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
|
-
URL_ROOT: '
|
20
|
-
VERSION: '2.1.0',
|
19
|
+
URL_ROOT: '',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="index.html" />
|
32
32
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
33
33
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
34
34
|
</head>
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="spec/search.html" title="9.2. 検索"
|
64
64
|
accesskey="P">前へ</a> |</li>
|
65
|
-
<li><a href="index.html">groonga v2.1.0ドキュメント</a> »</li>
|
65
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
68
68
|
|
@@ -150,7 +150,7 @@
|
|
150
150
|
<li class="right" >
|
151
151
|
<a href="spec/search.html" title="9.2. 検索"
|
152
152
|
>前へ</a> |</li>
|
153
|
-
<li><a href="index.html">groonga v2.1.0ドキュメント</a> »</li>
|
153
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
154
154
|
</ul>
|
155
155
|
</div>
|
156
156
|
<div class="footer">
|
@@ -9,15 +9,15 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>お知らせ — groonga v2.1.0ドキュメント</title>
|
12
|
+
<title>お知らせ — groonga v2.1.0-26-ge48bfb0ドキュメント</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" />
|
16
16
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
|
-
URL_ROOT: '
|
20
|
-
VERSION: '2.1.0',
|
19
|
+
URL_ROOT: '',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
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.1.0ドキュメント" href="index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" 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.1.0ドキュメント</a> »</li>
|
57
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
58
58
|
</ul>
|
59
59
|
</div>
|
60
60
|
|
@@ -65,10 +65,24 @@
|
|
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-1-1-2012-12-29">
|
69
|
+
<span id="release-2-1-1"></span><h2>2.1.1リリース - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
70
|
+
<p>2.1.0のバグフィックスリリースです。2.1.0を使っている人は2.1.0ではなく2.1.1を使ってください。</p>
|
71
|
+
<div class="section" id="fixes">
|
72
|
+
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
73
|
+
<ul class="simple">
|
74
|
+
<li>groonga 2.0.8以前で作成したデータベース中の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の情報が失われる問題を修正。</li>
|
75
|
+
</ul>
|
76
|
+
</div>
|
77
|
+
</div>
|
68
78
|
<div class="section" id="release-2-1-0-2012-12-29">
|
69
79
|
<span id="release-2-1-0"></span><h2>2.1.0リリース - 2012/12/29<a class="headerlink" href="#release-2-1-0-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
70
80
|
<div class="admonition caution">
|
71
81
|
<p class="first admonition-title">ご用心</p>
|
82
|
+
<p class="last">2.1.0ではなく2.1.1を使ってください。2.1.0は <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の深刻な問題があります。</p>
|
83
|
+
</div>
|
84
|
+
<div class="admonition caution">
|
85
|
+
<p class="first admonition-title">ご用心</p>
|
72
86
|
<p>このリリースでは <tt class="docutils literal"><span class="pre">table_list</span></tt> や <tt class="docutils literal"><span class="pre">column_list</span></tt> コマンドに関する非互換な変更があります。もしご自身で作成したプログラム等でこれらコマンドの出力結果に依存しているものがあるなら、"null"文字列ではなくnullをサポートする必要があります。</p>
|
73
87
|
<p>このリリースでは <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションをサポートしましたが、副作用があり、一度でも古いバージョンのデータベースを新しいバージョンのgroongaで開くと、古いバージョンのgroongaではデータベースを開けなくなります。</p>
|
74
88
|
<p class="last">もうひとつトークナイザプラグインAPIに関する非互換な変更があります。 <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの引数が変更されました。このAPIの変更はトークナイザプラグインの開発者に影響があります。</p>
|
@@ -83,12 +97,12 @@
|
|
83
97
|
<li><a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a> コマンドにて <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションの指定をサポートしました。正規化のためのプラグインを指定できるようになります。</li>
|
84
98
|
<li>"No Object"を表現するのに"null"文字列ではなくnull値を使うように変更しました。これは非互換な変更で <tt class="docutils literal"><span class="pre">table_list</span></tt> や <tt class="docutils literal"><span class="pre">column_list</span></tt> といったコマンドの出力結果に影響します。</li>
|
85
99
|
<li>正規化の振舞いを制御するためのフラグを <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの最後の引数として追加した。</li>
|
86
|
-
<li
|
100
|
+
<li><a class="reference internal" href="reference/executables/groonga.html#command-list-with-continuous-line"><em>コマンド</em></a> リストに書かれた継続行のサポート。</li>
|
87
101
|
<li><a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>カラムインデックスによる関連テーブルをまたぐ検索</em></a> をキーのないテーブルだけでなく、ハッシュやパトリシア木、ダブル配列を指定したテーブルでも使えるように改善した。</li>
|
88
102
|
</ul>
|
89
103
|
</div>
|
90
|
-
<div class="section" id="
|
91
|
-
<h3>修正<a class="headerlink" href="#
|
104
|
+
<div class="section" id="id1">
|
105
|
+
<h3>修正<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
92
106
|
<ul class="simple">
|
93
107
|
<li>[windows] <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</li>
|
94
108
|
<li><tt class="docutils literal"><span class="pre">--default-match-escalation-threshold</span></tt> が負数を受け付けないため、 <a class="reference internal" href="spec/search.html"><em>検索</em></a> 時に行なわれる挙動の変更を無効化できない問題を修正しました。オプションの詳細は <a class="reference internal" href="reference/executables/groonga.html#cmdoption--default-match-escalation-threshold"><em class="xref std std-option">--default-match-escalation-threshold</em></a> を参照してください。</li>
|
@@ -105,8 +119,8 @@
|
|
105
119
|
</div>
|
106
120
|
<div class="section" id="release-2-0-9-2012-11-29">
|
107
121
|
<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>
|
108
|
-
<div class="section" id="
|
109
|
-
<h3>改良<a class="headerlink" href="#
|
122
|
+
<div class="section" id="id2">
|
123
|
+
<h3>改良<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
110
124
|
<ul class="simple">
|
111
125
|
<li><tt class="docutils literal"><span class="pre">geo_distance</span></tt> 関数の近似方法として <tt class="docutils literal"><span class="pre">rectangle</span></tt> を指定したときに境界をまたいでも距離の算出できるようにした。 [#1534]</li>
|
112
126
|
<li>[doc] <a class="reference internal" href="spec/gqtp.html"><em>GQTP</em></a> の仕様についてのドキュメントを追加した。</li>
|
@@ -122,8 +136,8 @@
|
|
122
136
|
<li>インデックスを使った指定範囲の検索をサポート。</li>
|
123
137
|
</ul>
|
124
138
|
</div>
|
125
|
-
<div class="section" id="
|
126
|
-
<h3>修正<a class="headerlink" href="#
|
139
|
+
<div class="section" id="id3">
|
140
|
+
<h3>修正<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
127
141
|
<ul class="simple">
|
128
142
|
<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>
|
129
143
|
<li>UTF-8の正規化でオフセット計算の誤りを修正した。この変更は <tt class="docutils literal"><span class="pre">snippet_html()</span></tt> 関数の返す結果に影響し、キーワードとタグ周辺のテキストが誤った位置に挿入されないようにする。 [#1531] [嶋田大貴さんが報告]</li>
|
@@ -137,8 +151,8 @@
|
|
137
151
|
This change not to contain such a metadata as search results.</li>
|
138
152
|
</ul>
|
139
153
|
</div>
|
140
|
-
<div class="section" id="
|
141
|
-
<h3>感謝<a class="headerlink" href="#
|
154
|
+
<div class="section" id="id4">
|
155
|
+
<h3>感謝<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
142
156
|
<ul class="simple">
|
143
157
|
<li>嶋田 大貴さん</li>
|
144
158
|
<li>Akio Tajimaさん</li>
|
@@ -148,8 +162,8 @@ This change not to contain such a metadata as search results.</li>
|
|
148
162
|
</div>
|
149
163
|
<div class="section" id="release-2-0-8-2012-10-29">
|
150
164
|
<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>
|
151
|
-
<div class="section" id="
|
152
|
-
<h3>改良<a class="headerlink" href="#
|
165
|
+
<div class="section" id="id5">
|
166
|
+
<h3>改良<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
153
167
|
<ul class="simple">
|
154
168
|
<li>[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</li>
|
155
169
|
<li>プラグインによるクエリ展開のカスタマイズをサポート。</li>
|
@@ -159,8 +173,8 @@ This change not to contain such a metadata as search results.</li>
|
|
159
173
|
<li>[doc][rpm] MeCab辞書のインストールについて説明を追加。 [serihiroさんが報告]</li>
|
160
174
|
</ul>
|
161
175
|
</div>
|
162
|
-
<div class="section" id="
|
163
|
-
<h3>修正<a class="headerlink" href="#
|
176
|
+
<div class="section" id="id6">
|
177
|
+
<h3>修正<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
164
178
|
<ul class="simple">
|
165
179
|
<li>[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</li>
|
166
180
|
<li>groonga-server-gqtpパッケージのライセンス表記が不正確なのを修正した。</li>
|
@@ -169,8 +183,8 @@ This change not to contain such a metadata as search results.</li>
|
|
169
183
|
<li>[deb] パッケージに入っていなかったテーブルプラグインを添付するようにした。</li>
|
170
184
|
</ul>
|
171
185
|
</div>
|
172
|
-
<div class="section" id="
|
173
|
-
<h3>感謝<a class="headerlink" href="#
|
186
|
+
<div class="section" id="id7">
|
187
|
+
<h3>感謝<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
174
188
|
<ul class="simple">
|
175
189
|
<li>うえのさん</li>
|
176
190
|
<li>firewoodさん</li>
|
@@ -180,8 +194,8 @@ This change not to contain such a metadata as search results.</li>
|
|
180
194
|
</div>
|
181
195
|
<div class="section" id="release-2-0-7-2012-09-29">
|
182
196
|
<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>
|
183
|
-
<div class="section" id="
|
184
|
-
<h3>改良<a class="headerlink" href="#
|
197
|
+
<div class="section" id="id8">
|
198
|
+
<h3>改良<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
185
199
|
<ul class="simple">
|
186
200
|
<li>[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</li>
|
187
201
|
<li>[doc][httpd] gzip圧縮についての設定サンプルを追加。</li>
|
@@ -197,8 +211,8 @@ This change not to contain such a metadata as search results.</li>
|
|
197
211
|
<li><tt class="docutils literal"><span class="pre">min()</span></tt> 関数を追加。</li>
|
198
212
|
</ul>
|
199
213
|
</div>
|
200
|
-
<div class="section" id="
|
201
|
-
<h3>修正<a class="headerlink" href="#
|
214
|
+
<div class="section" id="id9">
|
215
|
+
<h3>修正<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
202
216
|
<ul class="simple">
|
203
217
|
<li><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</li>
|
204
218
|
<li>[httpd] NULLでの初期化漏れを修正した。 [@Kiskeさんが報告]</li>
|
@@ -209,8 +223,8 @@ This change not to contain such a metadata as search results.</li>
|
|
209
223
|
<li>Time型からFloat型へのキャストで値が壊れる不具合を修正。</li>
|
210
224
|
</ul>
|
211
225
|
</div>
|
212
|
-
<div class="section" id="
|
213
|
-
<h3>感謝<a class="headerlink" href="#
|
226
|
+
<div class="section" id="id10">
|
227
|
+
<h3>感謝<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
214
228
|
<ul class="simple">
|
215
229
|
<li>@Kiskeさん</li>
|
216
230
|
</ul>
|
@@ -218,8 +232,8 @@ This change not to contain such a metadata as search results.</li>
|
|
218
232
|
</div>
|
219
233
|
<div class="section" id="release-2-0-6-2012-08-29">
|
220
234
|
<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>
|
221
|
-
<div class="section" id="
|
222
|
-
<h3>改良<a class="headerlink" href="#
|
235
|
+
<div class="section" id="id11">
|
236
|
+
<h3>改良<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
223
237
|
<ul class="simple">
|
224
238
|
<li>[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</li>
|
225
239
|
<li><tt class="docutils literal"><span class="pre">--query_flags</span></tt> オプションを <tt class="docutils literal"><span class="pre">select</span></tt> コマンドでサポート。</li>
|
@@ -239,8 +253,8 @@ This change not to contain such a metadata as search results.</li>
|
|
239
253
|
<li><tt class="docutils literal"><span class="pre">select</span></tt> コマンドの <tt class="docutils literal"><span class="pre">--query</span></tt> で '-WORD' 構文をサポート。</li>
|
240
254
|
</ul>
|
241
255
|
</div>
|
242
|
-
<div class="section" id="
|
243
|
-
<h3>修正<a class="headerlink" href="#
|
256
|
+
<div class="section" id="id12">
|
257
|
+
<h3>修正<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
244
258
|
<ul class="simple">
|
245
259
|
<li>[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</li>
|
246
260
|
<li>groonga-httpdの初期化スクリプトでユーザ/グループとしてgroongaを強制的に指定しないように修正した。</li>
|
@@ -252,8 +266,8 @@ This change not to contain such a metadata as search results.</li>
|
|
252
266
|
<li>[windows] バイナリデータを含むデータベースを開く際のエラーを修正した。 [@yitoさんが報告]</li>
|
253
267
|
</ul>
|
254
268
|
</div>
|
255
|
-
<div class="section" id="
|
256
|
-
<h3>感謝<a class="headerlink" href="#
|
269
|
+
<div class="section" id="id13">
|
270
|
+
<h3>感謝<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
257
271
|
<ul class="simple">
|
258
272
|
<li>岩井さん</li>
|
259
273
|
<li>@yitoさん</li>
|
@@ -262,8 +276,8 @@ This change not to contain such a metadata as search results.</li>
|
|
262
276
|
</div>
|
263
277
|
<div class="section" id="release-2-0-5-2012-07-29">
|
264
278
|
<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>
|
265
|
-
<div class="section" id="
|
266
|
-
<h3>改良<a class="headerlink" href="#
|
279
|
+
<div class="section" id="id14">
|
280
|
+
<h3>改良<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
267
281
|
<ul class="simple">
|
268
282
|
<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>
|
269
283
|
<li>[doc] スクリプト構文にてリテラルの説明を追加。</li>
|
@@ -285,8 +299,8 @@ This change not to contain such a metadata as search results.</li>
|
|
285
299
|
<li>ロックされたデータベースのオープンをサポート。 [GitHub#21]</li>
|
286
300
|
</ul>
|
287
301
|
</div>
|
288
|
-
<div class="section" id="
|
289
|
-
<h3>修正<a class="headerlink" href="#
|
302
|
+
<div class="section" id="id15">
|
303
|
+
<h3>修正<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
290
304
|
<ul class="simple">
|
291
305
|
<li>groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</li>
|
292
306
|
<li>groonga-httpdがインストール済みのヘッダファイルを使用しないように修正。</li>
|
@@ -299,8 +313,8 @@ This change not to contain such a metadata as search results.</li>
|
|
299
313
|
<li>データベースの非互換を引き起こす読めないオブジェクトを無視するように修正。 [#1429] [岩井さんが報告]</li>
|
300
314
|
</ul>
|
301
315
|
</div>
|
302
|
-
<div class="section" id="
|
303
|
-
<h3>感謝<a class="headerlink" href="#
|
316
|
+
<div class="section" id="id16">
|
317
|
+
<h3>感謝<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
304
318
|
<ul class="simple">
|
305
319
|
<li>島田 浩二さん</li>
|
306
320
|
<li>岩井さん</li>
|
@@ -309,8 +323,8 @@ This change not to contain such a metadata as search results.</li>
|
|
309
323
|
</div>
|
310
324
|
<div class="section" id="release-2-0-4-2012-06-29">
|
311
325
|
<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>
|
312
|
-
<div class="section" id="
|
313
|
-
<h3>改良<a class="headerlink" href="#
|
326
|
+
<div class="section" id="id17">
|
327
|
+
<h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
314
328
|
<ul class="simple">
|
315
329
|
<li>KyTea 0.4.2のみをサポート。</li>
|
316
330
|
<li>KyTea 0.4.1以前のサポートを削除。</li>
|
@@ -329,16 +343,16 @@ This change not to contain such a metadata as search results.</li>
|
|
329
343
|
<li>[rpm] groongaパッケージから必要のないgroonga-tokenizer-mecabパッケージへの依存関係を削除。 [GitHub#18] [岩井さんがパッチ提供]</li>
|
330
344
|
</ul>
|
331
345
|
</div>
|
332
|
-
<div class="section" id="
|
333
|
-
<h3>修正<a class="headerlink" href="#
|
346
|
+
<div class="section" id="id18">
|
347
|
+
<h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
334
348
|
<ul class="simple">
|
335
349
|
<li>Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</li>
|
336
350
|
<li>誤ったコマンドをクライアントモードで実行しても終了しないように修正。 [#1305]</li>
|
337
351
|
<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>
|
338
352
|
</ul>
|
339
353
|
</div>
|
340
|
-
<div class="section" id="
|
341
|
-
<h3>感謝<a class="headerlink" href="#
|
354
|
+
<div class="section" id="id19">
|
355
|
+
<h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
342
356
|
<ul class="simple">
|
343
357
|
<li>@soundkitchenさん</li>
|
344
358
|
<li>岩井さん</li>
|
@@ -347,8 +361,8 @@ This change not to contain such a metadata as search results.</li>
|
|
347
361
|
</div>
|
348
362
|
<div class="section" id="release-2-0-3-2012-05-29">
|
349
363
|
<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>
|
350
|
-
<div class="section" id="
|
351
|
-
<h3>改良<a class="headerlink" href="#
|
364
|
+
<div class="section" id="id20">
|
365
|
+
<h3>改良<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
352
366
|
<ul class="simple">
|
353
367
|
<li>[doc] リリース手順を追加。</li>
|
354
368
|
<li>1プロセスで開けるファイルディスクリプターの最大数が4096という制限を削除。</li>
|
@@ -365,8 +379,8 @@ This change not to contain such a metadata as search results.</li>
|
|
365
379
|
<li>[yum] groongaのyumリポジトリを提供するRPMパッケージ名をgroonga-repositoryからgroonga-releaseへと変更。これは、centos-releaseやfedora-releaseといったRPMパッケージの命名規則とあわせるためである。</li>
|
366
380
|
</ul>
|
367
381
|
</div>
|
368
|
-
<div class="section" id="
|
369
|
-
<h3>修正<a class="headerlink" href="#
|
382
|
+
<div class="section" id="id21">
|
383
|
+
<h3>修正<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
370
384
|
<ul class="simple">
|
371
385
|
<li>[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</li>
|
372
386
|
<li>[deb] logrotateでlog_reopenコマンドが誤ったプロトコルを使用する不具合を修正。</li>
|
@@ -376,8 +390,8 @@ This change not to contain such a metadata as search results.</li>
|
|
376
390
|
<li>インデックスのソースに指定したカラム経由でレコードのキーを登録するとキーが正規化されない問題を修正。</li>
|
377
391
|
</ul>
|
378
392
|
</div>
|
379
|
-
<div class="section" id="
|
380
|
-
<h3>感謝<a class="headerlink" href="#
|
393
|
+
<div class="section" id="id22">
|
394
|
+
<h3>感謝<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
381
395
|
<ul class="simple">
|
382
396
|
<li>岩井さん</li>
|
383
397
|
</ul>
|
@@ -399,8 +413,8 @@ This change not to contain such a metadata as search results.</li>
|
|
399
413
|
</pre></div>
|
400
414
|
</div>
|
401
415
|
</div>
|
402
|
-
<div class="section" id="
|
403
|
-
<h3>改良<a class="headerlink" href="#
|
416
|
+
<div class="section" id="id23">
|
417
|
+
<h3>改良<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
404
418
|
<ul class="simple">
|
405
419
|
<li>[pkg-config] 必要のないMessagePackへの依存関係を削除。</li>
|
406
420
|
<li>[rpm][fedora] libeditをサポート。[#1325] [IWAI, Masaharuさんが提案]</li>
|
@@ -416,8 +430,8 @@ This change not to contain such a metadata as search results.</li>
|
|
416
430
|
<li>[apt] groongaのパッケージ署名用の鍵を提供するgroonga-keyring debパッケージを追加。</li>
|
417
431
|
</ul>
|
418
432
|
</div>
|
419
|
-
<div class="section" id="
|
420
|
-
<h3>修正<a class="headerlink" href="#
|
433
|
+
<div class="section" id="id24">
|
434
|
+
<h3>修正<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
421
435
|
<ul class="simple">
|
422
436
|
<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>
|
423
437
|
<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>
|
@@ -430,8 +444,8 @@ This change not to contain such a metadata as search results.</li>
|
|
430
444
|
<li>文字列をバイト文字列でなく文字として比較している不具合を修正。 [#1340] [Kawaji Shinyaさんが報告]</li>
|
431
445
|
</ul>
|
432
446
|
</div>
|
433
|
-
<div class="section" id="
|
434
|
-
<h3>感謝<a class="headerlink" href="#
|
447
|
+
<div class="section" id="id25">
|
448
|
+
<h3>感謝<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
435
449
|
<ul class="simple">
|
436
450
|
<li>岩井さん</li>
|
437
451
|
<li>うえのさん</li>
|
@@ -441,8 +455,8 @@ This change not to contain such a metadata as search results.</li>
|
|
441
455
|
</div>
|
442
456
|
<div class="section" id="release-2-0-1-2012-03-29">
|
443
457
|
<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>
|
444
|
-
<div class="section" id="
|
445
|
-
<h3>改良<a class="headerlink" href="#
|
458
|
+
<div class="section" id="id26">
|
459
|
+
<h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
446
460
|
<ul class="simple">
|
447
461
|
<li>別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</li>
|
448
462
|
<li>[solaris] Solaris 11上でのビルドできるようにした。 [かずひこさんが報告]</li>
|
@@ -461,8 +475,8 @@ This change not to contain such a metadata as search results.</li>
|
|
461
475
|
<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>
|
462
476
|
</ul>
|
463
477
|
</div>
|
464
|
-
<div class="section" id="
|
465
|
-
<h3>修正<a class="headerlink" href="#
|
478
|
+
<div class="section" id="id27">
|
479
|
+
<h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
466
480
|
<ul class="simple">
|
467
481
|
<li>インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</li>
|
468
482
|
<li>Gemfileを追加した。 [#1302] [かずひこさんが報告]</li>
|
@@ -471,8 +485,8 @@ This change not to contain such a metadata as search results.</li>
|
|
471
485
|
<li>latin1を正規化するときに意図しないメモリ領域にアクセスしてしまう問題を修正した。</li>
|
472
486
|
</ul>
|
473
487
|
</div>
|
474
|
-
<div class="section" id="
|
475
|
-
<h3>感謝<a class="headerlink" href="#
|
488
|
+
<div class="section" id="id28">
|
489
|
+
<h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
476
490
|
<ul class="simple">
|
477
491
|
<li>かずひこさん</li>
|
478
492
|
<li>Markus Elfringさん</li>
|
@@ -481,8 +495,8 @@ This change not to contain such a metadata as search results.</li>
|
|
481
495
|
</div>
|
482
496
|
<div class="section" id="release-2-0-0-2012-02-29">
|
483
497
|
<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>
|
484
|
-
<div class="section" id="
|
485
|
-
<h3>改良<a class="headerlink" href="#
|
498
|
+
<div class="section" id="id29">
|
499
|
+
<h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
486
500
|
<ul class="simple">
|
487
501
|
<li>[dat] 長さが0かどうかキーをチェックするようにした。</li>
|
488
502
|
<li>[windows] GCC関連のDLLを同梱するようにした。 [groonga-dev,00686] [鈴木さんが報告]</li>
|
@@ -503,8 +517,8 @@ This change not to contain such a metadata as search results.</li>
|
|
503
517
|
<li>[windows] MessagePackに対応した。</li>
|
504
518
|
</ul>
|
505
519
|
</div>
|
506
|
-
<div class="section" id="
|
507
|
-
<h3>修正<a class="headerlink" href="#
|
520
|
+
<div class="section" id="id30">
|
521
|
+
<h3>修正<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
508
522
|
<ul class="simple">
|
509
523
|
<li>[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</li>
|
510
524
|
<li>[doc] 日本語ページ内のリンクを修正した。 [@naoinaさんが報告]</li>
|
@@ -513,8 +527,8 @@ This change not to contain such a metadata as search results.</li>
|
|
513
527
|
<li>[http] <tt class="docutils literal"><span class="pre">load</span></tt> コマンドのエラーがクリアされない不具合を修正した。 [@wareohjiさんが報告]</li>
|
514
528
|
</ul>
|
515
529
|
</div>
|
516
|
-
<div class="section" id="
|
517
|
-
<h3>感謝<a class="headerlink" href="#
|
530
|
+
<div class="section" id="id31">
|
531
|
+
<h3>感謝<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
518
532
|
<ul class="simple">
|
519
533
|
<li>鈴木さん</li>
|
520
534
|
<li>うえのさん</li>
|
@@ -527,8 +541,8 @@ This change not to contain such a metadata as search results.</li>
|
|
527
541
|
</div>
|
528
542
|
<div class="section" id="release-1-3-0-2012-01-29">
|
529
543
|
<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>
|
530
|
-
<div class="section" id="
|
531
|
-
<h3>改良<a class="headerlink" href="#
|
544
|
+
<div class="section" id="id32">
|
545
|
+
<h3>改良<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
532
546
|
<ul class="simple">
|
533
547
|
<li>GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</li>
|
534
548
|
<li>デフォルトのDBのキー管理テーブルを指定する <tt class="docutils literal"><span class="pre">--with-default-db-key</span></tt> configureオプションを追加。</li>
|
@@ -556,8 +570,8 @@ This change not to contain such a metadata as search results.</li>
|
|
556
570
|
<li><tt class="docutils literal"><span class="pre">column_rename</span></tt> コマンドを追加。 [#1234]</li>
|
557
571
|
</ul>
|
558
572
|
</div>
|
559
|
-
<div class="section" id="
|
560
|
-
<h3>感謝<a class="headerlink" href="#
|
573
|
+
<div class="section" id="id33">
|
574
|
+
<h3>感謝<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
561
575
|
<ul class="simple">
|
562
576
|
<li>montywiさん</li>
|
563
577
|
<li>Masaharu IWAIさん</li>
|
@@ -678,75 +692,79 @@ This change not to contain such a metadata as search results.</li>
|
|
678
692
|
<h3><a href="index.html">目次</a></h3>
|
679
693
|
<ul>
|
680
694
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
695
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">2.1.1リリース - 2012/12/29</a><ul>
|
696
|
+
<li><a class="reference internal" href="#fixes">修正</a></li>
|
697
|
+
</ul>
|
698
|
+
</li>
|
681
699
|
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">2.1.0リリース - 2012/12/29</a><ul>
|
682
700
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
683
|
-
<li><a class="reference internal" href="#
|
701
|
+
<li><a class="reference internal" href="#id1">修正</a></li>
|
684
702
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
685
703
|
</ul>
|
686
704
|
</li>
|
687
705
|
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
|
688
|
-
<li><a class="reference internal" href="#
|
689
|
-
<li><a class="reference internal" href="#
|
690
|
-
<li><a class="reference internal" href="#
|
706
|
+
<li><a class="reference internal" href="#id2">改良</a></li>
|
707
|
+
<li><a class="reference internal" href="#id3">修正</a></li>
|
708
|
+
<li><a class="reference internal" href="#id4">感謝</a></li>
|
691
709
|
</ul>
|
692
710
|
</li>
|
693
711
|
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
|
694
|
-
<li><a class="reference internal" href="#
|
695
|
-
<li><a class="reference internal" href="#
|
696
|
-
<li><a class="reference internal" href="#
|
712
|
+
<li><a class="reference internal" href="#id5">改良</a></li>
|
713
|
+
<li><a class="reference internal" href="#id6">修正</a></li>
|
714
|
+
<li><a class="reference internal" href="#id7">感謝</a></li>
|
697
715
|
</ul>
|
698
716
|
</li>
|
699
717
|
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
|
700
|
-
<li><a class="reference internal" href="#
|
701
|
-
<li><a class="reference internal" href="#
|
702
|
-
<li><a class="reference internal" href="#
|
718
|
+
<li><a class="reference internal" href="#id8">改良</a></li>
|
719
|
+
<li><a class="reference internal" href="#id9">修正</a></li>
|
720
|
+
<li><a class="reference internal" href="#id10">感謝</a></li>
|
703
721
|
</ul>
|
704
722
|
</li>
|
705
723
|
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
|
706
|
-
<li><a class="reference internal" href="#
|
707
|
-
<li><a class="reference internal" href="#
|
708
|
-
<li><a class="reference internal" href="#
|
724
|
+
<li><a class="reference internal" href="#id11">改良</a></li>
|
725
|
+
<li><a class="reference internal" href="#id12">修正</a></li>
|
726
|
+
<li><a class="reference internal" href="#id13">感謝</a></li>
|
709
727
|
</ul>
|
710
728
|
</li>
|
711
729
|
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
|
712
|
-
<li><a class="reference internal" href="#
|
713
|
-
<li><a class="reference internal" href="#
|
714
|
-
<li><a class="reference internal" href="#
|
730
|
+
<li><a class="reference internal" href="#id14">改良</a></li>
|
731
|
+
<li><a class="reference internal" href="#id15">修正</a></li>
|
732
|
+
<li><a class="reference internal" href="#id16">感謝</a></li>
|
715
733
|
</ul>
|
716
734
|
</li>
|
717
735
|
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
|
718
|
-
<li><a class="reference internal" href="#
|
719
|
-
<li><a class="reference internal" href="#
|
720
|
-
<li><a class="reference internal" href="#
|
736
|
+
<li><a class="reference internal" href="#id17">改良</a></li>
|
737
|
+
<li><a class="reference internal" href="#id18">修正</a></li>
|
738
|
+
<li><a class="reference internal" href="#id19">感謝</a></li>
|
721
739
|
</ul>
|
722
740
|
</li>
|
723
741
|
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
|
724
|
-
<li><a class="reference internal" href="#
|
725
|
-
<li><a class="reference internal" href="#
|
726
|
-
<li><a class="reference internal" href="#
|
742
|
+
<li><a class="reference internal" href="#id20">改良</a></li>
|
743
|
+
<li><a class="reference internal" href="#id21">修正</a></li>
|
744
|
+
<li><a class="reference internal" href="#id22">感謝</a></li>
|
727
745
|
</ul>
|
728
746
|
</li>
|
729
747
|
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
|
730
|
-
<li><a class="reference internal" href="#
|
731
|
-
<li><a class="reference internal" href="#
|
732
|
-
<li><a class="reference internal" href="#
|
748
|
+
<li><a class="reference internal" href="#id23">改良</a></li>
|
749
|
+
<li><a class="reference internal" href="#id24">修正</a></li>
|
750
|
+
<li><a class="reference internal" href="#id25">感謝</a></li>
|
733
751
|
</ul>
|
734
752
|
</li>
|
735
753
|
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
|
736
|
-
<li><a class="reference internal" href="#
|
737
|
-
<li><a class="reference internal" href="#
|
738
|
-
<li><a class="reference internal" href="#
|
754
|
+
<li><a class="reference internal" href="#id26">改良</a></li>
|
755
|
+
<li><a class="reference internal" href="#id27">修正</a></li>
|
756
|
+
<li><a class="reference internal" href="#id28">感謝</a></li>
|
739
757
|
</ul>
|
740
758
|
</li>
|
741
759
|
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
|
742
|
-
<li><a class="reference internal" href="#
|
743
|
-
<li><a class="reference internal" href="#
|
744
|
-
<li><a class="reference internal" href="#
|
760
|
+
<li><a class="reference internal" href="#id29">改良</a></li>
|
761
|
+
<li><a class="reference internal" href="#id30">修正</a></li>
|
762
|
+
<li><a class="reference internal" href="#id31">感謝</a></li>
|
745
763
|
</ul>
|
746
764
|
</li>
|
747
765
|
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
|
748
|
-
<li><a class="reference internal" href="#
|
749
|
-
<li><a class="reference internal" href="#
|
766
|
+
<li><a class="reference internal" href="#id32">改良</a></li>
|
767
|
+
<li><a class="reference internal" href="#id33">感謝</a></li>
|
750
768
|
</ul>
|
751
769
|
</li>
|
752
770
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -784,7 +802,7 @@ This change not to contain such a metadata as search results.</li>
|
|
784
802
|
<li class="right" style="margin-right: 10px">
|
785
803
|
<a href="genindex.html" title="総合索引"
|
786
804
|
>索引</a></li>
|
787
|
-
<li><a href="index.html">groonga v2.1.0ドキュメント</a> »</li>
|
805
|
+
<li><a href="index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
788
806
|
</ul>
|
789
807
|
</div>
|
790
808
|
<div class="footer">
|