rroonga 3.0.9-x86-mingw32 → 3.1.0-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.textile +10 -10
- data/bin/groonga-database-inspect +40 -0
- data/doc/text/news.textile +19 -0
- data/ext/groonga/extconf.rb +3 -1
- data/ext/groonga/rb-grn-expression.c +1 -1
- data/ext/groonga/rb-grn-operator.c +218 -8
- data/ext/groonga/rb-grn.h +4 -2
- 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.rb +4 -1
- data/lib/groonga/column.rb +25 -0
- data/lib/groonga/database-inspector.rb +279 -0
- data/lib/groonga/database.rb +32 -2
- data/lib/groonga/dumper.rb +7 -13
- data/lib/groonga/index-column.rb +11 -1
- data/lib/groonga/statistic-measurer.rb +37 -0
- data/lib/groonga/table.rb +25 -0
- data/rroonga-build.rb +2 -2
- data/test/groonga-test-utils.rb +10 -10
- data/test/test-column.rb +26 -0
- data/test/test-database-inspector.rb +676 -0
- data/test/test-database.rb +25 -1
- data/test/test-expression-builder.rb +1 -0
- data/test/test-expression.rb +73 -0
- data/test/test-index-column.rb +23 -0
- data/test/test-statistic-measurer.rb +55 -0
- data/test/test-table.rb +40 -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-config +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/query_expanders/tsv.la +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/suggest/suggest.la +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/table/table.la +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/groonga/plugins/tokenizers/mecab.la +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +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/sbin/groonga-httpd-restart +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
- 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 +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +25 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +41 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +273 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +16 -6
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +10 -10
- 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 +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +50 -45
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +220 -172
- 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 +6 -6
- 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 +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +12 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
- 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 -7
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +10 -10
- 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-benchmark.html +410 -0
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +33 -33
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +21 -11
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +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 +12 -12
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
- 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 +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +25 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +41 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +273 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +16 -6
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +39 -38
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +234 -173
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +12 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +411 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +21 -11
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +489 -491
- data/vendor/local/share/man/man1/groonga.1 +500 -498
- metadata +21 -8
- data/lib/groonga/view-record.rb +0 -50
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.4. Ubuntu — Groonga v3.0
|
10
|
+
<title>2.4. Ubuntu — Groonga v3.1.0 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.1.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v3.0
|
28
|
+
<link rel="top" title="Groonga v3.1.0 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
31
31
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v3.0
|
63
|
+
<li><a href="../index.html">Groonga v3.1.0 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -306,9 +306,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
306
306
|
</pre></div>
|
307
307
|
</div>
|
308
308
|
<p>Download source:</p>
|
309
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
310
|
-
% tar xvzf groonga-3.0.
|
311
|
-
% cd groonga-3.0
|
309
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1.0.tar.gz
|
310
|
+
% tar xvzf groonga-3.1.0.tar.gz
|
311
|
+
% cd groonga-3.1.0
|
312
312
|
</pre></div>
|
313
313
|
</div>
|
314
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>
|
@@ -385,7 +385,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
385
385
|
<li class="right" >
|
386
386
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
387
387
|
>previous</a> |</li>
|
388
|
-
<li><a href="../index.html">Groonga v3.0
|
388
|
+
<li><a href="../index.html">Groonga v3.1.0 documentation</a> »</li>
|
389
389
|
<li><a href="../install.html" >2. Install</a> »</li>
|
390
390
|
</ul>
|
391
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 — Groonga v3.0
|
10
|
+
<title>2.1. Windows — Groonga v3.1.0 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.1.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v3.0
|
28
|
+
<link rel="top" title="Groonga v3.1.0 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
31
31
|
<link rel="prev" title="2. Install" href="../install.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../install.html" title="2. Install"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">Groonga v3.0
|
63
|
+
<li><a href="../index.html">Groonga v3.1.0 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -72,8 +72,8 @@
|
|
72
72
|
|
73
73
|
<div class="section" id="windows">
|
74
74
|
<h1>2.1. Windows<a class="headerlink" href="#windows" title="Permalink to this headline">¶</a></h1>
|
75
|
-
<p>This section describes how to install
|
76
|
-
install
|
75
|
+
<p>This section describes how to install Groonga on Windows. You can
|
76
|
+
install Groogna by extracting a zip package or running an installer.</p>
|
77
77
|
<p>We distribute both 32-bit and 64-bit packages but we strongly
|
78
78
|
recommend a 64-bit package for server. You should use a 32-bit package
|
79
79
|
just only for tests or development. You will encounter an out of
|
@@ -81,41 +81,48 @@ memory error with a 32-bit package even if you just process medium
|
|
81
81
|
size data.</p>
|
82
82
|
<div class="section" id="installer">
|
83
83
|
<h2>2.1.1. Installer<a class="headerlink" href="#installer" title="Permalink to this headline">¶</a></h2>
|
84
|
-
<p>For 32-bit environment, download x86 executable binary from
|
85
|
-
|
86
|
-
<
|
87
|
-
<div
|
88
|
-
</
|
89
|
-
</
|
84
|
+
<p>For 32-bit environment, download x86 executable binary from
|
85
|
+
packages.groonga.org:</p>
|
86
|
+
<blockquote>
|
87
|
+
<div><ul class="simple">
|
88
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.0-x86.exe">http://packages.groonga.org/windows/groonga/groonga-3.1.0-x86.exe</a></li>
|
89
|
+
</ul>
|
90
|
+
</div></blockquote>
|
90
91
|
<p>Then run it.</p>
|
91
|
-
<p>For 64-bit environment, download x64 executable binary from
|
92
|
-
|
93
|
-
<
|
94
|
-
|
95
|
-
</
|
92
|
+
<p>For 64-bit environment, download x64 executable binary from
|
93
|
+
packages.goronga.org:</p>
|
94
|
+
<blockquote>
|
95
|
+
<div><ul class="simple">
|
96
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.0-x64.exe">http://packages.groonga.org/windows/groonga/groonga-3.1.0-x64.exe</a></li>
|
97
|
+
</ul>
|
98
|
+
</div></blockquote>
|
96
99
|
<p>Then run it.</p>
|
97
|
-
<p>Use command prompt
|
100
|
+
<p>Use command prompt in start menu to run
|
101
|
+
<a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a>.</p>
|
98
102
|
</div>
|
99
103
|
<div class="section" id="zip">
|
100
104
|
<h2>2.1.2. zip<a class="headerlink" href="#zip" title="Permalink to this headline">¶</a></h2>
|
101
|
-
<p>For 32-bit environment, download x86 zip archive from
|
102
|
-
|
103
|
-
<
|
104
|
-
<div
|
105
|
-
</
|
106
|
-
</
|
105
|
+
<p>For 32-bit environment, download x86 zip archive from
|
106
|
+
packages.groonga.org:</p>
|
107
|
+
<blockquote>
|
108
|
+
<div><ul class="simple">
|
109
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.0-x86.zip">http://packages.groonga.org/windows/groonga/groonga-3.1.0-x86.zip</a></li>
|
110
|
+
</ul>
|
111
|
+
</div></blockquote>
|
107
112
|
<p>Then extract it.</p>
|
108
|
-
<p>For 64-bit environment, download x64 zip archive from
|
109
|
-
|
110
|
-
<
|
111
|
-
|
112
|
-
</
|
113
|
+
<p>For 64-bit environment, download x64 zip archive from
|
114
|
+
packages.groonga.org:</p>
|
115
|
+
<blockquote>
|
116
|
+
<div><ul class="simple">
|
117
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-3.1.0-x64.zip">http://packages.groonga.org/windows/groonga/groonga-3.1.0-x64.zip</a></li>
|
118
|
+
</ul>
|
119
|
+
</div></blockquote>
|
113
120
|
<p>Then extract it.</p>
|
114
|
-
<p
|
121
|
+
<p>You can find <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> in <tt class="docutils literal"><span class="pre">bin</span></tt> folder.</p>
|
115
122
|
</div>
|
116
123
|
<div class="section" id="build-from-source">
|
117
124
|
<h2>2.1.3. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
118
|
-
<p>First, you need to install required tools for building
|
125
|
+
<p>First, you need to install required tools for building Groonga on
|
119
126
|
Windows. Here are required tools:</p>
|
120
127
|
<blockquote>
|
121
128
|
<div><ul class="simple">
|
@@ -123,31 +130,29 @@ Windows. Here are required tools:</p>
|
|
123
130
|
<li><a class="reference external" href="http://www.cmake.org/">CMake</a></li>
|
124
131
|
</ul>
|
125
132
|
</div></blockquote>
|
126
|
-
<p>Download zipped source from packages.groonga.org
|
127
|
-
<
|
128
|
-
<
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
</pre></div>
|
133
|
-
</div>
|
133
|
+
<p>Download zipped source from packages.groonga.org:</p>
|
134
|
+
<blockquote>
|
135
|
+
<div><ul class="simple">
|
136
|
+
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-3.1.0.zip">http://packages.groonga.org/source/groonga/groonga-3.1.0.zip</a></li>
|
137
|
+
</ul>
|
138
|
+
</div></blockquote>
|
134
139
|
<p>Then extract it.</p>
|
135
|
-
<p>Move to the
|
136
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0
|
140
|
+
<p>Move to the Groonga's source folder:</p>
|
141
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.1.0
|
137
142
|
</pre></div>
|
138
143
|
</div>
|
139
144
|
<p>Configure by <tt class="docutils literal"><span class="pre">cmake</span></tt>. The following commnad line is for 64-bit
|
140
145
|
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
146
|
parameter instead:</p>
|
142
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0
|
147
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.0> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
143
148
|
</pre></div>
|
144
149
|
</div>
|
145
150
|
<p>Build:</p>
|
146
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0
|
151
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.0> cmake --build . --config Release
|
147
152
|
</pre></div>
|
148
153
|
</div>
|
149
154
|
<p>Install:</p>
|
150
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.1.0> cmake --build . --config Release --target Install
|
151
156
|
</pre></div>
|
152
157
|
</div>
|
153
158
|
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is found in
|
@@ -211,7 +216,7 @@ parameter instead:</p>
|
|
211
216
|
<li class="right" >
|
212
217
|
<a href="../install.html" title="2. Install"
|
213
218
|
>previous</a> |</li>
|
214
|
-
<li><a href="../index.html">Groonga v3.0
|
219
|
+
<li><a href="../index.html">Groonga v3.1.0 documentation</a> »</li>
|
215
220
|
<li><a href="../install.html" >2. Install</a> »</li>
|
216
221
|
</ul>
|
217
222
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>10. Limitations — Groonga v3.0
|
10
|
+
<title>10. Limitations — Groonga v3.1.0 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.1.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v3.0
|
28
|
+
<link rel="top" title="Groonga v3.1.0 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="9.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">Groonga v3.0
|
62
|
+
<li><a href="index.html">Groonga v3.1.0 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">Groonga v3.0
|
158
|
+
<li><a href="index.html">Groonga v3.1.0 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 — Groonga v3.0
|
10
|
+
<title>News — Groonga v3.1.0 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.1.0',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v3.0
|
28
|
+
<link rel="top" title="Groonga v3.1.0 documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body>
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">Groonga v3.0
|
54
|
+
<li><a href="index.html">Groonga v3.1.0 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,11 +62,53 @@
|
|
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-1-0-2013-11-29">
|
66
|
+
<span id="release-3-1-0"></span><h2>Release 3.1.0 - 2013/11/29<a class="headerlink" href="#release-3-1-0-2013-11-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>[experimental] Supported an option to skip updating for the same value.
|
71
|
+
It is enabled by setting GRN_JA_SKIP_SAME_VALUE_PUT=yes as environment variable.</li>
|
72
|
+
<li>Improved to show tokenizer and original text in empty token warning message.
|
73
|
+
It shows actual token, so it helps you to investigate token related issue.</li>
|
74
|
+
<li>Dropped broken AIO support. [#2054] [Reported by sho MINAGAWA]</li>
|
75
|
+
<li>[windows] Supported build with Visual Studio Express 2008. [#1964 the 21th comment]
|
76
|
+
It is aimed to promote bundling Mroonga with MariaDB in the future.</li>
|
77
|
+
</ul>
|
78
|
+
</div>
|
79
|
+
<div class="section" id="fixes">
|
80
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
81
|
+
<ul class="simple">
|
82
|
+
<li>Fixed a bug that type of "_value" column is treated as Int32.
|
83
|
+
It causes the case that the value of "_value" column is casted unexpectedly.
|
84
|
+
[Reported by Genki Takiuchi]</li>
|
85
|
+
<li>Fixed to require GLib 2.14.0 or later for benchmark program.
|
86
|
+
The benchmark program is changed to use GRegex which requires GLib 2.14.0 or later.
|
87
|
+
It affects users who compile Groonga with '--enable-benchmark' configuration.
|
88
|
+
[groonga-dev,01890] [Reported by WING]</li>
|
89
|
+
<li>Fixed a memory leak on updating an empty column vector with the same value.</li>
|
90
|
+
<li>Fixed a memory leak on updating index for column vector.
|
91
|
+
It affects the case if you store the value of column which has invalid UTF-8 byte
|
92
|
+
sequence.</li>
|
93
|
+
<li>[plugin][windows] Fixed the issue that register command fails without
|
94
|
+
'lib/groonga/plugins'. [Reported by @yito]</li>
|
95
|
+
</ul>
|
96
|
+
</div>
|
97
|
+
<div class="section" id="thanks">
|
98
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
99
|
+
<ul class="simple">
|
100
|
+
<li>sho MINAGAWA</li>
|
101
|
+
<li>Genki Takiuchi</li>
|
102
|
+
<li>WING</li>
|
103
|
+
<li>@yito</li>
|
104
|
+
</ul>
|
105
|
+
</div>
|
106
|
+
</div>
|
107
|
+
<div class="section" id="release-3-0-9-2013-10-29">
|
108
|
+
<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>
|
109
|
+
<div class="section" id="id1">
|
110
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
111
|
+
<ul class="simple">
|
70
112
|
<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
113
|
<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
114
|
<li>[doc] Added description why zlib/lzo compression are disabled by default. [groonga-dev, 01845] [Suggested by Naoya Murakami]</li>
|
@@ -85,8 +127,8 @@ raw text insted of double quoted text. This is incompatible changes.</li>
|
|
85
127
|
<li>Supported Ubuntu 13.10 (Saucy Salamander).</li>
|
86
128
|
</ul>
|
87
129
|
</div>
|
88
|
-
<div class="section" id="
|
89
|
-
<h3>Fixes<a class="headerlink" href="#
|
130
|
+
<div class="section" id="id2">
|
131
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
90
132
|
<ul class="simple">
|
91
133
|
<li>Fixed a bug that it cause SEGV by arithmetic overflow.
|
92
134
|
This problem occurs when the size of indexes exceeds
|
@@ -107,8 +149,8 @@ isn't inherited. It means that these parameters are just ignored in non location
|
|
107
149
|
It affects the case that assignment of the Time value which indicate over 32bit value.</li>
|
108
150
|
</ul>
|
109
151
|
</div>
|
110
|
-
<div class="section" id="
|
111
|
-
<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>
|
112
154
|
<ul class="simple">
|
113
155
|
<li>Naoya Murakami</li>
|
114
156
|
<li>wanabe</li>
|
@@ -119,8 +161,8 @@ It affects the case that assignment of the Time value which indicate over 32bit
|
|
119
161
|
</div>
|
120
162
|
<div class="section" id="release-3-0-8-2013-09-29">
|
121
163
|
<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="
|
123
|
-
<h3>Improvements<a class="headerlink" href="#
|
164
|
+
<div class="section" id="id4">
|
165
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
124
166
|
<ul class="simple">
|
125
167
|
<li>[admin] Improved error handling of select functionality. This change shows error message
|
126
168
|
and hides loading dialog. [Patch by orangain]</li>
|
@@ -143,14 +185,14 @@ You got an error for the operation.</li>
|
|
143
185
|
<li>[doc] Added note about GQTP and HTTP for server use. [groonga-dev,01810] [Reported by Kazuhiro Isobe]</li>
|
144
186
|
</ul>
|
145
187
|
</div>
|
146
|
-
<div class="section" id="
|
147
|
-
<h3>Fixes<a class="headerlink" href="#
|
188
|
+
<div class="section" id="id5">
|
189
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
148
190
|
<ul class="simple">
|
149
191
|
<li>[admin] Fixed a bug that add value button of COLUMN_VECTOR does not work.</li>
|
150
192
|
</ul>
|
151
193
|
</div>
|
152
|
-
<div class="section" id="
|
153
|
-
<h3>Thanks<a class="headerlink" href="#
|
194
|
+
<div class="section" id="id6">
|
195
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
154
196
|
<ul class="simple">
|
155
197
|
<li>orangain</li>
|
156
198
|
<li>Naoya Murakami</li>
|
@@ -160,8 +202,8 @@ You got an error for the operation.</li>
|
|
160
202
|
</div>
|
161
203
|
<div class="section" id="release-3-0-7-2013-08-29">
|
162
204
|
<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>
|
163
|
-
<div class="section" id="
|
164
|
-
<h3>Improvements<a class="headerlink" href="#
|
205
|
+
<div class="section" id="id7">
|
206
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
165
207
|
<ul class="simple">
|
166
208
|
<li>[doc] Added API documentation. [groonga-dev,01593]
|
167
209
|
[GitHub#79,#80,#81,#82,#83,#84,#85,#86,#87,#88,#89,#90,#91,#92,#93,#95,#96,#97,#98,#99,#100]
|
@@ -180,8 +222,8 @@ error instead of a warning. [groonga-dev,01571] [Suggested by Naoya Murakami]</l
|
|
180
222
|
<li>[httpd] Supported customizing cache limit as <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> directive.</li>
|
181
223
|
</ul>
|
182
224
|
</div>
|
183
|
-
<div class="section" id="
|
184
|
-
<h3>Fixes<a class="headerlink" href="#
|
225
|
+
<div class="section" id="id8">
|
226
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
185
227
|
<ul class="simple">
|
186
228
|
<li>Fixed a bug that error in expression may cause stack overflow.
|
187
229
|
This change avoids that groonga crashes suddenly as a result of error accumlation.</li>
|
@@ -209,8 +251,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr
|
|
209
251
|
[Reported by YOSHIDA Mitsuo]</li>
|
210
252
|
</ul>
|
211
253
|
</div>
|
212
|
-
<div class="section" id="
|
213
|
-
<h3>Thanks<a class="headerlink" href="#
|
254
|
+
<div class="section" id="id9">
|
255
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
214
256
|
<ul class="simple">
|
215
257
|
<li>whombx</li>
|
216
258
|
<li>@naoina</li>
|
@@ -223,8 +265,8 @@ The <tt class="docutils literal"><span class="pre">select</span> <span class="pr
|
|
223
265
|
</div>
|
224
266
|
<div class="section" id="release-3-0-6-2013-07-29">
|
225
267
|
<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>
|
226
|
-
<div class="section" id="
|
227
|
-
<h3>Improvements<a class="headerlink" href="#
|
268
|
+
<div class="section" id="id10">
|
269
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
228
270
|
<ul class="simple">
|
229
271
|
<li>[doc] Added documentation about parameter of <a class="reference internal" href="reference/functions/sub_filter.html"><em>sub_filter</em></a>
|
230
272
|
function.</li>
|
@@ -238,15 +280,15 @@ function.</li>
|
|
238
280
|
<li>[httpd] Updated bundled nginx version to 1.4.2.</li>
|
239
281
|
</ul>
|
240
282
|
</div>
|
241
|
-
<div class="section" id="
|
242
|
-
<h3>Fixes<a class="headerlink" href="#
|
283
|
+
<div class="section" id="id11">
|
284
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
243
285
|
<ul class="simple">
|
244
286
|
<li>Fixed a crash bug when specific internal function (<tt class="docutils literal"><span class="pre">grn_obj_path()</span></tt>) is called
|
245
287
|
for built-in proc function such as <tt class="docutils literal"><span class="pre">select</span></tt>. [Reported by Genki Takiuchi]</li>
|
246
288
|
</ul>
|
247
289
|
</div>
|
248
|
-
<div class="section" id="
|
249
|
-
<h3>Thanks<a class="headerlink" href="#
|
290
|
+
<div class="section" id="id12">
|
291
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
250
292
|
<ul class="simple">
|
251
293
|
<li>Naoya Inada</li>
|
252
294
|
<li>OBATA Akio</li>
|
@@ -257,8 +299,8 @@ for built-in proc function such as <tt class="docutils literal"><span class="pre
|
|
257
299
|
</div>
|
258
300
|
<div class="section" id="release-3-0-5-2013-06-29">
|
259
301
|
<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>
|
260
|
-
<div class="section" id="
|
261
|
-
<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>
|
262
304
|
<ul class="simple">
|
263
305
|
<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>
|
264
306
|
<li>Added subrecord information to table inspection.</li>
|
@@ -269,8 +311,8 @@ when starting groonga server. [Reported by Kosuke Asami]</li>
|
|
269
311
|
<li>[experimental] Added <a class="reference internal" href="reference/functions/html_untag.html"><em>html_untag</em></a> function.</li>
|
270
312
|
</ul>
|
271
313
|
</div>
|
272
|
-
<div class="section" id="
|
273
|
-
<h3>Fixes<a class="headerlink" href="#
|
314
|
+
<div class="section" id="id14">
|
315
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
274
316
|
<ul class="simple">
|
275
317
|
<li>Fixed a crash bug of mroonga which is caused by missing lock for table creation.
|
276
318
|
[Reported by Y.Kentaro]</li>
|
@@ -288,8 +330,8 @@ This bug affects the case if you assign calculated value to
|
|
288
330
|
<tt class="docutils literal"><span class="pre">_score</span></tt> pseudo column for example.</li>
|
289
331
|
</ul>
|
290
332
|
</div>
|
291
|
-
<div class="section" id="
|
292
|
-
<h3>Thanks<a class="headerlink" href="#
|
333
|
+
<div class="section" id="id15">
|
334
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
293
335
|
<ul class="simple">
|
294
336
|
<li>Y.Kentaro</li>
|
295
337
|
<li>Kosuke Asami</li>
|
@@ -299,8 +341,8 @@ This bug affects the case if you assign calculated value to
|
|
299
341
|
</div>
|
300
342
|
<div class="section" id="release-3-0-4-2013-05-29">
|
301
343
|
<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>
|
302
|
-
<div class="section" id="
|
303
|
-
<h3>Improvements<a class="headerlink" href="#
|
344
|
+
<div class="section" id="id16">
|
345
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
304
346
|
<ul class="simple">
|
305
347
|
<li>[tokenizer] Improved to show log message when normalized string is not given.</li>
|
306
348
|
<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>
|
@@ -323,8 +365,8 @@ It supports to exclude specific tables from monitoring results.</li>
|
|
323
365
|
system plugins.</li>
|
324
366
|
</ul>
|
325
367
|
</div>
|
326
|
-
<div class="section" id="
|
327
|
-
<h3>Fixes<a class="headerlink" href="#
|
368
|
+
<div class="section" id="id17">
|
369
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
328
370
|
<ul class="simple">
|
329
371
|
<li>[tokenizer] Fixed a memory leak on error.</li>
|
330
372
|
<li>Fixed a bug that empty string for similar search causes SEGV.
|
@@ -339,8 +381,8 @@ expressions are used.</li>
|
|
339
381
|
<li>[deb] Fixed a bug that HTTP/GQTP process is excuted as root user.</li>
|
340
382
|
</ul>
|
341
383
|
</div>
|
342
|
-
<div class="section" id="
|
343
|
-
<h3>Thanks<a class="headerlink" href="#
|
384
|
+
<div class="section" id="id18">
|
385
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
344
386
|
<ul class="simple">
|
345
387
|
<li>@ceekz</li>
|
346
388
|
<li>Nakai Kanako</li>
|
@@ -353,8 +395,8 @@ expressions are used.</li>
|
|
353
395
|
</div>
|
354
396
|
<div class="section" id="release-3-0-3-2013-04-29">
|
355
397
|
<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>
|
356
|
-
<div class="section" id="
|
357
|
-
<h3>Improvements<a class="headerlink" href="#
|
398
|
+
<div class="section" id="id19">
|
399
|
+
<h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
358
400
|
<ul class="simple">
|
359
401
|
<li>[suggest] Supported to learn with the value of customized weight
|
360
402
|
by using <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> configuration.</li>
|
@@ -372,8 +414,8 @@ for building customized groonga without changing spec file.</li>
|
|
372
414
|
</div>
|
373
415
|
<div class="section" id="release-3-0-2-2013-03-29">
|
374
416
|
<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>
|
375
|
-
<div class="section" id="
|
376
|
-
<h3>Improvements<a class="headerlink" href="#
|
417
|
+
<div class="section" id="id20">
|
418
|
+
<h3>Improvements<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
377
419
|
<ul class="simple">
|
378
420
|
<li>Supported two or more indexes for a table key.
|
379
421
|
This change affects to eliminate potential crash case when loading a new key
|
@@ -397,8 +439,8 @@ This change supports the query such as
|
|
397
439
|
<tt class="docutils literal"><span class="pre">--query_expansion</span></tt> is regarded as deprecated.</li>
|
398
440
|
</ul>
|
399
441
|
</div>
|
400
|
-
<div class="section" id="
|
401
|
-
<h3>Fixes<a class="headerlink" href="#
|
442
|
+
<div class="section" id="id21">
|
443
|
+
<h3>Fixes<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
402
444
|
<ul class="simple">
|
403
445
|
<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".
|
404
446
|
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>.
|
@@ -414,8 +456,8 @@ Reference key size is 25 byte or lager.</li>
|
|
414
456
|
This affects the case if GARBAGE does not exist.</li>
|
415
457
|
</ul>
|
416
458
|
</div>
|
417
|
-
<div class="section" id="
|
418
|
-
<h3>Thanks<a class="headerlink" href="#
|
459
|
+
<div class="section" id="id22">
|
460
|
+
<h3>Thanks<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
419
461
|
<ul class="simple">
|
420
462
|
<li>Hendro Wibowo</li>
|
421
463
|
<li>hino</li>
|
@@ -425,8 +467,8 @@ This affects the case if GARBAGE does not exist.</li>
|
|
425
467
|
</div>
|
426
468
|
<div class="section" id="release-3-0-1-2013-02-28">
|
427
469
|
<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>
|
428
|
-
<div class="section" id="
|
429
|
-
<h3>Improvements<a class="headerlink" href="#
|
470
|
+
<div class="section" id="id23">
|
471
|
+
<h3>Improvements<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
430
472
|
<ul class="simple">
|
431
473
|
<li>Supported to set Bool to reference column when loading dataset by load command.</li>
|
432
474
|
<li>Supported AND operation for nested index.
|
@@ -443,8 +485,8 @@ based nested index of _key.</li>
|
|
443
485
|
<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>
|
444
486
|
</ul>
|
445
487
|
</div>
|
446
|
-
<div class="section" id="
|
447
|
-
<h3>Fixes<a class="headerlink" href="#
|
488
|
+
<div class="section" id="id24">
|
489
|
+
<h3>Fixes<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
448
490
|
<ul class="simple">
|
449
491
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
|
450
492
|
It causes that invalid index entry is returned after deleting entries.
|
@@ -454,8 +496,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
454
496
|
<li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
|
455
497
|
</ul>
|
456
498
|
</div>
|
457
|
-
<div class="section" id="
|
458
|
-
<h3>Thanks<a class="headerlink" href="#
|
499
|
+
<div class="section" id="id25">
|
500
|
+
<h3>Thanks<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
459
501
|
<ul class="simple">
|
460
502
|
<li>b senboku</li>
|
461
503
|
</ul>
|
@@ -466,8 +508,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
466
508
|
<ul class="simple">
|
467
509
|
<li>Bump version to 3.0.0!</li>
|
468
510
|
</ul>
|
469
|
-
<div class="section" id="
|
470
|
-
<h3>Fixes<a class="headerlink" href="#
|
511
|
+
<div class="section" id="id26">
|
512
|
+
<h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
471
513
|
<ul class="simple">
|
472
514
|
<li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
|
473
515
|
when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
|
@@ -477,8 +519,8 @@ If you use string literal for int64, this bug does not affects.</li>
|
|
477
519
|
by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
478
520
|
</ul>
|
479
521
|
</div>
|
480
|
-
<div class="section" id="
|
481
|
-
<h3>Thanks<a class="headerlink" href="#
|
522
|
+
<div class="section" id="id27">
|
523
|
+
<h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
482
524
|
<ul class="simple">
|
483
525
|
<li>IWAI, Masaharu</li>
|
484
526
|
</ul>
|
@@ -486,8 +528,8 @@ by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
|
486
528
|
</div>
|
487
529
|
<div class="section" id="release-2-1-2-2013-01-29">
|
488
530
|
<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>
|
489
|
-
<div class="section" id="
|
490
|
-
<h3>Improvements<a class="headerlink" href="#
|
531
|
+
<div class="section" id="id28">
|
532
|
+
<h3>Improvements<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
491
533
|
<ul class="simple">
|
492
534
|
<li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
|
493
535
|
For example, you can specify the keyword which has different weight such as
|
@@ -513,8 +555,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
|
513
555
|
<li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
|
514
556
|
</ul>
|
515
557
|
</div>
|
516
|
-
<div class="section" id="
|
517
|
-
<h3>Fixes<a class="headerlink" href="#
|
558
|
+
<div class="section" id="id29">
|
559
|
+
<h3>Fixes<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
518
560
|
<ul class="simple">
|
519
561
|
<li>Fixed not to report an error even though MeCab tokenizer shared object
|
520
562
|
isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
@@ -524,8 +566,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
|
524
566
|
by select command.</li>
|
525
567
|
</ul>
|
526
568
|
</div>
|
527
|
-
<div class="section" id="
|
528
|
-
<h3>Thanks<a class="headerlink" href="#
|
569
|
+
<div class="section" id="id30">
|
570
|
+
<h3>Thanks<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
529
571
|
<ul class="simple">
|
530
572
|
<li>wing</li>
|
531
573
|
</ul>
|
@@ -535,8 +577,8 @@ by select command.</li>
|
|
535
577
|
<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>
|
536
578
|
<p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
537
579
|
instead.</p>
|
538
|
-
<div class="section" id="
|
539
|
-
<h3>Fixes<a class="headerlink" href="#
|
580
|
+
<div class="section" id="id31">
|
581
|
+
<h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
540
582
|
<ul class="simple">
|
541
583
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
|
542
584
|
created by groonga 2.0.8 or ealier is dropped.</li>
|
@@ -563,8 +605,8 @@ version of groonga.</p>
|
|
563
605
|
tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
|
564
606
|
This API change affects developer of tokenizer plugin.</p>
|
565
607
|
</div>
|
566
|
-
<div class="section" id="
|
567
|
-
<h3>Improvements<a class="headerlink" href="#
|
608
|
+
<div class="section" id="id32">
|
609
|
+
<h3>Improvements<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
568
610
|
<ul class="simple">
|
569
611
|
<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>
|
570
612
|
<li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
|
@@ -586,8 +628,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span
|
|
586
628
|
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>
|
587
629
|
</ul>
|
588
630
|
</div>
|
589
|
-
<div class="section" id="
|
590
|
-
<h3>Fixes<a class="headerlink" href="#
|
631
|
+
<div class="section" id="id33">
|
632
|
+
<h3>Fixes<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
591
633
|
<ul class="simple">
|
592
634
|
<li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
|
593
635
|
This change fixes the infinite loop problem about groonga HTTP server.
|
@@ -599,8 +641,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
599
641
|
<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>
|
600
642
|
</ul>
|
601
643
|
</div>
|
602
|
-
<div class="section" id="
|
603
|
-
<h3>Thanks<a class="headerlink" href="#
|
644
|
+
<div class="section" id="id34">
|
645
|
+
<h3>Thanks<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
604
646
|
<ul class="simple">
|
605
647
|
<li>Tomoatsu Shimada</li>
|
606
648
|
<li>Shimomura Tatsuya</li>
|
@@ -609,8 +651,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
609
651
|
</div>
|
610
652
|
<div class="section" id="release-2-0-9-2012-11-29">
|
611
653
|
<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>
|
612
|
-
<div class="section" id="
|
613
|
-
<h3>Improvements<a class="headerlink" href="#
|
654
|
+
<div class="section" id="id35">
|
655
|
+
<h3>Improvements<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
614
656
|
<ul class="simple">
|
615
657
|
<li>Supported to calculate the value of distance accross border
|
616
658
|
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>
|
@@ -633,8 +675,8 @@ This change is incompatibility change, but does not affects existing program.</l
|
|
633
675
|
<li>Supported range search by using index.</li>
|
634
676
|
</ul>
|
635
677
|
</div>
|
636
|
-
<div class="section" id="
|
637
|
-
<h3>Fixes<a class="headerlink" href="#
|
678
|
+
<div class="section" id="id36">
|
679
|
+
<h3>Fixes<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
638
680
|
<ul class="simple">
|
639
681
|
<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
|
640
682
|
the normal network protocol convention.
|
@@ -658,8 +700,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt>
|
|
658
700
|
This change not to contain such a metadata as search results.</li>
|
659
701
|
</ul>
|
660
702
|
</div>
|
661
|
-
<div class="section" id="
|
662
|
-
<h3>Thanks<a class="headerlink" href="#
|
703
|
+
<div class="section" id="id37">
|
704
|
+
<h3>Thanks<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
663
705
|
<ul class="simple">
|
664
706
|
<li>Tomoatsu Shimada</li>
|
665
707
|
<li>Akio Tajima</li>
|
@@ -669,8 +711,8 @@ This change not to contain such a metadata as search results.</li>
|
|
669
711
|
</div>
|
670
712
|
<div class="section" id="release-2-0-8-2012-10-29">
|
671
713
|
<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>
|
672
|
-
<div class="section" id="
|
673
|
-
<h3>Improvements<a class="headerlink" href="#
|
714
|
+
<div class="section" id="id38">
|
715
|
+
<h3>Improvements<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
674
716
|
<ul class="simple">
|
675
717
|
<li>[rpm] Improved the description of server-http and httpd packages.
|
676
718
|
[Suggested by Daiki Ueno]</li>
|
@@ -682,8 +724,8 @@ This change not to contain such a metadata as search results.</li>
|
|
682
724
|
[Reported by serihiro]</li>
|
683
725
|
</ul>
|
684
726
|
</div>
|
685
|
-
<div class="section" id="
|
686
|
-
<h3>Fixes<a class="headerlink" href="#
|
727
|
+
<div class="section" id="id39">
|
728
|
+
<h3>Fixes<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
687
729
|
<ul class="simple">
|
688
730
|
<li>[rpm] Fixed to remove needless "Requires" from spec file.
|
689
731
|
[Reported by Daiki Ueno]</li>
|
@@ -694,8 +736,8 @@ This change not to contain such a metadata as search results.</li>
|
|
694
736
|
<li>[deb] Fixed to bundle missing table plugin.</li>
|
695
737
|
</ul>
|
696
738
|
</div>
|
697
|
-
<div class="section" id="
|
698
|
-
<h3>Thanks<a class="headerlink" href="#
|
739
|
+
<div class="section" id="id40">
|
740
|
+
<h3>Thanks<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
699
741
|
<ul class="simple">
|
700
742
|
<li>Daiki Ueno</li>
|
701
743
|
<li>firewood</li>
|
@@ -705,8 +747,8 @@ This change not to contain such a metadata as search results.</li>
|
|
705
747
|
</div>
|
706
748
|
<div class="section" id="release-2-0-7-2012-09-29">
|
707
749
|
<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>
|
708
|
-
<div class="section" id="
|
709
|
-
<h3>Improvements<a class="headerlink" href="#
|
750
|
+
<div class="section" id="id41">
|
751
|
+
<h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
710
752
|
<ul class="simple">
|
711
753
|
<li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
|
712
754
|
<li>[doc][httpd] Added sample configuration for gzip compression.</li>
|
@@ -722,8 +764,8 @@ This change not to contain such a metadata as search results.</li>
|
|
722
764
|
<li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
|
723
765
|
</ul>
|
724
766
|
</div>
|
725
|
-
<div class="section" id="
|
726
|
-
<h3>Fixes<a class="headerlink" href="#
|
767
|
+
<div class="section" id="id42">
|
768
|
+
<h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
727
769
|
<ul class="simple">
|
728
770
|
<li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
|
729
771
|
<li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
|
@@ -734,8 +776,8 @@ This change not to contain such a metadata as search results.</li>
|
|
734
776
|
<li>Fixed a bug that Time -> Float cast breaks value.</li>
|
735
777
|
</ul>
|
736
778
|
</div>
|
737
|
-
<div class="section" id="
|
738
|
-
<h3>Thanks<a class="headerlink" href="#
|
779
|
+
<div class="section" id="id43">
|
780
|
+
<h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
739
781
|
<ul class="simple">
|
740
782
|
<li>@Kiske</li>
|
741
783
|
</ul>
|
@@ -743,8 +785,8 @@ This change not to contain such a metadata as search results.</li>
|
|
743
785
|
</div>
|
744
786
|
<div class="section" id="release-2-0-6-2012-08-29">
|
745
787
|
<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>
|
746
|
-
<div class="section" id="
|
747
|
-
<h3>Improvements<a class="headerlink" href="#
|
788
|
+
<div class="section" id="id44">
|
789
|
+
<h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
748
790
|
<ul class="simple">
|
749
791
|
<li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
|
750
792
|
<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>
|
@@ -765,8 +807,8 @@ This change not to contain such a metadata as search results.</li>
|
|
765
807
|
<li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
|
766
808
|
</ul>
|
767
809
|
</div>
|
768
|
-
<div class="section" id="
|
769
|
-
<h3>Fixes<a class="headerlink" href="#
|
810
|
+
<div class="section" id="id45">
|
811
|
+
<h3>Fixes<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
770
812
|
<ul class="simple">
|
771
813
|
<li>[doc] Fixed the execution examples. [#1428]
|
772
814
|
[Reported by IWAI, Masaharu]</li>
|
@@ -781,8 +823,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
781
823
|
[Reported by @yito]</li>
|
782
824
|
</ul>
|
783
825
|
</div>
|
784
|
-
<div class="section" id="
|
785
|
-
<h3>Thanks<a class="headerlink" href="#
|
826
|
+
<div class="section" id="id46">
|
827
|
+
<h3>Thanks<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
786
828
|
<ul class="simple">
|
787
829
|
<li>IWAI, Masaharu</li>
|
788
830
|
<li>@yito</li>
|
@@ -791,8 +833,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
791
833
|
</div>
|
792
834
|
<div class="section" id="release-2-0-5-2012-07-29">
|
793
835
|
<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>
|
794
|
-
<div class="section" id="
|
795
|
-
<h3>Improvements<a class="headerlink" href="#
|
836
|
+
<div class="section" id="id47">
|
837
|
+
<h3>Improvements<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
796
838
|
<ul class="simple">
|
797
839
|
<li>Supported calculating the value of distance with "rect" or "rectangle"
|
798
840
|
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
@@ -817,8 +859,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
817
859
|
<li>Supported to open locked database. [GitHub#21]</li>
|
818
860
|
</ul>
|
819
861
|
</div>
|
820
|
-
<div class="section" id="
|
821
|
-
<h3>Fixes<a class="headerlink" href="#
|
862
|
+
<div class="section" id="id48">
|
863
|
+
<h3>Fixes<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
822
864
|
<ul class="simple">
|
823
865
|
<li>Fixed a build problem about groonga-httpd on Mac OS X.
|
824
866
|
[Reported by SHIMADA Koji]</li>
|
@@ -834,8 +876,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
834
876
|
[#1429] [Reported by IWAI, Masaharu]</li>
|
835
877
|
</ul>
|
836
878
|
</div>
|
837
|
-
<div class="section" id="
|
838
|
-
<h3>Thanks<a class="headerlink" href="#
|
879
|
+
<div class="section" id="id49">
|
880
|
+
<h3>Thanks<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
839
881
|
<ul class="simple">
|
840
882
|
<li>SHIMADA Koji</li>
|
841
883
|
<li>IWAI, Masaharu</li>
|
@@ -844,8 +886,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
844
886
|
</div>
|
845
887
|
<div class="section" id="release-2-0-4-2012-06-29">
|
846
888
|
<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>
|
847
|
-
<div class="section" id="
|
848
|
-
<h3>Improvements<a class="headerlink" href="#
|
889
|
+
<div class="section" id="id50">
|
890
|
+
<h3>Improvements<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
849
891
|
<ul class="simple">
|
850
892
|
<li>Supported only KyTea 0.4.2.</li>
|
851
893
|
<li>Dropped KyTea 0.4.1 or ealier support.</li>
|
@@ -872,8 +914,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
|
|
872
914
|
[GitHub#18] [Patch by IWAI, Masaharu]</li>
|
873
915
|
</ul>
|
874
916
|
</div>
|
875
|
-
<div class="section" id="
|
876
|
-
<h3>Fixes<a class="headerlink" href="#
|
917
|
+
<div class="section" id="id51">
|
918
|
+
<h3>Fixes<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
|
877
919
|
<ul class="simple">
|
878
920
|
<li>Fixed a problem that display of command prompt changes to not intended state
|
879
921
|
by using batch mode on Mac OS X.
|
@@ -882,8 +924,8 @@ by using batch mode on Mac OS X.
|
|
882
924
|
<li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
|
883
925
|
</ul>
|
884
926
|
</div>
|
885
|
-
<div class="section" id="
|
886
|
-
<h3>Thanks<a class="headerlink" href="#
|
927
|
+
<div class="section" id="id52">
|
928
|
+
<h3>Thanks<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
|
887
929
|
<ul class="simple">
|
888
930
|
<li>@soundkitchen</li>
|
889
931
|
<li>IWAI, Masaharu</li>
|
@@ -892,8 +934,8 @@ by using batch mode on Mac OS X.
|
|
892
934
|
</div>
|
893
935
|
<div class="section" id="release-2-0-3-2012-05-29">
|
894
936
|
<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>
|
895
|
-
<div class="section" id="
|
896
|
-
<h3>Improvements<a class="headerlink" href="#
|
937
|
+
<div class="section" id="id53">
|
938
|
+
<h3>Improvements<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
|
897
939
|
<ul class="simple">
|
898
940
|
<li>[doc] Added about release procedure.</li>
|
899
941
|
<li>Removed restriction that the max number of opened files is 4096.</li>
|
@@ -917,8 +959,8 @@ groonga-repository to groonga-release to follow RPM package name
|
|
917
959
|
convension such as centos-release and fedora-release.</li>
|
918
960
|
</ul>
|
919
961
|
</div>
|
920
|
-
<div class="section" id="
|
921
|
-
<h3>Fixes<a class="headerlink" href="#
|
962
|
+
<div class="section" id="id54">
|
963
|
+
<h3>Fixes<a class="headerlink" href="#id54" title="Permalink to this headline">¶</a></h3>
|
922
964
|
<ul class="simple">
|
923
965
|
<li>[doc] Fixed a command to update yum repository.
|
924
966
|
[Suggested by IWAI, Masaharu]</li>
|
@@ -931,8 +973,8 @@ expression. [#1372]</li>
|
|
931
973
|
<li>Fixed a bug that a record key registered via index source isn't normalized.</li>
|
932
974
|
</ul>
|
933
975
|
</div>
|
934
|
-
<div class="section" id="
|
935
|
-
<h3>Thanks<a class="headerlink" href="#
|
976
|
+
<div class="section" id="id55">
|
977
|
+
<h3>Thanks<a class="headerlink" href="#id55" title="Permalink to this headline">¶</a></h3>
|
936
978
|
<ul class="simple">
|
937
979
|
<li>IWAI, Masaharu</li>
|
938
980
|
</ul>
|
@@ -955,8 +997,8 @@ package sign key before updating groogna packages.</p>
|
|
955
997
|
</pre></div>
|
956
998
|
</div>
|
957
999
|
</div>
|
958
|
-
<div class="section" id="
|
959
|
-
<h3>Improvements<a class="headerlink" href="#
|
1000
|
+
<div class="section" id="id56">
|
1001
|
+
<h3>Improvements<a class="headerlink" href="#id56" title="Permalink to this headline">¶</a></h3>
|
960
1002
|
<ul class="simple">
|
961
1003
|
<li>[pkg-config] Removed needless MessagePack dependency.</li>
|
962
1004
|
<li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
|
@@ -976,8 +1018,8 @@ is the similar search syntax. [#1342]</li>
|
|
976
1018
|
package sign key.</li>
|
977
1019
|
</ul>
|
978
1020
|
</div>
|
979
|
-
<div class="section" id="
|
980
|
-
<h3>Fixes<a class="headerlink" href="#
|
1021
|
+
<div class="section" id="id57">
|
1022
|
+
<h3>Fixes<a class="headerlink" href="#id57" title="Permalink to this headline">¶</a></h3>
|
981
1023
|
<ul class="simple">
|
982
1024
|
<li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
|
983
1025
|
<tt class="docutils literal"><span class="pre">--address</span></tt> option.
|
@@ -999,8 +1041,8 @@ inverted index. [#1329]</li>
|
|
999
1041
|
[#1340] [Reported by Shinya Kawaji]</li>
|
1000
1042
|
</ul>
|
1001
1043
|
</div>
|
1002
|
-
<div class="section" id="
|
1003
|
-
<h3>Thanks<a class="headerlink" href="#
|
1044
|
+
<div class="section" id="id58">
|
1045
|
+
<h3>Thanks<a class="headerlink" href="#id58" title="Permalink to this headline">¶</a></h3>
|
1004
1046
|
<ul class="simple">
|
1005
1047
|
<li>IWAI, Masaharu</li>
|
1006
1048
|
<li>Daiki Ueno</li>
|
@@ -1010,8 +1052,8 @@ inverted index. [#1329]</li>
|
|
1010
1052
|
</div>
|
1011
1053
|
<div class="section" id="release-2-0-1-2012-03-29">
|
1012
1054
|
<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>
|
1013
|
-
<div class="section" id="
|
1014
|
-
<h3>Improvements<a class="headerlink" href="#
|
1055
|
+
<div class="section" id="id59">
|
1056
|
+
<h3>Improvements<a class="headerlink" href="#id59" title="Permalink to this headline">¶</a></h3>
|
1015
1057
|
<ul class="simple">
|
1016
1058
|
<li>Supported build in other directory.
|
1017
1059
|
[#1298] [Reported by Kazuhiko]</li>
|
@@ -1033,8 +1075,8 @@ check. [#1289]</li>
|
|
1033
1075
|
<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>
|
1034
1076
|
</ul>
|
1035
1077
|
</div>
|
1036
|
-
<div class="section" id="
|
1037
|
-
<h3>Fixes<a class="headerlink" href="#
|
1078
|
+
<div class="section" id="id60">
|
1079
|
+
<h3>Fixes<a class="headerlink" href="#id60" title="Permalink to this headline">¶</a></h3>
|
1038
1080
|
<ul class="simple">
|
1039
1081
|
<li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
1040
1082
|
scripts. [#1299] [Reported by Kazuhiko]</li>
|
@@ -1045,8 +1087,8 @@ only used by mroonga. [#1303]</li>
|
|
1045
1087
|
<li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
|
1046
1088
|
</ul>
|
1047
1089
|
</div>
|
1048
|
-
<div class="section" id="
|
1049
|
-
<h3>Thanks<a class="headerlink" href="#
|
1090
|
+
<div class="section" id="id61">
|
1091
|
+
<h3>Thanks<a class="headerlink" href="#id61" title="Permalink to this headline">¶</a></h3>
|
1050
1092
|
<ul class="simple">
|
1051
1093
|
<li>Kazuhiko</li>
|
1052
1094
|
<li>Markus Elfring</li>
|
@@ -1055,8 +1097,8 @@ only used by mroonga. [#1303]</li>
|
|
1055
1097
|
</div>
|
1056
1098
|
<div class="section" id="release-2-0-0-2012-02-29">
|
1057
1099
|
<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>
|
1058
|
-
<div class="section" id="
|
1059
|
-
<h3>Improvements<a class="headerlink" href="#
|
1100
|
+
<div class="section" id="id62">
|
1101
|
+
<h3>Improvements<a class="headerlink" href="#id62" title="Permalink to this headline">¶</a></h3>
|
1060
1102
|
<ul class="simple">
|
1061
1103
|
<li>[dat] Added 0 length key check.</li>
|
1062
1104
|
<li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
@@ -1080,8 +1122,8 @@ only used by mroonga. [#1303]</li>
|
|
1080
1122
|
<li>[windows] Supported MessagePack.</li>
|
1081
1123
|
</ul>
|
1082
1124
|
</div>
|
1083
|
-
<div class="section" id="
|
1084
|
-
<h3>Fixes<a class="headerlink" href="#
|
1125
|
+
<div class="section" id="id63">
|
1126
|
+
<h3>Fixes<a class="headerlink" href="#id63" title="Permalink to this headline">¶</a></h3>
|
1085
1127
|
<ul class="simple">
|
1086
1128
|
<li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
|
1087
1129
|
<li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
|
@@ -1091,8 +1133,8 @@ only used by mroonga. [#1303]</li>
|
|
1091
1133
|
[Reported by @wareohji]</li>
|
1092
1134
|
</ul>
|
1093
1135
|
</div>
|
1094
|
-
<div class="section" id="
|
1095
|
-
<h3>Thanks<a class="headerlink" href="#
|
1136
|
+
<div class="section" id="id64">
|
1137
|
+
<h3>Thanks<a class="headerlink" href="#id64" title="Permalink to this headline">¶</a></h3>
|
1096
1138
|
<ul class="simple">
|
1097
1139
|
<li>Suzuki</li>
|
1098
1140
|
<li>Daiki Ueno</li>
|
@@ -1105,8 +1147,8 @@ only used by mroonga. [#1303]</li>
|
|
1105
1147
|
</div>
|
1106
1148
|
<div class="section" id="release-1-3-0-2012-01-29">
|
1107
1149
|
<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>
|
1108
|
-
<div class="section" id="
|
1109
|
-
<h3>Improvements<a class="headerlink" href="#
|
1150
|
+
<div class="section" id="id65">
|
1151
|
+
<h3>Improvements<a class="headerlink" href="#id65" title="Permalink to this headline">¶</a></h3>
|
1110
1152
|
<ul class="simple">
|
1111
1153
|
<li>Supported dynamic DB key table change by
|
1112
1154
|
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
|
@@ -1141,8 +1183,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1141
1183
|
<li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
|
1142
1184
|
</ul>
|
1143
1185
|
</div>
|
1144
|
-
<div class="section" id="
|
1145
|
-
<h3>Thanks<a class="headerlink" href="#
|
1186
|
+
<div class="section" id="id66">
|
1187
|
+
<h3>Thanks<a class="headerlink" href="#id66" title="Permalink to this headline">¶</a></h3>
|
1146
1188
|
<ul class="simple">
|
1147
1189
|
<li>montywi</li>
|
1148
1190
|
<li>Masaharu IWAI</li>
|
@@ -1263,142 +1305,148 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1263
1305
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
1264
1306
|
<ul>
|
1265
1307
|
<li><a class="reference internal" href="#">News</a><ul>
|
1266
|
-
<li><a class="reference internal" href="#release-3-0-
|
1308
|
+
<li><a class="reference internal" href="#release-3-1-0-2013-11-29">Release 3.1.0 - 2013/11/29</a><ul>
|
1267
1309
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
1268
1310
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1269
1311
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1270
1312
|
</ul>
|
1271
1313
|
</li>
|
1272
|
-
<li><a class="reference internal" href="#release-3-0-
|
1314
|
+
<li><a class="reference internal" href="#release-3-0-9-2013-10-29">Release 3.0.9 - 2013/10/29</a><ul>
|
1273
1315
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
1274
1316
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
1275
1317
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
1276
1318
|
</ul>
|
1277
1319
|
</li>
|
1278
|
-
<li><a class="reference internal" href="#release-3-0-
|
1320
|
+
<li><a class="reference internal" href="#release-3-0-8-2013-09-29">Release 3.0.8 - 2013/09/29</a><ul>
|
1279
1321
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
1280
1322
|
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
1281
1323
|
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
1282
1324
|
</ul>
|
1283
1325
|
</li>
|
1284
|
-
<li><a class="reference internal" href="#release-3-0-
|
1326
|
+
<li><a class="reference internal" href="#release-3-0-7-2013-08-29">Release 3.0.7 - 2013/08/29</a><ul>
|
1285
1327
|
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
1286
1328
|
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
1287
1329
|
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
1288
1330
|
</ul>
|
1289
1331
|
</li>
|
1290
|
-
<li><a class="reference internal" href="#release-3-0-
|
1332
|
+
<li><a class="reference internal" href="#release-3-0-6-2013-07-29">Release 3.0.6 - 2013/07/29</a><ul>
|
1291
1333
|
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
1292
1334
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
1293
1335
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
1294
1336
|
</ul>
|
1295
1337
|
</li>
|
1296
|
-
<li><a class="reference internal" href="#release-3-0-
|
1338
|
+
<li><a class="reference internal" href="#release-3-0-5-2013-06-29">Release 3.0.5 - 2013/06/29</a><ul>
|
1297
1339
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
1298
1340
|
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
1299
1341
|
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
1300
1342
|
</ul>
|
1301
1343
|
</li>
|
1302
|
-
<li><a class="reference internal" href="#release-3-0-
|
1344
|
+
<li><a class="reference internal" href="#release-3-0-4-2013-05-29">Release 3.0.4 - 2013/05/29</a><ul>
|
1303
1345
|
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
1346
|
+
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
1347
|
+
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
1304
1348
|
</ul>
|
1305
1349
|
</li>
|
1306
|
-
<li><a class="reference internal" href="#release-3-0-
|
1307
|
-
<li><a class="reference internal" href="#
|
1308
|
-
<li><a class="reference internal" href="#id18">Fixes</a></li>
|
1309
|
-
<li><a class="reference internal" href="#id19">Thanks</a></li>
|
1350
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">Release 3.0.3 - 2013/04/29</a><ul>
|
1351
|
+
<li><a class="reference internal" href="#id19">Improvements</a></li>
|
1310
1352
|
</ul>
|
1311
1353
|
</li>
|
1312
|
-
<li><a class="reference internal" href="#release-3-0-
|
1354
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
|
1313
1355
|
<li><a class="reference internal" href="#id20">Improvements</a></li>
|
1314
1356
|
<li><a class="reference internal" href="#id21">Fixes</a></li>
|
1315
1357
|
<li><a class="reference internal" href="#id22">Thanks</a></li>
|
1316
1358
|
</ul>
|
1317
1359
|
</li>
|
1318
|
-
<li><a class="reference internal" href="#release-3-0-
|
1319
|
-
<li><a class="reference internal" href="#id23">
|
1320
|
-
<li><a class="reference internal" href="#id24">
|
1360
|
+
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
1361
|
+
<li><a class="reference internal" href="#id23">Improvements</a></li>
|
1362
|
+
<li><a class="reference internal" href="#id24">Fixes</a></li>
|
1363
|
+
<li><a class="reference internal" href="#id25">Thanks</a></li>
|
1321
1364
|
</ul>
|
1322
1365
|
</li>
|
1323
|
-
<li><a class="reference internal" href="#release-
|
1324
|
-
<li><a class="reference internal" href="#id25">Improvements</a></li>
|
1366
|
+
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
|
1325
1367
|
<li><a class="reference internal" href="#id26">Fixes</a></li>
|
1326
1368
|
<li><a class="reference internal" href="#id27">Thanks</a></li>
|
1327
1369
|
</ul>
|
1328
1370
|
</li>
|
1329
|
-
<li><a class="reference internal" href="#release-2-1-
|
1330
|
-
<li><a class="reference internal" href="#id28">
|
1371
|
+
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
|
1372
|
+
<li><a class="reference internal" href="#id28">Improvements</a></li>
|
1373
|
+
<li><a class="reference internal" href="#id29">Fixes</a></li>
|
1374
|
+
<li><a class="reference internal" href="#id30">Thanks</a></li>
|
1331
1375
|
</ul>
|
1332
1376
|
</li>
|
1333
|
-
<li><a class="reference internal" href="#release-2-1-
|
1334
|
-
<li><a class="reference internal" href="#
|
1335
|
-
<li><a class="reference internal" href="#id30">Fixes</a></li>
|
1336
|
-
<li><a class="reference internal" href="#id31">Thanks</a></li>
|
1377
|
+
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
|
1378
|
+
<li><a class="reference internal" href="#id31">Fixes</a></li>
|
1337
1379
|
</ul>
|
1338
1380
|
</li>
|
1339
|
-
<li><a class="reference internal" href="#release-2-0-
|
1381
|
+
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
|
1340
1382
|
<li><a class="reference internal" href="#id32">Improvements</a></li>
|
1341
1383
|
<li><a class="reference internal" href="#id33">Fixes</a></li>
|
1342
1384
|
<li><a class="reference internal" href="#id34">Thanks</a></li>
|
1343
1385
|
</ul>
|
1344
1386
|
</li>
|
1345
|
-
<li><a class="reference internal" href="#release-2-0-
|
1387
|
+
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
|
1346
1388
|
<li><a class="reference internal" href="#id35">Improvements</a></li>
|
1347
1389
|
<li><a class="reference internal" href="#id36">Fixes</a></li>
|
1348
1390
|
<li><a class="reference internal" href="#id37">Thanks</a></li>
|
1349
1391
|
</ul>
|
1350
1392
|
</li>
|
1351
|
-
<li><a class="reference internal" href="#release-2-0-
|
1393
|
+
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
|
1352
1394
|
<li><a class="reference internal" href="#id38">Improvements</a></li>
|
1353
1395
|
<li><a class="reference internal" href="#id39">Fixes</a></li>
|
1354
1396
|
<li><a class="reference internal" href="#id40">Thanks</a></li>
|
1355
1397
|
</ul>
|
1356
1398
|
</li>
|
1357
|
-
<li><a class="reference internal" href="#release-2-0-
|
1399
|
+
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
|
1358
1400
|
<li><a class="reference internal" href="#id41">Improvements</a></li>
|
1359
1401
|
<li><a class="reference internal" href="#id42">Fixes</a></li>
|
1360
1402
|
<li><a class="reference internal" href="#id43">Thanks</a></li>
|
1361
1403
|
</ul>
|
1362
1404
|
</li>
|
1363
|
-
<li><a class="reference internal" href="#release-2-0-
|
1405
|
+
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
|
1364
1406
|
<li><a class="reference internal" href="#id44">Improvements</a></li>
|
1365
1407
|
<li><a class="reference internal" href="#id45">Fixes</a></li>
|
1366
1408
|
<li><a class="reference internal" href="#id46">Thanks</a></li>
|
1367
1409
|
</ul>
|
1368
1410
|
</li>
|
1369
|
-
<li><a class="reference internal" href="#release-2-0-
|
1411
|
+
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
|
1370
1412
|
<li><a class="reference internal" href="#id47">Improvements</a></li>
|
1371
1413
|
<li><a class="reference internal" href="#id48">Fixes</a></li>
|
1372
1414
|
<li><a class="reference internal" href="#id49">Thanks</a></li>
|
1373
1415
|
</ul>
|
1374
1416
|
</li>
|
1375
|
-
<li><a class="reference internal" href="#release-2-0-
|
1417
|
+
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
|
1376
1418
|
<li><a class="reference internal" href="#id50">Improvements</a></li>
|
1377
1419
|
<li><a class="reference internal" href="#id51">Fixes</a></li>
|
1378
1420
|
<li><a class="reference internal" href="#id52">Thanks</a></li>
|
1379
1421
|
</ul>
|
1380
1422
|
</li>
|
1381
|
-
<li><a class="reference internal" href="#release-2-0-
|
1423
|
+
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
|
1382
1424
|
<li><a class="reference internal" href="#id53">Improvements</a></li>
|
1383
1425
|
<li><a class="reference internal" href="#id54">Fixes</a></li>
|
1384
1426
|
<li><a class="reference internal" href="#id55">Thanks</a></li>
|
1385
1427
|
</ul>
|
1386
1428
|
</li>
|
1387
|
-
<li><a class="reference internal" href="#release-2-0-
|
1429
|
+
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
|
1388
1430
|
<li><a class="reference internal" href="#id56">Improvements</a></li>
|
1389
1431
|
<li><a class="reference internal" href="#id57">Fixes</a></li>
|
1390
1432
|
<li><a class="reference internal" href="#id58">Thanks</a></li>
|
1391
1433
|
</ul>
|
1392
1434
|
</li>
|
1393
|
-
<li><a class="reference internal" href="#release-2-0-
|
1435
|
+
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
|
1394
1436
|
<li><a class="reference internal" href="#id59">Improvements</a></li>
|
1395
1437
|
<li><a class="reference internal" href="#id60">Fixes</a></li>
|
1396
1438
|
<li><a class="reference internal" href="#id61">Thanks</a></li>
|
1397
1439
|
</ul>
|
1398
1440
|
</li>
|
1399
|
-
<li><a class="reference internal" href="#release-
|
1441
|
+
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
|
1400
1442
|
<li><a class="reference internal" href="#id62">Improvements</a></li>
|
1401
|
-
<li><a class="reference internal" href="#id63">
|
1443
|
+
<li><a class="reference internal" href="#id63">Fixes</a></li>
|
1444
|
+
<li><a class="reference internal" href="#id64">Thanks</a></li>
|
1445
|
+
</ul>
|
1446
|
+
</li>
|
1447
|
+
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
|
1448
|
+
<li><a class="reference internal" href="#id65">Improvements</a></li>
|
1449
|
+
<li><a class="reference internal" href="#id66">Thanks</a></li>
|
1402
1450
|
</ul>
|
1403
1451
|
</li>
|
1404
1452
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1436,7 +1484,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1436
1484
|
<li class="right" style="margin-right: 10px">
|
1437
1485
|
<a href="genindex.html" title="General Index"
|
1438
1486
|
>index</a></li>
|
1439
|
-
<li><a href="index.html">Groonga v3.0
|
1487
|
+
<li><a href="index.html">Groonga v3.1.0 documentation</a> »</li>
|
1440
1488
|
</ul>
|
1441
1489
|
</div>
|
1442
1490
|
<div class="footer">
|