rroonga 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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.8. Others — groonga v3.0.
|
10
|
+
<title>2.8. Others — groonga v3.0.8 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="3. Community" href="../community.html" />
|
31
31
|
<link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -137,9 +137,9 @@ them before installing groonga.</p>
|
|
137
137
|
<h2>2.8.2. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
138
138
|
<p>Groonga uses GNU build system. So the following is the simplest build
|
139
139
|
steps:</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
|
@@ -381,7 +381,7 @@ option. If you have 4 cores CPU, it's good for using <tt class="docutils literal
|
|
381
381
|
<li class="right" >
|
382
382
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
383
383
|
>previous</a> |</li>
|
384
|
-
<li><a href="../index.html">groonga v3.0.
|
384
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
385
385
|
<li><a href="../install.html" >2. Install</a> »</li>
|
386
386
|
</ul>
|
387
387
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.8. Others" href="others.html" />
|
31
31
|
<link rel="prev" title="2.6. Fedora" href="fedora.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="fedora.html" title="2.6. Fedora"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -81,9 +81,9 @@ Solaris.</p>
|
|
81
81
|
</pre></div>
|
82
82
|
</div>
|
83
83
|
<p>Download source:</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>Configure with <tt class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></tt> variables. They are
|
@@ -158,7 +158,7 @@ options):</p>
|
|
158
158
|
<li class="right" >
|
159
159
|
<a href="fedora.html" title="2.6. Fedora"
|
160
160
|
>previous</a> |</li>
|
161
|
-
<li><a href="../index.html">groonga v3.0.
|
161
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
162
162
|
<li><a href="../install.html" >2. Install</a> »</li>
|
163
163
|
</ul>
|
164
164
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
31
31
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -271,9 +271,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
271
271
|
</pre></div>
|
272
272
|
</div>
|
273
273
|
<p>Download source:</p>
|
274
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
275
|
-
% tar xvzf groonga-3.0.
|
276
|
-
% cd groonga-3.0.
|
274
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.8.tar.gz
|
275
|
+
% tar xvzf groonga-3.0.8.tar.gz
|
276
|
+
% cd groonga-3.0.8
|
277
277
|
</pre></div>
|
278
278
|
</div>
|
279
279
|
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
|
@@ -349,7 +349,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
349
349
|
<li class="right" >
|
350
350
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
351
351
|
>previous</a> |</li>
|
352
|
-
<li><a href="../index.html">groonga v3.0.
|
352
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
353
353
|
<li><a href="../install.html" >2. Install</a> »</li>
|
354
354
|
</ul>
|
355
355
|
</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 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.8 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
31
31
|
<link rel="prev" title="2. Install" href="../install.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../install.html" title="2. Install"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -84,13 +84,13 @@ size data.</p>
|
|
84
84
|
<p>For 32-bit environment, download x86 executable binary from packages.groonga.org.</p>
|
85
85
|
<p>You can download such a binary by command line operation.</p>
|
86
86
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 executable binary by default browser:</p>
|
87
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
87
|
+
<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
|
88
88
|
</pre></div>
|
89
89
|
</div>
|
90
90
|
<p>Then run it.</p>
|
91
91
|
<p>For 64-bit environment, download x64 executable binary from packages.groonga.org.</p>
|
92
92
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 executable binary by default browser:</p>
|
93
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
93
|
+
<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
|
94
94
|
</pre></div>
|
95
95
|
</div>
|
96
96
|
<p>Then run it.</p>
|
@@ -101,13 +101,13 @@ size data.</p>
|
|
101
101
|
<p>For 32-bit environment, download x86 zip archive from packages.groonga.org.</p>
|
102
102
|
<p>You can download such a binary by command line operation.</p>
|
103
103
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 zip archive by default browser:</p>
|
104
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
104
|
+
<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
|
105
105
|
</pre></div>
|
106
106
|
</div>
|
107
107
|
<p>Then extract it.</p>
|
108
108
|
<p>For 64-bit environment, download x64 zip archive from packages.groonga.org.</p>
|
109
109
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 zip archive by default browser:</p>
|
110
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
110
|
+
<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
|
111
111
|
</pre></div>
|
112
112
|
</div>
|
113
113
|
<p>Then extract it.</p>
|
@@ -128,26 +128,26 @@ Windows. Here are required tools:</p>
|
|
128
128
|
<p>Start <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">Command</span> <span class="pre">Prompt</span> <span class="pre">(2010)</span></tt> installed by Microsoft
|
129
129
|
Visual Studio 2010 Express and download it by default browser:</p>
|
130
130
|
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads
|
131
|
-
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.
|
131
|
+
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.8.zip
|
132
132
|
</pre></div>
|
133
133
|
</div>
|
134
134
|
<p>Then extract it.</p>
|
135
135
|
<p>Move to the groonga's source folder:</p>
|
136
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.
|
136
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.8
|
137
137
|
</pre></div>
|
138
138
|
</div>
|
139
139
|
<p>Configure by <tt class="docutils literal"><span class="pre">cmake</span></tt>. The following commnad line is for 64-bit
|
140
140
|
version. To build 32-bit version, use <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>
|
141
141
|
parameter instead:</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 . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
143
143
|
</pre></div>
|
144
144
|
</div>
|
145
145
|
<p>Build:</p>
|
146
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
146
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.8> cmake --build . --config Release
|
147
147
|
</pre></div>
|
148
148
|
</div>
|
149
149
|
<p>Install:</p>
|
150
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
150
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.8> cmake --build . --config Release --target Install
|
151
151
|
</pre></div>
|
152
152
|
</div>
|
153
153
|
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is found in
|
@@ -211,7 +211,7 @@ parameter instead:</p>
|
|
211
211
|
<li class="right" >
|
212
212
|
<a href="../install.html" title="2. Install"
|
213
213
|
>previous</a> |</li>
|
214
|
-
<li><a href="../index.html">groonga v3.0.
|
214
|
+
<li><a href="../index.html">groonga v3.0.8 documentation</a> »</li>
|
215
215
|
<li><a href="../install.html" >2. Install</a> »</li>
|
216
216
|
</ul>
|
217
217
|
</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. Limitations — groonga v3.0.
|
10
|
+
<title>10. Limitations — groonga v3.0.8 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.8 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="9.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">groonga v3.0.
|
62
|
+
<li><a href="index.html">groonga v3.0.8 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -90,6 +90,13 @@
|
|
90
90
|
</ul>
|
91
91
|
<p>Keep in mind that these limitations may vary depending on conditions.</p>
|
92
92
|
</div>
|
93
|
+
<div class="section" id="limitations-of-column">
|
94
|
+
<h2>10.3. Limitations of column<a class="headerlink" href="#limitations-of-column" title="Permalink to this headline">¶</a></h2>
|
95
|
+
<p>A column has the following limitation.</p>
|
96
|
+
<ul class="simple">
|
97
|
+
<li>The maximum stored data size of each column: 256GiB</li>
|
98
|
+
</ul>
|
99
|
+
</div>
|
93
100
|
</div>
|
94
101
|
|
95
102
|
|
@@ -103,6 +110,7 @@
|
|
103
110
|
<li><a class="reference internal" href="#">10. Limitations</a><ul>
|
104
111
|
<li><a class="reference internal" href="#limitations-of-table">10.1. Limitations of table</a></li>
|
105
112
|
<li><a class="reference internal" href="#limitations-of-indexing">10.2. Limitations of indexing</a></li>
|
113
|
+
<li><a class="reference internal" href="#limitations-of-column">10.3. Limitations of column</a></li>
|
106
114
|
</ul>
|
107
115
|
</li>
|
108
116
|
</ul>
|
@@ -147,7 +155,7 @@
|
|
147
155
|
<li class="right" >
|
148
156
|
<a href="spec/search.html" title="9.2. 検索"
|
149
157
|
>previous</a> |</li>
|
150
|
-
<li><a href="index.html">groonga v3.0.
|
158
|
+
<li><a href="index.html">groonga v3.0.8 documentation</a> »</li>
|
151
159
|
</ul>
|
152
160
|
</div>
|
153
161
|
<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>News — groonga v3.0.
|
10
|
+
<title>News — groonga v3.0.8 documentation</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
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.8 documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body>
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">groonga v3.0.
|
54
|
+
<li><a href="index.html">groonga v3.0.8 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,12 +62,150 @@
|
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-3-0-
|
66
|
-
<span id="release-3-0-
|
65
|
+
<div class="section" id="release-3-0-8-2013-09-29">
|
66
|
+
<span id="release-3-0-8"></span><h2>Release 3.0.8 - 2013/09/29<a class="headerlink" href="#release-3-0-8-2013-09-29" title="Permalink to this headline">¶</a></h2>
|
67
67
|
<div class="section" id="improvements">
|
68
68
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
69
|
<ul class="simple">
|
70
|
-
<li>[
|
70
|
+
<li>[admin] Improved error handling of select functionality. This change shows error message
|
71
|
+
and hides loading dialog. [Patch by orangain]</li>
|
72
|
+
<li>[admin] Improved to submit search form with the enter key. [Patch by orangain]</li>
|
73
|
+
<li>[admin] Improved to show placeholder in search form.
|
74
|
+
This change shows usage examples. [Patch by orangain]</li>
|
75
|
+
<li>[httpd] Supported <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-query-log-path"><em>groonga_query_log_path</em></a> directive</li>
|
76
|
+
<li>[doc] Updated <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> documentation about the number of
|
77
|
+
hits in select response.</li>
|
78
|
+
<li>Improved to ignore an empty token which is generated by continuous spaces from tokenizer.
|
79
|
+
[groonga-dev,01729] [Suggested by Naoya Murakami]</li>
|
80
|
+
<li>[token delimit] Improved to treat continuous spaces as a space.
|
81
|
+
The tokenizer regards 2 or more spaces are valid input.</li>
|
82
|
+
<li>[doc] Added note about indexes for each column vs indexes for multiple column.</li>
|
83
|
+
<li>[doc] Added language annotation to source label. [groonga-dev,01751] [Suggested by Kazuhiro Isobe]</li>
|
84
|
+
<li>Supported <a class="reference internal" href="reference/commands/delete.html#cascade-delete"><em>Cascade delete</em></a> to referenced records. In previous version,
|
85
|
+
You got an error for the operation.</li>
|
86
|
+
<li>[doc] Updated documentation location in README. [groonga-dev,01800] [Reported by Kazuhiro Isobe]</li>
|
87
|
+
<li>[experimental] Added <a class="reference internal" href="reference/commands/ruby_eval.html"><em>ruby_eval</em></a> command.</li>
|
88
|
+
<li>[doc] Added note about GQTP and HTTP for server use. [groonga-dev,01810] [Reported by Kazuhiro Isobe]</li>
|
89
|
+
</ul>
|
90
|
+
</div>
|
91
|
+
<div class="section" id="fixes">
|
92
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
93
|
+
<ul class="simple">
|
94
|
+
<li>[admin] Fixed a bug that add value button of COLUMN_VECTOR does not work.</li>
|
95
|
+
</ul>
|
96
|
+
</div>
|
97
|
+
<div class="section" id="thanks">
|
98
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
99
|
+
<ul class="simple">
|
100
|
+
<li>orangain</li>
|
101
|
+
<li>Naoya Murakami</li>
|
102
|
+
<li>Kazuhiro Isobe</li>
|
103
|
+
</ul>
|
104
|
+
</div>
|
105
|
+
</div>
|
106
|
+
<div class="section" id="release-3-0-7-2013-08-29">
|
107
|
+
<span id="release-3-0-7"></span><h2>Release 3.0.7 - 2013/08/29<a class="headerlink" href="#release-3-0-7-2013-08-29" title="Permalink to this headline">¶</a></h2>
|
108
|
+
<div class="section" id="id1">
|
109
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
110
|
+
<ul class="simple">
|
111
|
+
<li>[doc] Added API documentation. [groonga-dev,01593]
|
112
|
+
[GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]
|
113
|
+
[Patch by whombx]</li>
|
114
|
+
<li>[table_remove] Improved not to remove patricia trie table or hash table
|
115
|
+
which is still referenced. This change avoids that referenced table is removed accidentally.</li>
|
116
|
+
<li>Improved to just ignore too long token (4096 bytes or more).
|
117
|
+
This change affects when it is registered. In the previous version, it is treated as an
|
118
|
+
error instead of a warning. [groonga-dev,01571] [Suggested by Naoya Murakami]</li>
|
119
|
+
<li>Improved to show actual discarded posting term in log message.
|
120
|
+
[groonga-dev,01621] [Reported by Naoya Murakami]</li>
|
121
|
+
<li>[httpd] Supported loading data using POST method. [GitHub#101]
|
122
|
+
[Patch by Motoi Washida]</li>
|
123
|
+
<li>[httpd] Supported groonga log as <tt class="docutils literal"><span class="pre">groonga_log_path</span></tt> directive.</li>
|
124
|
+
<li>[httpd] Supported groonga log level as <tt class="docutils literal"><span class="pre">groonga_log_level</span></tt> directive.</li>
|
125
|
+
<li>[httpd] Supported customizing cache limit as <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> directive.</li>
|
126
|
+
</ul>
|
127
|
+
</div>
|
128
|
+
<div class="section" id="id2">
|
129
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
130
|
+
<ul class="simple">
|
131
|
+
<li>Fixed a bug that error in expression may cause stack overflow.
|
132
|
+
This change avoids that groonga crashes suddenly as a result of error accumlation.</li>
|
133
|
+
<li>Fixed a crash bug that offline index construction for vector column which has
|
134
|
+
orphan reference causes.</li>
|
135
|
+
<li>Fixed a bug that groonga doesn't exit on error while daemon mode starts.
|
136
|
+
For example, <tt class="docutils literal"><span class="pre">groonga</span> <span class="pre">-d</span> <span class="pre">/tmp/non-existence.db</span></tt> reproduce this bug.</li>
|
137
|
+
<li>[dump] Fixed a bug that wrong table type is dumped.
|
138
|
+
This bug occurs when table type is TABLE_PAT_KEY and key is reference type.</li>
|
139
|
+
<li>Fixed a bug that the default <tt class="docutils literal"><span class="pre">--cache-limit</span></tt> value is 0.
|
140
|
+
The default value is changed to '100'.</li>
|
141
|
+
<li>Fixed a memory leak when <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a> is used.</li>
|
142
|
+
<li>[doc] Fixed description of defrag command. [Reported by @naoina]</li>
|
143
|
+
<li>[doc] Fixed description about the way to contribute. [GitHub#77]
|
144
|
+
[Patch by Masafumi Yokoyama]</li>
|
145
|
+
<li>[plugin] Fixed a crash bug on multiple DB open case.
|
146
|
+
This bug affects the case that multiple plugin is used and the same database is opened from
|
147
|
+
multiple process. [groonga-dev,01596] [Reported by Naoya Murakami]</li>
|
148
|
+
<li>Fixed a bug that nested match operation after <tt class="docutils literal"><span class="pre">AND</span></tt> operator doesn't work.
|
149
|
+
The <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> query reproduces this bug.
|
150
|
+
[groonga-dev,01599] [Reported by Motoi Washida]</li>
|
151
|
+
<li>[doc] Fixed a typo about documentation of special characters.
|
152
|
+
[Reported by Genki Takiuchi]</li>
|
153
|
+
<li>Fixed a typo in error message when invalid character is given.
|
154
|
+
[Reported by YOSHIDA Mitsuo]</li>
|
155
|
+
</ul>
|
156
|
+
</div>
|
157
|
+
<div class="section" id="id3">
|
158
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
159
|
+
<ul class="simple">
|
160
|
+
<li>whombx</li>
|
161
|
+
<li>@naoina</li>
|
162
|
+
<li>Masafumi Yokoyama</li>
|
163
|
+
<li>Motoi Washida</li>
|
164
|
+
<li>Genki Takiuchi</li>
|
165
|
+
<li>YOSHIDA Mitsuo</li>
|
166
|
+
</ul>
|
167
|
+
</div>
|
168
|
+
</div>
|
169
|
+
<div class="section" id="release-3-0-6-2013-07-29">
|
170
|
+
<span id="release-3-0-6"></span><h2>Release 3.0.6 - 2013/07/29<a class="headerlink" href="#release-3-0-6-2013-07-29" title="Permalink to this headline">¶</a></h2>
|
171
|
+
<div class="section" id="id4">
|
172
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
173
|
+
<ul class="simple">
|
174
|
+
<li>[doc] Added documentation about parameter of <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a>
|
175
|
+
function.</li>
|
176
|
+
<li>[suggest] Supported 0MQ 3.x. [GitHub#63] [Reported by Naoya Inada]</li>
|
177
|
+
<li>Added availability check for NetBSD about <tt class="docutils literal"><span class="pre">pthread_{mutex,cond}attr_setpshared()</span></tt>
|
178
|
+
[Reported by OBATA Akio]</li>
|
179
|
+
<li>Supported backslash escape in query syntax. [groonga-dev,01520]
|
180
|
+
[Reported by Kouhei Tanabe]</li>
|
181
|
+
<li>[rpm][fedora] Supported Fedora 19.</li>
|
182
|
+
<li>[rpm][fedora] Dropped Fedora 18 support.</li>
|
183
|
+
<li>[httpd] Updated bundled nginx version to 1.4.2.</li>
|
184
|
+
</ul>
|
185
|
+
</div>
|
186
|
+
<div class="section" id="id5">
|
187
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
188
|
+
<ul class="simple">
|
189
|
+
<li>Fixed a crash bug when specific internal function (<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) is called
|
190
|
+
for built-in proc function such as <tt class="docutils literal"><span class="pre">select</span></tt>. [Reported by Genki Takiuchi]</li>
|
191
|
+
</ul>
|
192
|
+
</div>
|
193
|
+
<div class="section" id="id6">
|
194
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
195
|
+
<ul class="simple">
|
196
|
+
<li>Naoya Inada</li>
|
197
|
+
<li>OBATA Akio</li>
|
198
|
+
<li>Kouhei Tanabe</li>
|
199
|
+
<li>Genki Takiuchi</li>
|
200
|
+
</ul>
|
201
|
+
</div>
|
202
|
+
</div>
|
203
|
+
<div class="section" id="release-3-0-5-2013-06-29">
|
204
|
+
<span id="release-3-0-5"></span><h2>Release 3.0.5 - 2013/06/29<a class="headerlink" href="#release-3-0-5-2013-06-29" title="Permalink to this headline">¶</a></h2>
|
205
|
+
<div class="section" id="id7">
|
206
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
207
|
+
<ul class="simple">
|
208
|
+
<li>[doc] Added summary about <tt class="docutils literal"><span class="pre">match_columns</span></tt> and <tt class="docutils literal"><span class="pre">query_string</span></tt> parameters in <tt class="docutils literal"><span class="pre">query()</span></tt>.</li>
|
71
209
|
<li>Added subrecord information to table inspection.</li>
|
72
210
|
<li>Supported single quoted string literal in <tt class="docutils literal"><span class="pre">output_columns</span></tt> expression.
|
73
211
|
This means that "XXX, '...'" expression is supported.</li>
|
@@ -76,8 +214,8 @@ when starting groonga server. [Reported by Kosuke Asami]</li>
|
|
76
214
|
<li>[experimental] Added <a class="reference internal" href="reference/functions/html_untag.html"><em>html_untag</em></a> function.</li>
|
77
215
|
</ul>
|
78
216
|
</div>
|
79
|
-
<div class="section" id="
|
80
|
-
<h3>Fixes<a class="headerlink" href="#
|
217
|
+
<div class="section" id="id8">
|
218
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
81
219
|
<ul class="simple">
|
82
220
|
<li>Fixed a crash bug of mroonga which is caused by missing lock for table creation.
|
83
221
|
[Reported by Y.Kentaro]</li>
|
@@ -95,8 +233,8 @@ This bug affects the case if you assign calculated value to
|
|
95
233
|
<tt class="docutils literal"><span class="pre">_score</span></tt> pseudo column for example.</li>
|
96
234
|
</ul>
|
97
235
|
</div>
|
98
|
-
<div class="section" id="
|
99
|
-
<h3>Thanks<a class="headerlink" href="#
|
236
|
+
<div class="section" id="id9">
|
237
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
100
238
|
<ul class="simple">
|
101
239
|
<li>Y.Kentaro</li>
|
102
240
|
<li>Kosuke Asami</li>
|
@@ -106,8 +244,8 @@ This bug affects the case if you assign calculated value to
|
|
106
244
|
</div>
|
107
245
|
<div class="section" id="release-3-0-4-2013-05-29">
|
108
246
|
<span id="release-3-0-4"></span><h2>Release 3.0.4 - 2013/05/29<a class="headerlink" href="#release-3-0-4-2013-05-29" title="Permalink to this headline">¶</a></h2>
|
109
|
-
<div class="section" id="
|
110
|
-
<h3>Improvements<a class="headerlink" href="#
|
247
|
+
<div class="section" id="id10">
|
248
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
111
249
|
<ul class="simple">
|
112
250
|
<li>[tokenizer] Improved to show log message when normalized string is not given.</li>
|
113
251
|
<li>Supported <tt class="docutils literal"><span class="pre">_key</span></tt> as an argument of <tt class="docutils literal"><span class="pre">geo_in_circle</span></tt>. [Reported by @ceekz]</li>
|
@@ -130,8 +268,8 @@ It supports to exclude specific tables from monitoring results.</li>
|
|
130
268
|
system plugins.</li>
|
131
269
|
</ul>
|
132
270
|
</div>
|
133
|
-
<div class="section" id="
|
134
|
-
<h3>Fixes<a class="headerlink" href="#
|
271
|
+
<div class="section" id="id11">
|
272
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
135
273
|
<ul class="simple">
|
136
274
|
<li>[tokenizer] Fixed a memory leak on error.</li>
|
137
275
|
<li>Fixed a bug that empty string for similar search causes SEGV.
|
@@ -146,8 +284,8 @@ expressions are used.</li>
|
|
146
284
|
<li>[deb] Fixed a bug that HTTP/GQTP process is excuted as root user.</li>
|
147
285
|
</ul>
|
148
286
|
</div>
|
149
|
-
<div class="section" id="
|
150
|
-
<h3>Thanks<a class="headerlink" href="#
|
287
|
+
<div class="section" id="id12">
|
288
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
151
289
|
<ul class="simple">
|
152
290
|
<li>@ceekz</li>
|
153
291
|
<li>Nakai Kanako</li>
|
@@ -160,8 +298,8 @@ expressions are used.</li>
|
|
160
298
|
</div>
|
161
299
|
<div class="section" id="release-3-0-3-2013-04-29">
|
162
300
|
<span id="release-3-0-3"></span><h2>Release 3.0.3 - 2013/04/29<a class="headerlink" href="#release-3-0-3-2013-04-29" title="Permalink to this headline">¶</a></h2>
|
163
|
-
<div class="section" id="
|
164
|
-
<h3>Improvements<a class="headerlink" href="#
|
301
|
+
<div class="section" id="id13">
|
302
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
165
303
|
<ul class="simple">
|
166
304
|
<li>[suggest] Supported to learn with the value of customized weight
|
167
305
|
by using <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> configuration.</li>
|
@@ -179,8 +317,8 @@ for building customized groonga without changing spec file.</li>
|
|
179
317
|
</div>
|
180
318
|
<div class="section" id="release-3-0-2-2013-03-29">
|
181
319
|
<span id="release-3-0-2"></span><h2>Release 3.0.2 - 2013/03/29<a class="headerlink" href="#release-3-0-2-2013-03-29" title="Permalink to this headline">¶</a></h2>
|
182
|
-
<div class="section" id="
|
183
|
-
<h3>Improvements<a class="headerlink" href="#
|
320
|
+
<div class="section" id="id14">
|
321
|
+
<h3>Improvements<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
184
322
|
<ul class="simple">
|
185
323
|
<li>Supported two or more indexes for a table key.
|
186
324
|
This change affects to eliminate potential crash case when loading a new key
|
@@ -204,8 +342,8 @@ This change supports the query such as
|
|
204
342
|
<tt class="docutils literal"><span class="pre">--query_expansion</span></tt> is regarded as deprecated.</li>
|
205
343
|
</ul>
|
206
344
|
</div>
|
207
|
-
<div class="section" id="
|
208
|
-
<h3>Fixes<a class="headerlink" href="#
|
345
|
+
<div class="section" id="id15">
|
346
|
+
<h3>Fixes<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
209
347
|
<ul class="simple">
|
210
348
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">snippet_html(XXX),</span> <span class="pre">XXX</span></tt> fails with "stack error".
|
211
349
|
This bug affects a query such as <tt class="docutils literal"><span class="pre">--output_columns</span> <span class="pre">'snippet_html(title),</span> <span class="pre">content'</span></tt>.
|
@@ -221,8 +359,8 @@ Reference key size is 25 byte or lager.</li>
|
|
221
359
|
This affects the case if GARBAGE does not exist.</li>
|
222
360
|
</ul>
|
223
361
|
</div>
|
224
|
-
<div class="section" id="
|
225
|
-
<h3>Thanks<a class="headerlink" href="#
|
362
|
+
<div class="section" id="id16">
|
363
|
+
<h3>Thanks<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
226
364
|
<ul class="simple">
|
227
365
|
<li>Hendro Wibowo</li>
|
228
366
|
<li>hino</li>
|
@@ -232,8 +370,8 @@ This affects the case if GARBAGE does not exist.</li>
|
|
232
370
|
</div>
|
233
371
|
<div class="section" id="release-3-0-1-2013-02-28">
|
234
372
|
<span id="release-3-0-1"></span><h2>Release 3.0.1 - 2013/02/28<a class="headerlink" href="#release-3-0-1-2013-02-28" title="Permalink to this headline">¶</a></h2>
|
235
|
-
<div class="section" id="
|
236
|
-
<h3>Improvements<a class="headerlink" href="#
|
373
|
+
<div class="section" id="id17">
|
374
|
+
<h3>Improvements<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
237
375
|
<ul class="simple">
|
238
376
|
<li>Supported to set Bool to reference column when loading dataset by load command.</li>
|
239
377
|
<li>Supported AND operation for nested index.
|
@@ -250,8 +388,8 @@ based nested index of _key.</li>
|
|
250
388
|
<li>[doc] Added missing documentation of commands such as <tt class="docutils literal"><span class="pre">column_rename</span></tt> or <tt class="docutils literal"><span class="pre">truncate</span></tt>.</li>
|
251
389
|
</ul>
|
252
390
|
</div>
|
253
|
-
<div class="section" id="
|
254
|
-
<h3>Fixes<a class="headerlink" href="#
|
391
|
+
<div class="section" id="id18">
|
392
|
+
<h3>Fixes<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
255
393
|
<ul class="simple">
|
256
394
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
|
257
395
|
It causes that invalid index entry is returned after deleting entries.
|
@@ -261,8 +399,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
261
399
|
<li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
|
262
400
|
</ul>
|
263
401
|
</div>
|
264
|
-
<div class="section" id="
|
265
|
-
<h3>Thanks<a class="headerlink" href="#
|
402
|
+
<div class="section" id="id19">
|
403
|
+
<h3>Thanks<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
266
404
|
<ul class="simple">
|
267
405
|
<li>b senboku</li>
|
268
406
|
</ul>
|
@@ -273,8 +411,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
273
411
|
<ul class="simple">
|
274
412
|
<li>Bump version to 3.0.0!</li>
|
275
413
|
</ul>
|
276
|
-
<div class="section" id="
|
277
|
-
<h3>Fixes<a class="headerlink" href="#
|
414
|
+
<div class="section" id="id20">
|
415
|
+
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
278
416
|
<ul class="simple">
|
279
417
|
<li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
|
280
418
|
when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
|
@@ -284,8 +422,8 @@ If you use string literal for int64, this bug does not affects.</li>
|
|
284
422
|
by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
285
423
|
</ul>
|
286
424
|
</div>
|
287
|
-
<div class="section" id="
|
288
|
-
<h3>Thanks<a class="headerlink" href="#
|
425
|
+
<div class="section" id="id21">
|
426
|
+
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
289
427
|
<ul class="simple">
|
290
428
|
<li>IWAI, Masaharu</li>
|
291
429
|
</ul>
|
@@ -293,8 +431,8 @@ by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
|
293
431
|
</div>
|
294
432
|
<div class="section" id="release-2-1-2-2013-01-29">
|
295
433
|
<span id="release-2-1-2"></span><h2>Release 2.1.2 - 2013/01/29<a class="headerlink" href="#release-2-1-2-2013-01-29" title="Permalink to this headline">¶</a></h2>
|
296
|
-
<div class="section" id="
|
297
|
-
<h3>Improvements<a class="headerlink" href="#
|
434
|
+
<div class="section" id="id22">
|
435
|
+
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
298
436
|
<ul class="simple">
|
299
437
|
<li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
|
300
438
|
For example, you can specify the keyword which has different weight such as
|
@@ -320,8 +458,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
|
320
458
|
<li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
|
321
459
|
</ul>
|
322
460
|
</div>
|
323
|
-
<div class="section" id="
|
324
|
-
<h3>Fixes<a class="headerlink" href="#
|
461
|
+
<div class="section" id="id23">
|
462
|
+
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
325
463
|
<ul class="simple">
|
326
464
|
<li>Fixed not to report an error even though MeCab tokenizer shared object
|
327
465
|
isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
@@ -331,8 +469,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
|
331
469
|
by select command.</li>
|
332
470
|
</ul>
|
333
471
|
</div>
|
334
|
-
<div class="section" id="
|
335
|
-
<h3>Thanks<a class="headerlink" href="#
|
472
|
+
<div class="section" id="id24">
|
473
|
+
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
336
474
|
<ul class="simple">
|
337
475
|
<li>wing</li>
|
338
476
|
</ul>
|
@@ -342,8 +480,8 @@ by select command.</li>
|
|
342
480
|
<span id="release-2-1-1"></span><h2>Release 2.1.1 - 2012/12/29<a class="headerlink" href="#release-2-1-1-2012-12-29" title="Permalink to this headline">¶</a></h2>
|
343
481
|
<p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
344
482
|
instead.</p>
|
345
|
-
<div class="section" id="
|
346
|
-
<h3>Fixes<a class="headerlink" href="#
|
483
|
+
<div class="section" id="id25">
|
484
|
+
<h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
347
485
|
<ul class="simple">
|
348
486
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
|
349
487
|
created by groonga 2.0.8 or ealier is dropped.</li>
|
@@ -370,8 +508,8 @@ version of groonga.</p>
|
|
370
508
|
tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
|
371
509
|
This API change affects developer of tokenizer plugin.</p>
|
372
510
|
</div>
|
373
|
-
<div class="section" id="
|
374
|
-
<h3>Improvements<a class="headerlink" href="#
|
511
|
+
<div class="section" id="id26">
|
512
|
+
<h3>Improvements<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
375
513
|
<ul class="simple">
|
376
514
|
<li>[doc] Added documentation about <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>Nested index search among related table by column index</em></a>.</li>
|
377
515
|
<li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
|
@@ -393,8 +531,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span
|
|
393
531
|
and double array trie for <a class="reference internal" href="tutorial/match_columns.html#nested-index-search"><em>Nested index search among related table by column index</em></a>.</li>
|
394
532
|
</ul>
|
395
533
|
</div>
|
396
|
-
<div class="section" id="
|
397
|
-
<h3>Fixes<a class="headerlink" href="#
|
534
|
+
<div class="section" id="id27">
|
535
|
+
<h3>Fixes<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
398
536
|
<ul class="simple">
|
399
537
|
<li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
|
400
538
|
This change fixes the infinite loop problem about groonga HTTP server.
|
@@ -406,8 +544,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
406
544
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">_score</span></tt> after "*" is ignored in <tt class="docutils literal"><span class="pre">--output_columns</span></tt>.</li>
|
407
545
|
</ul>
|
408
546
|
</div>
|
409
|
-
<div class="section" id="
|
410
|
-
<h3>Thanks<a class="headerlink" href="#
|
547
|
+
<div class="section" id="id28">
|
548
|
+
<h3>Thanks<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
411
549
|
<ul class="simple">
|
412
550
|
<li>Tomoatsu Shimada</li>
|
413
551
|
<li>Shimomura Tatsuya</li>
|
@@ -416,8 +554,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
416
554
|
</div>
|
417
555
|
<div class="section" id="release-2-0-9-2012-11-29">
|
418
556
|
<span id="release-2-0-9"></span><h2>Release 2.0.9 - 2012/11/29<a class="headerlink" href="#release-2-0-9-2012-11-29" title="Permalink to this headline">¶</a></h2>
|
419
|
-
<div class="section" id="
|
420
|
-
<h3>Improvements<a class="headerlink" href="#
|
557
|
+
<div class="section" id="id29">
|
558
|
+
<h3>Improvements<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
421
559
|
<ul class="simple">
|
422
560
|
<li>Supported to calculate the value of distance accross border
|
423
561
|
in <tt class="docutils literal"><span class="pre">geo_distance</span></tt> with <tt class="docutils literal"><span class="pre">rectangle</span></tt> as approximate type. [#1534]</li>
|
@@ -440,8 +578,8 @@ This change is incompatibility change, but does not affects existing program.</l
|
|
440
578
|
<li>Supported range search by using index.</li>
|
441
579
|
</ul>
|
442
580
|
</div>
|
443
|
-
<div class="section" id="
|
444
|
-
<h3>Fixes<a class="headerlink" href="#
|
581
|
+
<div class="section" id="id30">
|
582
|
+
<h3>Fixes<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
445
583
|
<ul class="simple">
|
446
584
|
<li>Fixed to use network byte order for status code of <a class="reference internal" href="spec/gqtp.html#gqtp-header-spec"><em>GQTP header</em></a> to follow
|
447
585
|
the normal network protocol convention.
|
@@ -465,8 +603,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt>
|
|
465
603
|
This change not to contain such a metadata as search results.</li>
|
466
604
|
</ul>
|
467
605
|
</div>
|
468
|
-
<div class="section" id="
|
469
|
-
<h3>Thanks<a class="headerlink" href="#
|
606
|
+
<div class="section" id="id31">
|
607
|
+
<h3>Thanks<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
470
608
|
<ul class="simple">
|
471
609
|
<li>Tomoatsu Shimada</li>
|
472
610
|
<li>Akio Tajima</li>
|
@@ -476,8 +614,8 @@ This change not to contain such a metadata as search results.</li>
|
|
476
614
|
</div>
|
477
615
|
<div class="section" id="release-2-0-8-2012-10-29">
|
478
616
|
<span id="release-2-0-8"></span><h2>Release 2.0.8 - 2012/10/29<a class="headerlink" href="#release-2-0-8-2012-10-29" title="Permalink to this headline">¶</a></h2>
|
479
|
-
<div class="section" id="
|
480
|
-
<h3>Improvements<a class="headerlink" href="#
|
617
|
+
<div class="section" id="id32">
|
618
|
+
<h3>Improvements<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
481
619
|
<ul class="simple">
|
482
620
|
<li>[rpm] Improved the description of server-http and httpd packages.
|
483
621
|
[Suggested by Daiki Ueno]</li>
|
@@ -489,8 +627,8 @@ This change not to contain such a metadata as search results.</li>
|
|
489
627
|
[Reported by serihiro]</li>
|
490
628
|
</ul>
|
491
629
|
</div>
|
492
|
-
<div class="section" id="
|
493
|
-
<h3>Fixes<a class="headerlink" href="#
|
630
|
+
<div class="section" id="id33">
|
631
|
+
<h3>Fixes<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
494
632
|
<ul class="simple">
|
495
633
|
<li>[rpm] Fixed to remove needless "Requires" from spec file.
|
496
634
|
[Reported by Daiki Ueno]</li>
|
@@ -501,8 +639,8 @@ This change not to contain such a metadata as search results.</li>
|
|
501
639
|
<li>[deb] Fixed to bundle missing table plugin.</li>
|
502
640
|
</ul>
|
503
641
|
</div>
|
504
|
-
<div class="section" id="
|
505
|
-
<h3>Thanks<a class="headerlink" href="#
|
642
|
+
<div class="section" id="id34">
|
643
|
+
<h3>Thanks<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
506
644
|
<ul class="simple">
|
507
645
|
<li>Daiki Ueno</li>
|
508
646
|
<li>firewood</li>
|
@@ -512,8 +650,8 @@ This change not to contain such a metadata as search results.</li>
|
|
512
650
|
</div>
|
513
651
|
<div class="section" id="release-2-0-7-2012-09-29">
|
514
652
|
<span id="release-2-0-7"></span><h2>Release 2.0.7 - 2012/09/29<a class="headerlink" href="#release-2-0-7-2012-09-29" title="Permalink to this headline">¶</a></h2>
|
515
|
-
<div class="section" id="
|
516
|
-
<h3>Improvements<a class="headerlink" href="#
|
653
|
+
<div class="section" id="id35">
|
654
|
+
<h3>Improvements<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
517
655
|
<ul class="simple">
|
518
656
|
<li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
|
519
657
|
<li>[doc][httpd] Added sample configuration for gzip compression.</li>
|
@@ -529,8 +667,8 @@ This change not to contain such a metadata as search results.</li>
|
|
529
667
|
<li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
|
530
668
|
</ul>
|
531
669
|
</div>
|
532
|
-
<div class="section" id="
|
533
|
-
<h3>Fixes<a class="headerlink" href="#
|
670
|
+
<div class="section" id="id36">
|
671
|
+
<h3>Fixes<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
534
672
|
<ul class="simple">
|
535
673
|
<li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
|
536
674
|
<li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
|
@@ -541,8 +679,8 @@ This change not to contain such a metadata as search results.</li>
|
|
541
679
|
<li>Fixed a bug that Time -> Float cast breaks value.</li>
|
542
680
|
</ul>
|
543
681
|
</div>
|
544
|
-
<div class="section" id="
|
545
|
-
<h3>Thanks<a class="headerlink" href="#
|
682
|
+
<div class="section" id="id37">
|
683
|
+
<h3>Thanks<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
546
684
|
<ul class="simple">
|
547
685
|
<li>@Kiske</li>
|
548
686
|
</ul>
|
@@ -550,8 +688,8 @@ This change not to contain such a metadata as search results.</li>
|
|
550
688
|
</div>
|
551
689
|
<div class="section" id="release-2-0-6-2012-08-29">
|
552
690
|
<span id="release-2-0-6"></span><h2>Release 2.0.6 - 2012/08/29<a class="headerlink" href="#release-2-0-6-2012-08-29" title="Permalink to this headline">¶</a></h2>
|
553
|
-
<div class="section" id="
|
554
|
-
<h3>Improvements<a class="headerlink" href="#
|
691
|
+
<div class="section" id="id38">
|
692
|
+
<h3>Improvements<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
555
693
|
<ul class="simple">
|
556
694
|
<li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
|
557
695
|
<li>Supported <tt class="docutils literal"><span class="pre">--query_flags</span></tt> option to <tt class="docutils literal"><span class="pre">select</span></tt> command.</li>
|
@@ -572,8 +710,8 @@ This change not to contain such a metadata as search results.</li>
|
|
572
710
|
<li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
|
573
711
|
</ul>
|
574
712
|
</div>
|
575
|
-
<div class="section" id="
|
576
|
-
<h3>Fixes<a class="headerlink" href="#
|
713
|
+
<div class="section" id="id39">
|
714
|
+
<h3>Fixes<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
577
715
|
<ul class="simple">
|
578
716
|
<li>[doc] Fixed the execution examples. [#1428]
|
579
717
|
[Reported by IWAI, Masaharu]</li>
|
@@ -588,8 +726,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
588
726
|
[Reported by @yito]</li>
|
589
727
|
</ul>
|
590
728
|
</div>
|
591
|
-
<div class="section" id="
|
592
|
-
<h3>Thanks<a class="headerlink" href="#
|
729
|
+
<div class="section" id="id40">
|
730
|
+
<h3>Thanks<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
593
731
|
<ul class="simple">
|
594
732
|
<li>IWAI, Masaharu</li>
|
595
733
|
<li>@yito</li>
|
@@ -598,8 +736,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
598
736
|
</div>
|
599
737
|
<div class="section" id="release-2-0-5-2012-07-29">
|
600
738
|
<span id="release-2-0-5"></span><h2>Release 2.0.5 - 2012/07/29<a class="headerlink" href="#release-2-0-5-2012-07-29" title="Permalink to this headline">¶</a></h2>
|
601
|
-
<div class="section" id="
|
602
|
-
<h3>Improvements<a class="headerlink" href="#
|
739
|
+
<div class="section" id="id41">
|
740
|
+
<h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
603
741
|
<ul class="simple">
|
604
742
|
<li>Supported calculating the value of distance with "rect" or "rectangle"
|
605
743
|
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
@@ -624,8 +762,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
624
762
|
<li>Supported to open locked database. [GitHub#21]</li>
|
625
763
|
</ul>
|
626
764
|
</div>
|
627
|
-
<div class="section" id="
|
628
|
-
<h3>Fixes<a class="headerlink" href="#
|
765
|
+
<div class="section" id="id42">
|
766
|
+
<h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
629
767
|
<ul class="simple">
|
630
768
|
<li>Fixed a build problem about groonga-httpd on Mac OS X.
|
631
769
|
[Reported by SHIMADA Koji]</li>
|
@@ -641,8 +779,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
641
779
|
[#1429] [Reported by IWAI, Masaharu]</li>
|
642
780
|
</ul>
|
643
781
|
</div>
|
644
|
-
<div class="section" id="
|
645
|
-
<h3>Thanks<a class="headerlink" href="#
|
782
|
+
<div class="section" id="id43">
|
783
|
+
<h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
646
784
|
<ul class="simple">
|
647
785
|
<li>SHIMADA Koji</li>
|
648
786
|
<li>IWAI, Masaharu</li>
|
@@ -651,8 +789,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
651
789
|
</div>
|
652
790
|
<div class="section" id="release-2-0-4-2012-06-29">
|
653
791
|
<span id="release-2-0-4"></span><h2>Release 2.0.4 - 2012/06/29<a class="headerlink" href="#release-2-0-4-2012-06-29" title="Permalink to this headline">¶</a></h2>
|
654
|
-
<div class="section" id="
|
655
|
-
<h3>Improvements<a class="headerlink" href="#
|
792
|
+
<div class="section" id="id44">
|
793
|
+
<h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
656
794
|
<ul class="simple">
|
657
795
|
<li>Supported only KyTea 0.4.2.</li>
|
658
796
|
<li>Dropped KyTea 0.4.1 or ealier support.</li>
|
@@ -679,8 +817,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
|
|
679
817
|
[GitHub#18] [Patch by IWAI, Masaharu]</li>
|
680
818
|
</ul>
|
681
819
|
</div>
|
682
|
-
<div class="section" id="
|
683
|
-
<h3>Fixes<a class="headerlink" href="#
|
820
|
+
<div class="section" id="id45">
|
821
|
+
<h3>Fixes<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
684
822
|
<ul class="simple">
|
685
823
|
<li>Fixed a problem that display of command prompt changes to not intended state
|
686
824
|
by using batch mode on Mac OS X.
|
@@ -689,8 +827,8 @@ by using batch mode on Mac OS X.
|
|
689
827
|
<li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
|
690
828
|
</ul>
|
691
829
|
</div>
|
692
|
-
<div class="section" id="
|
693
|
-
<h3>Thanks<a class="headerlink" href="#
|
830
|
+
<div class="section" id="id46">
|
831
|
+
<h3>Thanks<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
694
832
|
<ul class="simple">
|
695
833
|
<li>@soundkitchen</li>
|
696
834
|
<li>IWAI, Masaharu</li>
|
@@ -699,8 +837,8 @@ by using batch mode on Mac OS X.
|
|
699
837
|
</div>
|
700
838
|
<div class="section" id="release-2-0-3-2012-05-29">
|
701
839
|
<span id="release-2-0-3"></span><h2>Release 2.0.3 - 2012/05/29<a class="headerlink" href="#release-2-0-3-2012-05-29" title="Permalink to this headline">¶</a></h2>
|
702
|
-
<div class="section" id="
|
703
|
-
<h3>Improvements<a class="headerlink" href="#
|
840
|
+
<div class="section" id="id47">
|
841
|
+
<h3>Improvements<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
704
842
|
<ul class="simple">
|
705
843
|
<li>[doc] Added about release procedure.</li>
|
706
844
|
<li>Removed restriction that the max number of opened files is 4096.</li>
|
@@ -724,8 +862,8 @@ groonga-repository to groonga-release to follow RPM package name
|
|
724
862
|
convension such as centos-release and fedora-release.</li>
|
725
863
|
</ul>
|
726
864
|
</div>
|
727
|
-
<div class="section" id="
|
728
|
-
<h3>Fixes<a class="headerlink" href="#
|
865
|
+
<div class="section" id="id48">
|
866
|
+
<h3>Fixes<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
729
867
|
<ul class="simple">
|
730
868
|
<li>[doc] Fixed a command to update yum repository.
|
731
869
|
[Suggested by IWAI, Masaharu]</li>
|
@@ -738,8 +876,8 @@ expression. [#1372]</li>
|
|
738
876
|
<li>Fixed a bug that a record key registered via index source isn't normalized.</li>
|
739
877
|
</ul>
|
740
878
|
</div>
|
741
|
-
<div class="section" id="
|
742
|
-
<h3>Thanks<a class="headerlink" href="#
|
879
|
+
<div class="section" id="id49">
|
880
|
+
<h3>Thanks<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
743
881
|
<ul class="simple">
|
744
882
|
<li>IWAI, Masaharu</li>
|
745
883
|
</ul>
|
@@ -762,8 +900,8 @@ package sign key before updating groogna packages.</p>
|
|
762
900
|
</pre></div>
|
763
901
|
</div>
|
764
902
|
</div>
|
765
|
-
<div class="section" id="
|
766
|
-
<h3>Improvements<a class="headerlink" href="#
|
903
|
+
<div class="section" id="id50">
|
904
|
+
<h3>Improvements<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
767
905
|
<ul class="simple">
|
768
906
|
<li>[pkg-config] Removed needless MessagePack dependency.</li>
|
769
907
|
<li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
|
@@ -783,8 +921,8 @@ is the similar search syntax. [#1342]</li>
|
|
783
921
|
package sign key.</li>
|
784
922
|
</ul>
|
785
923
|
</div>
|
786
|
-
<div class="section" id="
|
787
|
-
<h3>Fixes<a class="headerlink" href="#
|
924
|
+
<div class="section" id="id51">
|
925
|
+
<h3>Fixes<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
|
788
926
|
<ul class="simple">
|
789
927
|
<li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
|
790
928
|
<tt class="docutils literal"><span class="pre">--address</span></tt> option.
|
@@ -806,8 +944,8 @@ inverted index. [#1329]</li>
|
|
806
944
|
[#1340] [Reported by Shinya Kawaji]</li>
|
807
945
|
</ul>
|
808
946
|
</div>
|
809
|
-
<div class="section" id="
|
810
|
-
<h3>Thanks<a class="headerlink" href="#
|
947
|
+
<div class="section" id="id52">
|
948
|
+
<h3>Thanks<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
|
811
949
|
<ul class="simple">
|
812
950
|
<li>IWAI, Masaharu</li>
|
813
951
|
<li>Daiki Ueno</li>
|
@@ -817,8 +955,8 @@ inverted index. [#1329]</li>
|
|
817
955
|
</div>
|
818
956
|
<div class="section" id="release-2-0-1-2012-03-29">
|
819
957
|
<span id="release-2-0-1"></span><h2>Release 2.0.1 - 2012/03/29<a class="headerlink" href="#release-2-0-1-2012-03-29" title="Permalink to this headline">¶</a></h2>
|
820
|
-
<div class="section" id="
|
821
|
-
<h3>Improvements<a class="headerlink" href="#
|
958
|
+
<div class="section" id="id53">
|
959
|
+
<h3>Improvements<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
|
822
960
|
<ul class="simple">
|
823
961
|
<li>Supported build in other directory.
|
824
962
|
[#1298] [Reported by Kazuhiko]</li>
|
@@ -840,8 +978,8 @@ check. [#1289]</li>
|
|
840
978
|
<li><tt class="docutils literal"><span class="pre">grn_snip</span></tt> uses <tt class="docutils literal"><span class="pre">grn_obj</span></tt> mechanism. [#1054]</li>
|
841
979
|
</ul>
|
842
980
|
</div>
|
843
|
-
<div class="section" id="
|
844
|
-
<h3>Fixes<a class="headerlink" href="#
|
981
|
+
<div class="section" id="id54">
|
982
|
+
<h3>Fixes<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
|
845
983
|
<ul class="simple">
|
846
984
|
<li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
847
985
|
scripts. [#1299] [Reported by Kazuhiko]</li>
|
@@ -852,8 +990,8 @@ only used by mroonga. [#1303]</li>
|
|
852
990
|
<li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
|
853
991
|
</ul>
|
854
992
|
</div>
|
855
|
-
<div class="section" id="
|
856
|
-
<h3>Thanks<a class="headerlink" href="#
|
993
|
+
<div class="section" id="id55">
|
994
|
+
<h3>Thanks<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
|
857
995
|
<ul class="simple">
|
858
996
|
<li>Kazuhiko</li>
|
859
997
|
<li>Markus Elfring</li>
|
@@ -862,8 +1000,8 @@ only used by mroonga. [#1303]</li>
|
|
862
1000
|
</div>
|
863
1001
|
<div class="section" id="release-2-0-0-2012-02-29">
|
864
1002
|
<span id="release-2-0-0"></span><h2>Release 2.0.0 - 2012/02/29<a class="headerlink" href="#release-2-0-0-2012-02-29" title="Permalink to this headline">¶</a></h2>
|
865
|
-
<div class="section" id="
|
866
|
-
<h3>Improvements<a class="headerlink" href="#
|
1003
|
+
<div class="section" id="id56">
|
1004
|
+
<h3>Improvements<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
|
867
1005
|
<ul class="simple">
|
868
1006
|
<li>[dat] Added 0 length key check.</li>
|
869
1007
|
<li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
@@ -887,8 +1025,8 @@ only used by mroonga. [#1303]</li>
|
|
887
1025
|
<li>[windows] Supported MessagePack.</li>
|
888
1026
|
</ul>
|
889
1027
|
</div>
|
890
|
-
<div class="section" id="
|
891
|
-
<h3>Fixes<a class="headerlink" href="#
|
1028
|
+
<div class="section" id="id57">
|
1029
|
+
<h3>Fixes<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
|
892
1030
|
<ul class="simple">
|
893
1031
|
<li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
|
894
1032
|
<li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
|
@@ -898,8 +1036,8 @@ only used by mroonga. [#1303]</li>
|
|
898
1036
|
[Reported by @wareohji]</li>
|
899
1037
|
</ul>
|
900
1038
|
</div>
|
901
|
-
<div class="section" id="
|
902
|
-
<h3>Thanks<a class="headerlink" href="#
|
1039
|
+
<div class="section" id="id58">
|
1040
|
+
<h3>Thanks<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
|
903
1041
|
<ul class="simple">
|
904
1042
|
<li>Suzuki</li>
|
905
1043
|
<li>Daiki Ueno</li>
|
@@ -912,8 +1050,8 @@ only used by mroonga. [#1303]</li>
|
|
912
1050
|
</div>
|
913
1051
|
<div class="section" id="release-1-3-0-2012-01-29">
|
914
1052
|
<span id="release-1-3-0"></span><h2>Release 1.3.0 - 2012/01/29<a class="headerlink" href="#release-1-3-0-2012-01-29" title="Permalink to this headline">¶</a></h2>
|
915
|
-
<div class="section" id="
|
916
|
-
<h3>Improvements<a class="headerlink" href="#
|
1053
|
+
<div class="section" id="id59">
|
1054
|
+
<h3>Improvements<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
|
917
1055
|
<ul class="simple">
|
918
1056
|
<li>Supported dynamic DB key table change by
|
919
1057
|
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
|
@@ -948,8 +1086,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
948
1086
|
<li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
|
949
1087
|
</ul>
|
950
1088
|
</div>
|
951
|
-
<div class="section" id="
|
952
|
-
<h3>Thanks<a class="headerlink" href="#
|
1089
|
+
<div class="section" id="id60">
|
1090
|
+
<h3>Thanks<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
|
953
1091
|
<ul class="simple">
|
954
1092
|
<li>montywi</li>
|
955
1093
|
<li>Masaharu IWAI</li>
|
@@ -1070,118 +1208,136 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1070
1208
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
1071
1209
|
<ul>
|
1072
1210
|
<li><a class="reference internal" href="#">News</a><ul>
|
1073
|
-
<li><a class="reference internal" href="#release-3-0-
|
1211
|
+
<li><a class="reference internal" href="#release-3-0-8-2013-09-29">Release 3.0.8 - 2013/09/29</a><ul>
|
1074
1212
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
1075
1213
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1076
1214
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1077
1215
|
</ul>
|
1078
1216
|
</li>
|
1079
|
-
<li><a class="reference internal" href="#release-3-0-
|
1217
|
+
<li><a class="reference internal" href="#release-3-0-7-2013-08-29">Release 3.0.7 - 2013/08/29</a><ul>
|
1080
1218
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
1081
1219
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
1082
1220
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
1083
1221
|
</ul>
|
1084
1222
|
</li>
|
1085
|
-
<li><a class="reference internal" href="#release-3-0-
|
1223
|
+
<li><a class="reference internal" href="#release-3-0-6-2013-07-29">Release 3.0.6 - 2013/07/29</a><ul>
|
1086
1224
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
1225
|
+
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
1226
|
+
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
1087
1227
|
</ul>
|
1088
1228
|
</li>
|
1089
|
-
<li><a class="reference internal" href="#release-3-0-
|
1090
|
-
<li><a class="reference internal" href="#
|
1091
|
-
<li><a class="reference internal" href="#
|
1092
|
-
<li><a class="reference internal" href="#
|
1093
|
-
</ul>
|
1094
|
-
</li>
|
1095
|
-
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
1096
|
-
<li><a class="reference internal" href="#id8">Improvements</a></li>
|
1097
|
-
<li><a class="reference internal" href="#id9">Fixes</a></li>
|
1098
|
-
<li><a class="reference internal" href="#id10">Thanks</a></li>
|
1229
|
+
<li><a class="reference internal" href="#release-3-0-5-2013-06-29">Release 3.0.5 - 2013/06/29</a><ul>
|
1230
|
+
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
1231
|
+
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
1232
|
+
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
1099
1233
|
</ul>
|
1100
1234
|
</li>
|
1101
|
-
<li><a class="reference internal" href="#release-3-0-
|
1235
|
+
<li><a class="reference internal" href="#release-3-0-4-2013-05-29">Release 3.0.4 - 2013/05/29</a><ul>
|
1236
|
+
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
1102
1237
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
1103
1238
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
1104
1239
|
</ul>
|
1105
1240
|
</li>
|
1106
|
-
<li><a class="reference internal" href="#release-
|
1241
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">Release 3.0.3 - 2013/04/29</a><ul>
|
1107
1242
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
1108
|
-
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
1109
|
-
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
1110
1243
|
</ul>
|
1111
1244
|
</li>
|
1112
|
-
<li><a class="reference internal" href="#release-
|
1113
|
-
<li><a class="reference internal" href="#
|
1245
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
|
1246
|
+
<li><a class="reference internal" href="#id14">Improvements</a></li>
|
1247
|
+
<li><a class="reference internal" href="#id15">Fixes</a></li>
|
1248
|
+
<li><a class="reference internal" href="#id16">Thanks</a></li>
|
1114
1249
|
</ul>
|
1115
1250
|
</li>
|
1116
|
-
<li><a class="reference internal" href="#release-
|
1251
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
1117
1252
|
<li><a class="reference internal" href="#id17">Improvements</a></li>
|
1118
1253
|
<li><a class="reference internal" href="#id18">Fixes</a></li>
|
1119
1254
|
<li><a class="reference internal" href="#id19">Thanks</a></li>
|
1120
1255
|
</ul>
|
1121
1256
|
</li>
|
1122
|
-
<li><a class="reference internal" href="#release-
|
1123
|
-
<li><a class="reference internal" href="#id20">
|
1124
|
-
<li><a class="reference internal" href="#id21">
|
1125
|
-
<li><a class="reference internal" href="#id22">Thanks</a></li>
|
1257
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
|
1258
|
+
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
1259
|
+
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
1126
1260
|
</ul>
|
1127
1261
|
</li>
|
1128
|
-
<li><a class="reference internal" href="#release-2-
|
1129
|
-
<li><a class="reference internal" href="#
|
1130
|
-
<li><a class="reference internal" href="#
|
1131
|
-
<li><a class="reference internal" href="#
|
1262
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
|
1263
|
+
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
1264
|
+
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
1265
|
+
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
1132
1266
|
</ul>
|
1133
1267
|
</li>
|
1134
|
-
<li><a class="reference internal" href="#release-2-
|
1268
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
|
1269
|
+
<li><a class="reference internal" href="#id25">Fixes</a></li>
|
1270
|
+
</ul>
|
1271
|
+
</li>
|
1272
|
+
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
|
1135
1273
|
<li><a class="reference internal" href="#id26">Improvements</a></li>
|
1136
1274
|
<li><a class="reference internal" href="#id27">Fixes</a></li>
|
1137
1275
|
<li><a class="reference internal" href="#id28">Thanks</a></li>
|
1138
1276
|
</ul>
|
1139
1277
|
</li>
|
1140
|
-
<li><a class="reference internal" href="#release-2-0-
|
1278
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
|
1141
1279
|
<li><a class="reference internal" href="#id29">Improvements</a></li>
|
1142
1280
|
<li><a class="reference internal" href="#id30">Fixes</a></li>
|
1143
1281
|
<li><a class="reference internal" href="#id31">Thanks</a></li>
|
1144
1282
|
</ul>
|
1145
1283
|
</li>
|
1146
|
-
<li><a class="reference internal" href="#release-2-0-
|
1284
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
|
1147
1285
|
<li><a class="reference internal" href="#id32">Improvements</a></li>
|
1148
1286
|
<li><a class="reference internal" href="#id33">Fixes</a></li>
|
1149
1287
|
<li><a class="reference internal" href="#id34">Thanks</a></li>
|
1150
1288
|
</ul>
|
1151
1289
|
</li>
|
1152
|
-
<li><a class="reference internal" href="#release-2-0-
|
1290
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
|
1153
1291
|
<li><a class="reference internal" href="#id35">Improvements</a></li>
|
1154
1292
|
<li><a class="reference internal" href="#id36">Fixes</a></li>
|
1155
1293
|
<li><a class="reference internal" href="#id37">Thanks</a></li>
|
1156
1294
|
</ul>
|
1157
1295
|
</li>
|
1158
|
-
<li><a class="reference internal" href="#release-2-0-
|
1296
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
|
1159
1297
|
<li><a class="reference internal" href="#id38">Improvements</a></li>
|
1160
1298
|
<li><a class="reference internal" href="#id39">Fixes</a></li>
|
1161
1299
|
<li><a class="reference internal" href="#id40">Thanks</a></li>
|
1162
1300
|
</ul>
|
1163
1301
|
</li>
|
1164
|
-
<li><a class="reference internal" href="#release-2-0-
|
1302
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
|
1165
1303
|
<li><a class="reference internal" href="#id41">Improvements</a></li>
|
1166
1304
|
<li><a class="reference internal" href="#id42">Fixes</a></li>
|
1167
1305
|
<li><a class="reference internal" href="#id43">Thanks</a></li>
|
1168
1306
|
</ul>
|
1169
1307
|
</li>
|
1170
|
-
<li><a class="reference internal" href="#release-2-0-
|
1308
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
|
1171
1309
|
<li><a class="reference internal" href="#id44">Improvements</a></li>
|
1172
1310
|
<li><a class="reference internal" href="#id45">Fixes</a></li>
|
1173
1311
|
<li><a class="reference internal" href="#id46">Thanks</a></li>
|
1174
1312
|
</ul>
|
1175
1313
|
</li>
|
1176
|
-
<li><a class="reference internal" href="#release-2-0-
|
1314
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
|
1177
1315
|
<li><a class="reference internal" href="#id47">Improvements</a></li>
|
1178
1316
|
<li><a class="reference internal" href="#id48">Fixes</a></li>
|
1179
1317
|
<li><a class="reference internal" href="#id49">Thanks</a></li>
|
1180
1318
|
</ul>
|
1181
1319
|
</li>
|
1182
|
-
<li><a class="reference internal" href="#release-
|
1320
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
|
1183
1321
|
<li><a class="reference internal" href="#id50">Improvements</a></li>
|
1184
|
-
<li><a class="reference internal" href="#id51">
|
1322
|
+
<li><a class="reference internal" href="#id51">Fixes</a></li>
|
1323
|
+
<li><a class="reference internal" href="#id52">Thanks</a></li>
|
1324
|
+
</ul>
|
1325
|
+
</li>
|
1326
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
|
1327
|
+
<li><a class="reference internal" href="#id53">Improvements</a></li>
|
1328
|
+
<li><a class="reference internal" href="#id54">Fixes</a></li>
|
1329
|
+
<li><a class="reference internal" href="#id55">Thanks</a></li>
|
1330
|
+
</ul>
|
1331
|
+
</li>
|
1332
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
|
1333
|
+
<li><a class="reference internal" href="#id56">Improvements</a></li>
|
1334
|
+
<li><a class="reference internal" href="#id57">Fixes</a></li>
|
1335
|
+
<li><a class="reference internal" href="#id58">Thanks</a></li>
|
1336
|
+
</ul>
|
1337
|
+
</li>
|
1338
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
|
1339
|
+
<li><a class="reference internal" href="#id59">Improvements</a></li>
|
1340
|
+
<li><a class="reference internal" href="#id60">Thanks</a></li>
|
1185
1341
|
</ul>
|
1186
1342
|
</li>
|
1187
1343
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1219,7 +1375,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1219
1375
|
<li class="right" style="margin-right: 10px">
|
1220
1376
|
<a href="genindex.html" title="General Index"
|
1221
1377
|
>index</a></li>
|
1222
|
-
<li><a href="index.html">groonga v3.0.
|
1378
|
+
<li><a href="index.html">groonga v3.0.8 documentation</a> »</li>
|
1223
1379
|
</ul>
|
1224
1380
|
</div>
|
1225
1381
|
<div class="footer">
|