rroonga 3.0.7-x86-mingw32 → 3.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.
- checksums.yaml +7 -0
- data/Rakefile +13 -3
- data/doc/text/news.textile +8 -0
- data/ext/groonga/extconf.rb +1 -3
- data/ext/groonga/rb-grn-table-key-support.c +0 -4
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- 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 +10 -2
- data/vendor/local/include/groonga/groonga.h +30 -1048
- 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 +2 -2
- 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 +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/sbin/groonga-httpd-restart +85 -49
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +77 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +17 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +5 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -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 +4 -4
- 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 +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +8 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +136 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +114 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +92 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +37 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +70 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +71 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +49 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +83 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +55 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +67 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +35 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +44 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +56 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +39 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +246 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +56 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +31 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +219 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +109 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +31 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +29 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +63 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +85 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +77 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +218 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +19 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +16 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +5 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +18 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +2 -4
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
- 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 +60 -55
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +11 -10
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +219 -0
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +61 -61
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +118 -105
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +37 -37
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -9
- 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 +638 -6
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +50 -24
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -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 +11 -11
- 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 +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +308 -152
- 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 +37 -18
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +30 -12
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +322 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +284 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +197 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +190 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +254 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +219 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +173 -16
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +244 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +186 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +196 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +200 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +648 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +227 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +180 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +546 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +321 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +179 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +177 -0
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +17 -16
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +71 -44
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
- 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/column_rename.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 +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +203 -48
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
- 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/normalize.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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +219 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +94 -94
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- 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 +219 -12
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- 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/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +31 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +22 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +9 -6
- 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 +17 -7
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- 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 +5 -5
- 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/server/package.html +22 -8
- 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 +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 +8 -8
- 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 +14 -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 +12 -12
- 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 +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +77 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +17 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +5 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -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 +4 -4
- 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 +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +8 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +136 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +114 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +92 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +37 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +70 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +71 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +49 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +83 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +55 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +67 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +35 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +44 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +56 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +39 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +246 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +56 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +31 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +219 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +109 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +31 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +29 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +63 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +85 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +77 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +218 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +19 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +16 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +5 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +12 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +18 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
- 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 +61 -56
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +220 -0
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +62 -62
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +119 -106
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -10
- 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 +7 -7
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +642 -10
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +50 -25
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +15 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +336 -154
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +38 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +31 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +319 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +285 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +198 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +191 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +255 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +220 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +172 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +238 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +245 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +187 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +197 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +238 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +201 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +649 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +228 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +181 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +547 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +322 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +180 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +178 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +18 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +64 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +207 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +222 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +95 -95
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
- 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 +194 -12
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +10 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +11 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +17 -10
- data/vendor/local/share/doc/groonga/ja/html/spec.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +16 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/groonga/html/admin/css/groonga-admin.css +4 -0
- data/vendor/local/share/groonga/html/admin/index.html +28 -26
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +13 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +3418 -350
- data/vendor/local/share/man/man1/groonga.1 +3485 -348
- metadata +116 -63
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.2. Mac OS X — groonga v3.0.
|
10
|
+
<title>2.2. Mac OS X — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
|
32
32
|
<link rel="prev" title="2.1. Windows" href="windows.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="windows.html" title="2.1. Windows"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">groonga v3.0.
|
64
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
65
65
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -93,9 +93,9 @@
|
|
93
93
|
<h2>2.2.3. ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
94
94
|
<p><a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a> をインストールしてください。</p>
|
95
95
|
<p>ソースをダウンロードします:</p>
|
96
|
-
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.
|
97
|
-
% tar xvzf groonga-3.0.
|
98
|
-
% cd groonga-3.0.
|
96
|
+
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
|
97
|
+
% tar xvzf groonga-3.0.8.tar.gz
|
98
|
+
% cd groonga-3.0.8
|
99
99
|
</pre></div>
|
100
100
|
</div>
|
101
101
|
<p>configureを実行します( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
|
@@ -138,7 +138,7 @@
|
|
138
138
|
<h3>このページ</h3>
|
139
139
|
<ul class="this-page-menu">
|
140
140
|
<li><a href="../_sources/install/mac_os_x.txt"
|
141
|
-
rel="nofollow"
|
141
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
142
142
|
</ul>
|
143
143
|
<div id="searchbox" style="display: none">
|
144
144
|
<h3>クイック検索</h3>
|
@@ -169,7 +169,7 @@
|
|
169
169
|
<li class="right" >
|
170
170
|
<a href="windows.html" title="2.1. Windows"
|
171
171
|
>前へ</a> |</li>
|
172
|
-
<li><a href="../index.html">groonga v3.0.
|
172
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
173
173
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
174
174
|
</ul>
|
175
175
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.8. その他 — groonga v3.0.
|
10
|
+
<title>2.8. その他 — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="3. コミュニティ" href="../community.html" />
|
32
32
|
<link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">groonga v3.0.
|
64
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
65
65
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -137,9 +137,9 @@
|
|
137
137
|
<div class="section" id="build-from-source">
|
138
138
|
<h2>2.8.2. ソースからビルド<a class="headerlink" href="#build-from-source" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
139
139
|
<p>groongaはGNUビルドシステムを使っています。以下は一番簡単なビルド手順です:</p>
|
140
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
141
|
-
% tar xvzf groonga-3.0.
|
142
|
-
% cd groonga-3.0.
|
140
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
|
141
|
+
% tar xvzf groonga-3.0.8.tar.gz
|
142
|
+
% cd groonga-3.0.8
|
143
143
|
% ./configure
|
144
144
|
% make
|
145
145
|
% sudo make install
|
@@ -319,7 +319,7 @@
|
|
319
319
|
<h3>このページ</h3>
|
320
320
|
<ul class="this-page-menu">
|
321
321
|
<li><a href="../_sources/install/others.txt"
|
322
|
-
rel="nofollow"
|
322
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
323
323
|
</ul>
|
324
324
|
<div id="searchbox" style="display: none">
|
325
325
|
<h3>クイック検索</h3>
|
@@ -350,7 +350,7 @@
|
|
350
350
|
<li class="right" >
|
351
351
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
352
352
|
>前へ</a> |</li>
|
353
|
-
<li><a href="../index.html">groonga v3.0.
|
353
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
354
354
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
355
355
|
</ul>
|
356
356
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.7. Oracle Solaris — groonga v3.0.
|
10
|
+
<title>2.7. Oracle Solaris — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.8. その他" href="others.html" />
|
32
32
|
<link rel="prev" title="2.6. Fedora" href="fedora.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="fedora.html" title="2.6. Fedora"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">groonga v3.0.
|
64
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
65
65
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -81,9 +81,9 @@
|
|
81
81
|
</pre></div>
|
82
82
|
</div>
|
83
83
|
<p>ソースをダウンロードします:</p>
|
84
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
85
|
-
% gtar xvzf groonga-3.0.
|
86
|
-
% cd groonga-3.0.
|
84
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
|
85
|
+
% gtar xvzf groonga-3.0.8.tar.gz
|
86
|
+
% cd groonga-3.0.8
|
87
87
|
</pre></div>
|
88
88
|
</div>
|
89
89
|
<p><tt class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></tt> 変数付きでconfigureを実行します。これらの変数は64-bit版をビルドするために必要です。32-bit版をビルドする場合はこれらの変数を指定しないでしてください。 ( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
|
@@ -124,7 +124,7 @@
|
|
124
124
|
<h3>このページ</h3>
|
125
125
|
<ul class="this-page-menu">
|
126
126
|
<li><a href="../_sources/install/solaris.txt"
|
127
|
-
rel="nofollow"
|
127
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
128
128
|
</ul>
|
129
129
|
<div id="searchbox" style="display: none">
|
130
130
|
<h3>クイック検索</h3>
|
@@ -155,7 +155,7 @@
|
|
155
155
|
<li class="right" >
|
156
156
|
<a href="fedora.html" title="2.6. Fedora"
|
157
157
|
>前へ</a> |</li>
|
158
|
-
<li><a href="../index.html">groonga v3.0.
|
158
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
159
159
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
160
160
|
</ul>
|
161
161
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.4. Ubuntu — groonga v3.0.
|
10
|
+
<title>2.4. Ubuntu — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
32
32
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">groonga v3.0.
|
64
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
65
65
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -252,9 +252,9 @@ deb-src http://packages.groonga.org/ubuntu/ raring universe
|
|
252
252
|
</pre></div>
|
253
253
|
</div>
|
254
254
|
<p>ソースをダウンロードします:</p>
|
255
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
256
|
-
% tar xvzf groonga-3.0.
|
257
|
-
% cd groonga-3.0.
|
255
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
|
256
|
+
% tar xvzf groonga-3.0.8.tar.gz
|
257
|
+
% cd groonga-3.0.8
|
258
258
|
</pre></div>
|
259
259
|
</div>
|
260
260
|
<p>configureを実行します( <tt class="docutils literal"><span class="pre">configure</span></tt> のオプションについては <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> を参照してください):</p>
|
@@ -299,7 +299,7 @@ deb-src http://packages.groonga.org/ubuntu/ raring universe
|
|
299
299
|
<h3>このページ</h3>
|
300
300
|
<ul class="this-page-menu">
|
301
301
|
<li><a href="../_sources/install/ubuntu.txt"
|
302
|
-
rel="nofollow"
|
302
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
303
303
|
</ul>
|
304
304
|
<div id="searchbox" style="display: none">
|
305
305
|
<h3>クイック検索</h3>
|
@@ -330,7 +330,7 @@ deb-src http://packages.groonga.org/ubuntu/ raring universe
|
|
330
330
|
<li class="right" >
|
331
331
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
332
332
|
>前へ</a> |</li>
|
333
|
-
<li><a href="../index.html">groonga v3.0.
|
333
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
334
334
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
335
335
|
</ul>
|
336
336
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.1. Windows — groonga v3.0.
|
10
|
+
<title>2.1. Windows — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
32
32
|
<link rel="prev" title="2. インストール" href="../install.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../install.html" title="2. インストール"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">groonga v3.0.
|
64
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
65
65
|
<li><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -80,13 +80,13 @@
|
|
80
80
|
<p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
81
81
|
<p>コマンドラインの操作でバイナリをダウンロードすることができます。</p>
|
82
82
|
<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x86バイナリをブラウザを使ってダウンロードします。:</p>
|
83
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
83
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.exe
|
84
84
|
</pre></div>
|
85
85
|
</div>
|
86
86
|
<p>その後、バイナリを実行します。</p>
|
87
87
|
<p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
88
88
|
<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x64バイナリをブラウザを使ってダウンロードします。:</p>
|
89
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
89
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.exe
|
90
90
|
</pre></div>
|
91
91
|
</div>
|
92
92
|
<p>その後、バイナリを実行します。</p>
|
@@ -97,13 +97,13 @@
|
|
97
97
|
<p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
98
98
|
<p>コマンドラインの操作でバイナリをダウンロードすることができます。</p>
|
99
99
|
<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x86バイナリをブラウザを使ってダウンロードします。:</p>
|
100
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
100
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x86.zip
|
101
101
|
</pre></div>
|
102
102
|
</div>
|
103
103
|
<p>その後、アーカイブを展開します。</p>
|
104
104
|
<p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
105
105
|
<p>コマンドプロンプト <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> を起動し、x64バイナリをブラウザを使ってダウンロードします。:</p>
|
106
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
106
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.8-x64.zip
|
107
107
|
</pre></div>
|
108
108
|
</div>
|
109
109
|
<p>その後、アーカイブを展開します。</p>
|
@@ -122,24 +122,24 @@
|
|
122
122
|
<p>コマンドラインの操作でzipソースファイルをダウンロードすることができます。</p>
|
123
123
|
<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>
|
124
124
|
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads
|
125
|
-
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.
|
125
|
+
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.8.zip
|
126
126
|
</pre></div>
|
127
127
|
</div>
|
128
128
|
<p>その後、アーカイブを展開します。</p>
|
129
129
|
<p>groongaのソースフォルダへと移動します:</p>
|
130
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.
|
130
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.8
|
131
131
|
</pre></div>
|
132
132
|
</div>
|
133
133
|
<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>
|
134
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
134
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.8> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
135
135
|
</pre></div>
|
136
136
|
</div>
|
137
137
|
<p>ビルド:</p>
|
138
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
138
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.8> cmake --build . --config Release
|
139
139
|
</pre></div>
|
140
140
|
</div>
|
141
141
|
<p>インストール:</p>
|
142
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
142
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.8> cmake --build . --config Release --target Install
|
143
143
|
</pre></div>
|
144
144
|
</div>
|
145
145
|
<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>
|
@@ -171,7 +171,7 @@
|
|
171
171
|
<h3>このページ</h3>
|
172
172
|
<ul class="this-page-menu">
|
173
173
|
<li><a href="../_sources/install/windows.txt"
|
174
|
-
rel="nofollow"
|
174
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
175
175
|
</ul>
|
176
176
|
<div id="searchbox" style="display: none">
|
177
177
|
<h3>クイック検索</h3>
|
@@ -202,7 +202,7 @@
|
|
202
202
|
<li class="right" >
|
203
203
|
<a href="../install.html" title="2. インストール"
|
204
204
|
>前へ</a> |</li>
|
205
|
-
<li><a href="../index.html">groonga v3.0.
|
205
|
+
<li><a href="../index.html">groonga v3.0.8ドキュメント</a> »</li>
|
206
206
|
<li><a href="../install.html" >2. インストール</a> »</li>
|
207
207
|
</ul>
|
208
208
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>10. 制限事項 — groonga v3.0.
|
10
|
+
<title>10. 制限事項 — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
31
31
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="spec/search.html" title="9.2. 検索"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">groonga v3.0.
|
63
|
+
<li><a href="index.html">groonga v3.0.8ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -96,6 +96,14 @@
|
|
96
96
|
</ul>
|
97
97
|
<p>実際には他の諸条件の制約により上記の値まで到達しない場合もあります。</p>
|
98
98
|
</div>
|
99
|
+
<div class="section" id="limitations-of-column">
|
100
|
+
<h2>10.3. カラムの制限<a class="headerlink" href="#limitations-of-column" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
101
|
+
<p>カラムには以下の制限があります。</p>
|
102
|
+
<ul class="simple">
|
103
|
+
<li><p class="first">カラムごとのサイズを合計した上限値: 256GiB</p>
|
104
|
+
</li>
|
105
|
+
</ul>
|
106
|
+
</div>
|
99
107
|
</div>
|
100
108
|
|
101
109
|
|
@@ -109,6 +117,7 @@
|
|
109
117
|
<li><a class="reference internal" href="#">10. 制限事項</a><ul>
|
110
118
|
<li><a class="reference internal" href="#limitations-of-table">10.1. テーブルの制限</a></li>
|
111
119
|
<li><a class="reference internal" href="#limitations-of-indexing">10.2. インデックス上限値</a></li>
|
120
|
+
<li><a class="reference internal" href="#limitations-of-column">10.3. カラムの制限</a></li>
|
112
121
|
</ul>
|
113
122
|
</li>
|
114
123
|
</ul>
|
@@ -122,7 +131,7 @@
|
|
122
131
|
<h3>このページ</h3>
|
123
132
|
<ul class="this-page-menu">
|
124
133
|
<li><a href="_sources/limitations.txt"
|
125
|
-
rel="nofollow"
|
134
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
126
135
|
</ul>
|
127
136
|
<div id="searchbox" style="display: none">
|
128
137
|
<h3>クイック検索</h3>
|
@@ -153,7 +162,7 @@
|
|
153
162
|
<li class="right" >
|
154
163
|
<a href="spec/search.html" title="9.2. 検索"
|
155
164
|
>前へ</a> |</li>
|
156
|
-
<li><a href="index.html">groonga v3.0.
|
165
|
+
<li><a href="index.html">groonga v3.0.8ドキュメント</a> »</li>
|
157
166
|
</ul>
|
158
167
|
</div>
|
159
168
|
<div class="footer">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>お知らせ — groonga v3.0.
|
10
|
+
<title>お知らせ — groonga v3.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="groonga v3.0.
|
29
|
+
<link rel="top" title="groonga v3.0.8ドキュメント" href="index.html" />
|
30
30
|
</head>
|
31
31
|
<body>
|
32
32
|
<div class="header">
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<li class="right" style="margin-right: 10px">
|
53
53
|
<a href="genindex.html" title="総合索引"
|
54
54
|
accesskey="I">索引</a></li>
|
55
|
-
<li><a href="index.html">groonga v3.0.
|
55
|
+
<li><a href="index.html">groonga v3.0.8ドキュメント</a> »</li>
|
56
56
|
</ul>
|
57
57
|
</div>
|
58
58
|
|
@@ -63,12 +63,176 @@
|
|
63
63
|
|
64
64
|
<div class="section" id="news">
|
65
65
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
66
|
-
<div class="section" id="release-3-0-
|
67
|
-
<span id="release-3-0-
|
66
|
+
<div class="section" id="release-3-0-8-2013-09-29">
|
67
|
+
<span id="release-3-0-8"></span><h2>3.0.8リリース - 2013/09/29<a class="headerlink" href="#release-3-0-8-2013-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
68
68
|
<div class="section" id="improvements">
|
69
69
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
70
70
|
<ul class="simple">
|
71
|
-
<li><p class="first">[
|
71
|
+
<li><p class="first">[admin] 検索機能のエラー処理を改善しました。エラーメッセージを表示した後に、読み込み中のダイアログを消去します。 [orangainさんがパッチ提供]</p>
|
72
|
+
</li>
|
73
|
+
<li><p class="first">[admin] Enterキーで検索フォームを送信するようにしました。 [orangainさんがパッチ提供]</p>
|
74
|
+
</li>
|
75
|
+
<li><p class="first">[admin] 検索フォームにプレースホルダを表示するようにしました。この変更で使用例を表示するようになります。 [orangainさんがパッチ提供]</p>
|
76
|
+
</li>
|
77
|
+
<li><p class="first">[httpd] <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-query-log-path"><em>groonga_query_log_path</em></a> ディレクティブをサポートしました。</p>
|
78
|
+
</li>
|
79
|
+
<li><p class="first">[doc] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドのレスポンスのヒット数に関するドキュメントを更新しました。</p>
|
80
|
+
</li>
|
81
|
+
<li><p class="first">連続するスペースによって作られる空のトークンをトークナイザーでは無視するようにしました。 [groonga-dev,01729] [村上さんが報告]</p>
|
82
|
+
</li>
|
83
|
+
<li><p class="first">[token delimit] 連続したスペースはスペース1つとして扱うことにしました。トークナイザーは2以上のスペースを入力として受付ます。</p>
|
84
|
+
</li>
|
85
|
+
<li><p class="first">[doc] 各カラムごとのインデックスとマルチカラムインデックスについての備考を追加しました。</p>
|
86
|
+
</li>
|
87
|
+
<li><p class="first">[doc] ソースコードへのリンクのラベルに言語の注記を追加しました。[groonga-dev,01751] [磯部さんが提案]</p>
|
88
|
+
</li>
|
89
|
+
<li><p class="first"><a class="reference internal" href="reference/commands/delete.html#cascade-delete"><em>カスケード削除</em></a> を参照しているレコードに対してサポートしました。これまでは、この操作でエラーになっていました。</p>
|
90
|
+
</li>
|
91
|
+
<li><p class="first">[doc] READMEのドキュメントの参照先を更新しました。[groonga-dev,01800] [磯部さんが報告]</p>
|
92
|
+
</li>
|
93
|
+
<li><p class="first">[実験的] <a class="reference internal" href="reference/commands/ruby_eval.html"><em>ruby_eval</em></a> コマンドを追加しました。</p>
|
94
|
+
</li>
|
95
|
+
<li><p class="first">[doc] GQTPとHTTPのサーバー利用に関して注記を追加しました。</p>
|
96
|
+
</li>
|
97
|
+
</ul>
|
98
|
+
</div>
|
99
|
+
<div class="section" id="fixes">
|
100
|
+
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
101
|
+
<ul class="simple">
|
102
|
+
<li><p class="first">[admin] COLUMN_VECTOR の値を追加するボタンが機能しない不具合を修正しました。</p>
|
103
|
+
</li>
|
104
|
+
</ul>
|
105
|
+
</div>
|
106
|
+
<div class="section" id="thanks">
|
107
|
+
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
108
|
+
<ul class="simple">
|
109
|
+
<li><p class="first">@orangainさん</p>
|
110
|
+
</li>
|
111
|
+
<li><p class="first">村上さん</p>
|
112
|
+
</li>
|
113
|
+
<li><p class="first">磯部和広さん</p>
|
114
|
+
</li>
|
115
|
+
</ul>
|
116
|
+
</div>
|
117
|
+
</div>
|
118
|
+
<div class="section" id="release-3-0-7-2013-08-29">
|
119
|
+
<span id="release-3-0-7"></span><h2>3.0.7リリース - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
120
|
+
<div class="section" id="id1">
|
121
|
+
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
122
|
+
<ul class="simple">
|
123
|
+
<li><p class="first">APIドキュメントを追加しました。[groonga-dev,01593] [GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100] [whombxさんがパッチを提供]</p>
|
124
|
+
</li>
|
125
|
+
<li><p class="first">[table_remove] 参照されているパトリシアトライもしくはハッシュテーブルが削除されないようにした。この変更は参照されているテーブルがうっかり削除されないようにします。</p>
|
126
|
+
</li>
|
127
|
+
<li><p class="first">長すぎるトークン (4096バイトを超過) を単に無視するようにしました。この変更はトークンの登録時に影響します。以前は、警告ではなくエラーとして扱っていました。[groonga-dev,01571] [村上さんが提案]</p>
|
128
|
+
</li>
|
129
|
+
<li><p class="first">ログメッセージで無視された実際の語句を表示するようにしました。[groonga-dev,01621] [村上さんが報告]</p>
|
130
|
+
</li>
|
131
|
+
<li><p class="first">[httpd] POSTメソッドでデータをロードできるようにしました。 [GitHub#101] [鷲田さんがパッチを提供]</p>
|
132
|
+
</li>
|
133
|
+
<li><p class="first">[httpd] <tt class="docutils literal"><span class="pre">groonga_log_path</span></tt> ディレクティブをサポートしました。</p>
|
134
|
+
</li>
|
135
|
+
<li><p class="first">[httpd] <tt class="docutils literal"><span class="pre">groonga_log_level</span></tt> ディレクティブをサポートしました。</p>
|
136
|
+
</li>
|
137
|
+
<li><p class="first">[httpd] <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> ディレクティブをサポートしました。</p>
|
138
|
+
</li>
|
139
|
+
</ul>
|
140
|
+
</div>
|
141
|
+
<div class="section" id="id2">
|
142
|
+
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
143
|
+
<ul class="simple">
|
144
|
+
<li><p class="first">式のエラーによってスタックオーバーフローを引き起す可能性のある不具合を修正しました。この変更はエラーが積み重なって突然groongaがクラッシュするのを防ぎます。</p>
|
145
|
+
</li>
|
146
|
+
<li><p class="first">参照先のないベクタカラムの静的インデックス構築によりクラッシュする不具合を修正しました。</p>
|
147
|
+
</li>
|
148
|
+
<li><p class="first">デーモンモード開始時のエラーでgroongaが終了しない不具合を修正しました。例えば、この不具合は <tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">-d</span> <span class="pre">/tmp/non-existence.db</span></tt> で再現します。</p>
|
149
|
+
</li>
|
150
|
+
<li><p class="first">[dump] 誤ったテーブルの型がダンプされる不具合を修正しました。この不具合はテーブルの型が <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> かつ キーが参照型のときに発生します。</p>
|
151
|
+
</li>
|
152
|
+
<li><p class="first"><tt class="docutils literal"><span class="pre">--cache-limit</span></tt> のデフォルト値が0になっていた不具合を修正しました。デフォルト値は100に変更されました。</p>
|
153
|
+
</li>
|
154
|
+
<li><p class="first"><a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> を使用するとメモリリークするのを修正しました。</p>
|
155
|
+
</li>
|
156
|
+
<li><p class="first">[doc] defragコマンドの説明の誤りを修正しました。 [@naoinaさんが報告]</p>
|
157
|
+
</li>
|
158
|
+
<li><p class="first">[doc] 貢献する方法の説明を修正しました。 [GitHub#77] [横山さんがパッチを提供]</p>
|
159
|
+
</li>
|
160
|
+
<li><p class="first">[プラグイン] 複数回データベースを開いているときにクラッシュする不具合を修正しました。この不具合は複数のプラグインが使われていて、同一のデータベースが複数のプロセスによってオープンされているような場合に影響します。[groonga-dev,01596] [村上さんが報告]</p>
|
161
|
+
</li>
|
162
|
+
<li><p class="first"><tt class="docutils literal"><span class="pre">AND</span></tt> の後のネストしたマッチが動作しない不具合を修正しました。 <tt class="docutils literal"><span class="pre">select</span> <span class="pre">...</span> <span class="pre">--filter</span> <span class="pre">'...</span> <span class="pre">&&</span> <span class="pre">nested.column</span> <span class="pre">@</span> <span class="pre">"keyword"'</span></tt> というクエリでこの不具合が再現します。 [groonga-dev,01599] [鷲田さんが報告]</p>
|
163
|
+
</li>
|
164
|
+
<li><p class="first">特殊文字のドキュメントの誤字を修正しました。 [瀧内さんが報告]</p>
|
165
|
+
</li>
|
166
|
+
<li><p class="first">不正な文字が渡されたときのエラーメッセージの誤りを修正しました。[吉田光男さんが報告]</p>
|
167
|
+
</li>
|
168
|
+
</ul>
|
169
|
+
</div>
|
170
|
+
<div class="section" id="id3">
|
171
|
+
<h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
172
|
+
<ul class="simple">
|
173
|
+
<li><p class="first">whombxさん</p>
|
174
|
+
</li>
|
175
|
+
<li><p class="first">@naoinaさん</p>
|
176
|
+
</li>
|
177
|
+
<li><p class="first">横山さん</p>
|
178
|
+
</li>
|
179
|
+
<li><p class="first">鷲田基さん</p>
|
180
|
+
</li>
|
181
|
+
<li><p class="first">瀧内元気さん</p>
|
182
|
+
</li>
|
183
|
+
<li><p class="first">吉田光男さん</p>
|
184
|
+
</li>
|
185
|
+
</ul>
|
186
|
+
</div>
|
187
|
+
</div>
|
188
|
+
<div class="section" id="release-3-0-6-2013-07-29">
|
189
|
+
<h2>3.0.6リリース - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
190
|
+
<div class="section" id="id4">
|
191
|
+
<h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
192
|
+
<ul class="simple">
|
193
|
+
<li><p class="first">[doc] <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> の引数に関するドキュメントを追加しました。</p>
|
194
|
+
</li>
|
195
|
+
<li><p class="first">[suggest] 0MQ 3.xをサポートしました。[GitHub#63] [稲田さんが報告]</p>
|
196
|
+
</li>
|
197
|
+
<li><p class="first">NetBSD向けに <tt class="docutils literal"><span class="pre">pthread_{mutex,cond}attr_setpshared()</span></tt> が使えるかチェックを追加しました。[おばたさんが報告]</p>
|
198
|
+
</li>
|
199
|
+
<li><p class="first">クエリ構文でバックスラッシュでのエスケープをサポートしました。[groonga-dev,01520] [田辺さんが報告]</p>
|
200
|
+
</li>
|
201
|
+
<li><p class="first">[rpm][fedora] Fedora 19をサポート。</p>
|
202
|
+
</li>
|
203
|
+
<li><p class="first">[rpm][fedora] Fedora 18サポートを削除。</p>
|
204
|
+
</li>
|
205
|
+
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.4.2に更新しました。</p>
|
206
|
+
</li>
|
207
|
+
</ul>
|
208
|
+
</div>
|
209
|
+
<div class="section" id="id5">
|
210
|
+
<h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
211
|
+
<ul class="simple">
|
212
|
+
<li><p class="first">特定の関数(<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) が <tt class="docutils literal"><span class="pre">select</span></tt> のようなビルトイン関数で呼ばれたときにクラッシュする不具合を修正しました。[瀧内さんが報告]</p>
|
213
|
+
</li>
|
214
|
+
</ul>
|
215
|
+
</div>
|
216
|
+
<div class="section" id="id6">
|
217
|
+
<h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
218
|
+
<ul class="simple">
|
219
|
+
<li><p class="first">稲田尚也さん</p>
|
220
|
+
</li>
|
221
|
+
<li><p class="first">おばたさん</p>
|
222
|
+
</li>
|
223
|
+
<li><p class="first">田辺公平さん</p>
|
224
|
+
</li>
|
225
|
+
<li><p class="first">瀧内元気さん</p>
|
226
|
+
</li>
|
227
|
+
</ul>
|
228
|
+
</div>
|
229
|
+
</div>
|
230
|
+
<div class="section" id="release-3-0-5-2013-06-29">
|
231
|
+
<h2>3.0.5リリース - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
232
|
+
<div class="section" id="id7">
|
233
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
234
|
+
<ul class="simple">
|
235
|
+
<li><p class="first">[doc] <tt class="docutils literal"><span class="pre">query()</span></tt> の <tt class="docutils literal"><span class="pre">match_columns</span></tt> と <tt class="docutils literal"><span class="pre">query_string</span></tt> 引数のサマリを追加しました。</p>
|
72
236
|
</li>
|
73
237
|
<li><p class="first">subrecordの情報をテーブルのインスペクション時に表示するようにしました。</p>
|
74
238
|
</li>
|
@@ -80,8 +244,8 @@
|
|
80
244
|
</li>
|
81
245
|
</ul>
|
82
246
|
</div>
|
83
|
-
<div class="section" id="
|
84
|
-
<h3>修正<a class="headerlink" href="#
|
247
|
+
<div class="section" id="id8">
|
248
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
85
249
|
<ul class="simple">
|
86
250
|
<li><p class="first">テーブル作成時に必要なロックをかけていないことでmroongaがクラッシュする不具合を修正しました。 [Y.Kentaroさんが報告]</p>
|
87
251
|
</li>
|
@@ -99,8 +263,8 @@
|
|
99
263
|
</li>
|
100
264
|
</ul>
|
101
265
|
</div>
|
102
|
-
<div class="section" id="
|
103
|
-
<h3>感謝<a class="headerlink" href="#
|
266
|
+
<div class="section" id="id9">
|
267
|
+
<h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
104
268
|
<ul class="simple">
|
105
269
|
<li><p class="first">Y.Kentaroさん</p>
|
106
270
|
</li>
|
@@ -111,9 +275,9 @@
|
|
111
275
|
</div>
|
112
276
|
</div>
|
113
277
|
<div class="section" id="release-3-0-4-2013-05-29">
|
114
|
-
<
|
115
|
-
<div class="section" id="
|
116
|
-
<h3>改良<a class="headerlink" href="#
|
278
|
+
<h2>3.0.4リリース - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
279
|
+
<div class="section" id="id10">
|
280
|
+
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
117
281
|
<ul class="simple">
|
118
282
|
<li><p class="first">[tokenizer] ノーマライズした文字列が与えられないときにログメッセージを表示するようにしました。</p>
|
119
283
|
</li>
|
@@ -145,8 +309,8 @@
|
|
145
309
|
</li>
|
146
310
|
</ul>
|
147
311
|
</div>
|
148
|
-
<div class="section" id="
|
149
|
-
<h3>修正<a class="headerlink" href="#
|
312
|
+
<div class="section" id="id11">
|
313
|
+
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
150
314
|
<ul class="simple">
|
151
315
|
<li><p class="first">[tokenizer] エラー時のメモリリークを修正しました。</p>
|
152
316
|
</li>
|
@@ -164,8 +328,8 @@
|
|
164
328
|
</li>
|
165
329
|
</ul>
|
166
330
|
</div>
|
167
|
-
<div class="section" id="
|
168
|
-
<h3>感謝<a class="headerlink" href="#
|
331
|
+
<div class="section" id="id12">
|
332
|
+
<h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
169
333
|
<ul class="simple">
|
170
334
|
<li><p class="first">@ceekzさん</p>
|
171
335
|
</li>
|
@@ -184,8 +348,8 @@
|
|
184
348
|
</div>
|
185
349
|
<div class="section" id="release-3-0-3-2013-04-29">
|
186
350
|
<h2>3.0.3リリース - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
187
|
-
<div class="section" id="
|
188
|
-
<h3>改良<a class="headerlink" href="#
|
351
|
+
<div class="section" id="id13">
|
352
|
+
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
189
353
|
<ul class="simple">
|
190
354
|
<li><p class="first">[suggest] <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> を使って学習時の重みづけをカスタマイズできるようになりました。</p>
|
191
355
|
</li>
|
@@ -208,8 +372,8 @@
|
|
208
372
|
</div>
|
209
373
|
<div class="section" id="release-3-0-2-2013-03-29">
|
210
374
|
<h2>3.0.2リリース - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
211
|
-
<div class="section" id="
|
212
|
-
<h3>改良<a class="headerlink" href="#
|
375
|
+
<div class="section" id="id14">
|
376
|
+
<h3>改良<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
213
377
|
<ul class="simple">
|
214
378
|
<li><p class="first">2つ以上のインデックスをテーブルのキーに対して張れるようにしました。この変更はインデックスを張ったキーへ新たなキーをロードしたときにクラッシュしないようにします。</p>
|
215
379
|
</li>
|
@@ -233,8 +397,8 @@
|
|
233
397
|
</li>
|
234
398
|
</ul>
|
235
399
|
</div>
|
236
|
-
<div class="section" id="
|
237
|
-
<h3>修正<a class="headerlink" href="#
|
400
|
+
<div class="section" id="id15">
|
401
|
+
<h3>修正<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
238
402
|
<ul class="simple">
|
239
403
|
<li><p class="first"><tt class="docutils literal"><span class="pre">snippet_html(XXX),</span> <span class="pre">XXX</span></tt> を実行すると "stack error"になる不具合を修正しました。この不具合は <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'snippet_html(title),</span> <span class="pre">content'</span></tt> といったクエリに影響します。[Groonga-talk (no subject)] [Hendro Wibowoさんが報告]</p>
|
240
404
|
</li>
|
@@ -248,8 +412,8 @@
|
|
248
412
|
</li>
|
249
413
|
</ul>
|
250
414
|
</div>
|
251
|
-
<div class="section" id="
|
252
|
-
<h3>感謝<a class="headerlink" href="#
|
415
|
+
<div class="section" id="id16">
|
416
|
+
<h3>感謝<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
253
417
|
<ul class="simple">
|
254
418
|
<li><p class="first">Hendro Wibowoさん</p>
|
255
419
|
</li>
|
@@ -262,8 +426,8 @@
|
|
262
426
|
</div>
|
263
427
|
<div class="section" id="release-3-0-1-2013-02-28">
|
264
428
|
<h2>3.0.1リリース - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
265
|
-
<div class="section" id="
|
266
|
-
<h3>改良<a class="headerlink" href="#
|
429
|
+
<div class="section" id="id17">
|
430
|
+
<h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
267
431
|
<ul class="simple">
|
268
432
|
<li><p class="first">loadコマンドでデータをロードするときに参照カラムに対するBoolの設定をサポートしました。</p>
|
269
433
|
</li>
|
@@ -279,8 +443,8 @@
|
|
279
443
|
</li>
|
280
444
|
</ul>
|
281
445
|
</div>
|
282
|
-
<div class="section" id="
|
283
|
-
<h3>修正<a class="headerlink" href="#
|
446
|
+
<div class="section" id="id18">
|
447
|
+
<h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
284
448
|
<ul class="simple">
|
285
449
|
<li><p class="first"><tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> が意図せずNULLを返す不具合を修正しました。このせいで要素を削除した後に不正なインデックスを返していました。この不具合はmroongaをストレージモードで動かしたときに発生します。 [groonga-dev,01192] [b senbokuさんが報告]</p>
|
286
450
|
</li>
|
@@ -290,8 +454,8 @@
|
|
290
454
|
</li>
|
291
455
|
</ul>
|
292
456
|
</div>
|
293
|
-
<div class="section" id="
|
294
|
-
<h3>感謝<a class="headerlink" href="#
|
457
|
+
<div class="section" id="id19">
|
458
|
+
<h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
295
459
|
<ul class="simple">
|
296
460
|
<li><p class="first">b senbokuさん</p>
|
297
461
|
</li>
|
@@ -304,8 +468,8 @@
|
|
304
468
|
<li><p class="first">バージョン3.0.0になりました!</p>
|
305
469
|
</li>
|
306
470
|
</ul>
|
307
|
-
<div class="section" id="
|
308
|
-
<h3>修正<a class="headerlink" href="#
|
471
|
+
<div class="section" id="id20">
|
472
|
+
<h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
309
473
|
<ul class="simple">
|
310
474
|
<li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> パッケージのインストール時に必要な辞書をEUC-JPでなくUTF-8の辞書ものを明示的にインストールするように修正した。</p>
|
311
475
|
</li>
|
@@ -315,8 +479,8 @@
|
|
315
479
|
</li>
|
316
480
|
</ul>
|
317
481
|
</div>
|
318
|
-
<div class="section" id="
|
319
|
-
<h3>感謝<a class="headerlink" href="#
|
482
|
+
<div class="section" id="id21">
|
483
|
+
<h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
320
484
|
<ul class="simple">
|
321
485
|
<li><p class="first">岩井さん</p>
|
322
486
|
</li>
|
@@ -325,8 +489,8 @@
|
|
325
489
|
</div>
|
326
490
|
<div class="section" id="release-2-1-2-2013-01-29">
|
327
491
|
<h2>2.1.2リリース - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
328
|
-
<div class="section" id="
|
329
|
-
<h3>改良<a class="headerlink" href="#
|
492
|
+
<div class="section" id="id22">
|
493
|
+
<h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
330
494
|
<ul class="simple">
|
331
495
|
<li><p class="first">複数の <tt class="docutils literal"><span class="pre">query()</span></tt> を <tt class="docutils literal"><span class="pre">select</span></tt> コマンドでサポートしました。例えば、キーワードごとに異なる重みづけを指定して検索するのに'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'などと <tt class="docutils literal"><span class="pre">--filter</span></tt> に指定することができます。</p>
|
332
496
|
</li>
|
@@ -354,8 +518,8 @@
|
|
354
518
|
</li>
|
355
519
|
</ul>
|
356
520
|
</div>
|
357
|
-
<div class="section" id="
|
358
|
-
<h3>修正<a class="headerlink" href="#
|
521
|
+
<div class="section" id="id23">
|
522
|
+
<h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
359
523
|
<ul class="simple">
|
360
524
|
<li><p class="first">MeCabトークナイザーの共有オブジェクトが見つからなくてもエラーをログに記録しないようにした。 [groonga-dev,01174] [wingさんが報告]</p>
|
361
525
|
</li>
|
@@ -365,8 +529,8 @@
|
|
365
529
|
</li>
|
366
530
|
</ul>
|
367
531
|
</div>
|
368
|
-
<div class="section" id="
|
369
|
-
<h3>感謝<a class="headerlink" href="#
|
532
|
+
<div class="section" id="id24">
|
533
|
+
<h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
370
534
|
<ul class="simple">
|
371
535
|
<li><p class="first">wingさん</p>
|
372
536
|
</li>
|
@@ -376,8 +540,8 @@
|
|
376
540
|
<div class="section" id="release-2-1-1-2012-12-29">
|
377
541
|
<h2>2.1.1リリース - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
378
542
|
<p>2.1.0のバグフィックスリリースです。2.1.0を使っている人は2.1.0ではなく2.1.1を使ってください。</p>
|
379
|
-
<div class="section" id="
|
380
|
-
<h3>修正<a class="headerlink" href="#
|
543
|
+
<div class="section" id="id25">
|
544
|
+
<h3>修正<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
381
545
|
<ul class="simple">
|
382
546
|
<li><p class="first">groonga 2.0.8以前で作成したデータベース中の <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> 関連の情報が失われる問題を修正。</p>
|
383
547
|
</li>
|
@@ -396,8 +560,8 @@
|
|
396
560
|
<p>このリリースでは <tt class="docutils literal"><span class="pre">--normalizer</span></tt> オプションをサポートしましたが、副作用があり、一度でも古いバージョンのデータベースを新しいバージョンのgroongaで開くと、古いバージョンのgroongaではデータベースを開けなくなります。</p>
|
397
561
|
<p class="last">もうひとつトークナイザプラグインAPIに関する非互換な変更があります。 <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> APIの引数が変更されました。このAPIの変更はトークナイザプラグインの開発者に影響があります。</p>
|
398
562
|
</div>
|
399
|
-
<div class="section" id="
|
400
|
-
<h3>改良<a class="headerlink" href="#
|
563
|
+
<div class="section" id="id26">
|
564
|
+
<h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
401
565
|
<ul class="simple">
|
402
566
|
<li><p class="first">[doc] <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>カラムインデックスによる関連テーブルをまたぐ検索</em></a> に関するドキュメントを追加。</p>
|
403
567
|
</li>
|
@@ -419,8 +583,8 @@
|
|
419
583
|
</li>
|
420
584
|
</ul>
|
421
585
|
</div>
|
422
|
-
<div class="section" id="
|
423
|
-
<h3>修正<a class="headerlink" href="#
|
586
|
+
<div class="section" id="id27">
|
587
|
+
<h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
424
588
|
<ul class="simple">
|
425
589
|
<li><p class="first">[windows] <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</p>
|
426
590
|
</li>
|
@@ -430,8 +594,8 @@
|
|
430
594
|
</li>
|
431
595
|
</ul>
|
432
596
|
</div>
|
433
|
-
<div class="section" id="
|
434
|
-
<h3>感謝<a class="headerlink" href="#
|
597
|
+
<div class="section" id="id28">
|
598
|
+
<h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
435
599
|
<ul class="simple">
|
436
600
|
<li><p class="first">嶋田 大貴さん</p>
|
437
601
|
</li>
|
@@ -442,8 +606,8 @@
|
|
442
606
|
</div>
|
443
607
|
<div class="section" id="release-2-0-9-2012-11-29">
|
444
608
|
<h2>2.0.9リリース - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
445
|
-
<div class="section" id="
|
446
|
-
<h3>改良<a class="headerlink" href="#
|
609
|
+
<div class="section" id="id29">
|
610
|
+
<h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
447
611
|
<ul class="simple">
|
448
612
|
<li><p class="first"><tt class="docutils literal"><span class="pre">geo_distance</span></tt> 関数の近似方法として <tt class="docutils literal"><span class="pre">rectangle</span></tt> を指定したときに境界をまたいでも距離の算出できるようにした。 [#1534]</p>
|
449
613
|
</li>
|
@@ -471,8 +635,8 @@
|
|
471
635
|
</li>
|
472
636
|
</ul>
|
473
637
|
</div>
|
474
|
-
<div class="section" id="
|
475
|
-
<h3>修正<a class="headerlink" href="#
|
638
|
+
<div class="section" id="id30">
|
639
|
+
<h3>修正<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
476
640
|
<ul class="simple">
|
477
641
|
<li><p class="first"><a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTPヘッダー</em></a> にてステータスコードにネットワークバイトオーダーを使用するように修正した。ネットワークプロトコルの慣習に合わせたものですが、これによりgroongaバージョン2.0.8以下のクライアントからgroongaバージョン2.0.9以上のサーバに接続してコマンドの実行に失敗したときにバイトオーダーが異なるため、ステータスコードを正しく表示できなくなります。</p>
|
478
642
|
</li>
|
@@ -494,8 +658,8 @@
|
|
494
658
|
This change not to contain such a metadata as search results.</li>
|
495
659
|
</ul>
|
496
660
|
</div>
|
497
|
-
<div class="section" id="
|
498
|
-
<h3>感謝<a class="headerlink" href="#
|
661
|
+
<div class="section" id="id31">
|
662
|
+
<h3>感謝<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
499
663
|
<ul class="simple">
|
500
664
|
<li><p class="first">嶋田 大貴さん</p>
|
501
665
|
</li>
|
@@ -508,8 +672,8 @@ This change not to contain such a metadata as search results.</li>
|
|
508
672
|
</div>
|
509
673
|
<div class="section" id="release-2-0-8-2012-10-29">
|
510
674
|
<h2>2.0.8リリース - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
511
|
-
<div class="section" id="
|
512
|
-
<h3>改良<a class="headerlink" href="#
|
675
|
+
<div class="section" id="id32">
|
676
|
+
<h3>改良<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
513
677
|
<ul class="simple">
|
514
678
|
<li><p class="first">[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</p>
|
515
679
|
</li>
|
@@ -525,8 +689,8 @@ This change not to contain such a metadata as search results.</li>
|
|
525
689
|
</li>
|
526
690
|
</ul>
|
527
691
|
</div>
|
528
|
-
<div class="section" id="
|
529
|
-
<h3>修正<a class="headerlink" href="#
|
692
|
+
<div class="section" id="id33">
|
693
|
+
<h3>修正<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
530
694
|
<ul class="simple">
|
531
695
|
<li><p class="first">[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</p>
|
532
696
|
</li>
|
@@ -540,8 +704,8 @@ This change not to contain such a metadata as search results.</li>
|
|
540
704
|
</li>
|
541
705
|
</ul>
|
542
706
|
</div>
|
543
|
-
<div class="section" id="
|
544
|
-
<h3>感謝<a class="headerlink" href="#
|
707
|
+
<div class="section" id="id34">
|
708
|
+
<h3>感謝<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
545
709
|
<ul class="simple">
|
546
710
|
<li><p class="first">うえのさん</p>
|
547
711
|
</li>
|
@@ -554,8 +718,8 @@ This change not to contain such a metadata as search results.</li>
|
|
554
718
|
</div>
|
555
719
|
<div class="section" id="release-2-0-7-2012-09-29">
|
556
720
|
<h2>2.0.7リリース - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
557
|
-
<div class="section" id="
|
558
|
-
<h3>改良<a class="headerlink" href="#
|
721
|
+
<div class="section" id="id35">
|
722
|
+
<h3>改良<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
559
723
|
<ul class="simple">
|
560
724
|
<li><p class="first">[doc] <tt class="docutils literal"><span class="pre">--query_flags</span></tt> の説明を追加。</p>
|
561
725
|
</li>
|
@@ -583,8 +747,8 @@ This change not to contain such a metadata as search results.</li>
|
|
583
747
|
</li>
|
584
748
|
</ul>
|
585
749
|
</div>
|
586
|
-
<div class="section" id="
|
587
|
-
<h3>修正<a class="headerlink" href="#
|
750
|
+
<div class="section" id="id36">
|
751
|
+
<h3>修正<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
588
752
|
<ul class="simple">
|
589
753
|
<li><p class="first"><tt class="docutils literal"><span class="pre">load</span></tt> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</p>
|
590
754
|
</li>
|
@@ -602,8 +766,8 @@ This change not to contain such a metadata as search results.</li>
|
|
602
766
|
</li>
|
603
767
|
</ul>
|
604
768
|
</div>
|
605
|
-
<div class="section" id="
|
606
|
-
<h3>感謝<a class="headerlink" href="#
|
769
|
+
<div class="section" id="id37">
|
770
|
+
<h3>感謝<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
607
771
|
<ul class="simple">
|
608
772
|
<li><p class="first">@Kiskeさん</p>
|
609
773
|
</li>
|
@@ -612,8 +776,8 @@ This change not to contain such a metadata as search results.</li>
|
|
612
776
|
</div>
|
613
777
|
<div class="section" id="release-2-0-6-2012-08-29">
|
614
778
|
<h2>2.0.6リリース - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
615
|
-
<div class="section" id="
|
616
|
-
<h3>改良<a class="headerlink" href="#
|
779
|
+
<div class="section" id="id38">
|
780
|
+
<h3>改良<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
617
781
|
<ul class="simple">
|
618
782
|
<li><p class="first">[deb][rpm] <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> メタパッケージを追加。 [#1451]</p>
|
619
783
|
</li>
|
@@ -649,8 +813,8 @@ This change not to contain such a metadata as search results.</li>
|
|
649
813
|
</li>
|
650
814
|
</ul>
|
651
815
|
</div>
|
652
|
-
<div class="section" id="
|
653
|
-
<h3>修正<a class="headerlink" href="#
|
816
|
+
<div class="section" id="id39">
|
817
|
+
<h3>修正<a class="headerlink" href="#id39" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
654
818
|
<ul class="simple">
|
655
819
|
<li><p class="first">[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</p>
|
656
820
|
</li>
|
@@ -669,8 +833,8 @@ This change not to contain such a metadata as search results.</li>
|
|
669
833
|
</li>
|
670
834
|
</ul>
|
671
835
|
</div>
|
672
|
-
<div class="section" id="
|
673
|
-
<h3>感謝<a class="headerlink" href="#
|
836
|
+
<div class="section" id="id40">
|
837
|
+
<h3>感謝<a class="headerlink" href="#id40" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
674
838
|
<ul class="simple">
|
675
839
|
<li><p class="first">岩井さん</p>
|
676
840
|
</li>
|
@@ -681,8 +845,8 @@ This change not to contain such a metadata as search results.</li>
|
|
681
845
|
</div>
|
682
846
|
<div class="section" id="release-2-0-5-2012-07-29">
|
683
847
|
<h2>2.0.5リリース - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
684
|
-
<div class="section" id="
|
685
|
-
<h3>改良<a class="headerlink" href="#
|
848
|
+
<div class="section" id="id41">
|
849
|
+
<h3>改良<a class="headerlink" href="#id41" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
686
850
|
<ul class="simple">
|
687
851
|
<li><p class="first"><tt class="docutils literal"><span class="pre">"rect"</span></tt> もしくは <tt class="docutils literal"><span class="pre">"rectangle"</span></tt> 引数を指定した南半球における距離の計算をサポート。 [#1418] [#1419] [#1420] [#1421]</p>
|
688
852
|
</li>
|
@@ -722,8 +886,8 @@ This change not to contain such a metadata as search results.</li>
|
|
722
886
|
</li>
|
723
887
|
</ul>
|
724
888
|
</div>
|
725
|
-
<div class="section" id="
|
726
|
-
<h3>修正<a class="headerlink" href="#
|
889
|
+
<div class="section" id="id42">
|
890
|
+
<h3>修正<a class="headerlink" href="#id42" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
727
891
|
<ul class="simple">
|
728
892
|
<li><p class="first">groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</p>
|
729
893
|
</li>
|
@@ -745,8 +909,8 @@ This change not to contain such a metadata as search results.</li>
|
|
745
909
|
</li>
|
746
910
|
</ul>
|
747
911
|
</div>
|
748
|
-
<div class="section" id="
|
749
|
-
<h3>感謝<a class="headerlink" href="#
|
912
|
+
<div class="section" id="id43">
|
913
|
+
<h3>感謝<a class="headerlink" href="#id43" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
750
914
|
<ul class="simple">
|
751
915
|
<li><p class="first">島田 浩二さん</p>
|
752
916
|
</li>
|
@@ -757,8 +921,8 @@ This change not to contain such a metadata as search results.</li>
|
|
757
921
|
</div>
|
758
922
|
<div class="section" id="release-2-0-4-2012-06-29">
|
759
923
|
<h2>2.0.4リリース - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
760
|
-
<div class="section" id="
|
761
|
-
<h3>改良<a class="headerlink" href="#
|
924
|
+
<div class="section" id="id44">
|
925
|
+
<h3>改良<a class="headerlink" href="#id44" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
762
926
|
<ul class="simple">
|
763
927
|
<li><p class="first">KyTea 0.4.2のみをサポート。</p>
|
764
928
|
</li>
|
@@ -792,8 +956,8 @@ This change not to contain such a metadata as search results.</li>
|
|
792
956
|
</li>
|
793
957
|
</ul>
|
794
958
|
</div>
|
795
|
-
<div class="section" id="
|
796
|
-
<h3>修正<a class="headerlink" href="#
|
959
|
+
<div class="section" id="id45">
|
960
|
+
<h3>修正<a class="headerlink" href="#id45" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
797
961
|
<ul class="simple">
|
798
962
|
<li><p class="first">Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</p>
|
799
963
|
</li>
|
@@ -803,8 +967,8 @@ This change not to contain such a metadata as search results.</li>
|
|
803
967
|
</li>
|
804
968
|
</ul>
|
805
969
|
</div>
|
806
|
-
<div class="section" id="
|
807
|
-
<h3>感謝<a class="headerlink" href="#
|
970
|
+
<div class="section" id="id46">
|
971
|
+
<h3>感謝<a class="headerlink" href="#id46" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
808
972
|
<ul class="simple">
|
809
973
|
<li><p class="first">@soundkitchenさん</p>
|
810
974
|
</li>
|
@@ -815,8 +979,8 @@ This change not to contain such a metadata as search results.</li>
|
|
815
979
|
</div>
|
816
980
|
<div class="section" id="release-2-0-3-2012-05-29">
|
817
981
|
<h2>2.0.3リリース - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
818
|
-
<div class="section" id="
|
819
|
-
<h3>改良<a class="headerlink" href="#
|
982
|
+
<div class="section" id="id47">
|
983
|
+
<h3>改良<a class="headerlink" href="#id47" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
820
984
|
<ul class="simple">
|
821
985
|
<li><p class="first">[doc] リリース手順を追加。</p>
|
822
986
|
</li>
|
@@ -846,8 +1010,8 @@ This change not to contain such a metadata as search results.</li>
|
|
846
1010
|
</li>
|
847
1011
|
</ul>
|
848
1012
|
</div>
|
849
|
-
<div class="section" id="
|
850
|
-
<h3>修正<a class="headerlink" href="#
|
1013
|
+
<div class="section" id="id48">
|
1014
|
+
<h3>修正<a class="headerlink" href="#id48" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
851
1015
|
<ul class="simple">
|
852
1016
|
<li><p class="first">[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</p>
|
853
1017
|
</li>
|
@@ -863,8 +1027,8 @@ This change not to contain such a metadata as search results.</li>
|
|
863
1027
|
</li>
|
864
1028
|
</ul>
|
865
1029
|
</div>
|
866
|
-
<div class="section" id="
|
867
|
-
<h3>感謝<a class="headerlink" href="#
|
1030
|
+
<div class="section" id="id49">
|
1031
|
+
<h3>感謝<a class="headerlink" href="#id49" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
868
1032
|
<ul class="simple">
|
869
1033
|
<li><p class="first">岩井さん</p>
|
870
1034
|
</li>
|
@@ -887,8 +1051,8 @@ This change not to contain such a metadata as search results.</li>
|
|
887
1051
|
</pre></div>
|
888
1052
|
</div>
|
889
1053
|
</div>
|
890
|
-
<div class="section" id="
|
891
|
-
<h3>改良<a class="headerlink" href="#
|
1054
|
+
<div class="section" id="id50">
|
1055
|
+
<h3>改良<a class="headerlink" href="#id50" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
892
1056
|
<ul class="simple">
|
893
1057
|
<li><p class="first">[pkg-config] 必要のないMessagePackへの依存関係を削除。</p>
|
894
1058
|
</li>
|
@@ -916,8 +1080,8 @@ This change not to contain such a metadata as search results.</li>
|
|
916
1080
|
</li>
|
917
1081
|
</ul>
|
918
1082
|
</div>
|
919
|
-
<div class="section" id="
|
920
|
-
<h3>修正<a class="headerlink" href="#
|
1083
|
+
<div class="section" id="id51">
|
1084
|
+
<h3>修正<a class="headerlink" href="#id51" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
921
1085
|
<ul class="simple">
|
922
1086
|
<li><p class="first">[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さんがパッチ提供]</p>
|
923
1087
|
</li>
|
@@ -939,8 +1103,8 @@ This change not to contain such a metadata as search results.</li>
|
|
939
1103
|
</li>
|
940
1104
|
</ul>
|
941
1105
|
</div>
|
942
|
-
<div class="section" id="
|
943
|
-
<h3>感謝<a class="headerlink" href="#
|
1106
|
+
<div class="section" id="id52">
|
1107
|
+
<h3>感謝<a class="headerlink" href="#id52" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
944
1108
|
<ul class="simple">
|
945
1109
|
<li><p class="first">岩井さん</p>
|
946
1110
|
</li>
|
@@ -953,8 +1117,8 @@ This change not to contain such a metadata as search results.</li>
|
|
953
1117
|
</div>
|
954
1118
|
<div class="section" id="release-2-0-1-2012-03-29">
|
955
1119
|
<h2>2.0.1リリース - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
956
|
-
<div class="section" id="
|
957
|
-
<h3>改良<a class="headerlink" href="#
|
1120
|
+
<div class="section" id="id53">
|
1121
|
+
<h3>改良<a class="headerlink" href="#id53" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
958
1122
|
<ul class="simple">
|
959
1123
|
<li><p class="first">別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</p>
|
960
1124
|
</li>
|
@@ -988,8 +1152,8 @@ This change not to contain such a metadata as search results.</li>
|
|
988
1152
|
</li>
|
989
1153
|
</ul>
|
990
1154
|
</div>
|
991
|
-
<div class="section" id="
|
992
|
-
<h3>修正<a class="headerlink" href="#
|
1155
|
+
<div class="section" id="id54">
|
1156
|
+
<h3>修正<a class="headerlink" href="#id54" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
993
1157
|
<ul class="simple">
|
994
1158
|
<li><p class="first">インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</p>
|
995
1159
|
</li>
|
@@ -1003,8 +1167,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1003
1167
|
</li>
|
1004
1168
|
</ul>
|
1005
1169
|
</div>
|
1006
|
-
<div class="section" id="
|
1007
|
-
<h3>感謝<a class="headerlink" href="#
|
1170
|
+
<div class="section" id="id55">
|
1171
|
+
<h3>感謝<a class="headerlink" href="#id55" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1008
1172
|
<ul class="simple">
|
1009
1173
|
<li><p class="first">かずひこさん</p>
|
1010
1174
|
</li>
|
@@ -1015,8 +1179,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1015
1179
|
</div>
|
1016
1180
|
<div class="section" id="release-2-0-0-2012-02-29">
|
1017
1181
|
<h2>2.0.0リリース - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1018
|
-
<div class="section" id="
|
1019
|
-
<h3>改良<a class="headerlink" href="#
|
1182
|
+
<div class="section" id="id56">
|
1183
|
+
<h3>改良<a class="headerlink" href="#id56" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1020
1184
|
<ul class="simple">
|
1021
1185
|
<li><p class="first">[dat] 長さが0かどうかキーをチェックするようにした。</p>
|
1022
1186
|
</li>
|
@@ -1054,8 +1218,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1054
1218
|
</li>
|
1055
1219
|
</ul>
|
1056
1220
|
</div>
|
1057
|
-
<div class="section" id="
|
1058
|
-
<h3>修正<a class="headerlink" href="#
|
1221
|
+
<div class="section" id="id57">
|
1222
|
+
<h3>修正<a class="headerlink" href="#id57" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1059
1223
|
<ul class="simple">
|
1060
1224
|
<li><p class="first">[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</p>
|
1061
1225
|
</li>
|
@@ -1069,8 +1233,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1069
1233
|
</li>
|
1070
1234
|
</ul>
|
1071
1235
|
</div>
|
1072
|
-
<div class="section" id="
|
1073
|
-
<h3>感謝<a class="headerlink" href="#
|
1236
|
+
<div class="section" id="id58">
|
1237
|
+
<h3>感謝<a class="headerlink" href="#id58" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1074
1238
|
<ul class="simple">
|
1075
1239
|
<li><p class="first">鈴木さん</p>
|
1076
1240
|
</li>
|
@@ -1088,8 +1252,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1088
1252
|
</div>
|
1089
1253
|
<div class="section" id="release-1-3-0-2012-01-29">
|
1090
1254
|
<h2>1.3.0リリース - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
1091
|
-
<div class="section" id="
|
1092
|
-
<h3>改良<a class="headerlink" href="#
|
1255
|
+
<div class="section" id="id59">
|
1256
|
+
<h3>改良<a class="headerlink" href="#id59" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1093
1257
|
<ul class="simple">
|
1094
1258
|
<li><p class="first">GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</p>
|
1095
1259
|
</li>
|
@@ -1141,8 +1305,8 @@ This change not to contain such a metadata as search results.</li>
|
|
1141
1305
|
</li>
|
1142
1306
|
</ul>
|
1143
1307
|
</div>
|
1144
|
-
<div class="section" id="
|
1145
|
-
<h3>感謝<a class="headerlink" href="#
|
1308
|
+
<div class="section" id="id60">
|
1309
|
+
<h3>感謝<a class="headerlink" href="#id60" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
1146
1310
|
<ul class="simple">
|
1147
1311
|
<li><p class="first">montywiさん</p>
|
1148
1312
|
</li>
|
@@ -1265,118 +1429,136 @@ This change not to contain such a metadata as search results.</li>
|
|
1265
1429
|
<h3><a href="index.html">目次</a></h3>
|
1266
1430
|
<ul>
|
1267
1431
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
1268
|
-
<li><a class="reference internal" href="#release-3-0-
|
1432
|
+
<li><a class="reference internal" href="#release-3-0-8-2013-09-29">3.0.8リリース - 2013/09/29</a><ul>
|
1269
1433
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
1270
1434
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
1271
1435
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
1272
1436
|
</ul>
|
1273
1437
|
</li>
|
1274
|
-
<li><a class="reference internal" href="#release-3-0-
|
1438
|
+
<li><a class="reference internal" href="#release-3-0-7-2013-08-29">3.0.7リリース - 2013/08/29</a><ul>
|
1275
1439
|
<li><a class="reference internal" href="#id1">改良</a></li>
|
1276
1440
|
<li><a class="reference internal" href="#id2">修正</a></li>
|
1277
1441
|
<li><a class="reference internal" href="#id3">感謝</a></li>
|
1278
1442
|
</ul>
|
1279
1443
|
</li>
|
1280
|
-
<li><a class="reference internal" href="#release-3-0-
|
1444
|
+
<li><a class="reference internal" href="#release-3-0-6-2013-07-29">3.0.6リリース - 2013/07/29</a><ul>
|
1281
1445
|
<li><a class="reference internal" href="#id4">改良</a></li>
|
1446
|
+
<li><a class="reference internal" href="#id5">修正</a></li>
|
1447
|
+
<li><a class="reference internal" href="#id6">感謝</a></li>
|
1282
1448
|
</ul>
|
1283
1449
|
</li>
|
1284
|
-
<li><a class="reference internal" href="#release-3-0-
|
1285
|
-
<li><a class="reference internal" href="#
|
1286
|
-
<li><a class="reference internal" href="#
|
1287
|
-
<li><a class="reference internal" href="#
|
1288
|
-
</ul>
|
1289
|
-
</li>
|
1290
|
-
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">3.0.1リリース - 2013/02/28</a><ul>
|
1291
|
-
<li><a class="reference internal" href="#id8">改良</a></li>
|
1292
|
-
<li><a class="reference internal" href="#id9">修正</a></li>
|
1293
|
-
<li><a class="reference internal" href="#id10">感謝</a></li>
|
1450
|
+
<li><a class="reference internal" href="#release-3-0-5-2013-06-29">3.0.5リリース - 2013/06/29</a><ul>
|
1451
|
+
<li><a class="reference internal" href="#id7">改良</a></li>
|
1452
|
+
<li><a class="reference internal" href="#id8">修正</a></li>
|
1453
|
+
<li><a class="reference internal" href="#id9">感謝</a></li>
|
1294
1454
|
</ul>
|
1295
1455
|
</li>
|
1296
|
-
<li><a class="reference internal" href="#release-3-0-
|
1456
|
+
<li><a class="reference internal" href="#release-3-0-4-2013-05-29">3.0.4リリース - 2013/05/29</a><ul>
|
1457
|
+
<li><a class="reference internal" href="#id10">改良</a></li>
|
1297
1458
|
<li><a class="reference internal" href="#id11">修正</a></li>
|
1298
1459
|
<li><a class="reference internal" href="#id12">感謝</a></li>
|
1299
1460
|
</ul>
|
1300
1461
|
</li>
|
1301
|
-
<li><a class="reference internal" href="#release-
|
1462
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">3.0.3リリース - 2013/04/29</a><ul>
|
1302
1463
|
<li><a class="reference internal" href="#id13">改良</a></li>
|
1303
|
-
<li><a class="reference internal" href="#id14">修正</a></li>
|
1304
|
-
<li><a class="reference internal" href="#id15">感謝</a></li>
|
1305
1464
|
</ul>
|
1306
1465
|
</li>
|
1307
|
-
<li><a class="reference internal" href="#release-
|
1308
|
-
<li><a class="reference internal" href="#
|
1466
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">3.0.2リリース - 2013/03/29</a><ul>
|
1467
|
+
<li><a class="reference internal" href="#id14">改良</a></li>
|
1468
|
+
<li><a class="reference internal" href="#id15">修正</a></li>
|
1469
|
+
<li><a class="reference internal" href="#id16">感謝</a></li>
|
1309
1470
|
</ul>
|
1310
1471
|
</li>
|
1311
|
-
<li><a class="reference internal" href="#release-
|
1472
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">3.0.1リリース - 2013/02/28</a><ul>
|
1312
1473
|
<li><a class="reference internal" href="#id17">改良</a></li>
|
1313
1474
|
<li><a class="reference internal" href="#id18">修正</a></li>
|
1314
1475
|
<li><a class="reference internal" href="#id19">感謝</a></li>
|
1315
1476
|
</ul>
|
1316
1477
|
</li>
|
1317
|
-
<li><a class="reference internal" href="#release-
|
1318
|
-
<li><a class="reference internal" href="#id20"
|
1319
|
-
<li><a class="reference internal" href="#id21"
|
1320
|
-
<li><a class="reference internal" href="#id22">感謝</a></li>
|
1478
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">3.0.0リリース - 2013/02/09</a><ul>
|
1479
|
+
<li><a class="reference internal" href="#id20">修正</a></li>
|
1480
|
+
<li><a class="reference internal" href="#id21">感謝</a></li>
|
1321
1481
|
</ul>
|
1322
1482
|
</li>
|
1323
|
-
<li><a class="reference internal" href="#release-2-
|
1324
|
-
<li><a class="reference internal" href="#
|
1325
|
-
<li><a class="reference internal" href="#
|
1326
|
-
<li><a class="reference internal" href="#
|
1483
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">2.1.2リリース - 2013/01/29</a><ul>
|
1484
|
+
<li><a class="reference internal" href="#id22">改良</a></li>
|
1485
|
+
<li><a class="reference internal" href="#id23">修正</a></li>
|
1486
|
+
<li><a class="reference internal" href="#id24">感謝</a></li>
|
1327
1487
|
</ul>
|
1328
1488
|
</li>
|
1329
|
-
<li><a class="reference internal" href="#release-2-
|
1489
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">2.1.1リリース - 2012/12/29</a><ul>
|
1490
|
+
<li><a class="reference internal" href="#id25">修正</a></li>
|
1491
|
+
</ul>
|
1492
|
+
</li>
|
1493
|
+
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">2.1.0リリース - 2012/12/29</a><ul>
|
1330
1494
|
<li><a class="reference internal" href="#id26">改良</a></li>
|
1331
1495
|
<li><a class="reference internal" href="#id27">修正</a></li>
|
1332
1496
|
<li><a class="reference internal" href="#id28">感謝</a></li>
|
1333
1497
|
</ul>
|
1334
1498
|
</li>
|
1335
|
-
<li><a class="reference internal" href="#release-2-0-
|
1499
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">2.0.9リリース - 2012/11/29</a><ul>
|
1336
1500
|
<li><a class="reference internal" href="#id29">改良</a></li>
|
1337
1501
|
<li><a class="reference internal" href="#id30">修正</a></li>
|
1338
1502
|
<li><a class="reference internal" href="#id31">感謝</a></li>
|
1339
1503
|
</ul>
|
1340
1504
|
</li>
|
1341
|
-
<li><a class="reference internal" href="#release-2-0-
|
1505
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">2.0.8リリース - 2012/10/29</a><ul>
|
1342
1506
|
<li><a class="reference internal" href="#id32">改良</a></li>
|
1343
1507
|
<li><a class="reference internal" href="#id33">修正</a></li>
|
1344
1508
|
<li><a class="reference internal" href="#id34">感謝</a></li>
|
1345
1509
|
</ul>
|
1346
1510
|
</li>
|
1347
|
-
<li><a class="reference internal" href="#release-2-0-
|
1511
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">2.0.7リリース - 2012/09/29</a><ul>
|
1348
1512
|
<li><a class="reference internal" href="#id35">改良</a></li>
|
1349
1513
|
<li><a class="reference internal" href="#id36">修正</a></li>
|
1350
1514
|
<li><a class="reference internal" href="#id37">感謝</a></li>
|
1351
1515
|
</ul>
|
1352
1516
|
</li>
|
1353
|
-
<li><a class="reference internal" href="#release-2-0-
|
1517
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">2.0.6リリース - 2012/08/29</a><ul>
|
1354
1518
|
<li><a class="reference internal" href="#id38">改良</a></li>
|
1355
1519
|
<li><a class="reference internal" href="#id39">修正</a></li>
|
1356
1520
|
<li><a class="reference internal" href="#id40">感謝</a></li>
|
1357
1521
|
</ul>
|
1358
1522
|
</li>
|
1359
|
-
<li><a class="reference internal" href="#release-2-0-
|
1523
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">2.0.5リリース - 2012/07/29</a><ul>
|
1360
1524
|
<li><a class="reference internal" href="#id41">改良</a></li>
|
1361
1525
|
<li><a class="reference internal" href="#id42">修正</a></li>
|
1362
1526
|
<li><a class="reference internal" href="#id43">感謝</a></li>
|
1363
1527
|
</ul>
|
1364
1528
|
</li>
|
1365
|
-
<li><a class="reference internal" href="#release-2-0-
|
1529
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">2.0.4リリース - 2012/06/29</a><ul>
|
1366
1530
|
<li><a class="reference internal" href="#id44">改良</a></li>
|
1367
1531
|
<li><a class="reference internal" href="#id45">修正</a></li>
|
1368
1532
|
<li><a class="reference internal" href="#id46">感謝</a></li>
|
1369
1533
|
</ul>
|
1370
1534
|
</li>
|
1371
|
-
<li><a class="reference internal" href="#release-2-0-
|
1535
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">2.0.3リリース - 2012/05/29</a><ul>
|
1372
1536
|
<li><a class="reference internal" href="#id47">改良</a></li>
|
1373
1537
|
<li><a class="reference internal" href="#id48">修正</a></li>
|
1374
1538
|
<li><a class="reference internal" href="#id49">感謝</a></li>
|
1375
1539
|
</ul>
|
1376
1540
|
</li>
|
1377
|
-
<li><a class="reference internal" href="#release-
|
1541
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">2.0.2リリース - 2012/04/29</a><ul>
|
1378
1542
|
<li><a class="reference internal" href="#id50">改良</a></li>
|
1379
|
-
<li><a class="reference internal" href="#id51"
|
1543
|
+
<li><a class="reference internal" href="#id51">修正</a></li>
|
1544
|
+
<li><a class="reference internal" href="#id52">感謝</a></li>
|
1545
|
+
</ul>
|
1546
|
+
</li>
|
1547
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">2.0.1リリース - 2012/03/29</a><ul>
|
1548
|
+
<li><a class="reference internal" href="#id53">改良</a></li>
|
1549
|
+
<li><a class="reference internal" href="#id54">修正</a></li>
|
1550
|
+
<li><a class="reference internal" href="#id55">感謝</a></li>
|
1551
|
+
</ul>
|
1552
|
+
</li>
|
1553
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">2.0.0リリース - 2012/02/29</a><ul>
|
1554
|
+
<li><a class="reference internal" href="#id56">改良</a></li>
|
1555
|
+
<li><a class="reference internal" href="#id57">修正</a></li>
|
1556
|
+
<li><a class="reference internal" href="#id58">感謝</a></li>
|
1557
|
+
</ul>
|
1558
|
+
</li>
|
1559
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">1.3.0リリース - 2012/01/29</a><ul>
|
1560
|
+
<li><a class="reference internal" href="#id59">改良</a></li>
|
1561
|
+
<li><a class="reference internal" href="#id60">感謝</a></li>
|
1380
1562
|
</ul>
|
1381
1563
|
</li>
|
1382
1564
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1389,7 +1571,7 @@ This change not to contain such a metadata as search results.</li>
|
|
1389
1571
|
<h3>このページ</h3>
|
1390
1572
|
<ul class="this-page-menu">
|
1391
1573
|
<li><a href="_sources/news.txt"
|
1392
|
-
rel="nofollow"
|
1574
|
+
rel="nofollow">ソースコードを表示(英語)</a></li>
|
1393
1575
|
</ul>
|
1394
1576
|
<div id="searchbox" style="display: none">
|
1395
1577
|
<h3>クイック検索</h3>
|
@@ -1414,7 +1596,7 @@ This change not to contain such a metadata as search results.</li>
|
|
1414
1596
|
<li class="right" style="margin-right: 10px">
|
1415
1597
|
<a href="genindex.html" title="総合索引"
|
1416
1598
|
>索引</a></li>
|
1417
|
-
<li><a href="index.html">groonga v3.0.
|
1599
|
+
<li><a href="index.html">groonga v3.0.8ドキュメント</a> »</li>
|
1418
1600
|
</ul>
|
1419
1601
|
</div>
|
1420
1602
|
<div class="footer">
|