rroonga 3.0.8-x64-mingw32 → 3.0.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.textile +15 -1
- data/ext/groonga/rb-grn-index-column.c +4 -0
- data/ext/groonga/rb-grn-object.c +2 -3
- 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/lib/groonga/schema.rb +1 -1
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +1 -1
- data/test/test-database.rb +74 -0
- data/test/test-index-column.rb +22 -0
- 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.exe +0 -0
- 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/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/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/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/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -5
- 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 +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +15 -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 +43 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +54 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +38 -30
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +81 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +13 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +71 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +7 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +87 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +176 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +69 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +127 -7
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +54 -42
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -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 +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +20 -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 +46 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +226 -165
- 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 +46 -36
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +35 -35
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +16 -15
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +48 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +95 -14
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +24 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +196 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +90 -90
- 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 +29 -29
- 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 +45 -44
- 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 +7 -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 +61 -17
- 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 +24 -12
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +221 -0
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +174 -0
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -9
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +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 +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +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/tuning.html +290 -0
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +194 -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 +10 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +167 -0
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -5
- 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 +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +15 -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 +43 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +54 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +38 -30
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +81 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +13 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +71 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +7 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +87 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +176 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +69 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +127 -7
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +55 -42
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -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 +9 -9
- 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 +17 -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 +43 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +245 -169
- 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 +47 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +17 -16
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +52 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
- 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 +93 -11
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +24 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +196 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +91 -91
- 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 +30 -30
- 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 +44 -43
- 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 +8 -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 +56 -20
- 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 +26 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +222 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +175 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +8 -10
- 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 +6 -6
- 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 +6 -6
- 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 +6 -6
- 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 +6 -6
- 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 +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +11 -11
- 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/tuning.html +289 -0
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
- 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 +7 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +195 -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 +11 -6
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +170 -0
- 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 +6 -6
- 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 +6 -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 +6 -6
- 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/man/ja/man1/groonga.1 +1152 -241
- data/vendor/local/share/man/man1/groonga.1 +1215 -269
- metadata +150 -130
@@ -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 —
|
10
|
+
<title>2.8. Others — Groonga v3.0.9 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.9',
|
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="
|
28
|
+
<link rel="top" title="Groonga v3.0.9 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">
|
63
|
+
<li><a href="../index.html">Groonga v3.0.9 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.9.tar.gz
|
141
|
+
% tar xvzf groonga-3.0.9.tar.gz
|
142
|
+
% cd groonga-3.0.9
|
143
143
|
% ./configure
|
144
144
|
% make
|
145
145
|
% sudo make install
|
@@ -221,6 +221,12 @@ escalation threshold. -1 means that match operation never escalate.</p>
|
|
221
221
|
<div class="highlight-none"><div class="highlight"><pre>% ./configure --with-zlib
|
222
222
|
</pre></div>
|
223
223
|
</div>
|
224
|
+
<div class="admonition note">
|
225
|
+
<p class="first admonition-title">Note</p>
|
226
|
+
<p class="last">The disabled reason is that memory leak occurs when it refers column value.
|
227
|
+
This is already known issue as <a class="reference external" href="https://github.com/groonga/groonga/issues/6">GitHub#6</a>.
|
228
|
+
This issue is not nothing to do with updating column value.</p>
|
229
|
+
</div>
|
224
230
|
</div>
|
225
231
|
<div class="section" id="with-lzo">
|
226
232
|
<h4>2.8.2.1.7. <tt class="docutils literal"><span class="pre">--with-lzo</span></tt><a class="headerlink" href="#with-lzo" title="Permalink to this headline">¶</a></h4>
|
@@ -230,6 +236,12 @@ escalation threshold. -1 means that match operation never escalate.</p>
|
|
230
236
|
<div class="highlight-none"><div class="highlight"><pre>% ./configure --with-lzo
|
231
237
|
</pre></div>
|
232
238
|
</div>
|
239
|
+
<div class="admonition note">
|
240
|
+
<p class="first admonition-title">Note</p>
|
241
|
+
<p class="last">The disabled reason is that memory leak occurs when it refers column value.
|
242
|
+
This is already known issue as <a class="reference external" href="https://github.com/groonga/groonga/issues/6">GitHub#6</a>.
|
243
|
+
This issue is not nothing to do with updating column value.</p>
|
244
|
+
</div>
|
233
245
|
</div>
|
234
246
|
<div class="section" id="with-message-pack-message-pack-install-prefix">
|
235
247
|
<h4>2.8.2.1.8. <tt class="docutils literal"><span class="pre">--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX</span></tt><a class="headerlink" href="#with-message-pack-message-pack-install-prefix" title="Permalink to this headline">¶</a></h4>
|
@@ -381,7 +393,7 @@ option. If you have 4 cores CPU, it's good for using <tt class="docutils literal
|
|
381
393
|
<li class="right" >
|
382
394
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
383
395
|
>previous</a> |</li>
|
384
|
-
<li><a href="../index.html">
|
396
|
+
<li><a href="../index.html">Groonga v3.0.9 documentation</a> »</li>
|
385
397
|
<li><a href="../install.html" >2. Install</a> »</li>
|
386
398
|
</ul>
|
387
399
|
</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 —
|
10
|
+
<title>2.7. Oracle Solaris — Groonga v3.0.9 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.9',
|
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="
|
28
|
+
<link rel="top" title="Groonga v3.0.9 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">
|
63
|
+
<li><a href="../index.html">Groonga v3.0.9 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.9.tar.gz
|
85
|
+
% gtar xvzf groonga-3.0.9.tar.gz
|
86
|
+
% cd groonga-3.0.9
|
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">
|
161
|
+
<li><a href="../index.html">Groonga v3.0.9 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 —
|
10
|
+
<title>2.4. Ubuntu — Groonga v3.0.9 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.9',
|
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="
|
28
|
+
<link rel="top" title="Groonga v3.0.9 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">
|
63
|
+
<li><a href="../index.html">Groonga v3.0.9 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -264,16 +264,51 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
264
264
|
</pre></div>
|
265
265
|
</div>
|
266
266
|
</div>
|
267
|
+
<div class="section" id="saucy-salamander">
|
268
|
+
<h2>2.4.5. 13.10 Saucy Salamander<a class="headerlink" href="#saucy-salamander" title="Permalink to this headline">¶</a></h2>
|
269
|
+
<p>Add the Groonga apt repository.</p>
|
270
|
+
<p>/etc/apt/sources.list.d/groonga.list:</p>
|
271
|
+
<div class="highlight-none"><div class="highlight"><pre>deb http://packages.groonga.org/ubuntu/ saucy universe
|
272
|
+
deb-src http://packages.groonga.org/ubuntu/ saucy universe
|
273
|
+
</pre></div>
|
274
|
+
</div>
|
275
|
+
<p>Install:</p>
|
276
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get update
|
277
|
+
% sudo apt-get -y --allow-unauthenticated install groonga-keyring
|
278
|
+
% sudo apt-get update
|
279
|
+
% sudo apt-get -y install groonga
|
280
|
+
</pre></div>
|
281
|
+
</div>
|
282
|
+
<p>If you want to use <a class="reference external" href="http://mecab.sourceforge.net/">MeCab</a> as a
|
283
|
+
tokenizer, install groonga-tokenizer-mecab package.</p>
|
284
|
+
<p>Install groonga-tokenizer-mecab package:</p>
|
285
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-tokenizer-mecab
|
286
|
+
</pre></div>
|
287
|
+
</div>
|
288
|
+
<p>There is a package that provides <a class="reference external" href="http://munin-monitoring.org/">Munin</a> plugins. If you want to monitor
|
289
|
+
Groonga status by Munin, install groonga-munin-plugins package.</p>
|
290
|
+
<p>Install groonga-munin-plugins package:</p>
|
291
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-munin-plugins
|
292
|
+
</pre></div>
|
293
|
+
</div>
|
294
|
+
<p>There is a package that provides MySQL compatible normalizer as
|
295
|
+
Groonga plugins.
|
296
|
+
If you want to use that one, install groonga-normalizer-mysql package.</p>
|
297
|
+
<p>Install groonga-normalizer-mysql package:</p>
|
298
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-normalizer-mysql
|
299
|
+
</pre></div>
|
300
|
+
</div>
|
301
|
+
</div>
|
267
302
|
<div class="section" id="build-from-source">
|
268
|
-
<h2>2.4.
|
303
|
+
<h2>2.4.6. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
269
304
|
<p>Install required packages to build groonga:</p>
|
270
305
|
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -V -y install wget tar build-essential zlib1g-dev liblzo2-dev libmsgpack-dev libzmq-dev libevent-dev libmecab-dev
|
271
306
|
</pre></div>
|
272
307
|
</div>
|
273
308
|
<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.
|
309
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.9.tar.gz
|
310
|
+
% tar xvzf groonga-3.0.9.tar.gz
|
311
|
+
% cd groonga-3.0.9
|
277
312
|
</pre></div>
|
278
313
|
</div>
|
279
314
|
<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>
|
@@ -304,7 +339,8 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
304
339
|
<li><a class="reference internal" href="#lts-precise-pangolin">2.4.2. 12.04 LTS Precise Pangolin</a></li>
|
305
340
|
<li><a class="reference internal" href="#quantal-quetzal">2.4.3. 12.10 Quantal Quetzal</a></li>
|
306
341
|
<li><a class="reference internal" href="#raring-ringtail">2.4.4. 13.04 Raring Ringtail</a></li>
|
307
|
-
<li><a class="reference internal" href="#
|
342
|
+
<li><a class="reference internal" href="#saucy-salamander">2.4.5. 13.10 Saucy Salamander</a></li>
|
343
|
+
<li><a class="reference internal" href="#build-from-source">2.4.6. Build from source</a></li>
|
308
344
|
</ul>
|
309
345
|
</li>
|
310
346
|
</ul>
|
@@ -349,7 +385,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
349
385
|
<li class="right" >
|
350
386
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
351
387
|
>previous</a> |</li>
|
352
|
-
<li><a href="../index.html">
|
388
|
+
<li><a href="../index.html">Groonga v3.0.9 documentation</a> »</li>
|
353
389
|
<li><a href="../install.html" >2. Install</a> »</li>
|
354
390
|
</ul>
|
355
391
|
</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 —
|
10
|
+
<title>2.1. Windows — Groonga v3.0.9 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.9',
|
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="
|
28
|
+
<link rel="top" title="Groonga v3.0.9 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">
|
63
|
+
<li><a href="../index.html">Groonga v3.0.9 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.9-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.9-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.9-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.9-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.9.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.9
|
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.9> 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.9> 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.9> 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">
|
214
|
+
<li><a href="../index.html">Groonga v3.0.9 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 —
|
10
|
+
<title>10. Limitations — Groonga v3.0.9 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.9',
|
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="
|
28
|
+
<link rel="top" title="Groonga v3.0.9 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">
|
62
|
+
<li><a href="index.html">Groonga v3.0.9 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -155,7 +155,7 @@
|
|
155
155
|
<li class="right" >
|
156
156
|
<a href="spec/search.html" title="9.2. 検索"
|
157
157
|
>previous</a> |</li>
|
158
|
-
<li><a href="index.html">
|
158
|
+
<li><a href="index.html">Groonga v3.0.9 documentation</a> »</li>
|
159
159
|
</ul>
|
160
160
|
</div>
|
161
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 —
|
10
|
+
<title>News — Groonga v3.0.9 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.9',
|
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="
|
28
|
+
<link rel="top" title="Groonga v3.0.9 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">
|
54
|
+
<li><a href="index.html">Groonga v3.0.9 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,11 +62,66 @@
|
|
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-9-2013-10-29">
|
66
|
+
<span id="release-3-0-9"></span><h2>Release 3.0.9 - 2013/10/29<a class="headerlink" href="#release-3-0-9-2013-10-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>[doc][httpd] Added documentation about <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> directive.</li>
|
71
|
+
<li>[httpd] Added <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-cache-limit"><em>groonga_cache_limit</em></a> directive.</li>
|
72
|
+
<li>[doc] Added description why zlib/lzo compression are disabled by default. [groonga-dev, 01845] [Suggested by Naoya Murakami]</li>
|
73
|
+
<li>Remove a restriction related to RLIMIT_NOFILE on HTTP server.
|
74
|
+
It enables HTTP server process to handle over 4096 files.</li>
|
75
|
+
<li>[experimental] Added some API to integrate mruby into groonga. [GitHub#109, #110, #111, #112, #113, #114, #115, #116, #117, #118] [Patch by wanabe]</li>
|
76
|
+
<li>[travis] Supported CMake build on Travis-CI.</li>
|
77
|
+
<li>[doc] Added documentation about <a class="reference internal" href="reference/tuning.html"><em>Tuning</em></a>.</li>
|
78
|
+
<li>[experimental] Added <tt class="xref doc docutils literal"><span class="pre">ruby_load</span></tt> command.</li>
|
79
|
+
<li>[httpd] Supported multiple buffered body of POST request.
|
80
|
+
The load command caused timeout in such a case. [GitHub #120] [Patch by Motoi Washida]</li>
|
81
|
+
<li>[gqtp] Supported error message. The body is changed to return
|
82
|
+
raw text insted of double quoted text. This is incompatible changes.</li>
|
83
|
+
<li>[http] Supported "400 Bad request" for invalid argument error.</li>
|
84
|
+
<li>[doc] Added examples for <a class="reference internal" href="suggest/completion.html"><em>Completion</em></a></li>
|
85
|
+
<li>Supported Ubuntu 13.10 (Saucy Salamander).</li>
|
86
|
+
</ul>
|
87
|
+
</div>
|
88
|
+
<div class="section" id="fixes">
|
89
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
90
|
+
<ul class="simple">
|
91
|
+
<li>Fixed a bug that it cause SEGV by arithmetic overflow.
|
92
|
+
This problem occurs when the size of indexes exceeds
|
93
|
+
the size of virtual memory. [groonga-dev,01661]
|
94
|
+
[Reported by Naoya Murakami]</li>
|
95
|
+
<li>Fixed needless lock for creating table.
|
96
|
+
This change fixes a performance regression instroduced at Groonga 3.0.5.</li>
|
97
|
+
<li>Fixed a bug that database which has reference column can't be removed.
|
98
|
+
It affects the case that indexed tables/columns and referenced tables
|
99
|
+
are removed at first, then remove operation to index columns and
|
100
|
+
reference columns fails. [Reported by Eito Katagiri] [GitHub Rroonga #13]</li>
|
101
|
+
<li>Fixed a bug that removing database which uses DAT key may remain garbage.</li>
|
102
|
+
<li>[http] Fixed a small memory leak which is caused by shared HTTP header buffer in the same worker thread.</li>
|
103
|
+
<li>[httpd] Fixed a bug that <a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-database-auto-create"><em>groonga_database_auto_create</em></a> parameter
|
104
|
+
isn't inherited. It means that these parameters are just ignored in non location blocks.</li>
|
105
|
+
<li>Fixed a bug that status command may returns invalid cache hit rate.</li>
|
106
|
+
<li>Fix a bug that casting to Time may causes overflow issue.
|
107
|
+
It affects the case that assignment of the Time value which indicate over 32bit value.</li>
|
108
|
+
</ul>
|
109
|
+
</div>
|
110
|
+
<div class="section" id="thanks">
|
111
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
112
|
+
<ul class="simple">
|
113
|
+
<li>Naoya Murakami</li>
|
114
|
+
<li>wanabe</li>
|
115
|
+
<li>Motoi Washida</li>
|
116
|
+
<li>Eito Katagiri</li>
|
117
|
+
</ul>
|
118
|
+
</div>
|
119
|
+
</div>
|
120
|
+
<div class="section" id="release-3-0-8-2013-09-29">
|
121
|
+
<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>
|
122
|
+
<div class="section" id="id1">
|
123
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
124
|
+
<ul class="simple">
|
70
125
|
<li>[admin] Improved error handling of select functionality. This change shows error message
|
71
126
|
and hides loading dialog. [Patch by orangain]</li>
|
72
127
|
<li>[admin] Improved to submit search form with the enter key. [Patch by orangain]</li>
|
@@ -88,14 +143,14 @@ You got an error for the operation.</li>
|
|
88
143
|
<li>[doc] Added note about GQTP and HTTP for server use. [groonga-dev,01810] [Reported by Kazuhiro Isobe]</li>
|
89
144
|
</ul>
|
90
145
|
</div>
|
91
|
-
<div class="section" id="
|
92
|
-
<h3>Fixes<a class="headerlink" href="#
|
146
|
+
<div class="section" id="id2">
|
147
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
93
148
|
<ul class="simple">
|
94
149
|
<li>[admin] Fixed a bug that add value button of COLUMN_VECTOR does not work.</li>
|
95
150
|
</ul>
|
96
151
|
</div>
|
97
|
-
<div class="section" id="
|
98
|
-
<h3>Thanks<a class="headerlink" href="#
|
152
|
+
<div class="section" id="id3">
|
153
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
99
154
|
<ul class="simple">
|
100
155
|
<li>orangain</li>
|
101
156
|
<li>Naoya Murakami</li>
|
@@ -105,8 +160,8 @@ You got an error for the operation.</li>
|
|
105
160
|
</div>
|
106
161
|
<div class="section" id="release-3-0-7-2013-08-29">
|
107
162
|
<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="
|
109
|
-
<h3>Improvements<a class="headerlink" href="#
|
163
|
+
<div class="section" id="id4">
|
164
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
110
165
|
<ul class="simple">
|
111
166
|
<li>[doc] Added API documentation. [groonga-dev,01593]
|
112
167
|
[GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]
|
@@ -125,8 +180,8 @@ error instead of a warning. [groonga-dev,01571] [Suggested by Naoya Murakami]</l
|
|
125
180
|
<li>[httpd] Supported customizing cache limit as <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> directive.</li>
|
126
181
|
</ul>
|
127
182
|
</div>
|
128
|
-
<div class="section" id="
|
129
|
-
<h3>Fixes<a class="headerlink" href="#
|
183
|
+
<div class="section" id="id5">
|
184
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
130
185
|
<ul class="simple">
|
131
186
|
<li>Fixed a bug that error in expression may cause stack overflow.
|
132
187
|
This change avoids that groonga crashes suddenly as a result of error accumlation.</li>
|
@@ -154,8 +209,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr
|
|
154
209
|
[Reported by YOSHIDA Mitsuo]</li>
|
155
210
|
</ul>
|
156
211
|
</div>
|
157
|
-
<div class="section" id="
|
158
|
-
<h3>Thanks<a class="headerlink" href="#
|
212
|
+
<div class="section" id="id6">
|
213
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
159
214
|
<ul class="simple">
|
160
215
|
<li>whombx</li>
|
161
216
|
<li>@naoina</li>
|
@@ -168,8 +223,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr
|
|
168
223
|
</div>
|
169
224
|
<div class="section" id="release-3-0-6-2013-07-29">
|
170
225
|
<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="
|
172
|
-
<h3>Improvements<a class="headerlink" href="#
|
226
|
+
<div class="section" id="id7">
|
227
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
173
228
|
<ul class="simple">
|
174
229
|
<li>[doc] Added documentation about parameter of <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a>
|
175
230
|
function.</li>
|
@@ -183,15 +238,15 @@ function.</li>
|
|
183
238
|
<li>[httpd] Updated bundled nginx version to 1.4.2.</li>
|
184
239
|
</ul>
|
185
240
|
</div>
|
186
|
-
<div class="section" id="
|
187
|
-
<h3>Fixes<a class="headerlink" href="#
|
241
|
+
<div class="section" id="id8">
|
242
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
188
243
|
<ul class="simple">
|
189
244
|
<li>Fixed a crash bug when specific internal function (<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) is called
|
190
245
|
for built-in proc function such as <tt class="docutils literal"><span class="pre">select</span></tt>. [Reported by Genki Takiuchi]</li>
|
191
246
|
</ul>
|
192
247
|
</div>
|
193
|
-
<div class="section" id="
|
194
|
-
<h3>Thanks<a class="headerlink" href="#
|
248
|
+
<div class="section" id="id9">
|
249
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
195
250
|
<ul class="simple">
|
196
251
|
<li>Naoya Inada</li>
|
197
252
|
<li>OBATA Akio</li>
|
@@ -202,8 +257,8 @@ for built-in proc function such as <tt class="docutils literal"><span class="pre
|
|
202
257
|
</div>
|
203
258
|
<div class="section" id="release-3-0-5-2013-06-29">
|
204
259
|
<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="
|
206
|
-
<h3>Improvements<a class="headerlink" href="#
|
260
|
+
<div class="section" id="id10">
|
261
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
207
262
|
<ul class="simple">
|
208
263
|
<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>
|
209
264
|
<li>Added subrecord information to table inspection.</li>
|
@@ -214,8 +269,8 @@ when starting groonga server. [Reported by Kosuke Asami]</li>
|
|
214
269
|
<li>[experimental] Added <a class="reference internal" href="reference/functions/html_untag.html"><em>html_untag</em></a> function.</li>
|
215
270
|
</ul>
|
216
271
|
</div>
|
217
|
-
<div class="section" id="
|
218
|
-
<h3>Fixes<a class="headerlink" href="#
|
272
|
+
<div class="section" id="id11">
|
273
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
219
274
|
<ul class="simple">
|
220
275
|
<li>Fixed a crash bug of mroonga which is caused by missing lock for table creation.
|
221
276
|
[Reported by Y.Kentaro]</li>
|
@@ -233,8 +288,8 @@ This bug affects the case if you assign calculated value to
|
|
233
288
|
<tt class="docutils literal"><span class="pre">_score</span></tt> pseudo column for example.</li>
|
234
289
|
</ul>
|
235
290
|
</div>
|
236
|
-
<div class="section" id="
|
237
|
-
<h3>Thanks<a class="headerlink" href="#
|
291
|
+
<div class="section" id="id12">
|
292
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
238
293
|
<ul class="simple">
|
239
294
|
<li>Y.Kentaro</li>
|
240
295
|
<li>Kosuke Asami</li>
|
@@ -244,8 +299,8 @@ This bug affects the case if you assign calculated value to
|
|
244
299
|
</div>
|
245
300
|
<div class="section" id="release-3-0-4-2013-05-29">
|
246
301
|
<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>
|
247
|
-
<div class="section" id="
|
248
|
-
<h3>Improvements<a class="headerlink" href="#
|
302
|
+
<div class="section" id="id13">
|
303
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
249
304
|
<ul class="simple">
|
250
305
|
<li>[tokenizer] Improved to show log message when normalized string is not given.</li>
|
251
306
|
<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>
|
@@ -268,8 +323,8 @@ It supports to exclude specific tables from monitoring results.</li>
|
|
268
323
|
system plugins.</li>
|
269
324
|
</ul>
|
270
325
|
</div>
|
271
|
-
<div class="section" id="
|
272
|
-
<h3>Fixes<a class="headerlink" href="#
|
326
|
+
<div class="section" id="id14">
|
327
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
273
328
|
<ul class="simple">
|
274
329
|
<li>[tokenizer] Fixed a memory leak on error.</li>
|
275
330
|
<li>Fixed a bug that empty string for similar search causes SEGV.
|
@@ -284,8 +339,8 @@ expressions are used.</li>
|
|
284
339
|
<li>[deb] Fixed a bug that HTTP/GQTP process is excuted as root user.</li>
|
285
340
|
</ul>
|
286
341
|
</div>
|
287
|
-
<div class="section" id="
|
288
|
-
<h3>Thanks<a class="headerlink" href="#
|
342
|
+
<div class="section" id="id15">
|
343
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
289
344
|
<ul class="simple">
|
290
345
|
<li>@ceekz</li>
|
291
346
|
<li>Nakai Kanako</li>
|
@@ -298,8 +353,8 @@ expressions are used.</li>
|
|
298
353
|
</div>
|
299
354
|
<div class="section" id="release-3-0-3-2013-04-29">
|
300
355
|
<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>
|
301
|
-
<div class="section" id="
|
302
|
-
<h3>Improvements<a class="headerlink" href="#
|
356
|
+
<div class="section" id="id16">
|
357
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
303
358
|
<ul class="simple">
|
304
359
|
<li>[suggest] Supported to learn with the value of customized weight
|
305
360
|
by using <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> configuration.</li>
|
@@ -317,8 +372,8 @@ for building customized groonga without changing spec file.</li>
|
|
317
372
|
</div>
|
318
373
|
<div class="section" id="release-3-0-2-2013-03-29">
|
319
374
|
<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>
|
320
|
-
<div class="section" id="
|
321
|
-
<h3>Improvements<a class="headerlink" href="#
|
375
|
+
<div class="section" id="id17">
|
376
|
+
<h3>Improvements<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
322
377
|
<ul class="simple">
|
323
378
|
<li>Supported two or more indexes for a table key.
|
324
379
|
This change affects to eliminate potential crash case when loading a new key
|
@@ -342,8 +397,8 @@ This change supports the query such as
|
|
342
397
|
<tt class="docutils literal"><span class="pre">--query_expansion</span></tt> is regarded as deprecated.</li>
|
343
398
|
</ul>
|
344
399
|
</div>
|
345
|
-
<div class="section" id="
|
346
|
-
<h3>Fixes<a class="headerlink" href="#
|
400
|
+
<div class="section" id="id18">
|
401
|
+
<h3>Fixes<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
347
402
|
<ul class="simple">
|
348
403
|
<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".
|
349
404
|
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>.
|
@@ -359,8 +414,8 @@ Reference key size is 25 byte or lager.</li>
|
|
359
414
|
This affects the case if GARBAGE does not exist.</li>
|
360
415
|
</ul>
|
361
416
|
</div>
|
362
|
-
<div class="section" id="
|
363
|
-
<h3>Thanks<a class="headerlink" href="#
|
417
|
+
<div class="section" id="id19">
|
418
|
+
<h3>Thanks<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
364
419
|
<ul class="simple">
|
365
420
|
<li>Hendro Wibowo</li>
|
366
421
|
<li>hino</li>
|
@@ -370,8 +425,8 @@ This affects the case if GARBAGE does not exist.</li>
|
|
370
425
|
</div>
|
371
426
|
<div class="section" id="release-3-0-1-2013-02-28">
|
372
427
|
<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>
|
373
|
-
<div class="section" id="
|
374
|
-
<h3>Improvements<a class="headerlink" href="#
|
428
|
+
<div class="section" id="id20">
|
429
|
+
<h3>Improvements<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
375
430
|
<ul class="simple">
|
376
431
|
<li>Supported to set Bool to reference column when loading dataset by load command.</li>
|
377
432
|
<li>Supported AND operation for nested index.
|
@@ -388,8 +443,8 @@ based nested index of _key.</li>
|
|
388
443
|
<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>
|
389
444
|
</ul>
|
390
445
|
</div>
|
391
|
-
<div class="section" id="
|
392
|
-
<h3>Fixes<a class="headerlink" href="#
|
446
|
+
<div class="section" id="id21">
|
447
|
+
<h3>Fixes<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
393
448
|
<ul class="simple">
|
394
449
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
|
395
450
|
It causes that invalid index entry is returned after deleting entries.
|
@@ -399,8 +454,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
399
454
|
<li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
|
400
455
|
</ul>
|
401
456
|
</div>
|
402
|
-
<div class="section" id="
|
403
|
-
<h3>Thanks<a class="headerlink" href="#
|
457
|
+
<div class="section" id="id22">
|
458
|
+
<h3>Thanks<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
404
459
|
<ul class="simple">
|
405
460
|
<li>b senboku</li>
|
406
461
|
</ul>
|
@@ -411,8 +466,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
411
466
|
<ul class="simple">
|
412
467
|
<li>Bump version to 3.0.0!</li>
|
413
468
|
</ul>
|
414
|
-
<div class="section" id="
|
415
|
-
<h3>Fixes<a class="headerlink" href="#
|
469
|
+
<div class="section" id="id23">
|
470
|
+
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
416
471
|
<ul class="simple">
|
417
472
|
<li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
|
418
473
|
when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
|
@@ -422,8 +477,8 @@ If you use string literal for int64, this bug does not affects.</li>
|
|
422
477
|
by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
423
478
|
</ul>
|
424
479
|
</div>
|
425
|
-
<div class="section" id="
|
426
|
-
<h3>Thanks<a class="headerlink" href="#
|
480
|
+
<div class="section" id="id24">
|
481
|
+
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
427
482
|
<ul class="simple">
|
428
483
|
<li>IWAI, Masaharu</li>
|
429
484
|
</ul>
|
@@ -431,8 +486,8 @@ by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
|
431
486
|
</div>
|
432
487
|
<div class="section" id="release-2-1-2-2013-01-29">
|
433
488
|
<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>
|
434
|
-
<div class="section" id="
|
435
|
-
<h3>Improvements<a class="headerlink" href="#
|
489
|
+
<div class="section" id="id25">
|
490
|
+
<h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
436
491
|
<ul class="simple">
|
437
492
|
<li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
|
438
493
|
For example, you can specify the keyword which has different weight such as
|
@@ -458,8 +513,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
|
458
513
|
<li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
|
459
514
|
</ul>
|
460
515
|
</div>
|
461
|
-
<div class="section" id="
|
462
|
-
<h3>Fixes<a class="headerlink" href="#
|
516
|
+
<div class="section" id="id26">
|
517
|
+
<h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
463
518
|
<ul class="simple">
|
464
519
|
<li>Fixed not to report an error even though MeCab tokenizer shared object
|
465
520
|
isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
@@ -469,8 +524,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
|
469
524
|
by select command.</li>
|
470
525
|
</ul>
|
471
526
|
</div>
|
472
|
-
<div class="section" id="
|
473
|
-
<h3>Thanks<a class="headerlink" href="#
|
527
|
+
<div class="section" id="id27">
|
528
|
+
<h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
474
529
|
<ul class="simple">
|
475
530
|
<li>wing</li>
|
476
531
|
</ul>
|
@@ -480,8 +535,8 @@ by select command.</li>
|
|
480
535
|
<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>
|
481
536
|
<p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
482
537
|
instead.</p>
|
483
|
-
<div class="section" id="
|
484
|
-
<h3>Fixes<a class="headerlink" href="#
|
538
|
+
<div class="section" id="id28">
|
539
|
+
<h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
485
540
|
<ul class="simple">
|
486
541
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
|
487
542
|
created by groonga 2.0.8 or ealier is dropped.</li>
|
@@ -508,8 +563,8 @@ version of groonga.</p>
|
|
508
563
|
tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
|
509
564
|
This API change affects developer of tokenizer plugin.</p>
|
510
565
|
</div>
|
511
|
-
<div class="section" id="
|
512
|
-
<h3>Improvements<a class="headerlink" href="#
|
566
|
+
<div class="section" id="id29">
|
567
|
+
<h3>Improvements<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
513
568
|
<ul class="simple">
|
514
569
|
<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>
|
515
570
|
<li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
|
@@ -531,8 +586,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span
|
|
531
586
|
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>
|
532
587
|
</ul>
|
533
588
|
</div>
|
534
|
-
<div class="section" id="
|
535
|
-
<h3>Fixes<a class="headerlink" href="#
|
589
|
+
<div class="section" id="id30">
|
590
|
+
<h3>Fixes<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
536
591
|
<ul class="simple">
|
537
592
|
<li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
|
538
593
|
This change fixes the infinite loop problem about groonga HTTP server.
|
@@ -544,8 +599,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
544
599
|
<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>
|
545
600
|
</ul>
|
546
601
|
</div>
|
547
|
-
<div class="section" id="
|
548
|
-
<h3>Thanks<a class="headerlink" href="#
|
602
|
+
<div class="section" id="id31">
|
603
|
+
<h3>Thanks<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
549
604
|
<ul class="simple">
|
550
605
|
<li>Tomoatsu Shimada</li>
|
551
606
|
<li>Shimomura Tatsuya</li>
|
@@ -554,8 +609,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
554
609
|
</div>
|
555
610
|
<div class="section" id="release-2-0-9-2012-11-29">
|
556
611
|
<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>
|
557
|
-
<div class="section" id="
|
558
|
-
<h3>Improvements<a class="headerlink" href="#
|
612
|
+
<div class="section" id="id32">
|
613
|
+
<h3>Improvements<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
559
614
|
<ul class="simple">
|
560
615
|
<li>Supported to calculate the value of distance accross border
|
561
616
|
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>
|
@@ -578,8 +633,8 @@ This change is incompatibility change, but does not affects existing program.</l
|
|
578
633
|
<li>Supported range search by using index.</li>
|
579
634
|
</ul>
|
580
635
|
</div>
|
581
|
-
<div class="section" id="
|
582
|
-
<h3>Fixes<a class="headerlink" href="#
|
636
|
+
<div class="section" id="id33">
|
637
|
+
<h3>Fixes<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
583
638
|
<ul class="simple">
|
584
639
|
<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
|
585
640
|
the normal network protocol convention.
|
@@ -603,8 +658,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt>
|
|
603
658
|
This change not to contain such a metadata as search results.</li>
|
604
659
|
</ul>
|
605
660
|
</div>
|
606
|
-
<div class="section" id="
|
607
|
-
<h3>Thanks<a class="headerlink" href="#
|
661
|
+
<div class="section" id="id34">
|
662
|
+
<h3>Thanks<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
608
663
|
<ul class="simple">
|
609
664
|
<li>Tomoatsu Shimada</li>
|
610
665
|
<li>Akio Tajima</li>
|
@@ -614,8 +669,8 @@ This change not to contain such a metadata as search results.</li>
|
|
614
669
|
</div>
|
615
670
|
<div class="section" id="release-2-0-8-2012-10-29">
|
616
671
|
<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>
|
617
|
-
<div class="section" id="
|
618
|
-
<h3>Improvements<a class="headerlink" href="#
|
672
|
+
<div class="section" id="id35">
|
673
|
+
<h3>Improvements<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
619
674
|
<ul class="simple">
|
620
675
|
<li>[rpm] Improved the description of server-http and httpd packages.
|
621
676
|
[Suggested by Daiki Ueno]</li>
|
@@ -627,8 +682,8 @@ This change not to contain such a metadata as search results.</li>
|
|
627
682
|
[Reported by serihiro]</li>
|
628
683
|
</ul>
|
629
684
|
</div>
|
630
|
-
<div class="section" id="
|
631
|
-
<h3>Fixes<a class="headerlink" href="#
|
685
|
+
<div class="section" id="id36">
|
686
|
+
<h3>Fixes<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
632
687
|
<ul class="simple">
|
633
688
|
<li>[rpm] Fixed to remove needless "Requires" from spec file.
|
634
689
|
[Reported by Daiki Ueno]</li>
|
@@ -639,8 +694,8 @@ This change not to contain such a metadata as search results.</li>
|
|
639
694
|
<li>[deb] Fixed to bundle missing table plugin.</li>
|
640
695
|
</ul>
|
641
696
|
</div>
|
642
|
-
<div class="section" id="
|
643
|
-
<h3>Thanks<a class="headerlink" href="#
|
697
|
+
<div class="section" id="id37">
|
698
|
+
<h3>Thanks<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
644
699
|
<ul class="simple">
|
645
700
|
<li>Daiki Ueno</li>
|
646
701
|
<li>firewood</li>
|
@@ -650,8 +705,8 @@ This change not to contain such a metadata as search results.</li>
|
|
650
705
|
</div>
|
651
706
|
<div class="section" id="release-2-0-7-2012-09-29">
|
652
707
|
<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>
|
653
|
-
<div class="section" id="
|
654
|
-
<h3>Improvements<a class="headerlink" href="#
|
708
|
+
<div class="section" id="id38">
|
709
|
+
<h3>Improvements<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
655
710
|
<ul class="simple">
|
656
711
|
<li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
|
657
712
|
<li>[doc][httpd] Added sample configuration for gzip compression.</li>
|
@@ -667,8 +722,8 @@ This change not to contain such a metadata as search results.</li>
|
|
667
722
|
<li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
|
668
723
|
</ul>
|
669
724
|
</div>
|
670
|
-
<div class="section" id="
|
671
|
-
<h3>Fixes<a class="headerlink" href="#
|
725
|
+
<div class="section" id="id39">
|
726
|
+
<h3>Fixes<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
672
727
|
<ul class="simple">
|
673
728
|
<li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
|
674
729
|
<li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
|
@@ -679,8 +734,8 @@ This change not to contain such a metadata as search results.</li>
|
|
679
734
|
<li>Fixed a bug that Time -> Float cast breaks value.</li>
|
680
735
|
</ul>
|
681
736
|
</div>
|
682
|
-
<div class="section" id="
|
683
|
-
<h3>Thanks<a class="headerlink" href="#
|
737
|
+
<div class="section" id="id40">
|
738
|
+
<h3>Thanks<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
684
739
|
<ul class="simple">
|
685
740
|
<li>@Kiske</li>
|
686
741
|
</ul>
|
@@ -688,8 +743,8 @@ This change not to contain such a metadata as search results.</li>
|
|
688
743
|
</div>
|
689
744
|
<div class="section" id="release-2-0-6-2012-08-29">
|
690
745
|
<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>
|
691
|
-
<div class="section" id="
|
692
|
-
<h3>Improvements<a class="headerlink" href="#
|
746
|
+
<div class="section" id="id41">
|
747
|
+
<h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
693
748
|
<ul class="simple">
|
694
749
|
<li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
|
695
750
|
<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>
|
@@ -710,8 +765,8 @@ This change not to contain such a metadata as search results.</li>
|
|
710
765
|
<li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
|
711
766
|
</ul>
|
712
767
|
</div>
|
713
|
-
<div class="section" id="
|
714
|
-
<h3>Fixes<a class="headerlink" href="#
|
768
|
+
<div class="section" id="id42">
|
769
|
+
<h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
715
770
|
<ul class="simple">
|
716
771
|
<li>[doc] Fixed the execution examples. [#1428]
|
717
772
|
[Reported by IWAI, Masaharu]</li>
|
@@ -726,8 +781,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
726
781
|
[Reported by @yito]</li>
|
727
782
|
</ul>
|
728
783
|
</div>
|
729
|
-
<div class="section" id="
|
730
|
-
<h3>Thanks<a class="headerlink" href="#
|
784
|
+
<div class="section" id="id43">
|
785
|
+
<h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
731
786
|
<ul class="simple">
|
732
787
|
<li>IWAI, Masaharu</li>
|
733
788
|
<li>@yito</li>
|
@@ -736,8 +791,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
736
791
|
</div>
|
737
792
|
<div class="section" id="release-2-0-5-2012-07-29">
|
738
793
|
<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>
|
739
|
-
<div class="section" id="
|
740
|
-
<h3>Improvements<a class="headerlink" href="#
|
794
|
+
<div class="section" id="id44">
|
795
|
+
<h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
741
796
|
<ul class="simple">
|
742
797
|
<li>Supported calculating the value of distance with "rect" or "rectangle"
|
743
798
|
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
@@ -762,8 +817,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
762
817
|
<li>Supported to open locked database. [GitHub#21]</li>
|
763
818
|
</ul>
|
764
819
|
</div>
|
765
|
-
<div class="section" id="
|
766
|
-
<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>
|
767
822
|
<ul class="simple">
|
768
823
|
<li>Fixed a build problem about groonga-httpd on Mac OS X.
|
769
824
|
[Reported by SHIMADA Koji]</li>
|
@@ -779,8 +834,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
779
834
|
[#1429] [Reported by IWAI, Masaharu]</li>
|
780
835
|
</ul>
|
781
836
|
</div>
|
782
|
-
<div class="section" id="
|
783
|
-
<h3>Thanks<a class="headerlink" href="#
|
837
|
+
<div class="section" id="id46">
|
838
|
+
<h3>Thanks<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
784
839
|
<ul class="simple">
|
785
840
|
<li>SHIMADA Koji</li>
|
786
841
|
<li>IWAI, Masaharu</li>
|
@@ -789,8 +844,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
789
844
|
</div>
|
790
845
|
<div class="section" id="release-2-0-4-2012-06-29">
|
791
846
|
<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>
|
792
|
-
<div class="section" id="
|
793
|
-
<h3>Improvements<a class="headerlink" href="#
|
847
|
+
<div class="section" id="id47">
|
848
|
+
<h3>Improvements<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
794
849
|
<ul class="simple">
|
795
850
|
<li>Supported only KyTea 0.4.2.</li>
|
796
851
|
<li>Dropped KyTea 0.4.1 or ealier support.</li>
|
@@ -817,8 +872,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
|
|
817
872
|
[GitHub#18] [Patch by IWAI, Masaharu]</li>
|
818
873
|
</ul>
|
819
874
|
</div>
|
820
|
-
<div class="section" id="
|
821
|
-
<h3>Fixes<a class="headerlink" href="#
|
875
|
+
<div class="section" id="id48">
|
876
|
+
<h3>Fixes<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
822
877
|
<ul class="simple">
|
823
878
|
<li>Fixed a problem that display of command prompt changes to not intended state
|
824
879
|
by using batch mode on Mac OS X.
|
@@ -827,8 +882,8 @@ by using batch mode on Mac OS X.
|
|
827
882
|
<li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
|
828
883
|
</ul>
|
829
884
|
</div>
|
830
|
-
<div class="section" id="
|
831
|
-
<h3>Thanks<a class="headerlink" href="#
|
885
|
+
<div class="section" id="id49">
|
886
|
+
<h3>Thanks<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
832
887
|
<ul class="simple">
|
833
888
|
<li>@soundkitchen</li>
|
834
889
|
<li>IWAI, Masaharu</li>
|
@@ -837,8 +892,8 @@ by using batch mode on Mac OS X.
|
|
837
892
|
</div>
|
838
893
|
<div class="section" id="release-2-0-3-2012-05-29">
|
839
894
|
<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>
|
840
|
-
<div class="section" id="
|
841
|
-
<h3>Improvements<a class="headerlink" href="#
|
895
|
+
<div class="section" id="id50">
|
896
|
+
<h3>Improvements<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
842
897
|
<ul class="simple">
|
843
898
|
<li>[doc] Added about release procedure.</li>
|
844
899
|
<li>Removed restriction that the max number of opened files is 4096.</li>
|
@@ -862,8 +917,8 @@ groonga-repository to groonga-release to follow RPM package name
|
|
862
917
|
convension such as centos-release and fedora-release.</li>
|
863
918
|
</ul>
|
864
919
|
</div>
|
865
|
-
<div class="section" id="
|
866
|
-
<h3>Fixes<a class="headerlink" href="#
|
920
|
+
<div class="section" id="id51">
|
921
|
+
<h3>Fixes<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
|
867
922
|
<ul class="simple">
|
868
923
|
<li>[doc] Fixed a command to update yum repository.
|
869
924
|
[Suggested by IWAI, Masaharu]</li>
|
@@ -876,8 +931,8 @@ expression. [#1372]</li>
|
|
876
931
|
<li>Fixed a bug that a record key registered via index source isn't normalized.</li>
|
877
932
|
</ul>
|
878
933
|
</div>
|
879
|
-
<div class="section" id="
|
880
|
-
<h3>Thanks<a class="headerlink" href="#
|
934
|
+
<div class="section" id="id52">
|
935
|
+
<h3>Thanks<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
|
881
936
|
<ul class="simple">
|
882
937
|
<li>IWAI, Masaharu</li>
|
883
938
|
</ul>
|
@@ -900,8 +955,8 @@ package sign key before updating groogna packages.</p>
|
|
900
955
|
</pre></div>
|
901
956
|
</div>
|
902
957
|
</div>
|
903
|
-
<div class="section" id="
|
904
|
-
<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>
|
905
960
|
<ul class="simple">
|
906
961
|
<li>[pkg-config] Removed needless MessagePack dependency.</li>
|
907
962
|
<li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
|
@@ -921,8 +976,8 @@ is the similar search syntax. [#1342]</li>
|
|
921
976
|
package sign key.</li>
|
922
977
|
</ul>
|
923
978
|
</div>
|
924
|
-
<div class="section" id="
|
925
|
-
<h3>Fixes<a class="headerlink" href="#
|
979
|
+
<div class="section" id="id54">
|
980
|
+
<h3>Fixes<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
|
926
981
|
<ul class="simple">
|
927
982
|
<li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
|
928
983
|
<tt class="docutils literal"><span class="pre">--address</span></tt> option.
|
@@ -944,8 +999,8 @@ inverted index. [#1329]</li>
|
|
944
999
|
[#1340] [Reported by Shinya Kawaji]</li>
|
945
1000
|
</ul>
|
946
1001
|
</div>
|
947
|
-
<div class="section" id="
|
948
|
-
<h3>Thanks<a class="headerlink" href="#
|
1002
|
+
<div class="section" id="id55">
|
1003
|
+
<h3>Thanks<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
|
949
1004
|
<ul class="simple">
|
950
1005
|
<li>IWAI, Masaharu</li>
|
951
1006
|
<li>Daiki Ueno</li>
|
@@ -955,8 +1010,8 @@ inverted index. [#1329]</li>
|
|
955
1010
|
</div>
|
956
1011
|
<div class="section" id="release-2-0-1-2012-03-29">
|
957
1012
|
<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>
|
958
|
-
<div class="section" id="
|
959
|
-
<h3>Improvements<a class="headerlink" href="#
|
1013
|
+
<div class="section" id="id56">
|
1014
|
+
<h3>Improvements<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
|
960
1015
|
<ul class="simple">
|
961
1016
|
<li>Supported build in other directory.
|
962
1017
|
[#1298] [Reported by Kazuhiko]</li>
|
@@ -978,8 +1033,8 @@ check. [#1289]</li>
|
|
978
1033
|
<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>
|
979
1034
|
</ul>
|
980
1035
|
</div>
|
981
|
-
<div class="section" id="
|
982
|
-
<h3>Fixes<a class="headerlink" href="#
|
1036
|
+
<div class="section" id="id57">
|
1037
|
+
<h3>Fixes<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
|
983
1038
|
<ul class="simple">
|
984
1039
|
<li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
985
1040
|
scripts. [#1299] [Reported by Kazuhiko]</li>
|
@@ -990,8 +1045,8 @@ only used by mroonga. [#1303]</li>
|
|
990
1045
|
<li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
|
991
1046
|
</ul>
|
992
1047
|
</div>
|
993
|
-
<div class="section" id="
|
994
|
-
<h3>Thanks<a class="headerlink" href="#
|
1048
|
+
<div class="section" id="id58">
|
1049
|
+
<h3>Thanks<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
|
995
1050
|
<ul class="simple">
|
996
1051
|
<li>Kazuhiko</li>
|
997
1052
|
<li>Markus Elfring</li>
|
@@ -1000,8 +1055,8 @@ only used by mroonga. [#1303]</li>
|
|
1000
1055
|
</div>
|
1001
1056
|
<div class="section" id="release-2-0-0-2012-02-29">
|
1002
1057
|
<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>
|
1003
|
-
<div class="section" id="
|
1004
|
-
<h3>Improvements<a class="headerlink" href="#
|
1058
|
+
<div class="section" id="id59">
|
1059
|
+
<h3>Improvements<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
|
1005
1060
|
<ul class="simple">
|
1006
1061
|
<li>[dat] Added 0 length key check.</li>
|
1007
1062
|
<li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
@@ -1025,8 +1080,8 @@ only used by mroonga. [#1303]</li>
|
|
1025
1080
|
<li>[windows] Supported MessagePack.</li>
|
1026
1081
|
</ul>
|
1027
1082
|
</div>
|
1028
|
-
<div class="section" id="
|
1029
|
-
<h3>Fixes<a class="headerlink" href="#
|
1083
|
+
<div class="section" id="id60">
|
1084
|
+
<h3>Fixes<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
|
1030
1085
|
<ul class="simple">
|
1031
1086
|
<li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
|
1032
1087
|
<li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
|
@@ -1036,8 +1091,8 @@ only used by mroonga. [#1303]</li>
|
|
1036
1091
|
[Reported by @wareohji]</li>
|
1037
1092
|
</ul>
|
1038
1093
|
</div>
|
1039
|
-
<div class="section" id="
|
1040
|
-
<h3>Thanks<a class="headerlink" href="#
|
1094
|
+
<div class="section" id="id61">
|
1095
|
+
<h3>Thanks<a class="headerlink" href="#id61" title="Permalink to this headline">¶</a></h3>
|
1041
1096
|
<ul class="simple">
|
1042
1097
|
<li>Suzuki</li>
|
1043
1098
|
<li>Daiki Ueno</li>
|
@@ -1050,8 +1105,8 @@ only used by mroonga. [#1303]</li>
|
|
1050
1105
|
</div>
|
1051
1106
|
<div class="section" id="release-1-3-0-2012-01-29">
|
1052
1107
|
<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>
|
1053
|
-
<div class="section" id="
|
1054
|
-
<h3>Improvements<a class="headerlink" href="#
|
1108
|
+
<div class="section" id="id62">
|
1109
|
+
<h3>Improvements<a class="headerlink" href="#id62" title="Permalink to this headline">¶</a></h3>
|
1055
1110
|
<ul class="simple">
|
1056
1111
|
<li>Supported dynamic DB key table change by
|
1057
1112
|
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
|
@@ -1086,8 +1141,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1086
1141
|
<li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
|
1087
1142
|
</ul>
|
1088
1143
|
</div>
|
1089
|
-
<div class="section" id="
|
1090
|
-
<h3>Thanks<a class="headerlink" href="#
|
1144
|
+
<div class="section" id="id63">
|
1145
|
+
<h3>Thanks<a class="headerlink" href="#id63" title="Permalink to this headline">¶</a></h3>
|
1091
1146
|
<ul class="simple">
|
1092
1147
|
<li>montywi</li>
|
1093
1148
|
<li>Masaharu IWAI</li>
|
@@ -1208,136 +1263,142 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1208
1263
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
1209
1264
|
<ul>
|
1210
1265
|
<li><a class="reference internal" href="#">News</a><ul>
|
1211
|
-
<li><a class="reference internal" href="#release-3-0-
|
1266
|
+
<li><a class="reference internal" href="#release-3-0-9-2013-10-29">Release 3.0.9 - 2013/10/29</a><ul>
|
1212
1267
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
1213
1268
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1214
1269
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1215
1270
|
</ul>
|
1216
1271
|
</li>
|
1217
|
-
<li><a class="reference internal" href="#release-3-0-
|
1272
|
+
<li><a class="reference internal" href="#release-3-0-8-2013-09-29">Release 3.0.8 - 2013/09/29</a><ul>
|
1218
1273
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
1219
1274
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
1220
1275
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
1221
1276
|
</ul>
|
1222
1277
|
</li>
|
1223
|
-
<li><a class="reference internal" href="#release-3-0-
|
1278
|
+
<li><a class="reference internal" href="#release-3-0-7-2013-08-29">Release 3.0.7 - 2013/08/29</a><ul>
|
1224
1279
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
1225
1280
|
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
1226
1281
|
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
1227
1282
|
</ul>
|
1228
1283
|
</li>
|
1229
|
-
<li><a class="reference internal" href="#release-3-0-
|
1284
|
+
<li><a class="reference internal" href="#release-3-0-6-2013-07-29">Release 3.0.6 - 2013/07/29</a><ul>
|
1230
1285
|
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
1231
1286
|
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
1232
1287
|
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
1233
1288
|
</ul>
|
1234
1289
|
</li>
|
1235
|
-
<li><a class="reference internal" href="#release-3-0-
|
1290
|
+
<li><a class="reference internal" href="#release-3-0-5-2013-06-29">Release 3.0.5 - 2013/06/29</a><ul>
|
1236
1291
|
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
1237
1292
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
1238
1293
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
1239
1294
|
</ul>
|
1240
1295
|
</li>
|
1241
|
-
<li><a class="reference internal" href="#release-3-0-
|
1296
|
+
<li><a class="reference internal" href="#release-3-0-4-2013-05-29">Release 3.0.4 - 2013/05/29</a><ul>
|
1242
1297
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
1298
|
+
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
1299
|
+
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
1243
1300
|
</ul>
|
1244
1301
|
</li>
|
1245
|
-
<li><a class="reference internal" href="#release-3-0-
|
1246
|
-
<li><a class="reference internal" href="#
|
1247
|
-
<li><a class="reference internal" href="#id15">Fixes</a></li>
|
1248
|
-
<li><a class="reference internal" href="#id16">Thanks</a></li>
|
1302
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">Release 3.0.3 - 2013/04/29</a><ul>
|
1303
|
+
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
1249
1304
|
</ul>
|
1250
1305
|
</li>
|
1251
|
-
<li><a class="reference internal" href="#release-3-0-
|
1306
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
|
1252
1307
|
<li><a class="reference internal" href="#id17">Improvements</a></li>
|
1253
1308
|
<li><a class="reference internal" href="#id18">Fixes</a></li>
|
1254
1309
|
<li><a class="reference internal" href="#id19">Thanks</a></li>
|
1255
1310
|
</ul>
|
1256
1311
|
</li>
|
1257
|
-
<li><a class="reference internal" href="#release-3-0-
|
1258
|
-
<li><a class="reference internal" href="#id20">
|
1259
|
-
<li><a class="reference internal" href="#id21">
|
1312
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
1313
|
+
<li><a class="reference internal" href="#id20">Improvements</a></li>
|
1314
|
+
<li><a class="reference internal" href="#id21">Fixes</a></li>
|
1315
|
+
<li><a class="reference internal" href="#id22">Thanks</a></li>
|
1260
1316
|
</ul>
|
1261
1317
|
</li>
|
1262
|
-
<li><a class="reference internal" href="#release-
|
1263
|
-
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
1318
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
|
1264
1319
|
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
1265
1320
|
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
1266
1321
|
</ul>
|
1267
1322
|
</li>
|
1268
|
-
<li><a class="reference internal" href="#release-2-1-
|
1269
|
-
<li><a class="reference internal" href="#id25">
|
1323
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
|
1324
|
+
<li><a class="reference internal" href="#id25">Improvements</a></li>
|
1325
|
+
<li><a class="reference internal" href="#id26">Fixes</a></li>
|
1326
|
+
<li><a class="reference internal" href="#id27">Thanks</a></li>
|
1270
1327
|
</ul>
|
1271
1328
|
</li>
|
1272
|
-
<li><a class="reference internal" href="#release-2-1-
|
1273
|
-
<li><a class="reference internal" href="#
|
1274
|
-
<li><a class="reference internal" href="#id27">Fixes</a></li>
|
1275
|
-
<li><a class="reference internal" href="#id28">Thanks</a></li>
|
1329
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
|
1330
|
+
<li><a class="reference internal" href="#id28">Fixes</a></li>
|
1276
1331
|
</ul>
|
1277
1332
|
</li>
|
1278
|
-
<li><a class="reference internal" href="#release-2-0-
|
1333
|
+
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
|
1279
1334
|
<li><a class="reference internal" href="#id29">Improvements</a></li>
|
1280
1335
|
<li><a class="reference internal" href="#id30">Fixes</a></li>
|
1281
1336
|
<li><a class="reference internal" href="#id31">Thanks</a></li>
|
1282
1337
|
</ul>
|
1283
1338
|
</li>
|
1284
|
-
<li><a class="reference internal" href="#release-2-0-
|
1339
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
|
1285
1340
|
<li><a class="reference internal" href="#id32">Improvements</a></li>
|
1286
1341
|
<li><a class="reference internal" href="#id33">Fixes</a></li>
|
1287
1342
|
<li><a class="reference internal" href="#id34">Thanks</a></li>
|
1288
1343
|
</ul>
|
1289
1344
|
</li>
|
1290
|
-
<li><a class="reference internal" href="#release-2-0-
|
1345
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
|
1291
1346
|
<li><a class="reference internal" href="#id35">Improvements</a></li>
|
1292
1347
|
<li><a class="reference internal" href="#id36">Fixes</a></li>
|
1293
1348
|
<li><a class="reference internal" href="#id37">Thanks</a></li>
|
1294
1349
|
</ul>
|
1295
1350
|
</li>
|
1296
|
-
<li><a class="reference internal" href="#release-2-0-
|
1351
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
|
1297
1352
|
<li><a class="reference internal" href="#id38">Improvements</a></li>
|
1298
1353
|
<li><a class="reference internal" href="#id39">Fixes</a></li>
|
1299
1354
|
<li><a class="reference internal" href="#id40">Thanks</a></li>
|
1300
1355
|
</ul>
|
1301
1356
|
</li>
|
1302
|
-
<li><a class="reference internal" href="#release-2-0-
|
1357
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
|
1303
1358
|
<li><a class="reference internal" href="#id41">Improvements</a></li>
|
1304
1359
|
<li><a class="reference internal" href="#id42">Fixes</a></li>
|
1305
1360
|
<li><a class="reference internal" href="#id43">Thanks</a></li>
|
1306
1361
|
</ul>
|
1307
1362
|
</li>
|
1308
|
-
<li><a class="reference internal" href="#release-2-0-
|
1363
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
|
1309
1364
|
<li><a class="reference internal" href="#id44">Improvements</a></li>
|
1310
1365
|
<li><a class="reference internal" href="#id45">Fixes</a></li>
|
1311
1366
|
<li><a class="reference internal" href="#id46">Thanks</a></li>
|
1312
1367
|
</ul>
|
1313
1368
|
</li>
|
1314
|
-
<li><a class="reference internal" href="#release-2-0-
|
1369
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
|
1315
1370
|
<li><a class="reference internal" href="#id47">Improvements</a></li>
|
1316
1371
|
<li><a class="reference internal" href="#id48">Fixes</a></li>
|
1317
1372
|
<li><a class="reference internal" href="#id49">Thanks</a></li>
|
1318
1373
|
</ul>
|
1319
1374
|
</li>
|
1320
|
-
<li><a class="reference internal" href="#release-2-0-
|
1375
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
|
1321
1376
|
<li><a class="reference internal" href="#id50">Improvements</a></li>
|
1322
1377
|
<li><a class="reference internal" href="#id51">Fixes</a></li>
|
1323
1378
|
<li><a class="reference internal" href="#id52">Thanks</a></li>
|
1324
1379
|
</ul>
|
1325
1380
|
</li>
|
1326
|
-
<li><a class="reference internal" href="#release-2-0-
|
1381
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
|
1327
1382
|
<li><a class="reference internal" href="#id53">Improvements</a></li>
|
1328
1383
|
<li><a class="reference internal" href="#id54">Fixes</a></li>
|
1329
1384
|
<li><a class="reference internal" href="#id55">Thanks</a></li>
|
1330
1385
|
</ul>
|
1331
1386
|
</li>
|
1332
|
-
<li><a class="reference internal" href="#release-2-0-
|
1387
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
|
1333
1388
|
<li><a class="reference internal" href="#id56">Improvements</a></li>
|
1334
1389
|
<li><a class="reference internal" href="#id57">Fixes</a></li>
|
1335
1390
|
<li><a class="reference internal" href="#id58">Thanks</a></li>
|
1336
1391
|
</ul>
|
1337
1392
|
</li>
|
1338
|
-
<li><a class="reference internal" href="#release-
|
1393
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
|
1339
1394
|
<li><a class="reference internal" href="#id59">Improvements</a></li>
|
1340
|
-
<li><a class="reference internal" href="#id60">
|
1395
|
+
<li><a class="reference internal" href="#id60">Fixes</a></li>
|
1396
|
+
<li><a class="reference internal" href="#id61">Thanks</a></li>
|
1397
|
+
</ul>
|
1398
|
+
</li>
|
1399
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
|
1400
|
+
<li><a class="reference internal" href="#id62">Improvements</a></li>
|
1401
|
+
<li><a class="reference internal" href="#id63">Thanks</a></li>
|
1341
1402
|
</ul>
|
1342
1403
|
</li>
|
1343
1404
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1375,7 +1436,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1375
1436
|
<li class="right" style="margin-right: 10px">
|
1376
1437
|
<a href="genindex.html" title="General Index"
|
1377
1438
|
>index</a></li>
|
1378
|
-
<li><a href="index.html">
|
1439
|
+
<li><a href="index.html">Groonga v3.0.9 documentation</a> »</li>
|
1379
1440
|
</ul>
|
1380
1441
|
</div>
|
1381
1442
|
<div class="footer">
|