rroonga 3.0.0-x86-mingw32 → 3.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +22 -1
- data/ext/groonga/rb-grn-array.c +1 -1
- data/ext/groonga/rb-grn-logger.c +41 -89
- data/ext/groonga/rb-grn-object.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-query-logger.c +75 -2
- data/ext/groonga/rb-grn-table.c +658 -511
- data/ext/groonga/rb-grn-utils.c +113 -22
- data/ext/groonga/rb-grn.h +7 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga.rb +18 -18
- data/lib/groonga/context.rb +11 -3
- data/lib/groonga/logger.rb +26 -0
- data/lib/groonga/record.rb +25 -2
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +1 -1
- data/test/test-column.rb +103 -1
- data/test/test-logger.rb +9 -8
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +20 -4
- data/vendor/local/include/groonga/groonga/plugin.h +4 -4
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +18 -11
- 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 +50 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +32 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +2 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +19 -12
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
- 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/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +24 -16
- 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 +54 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +163 -140
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.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/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 +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +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 +6 -6
- 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/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +39 -10
- 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 +34 -13
- 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 +632 -7
- 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 +7 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/search.html +7 -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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +11 -11
- 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/characteristic.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +18 -11
- 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 +50 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +32 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +185 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +19 -12
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- 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/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +16 -10
- 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 +50 -10
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +160 -140
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.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/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 +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +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 +6 -6
- 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/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +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.html +5 -5
- 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/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -11
- 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 +34 -13
- 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 +614 -7
- 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 +7 -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/types.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/search.html +7 -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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +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/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 +5 -5
- 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 +11 -11
- 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/man/ja/man1/groonga.1 +920 -150
- data/vendor/local/share/man/man1/groonga.1 +974 -179
- metadata +4 -4
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.2. Mac OS X — groonga v3.0.
|
10
|
+
<title>2.2. Mac OS X — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
|
31
31
|
<link rel="prev" title="2.1. Windows" href="windows.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="windows.html" title="2.1. Windows"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -97,9 +97,9 @@ size data.</p>
|
|
97
97
|
<h2>2.2.3. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
98
98
|
<p>Install <a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a>.</p>
|
99
99
|
<p>Download source:</p>
|
100
|
-
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.
|
101
|
-
% tar xvzf groonga-3.0.
|
102
|
-
% cd groonga-3.0.
|
100
|
+
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-3.0.3.tar.gz
|
101
|
+
% tar xvzf groonga-3.0.3.tar.gz
|
102
|
+
% cd groonga-3.0.3
|
103
103
|
</pre></div>
|
104
104
|
</div>
|
105
105
|
<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>
|
@@ -173,7 +173,7 @@ size data.</p>
|
|
173
173
|
<li class="right" >
|
174
174
|
<a href="windows.html" title="2.1. Windows"
|
175
175
|
>previous</a> |</li>
|
176
|
-
<li><a href="../index.html">groonga v3.0.
|
176
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
177
177
|
<li><a href="../install.html" >2. Install</a> »</li>
|
178
178
|
</ul>
|
179
179
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.8. Others — groonga v3.0.
|
10
|
+
<title>2.8. Others — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="3. Community" href="../community.html" />
|
31
31
|
<link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -137,9 +137,9 @@ them before installing groonga.</p>
|
|
137
137
|
<h2>2.8.2. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
138
138
|
<p>Groonga uses GNU build system. So the following is the simplest build
|
139
139
|
steps:</p>
|
140
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
141
|
-
% tar xvzf groonga-3.0.
|
142
|
-
% cd groonga-3.0.
|
140
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.3.tar.gz
|
141
|
+
% tar xvzf groonga-3.0.3.tar.gz
|
142
|
+
% cd groonga-3.0.3
|
143
143
|
% ./configure
|
144
144
|
% make
|
145
145
|
% sudo make install
|
@@ -381,7 +381,7 @@ option. If you have 4 cores CPU, it's good for using <tt class="docutils literal
|
|
381
381
|
<li class="right" >
|
382
382
|
<a href="solaris.html" title="2.7. Oracle Solaris"
|
383
383
|
>previous</a> |</li>
|
384
|
-
<li><a href="../index.html">groonga v3.0.
|
384
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
385
385
|
<li><a href="../install.html" >2. Install</a> »</li>
|
386
386
|
</ul>
|
387
387
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.7. Oracle Solaris — groonga v3.0.
|
10
|
+
<title>2.7. Oracle Solaris — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.8. Others" href="others.html" />
|
31
31
|
<link rel="prev" title="2.6. Fedora" href="fedora.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="fedora.html" title="2.6. Fedora"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -81,9 +81,9 @@ Solaris.</p>
|
|
81
81
|
</pre></div>
|
82
82
|
</div>
|
83
83
|
<p>Download source:</p>
|
84
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
85
|
-
% gtar xvzf groonga-3.0.
|
86
|
-
% cd groonga-3.0.
|
84
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.3.tar.gz
|
85
|
+
% gtar xvzf groonga-3.0.3.tar.gz
|
86
|
+
% cd groonga-3.0.3
|
87
87
|
</pre></div>
|
88
88
|
</div>
|
89
89
|
<p>Configure with <tt class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></tt> variables. They are
|
@@ -158,7 +158,7 @@ options):</p>
|
|
158
158
|
<li class="right" >
|
159
159
|
<a href="fedora.html" title="2.6. Fedora"
|
160
160
|
>previous</a> |</li>
|
161
|
-
<li><a href="../index.html">groonga v3.0.
|
161
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
162
162
|
<li><a href="../install.html" >2. Install</a> »</li>
|
163
163
|
</ul>
|
164
164
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.4. Ubuntu — groonga v3.0.
|
10
|
+
<title>2.4. Ubuntu — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
31
31
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -264,16 +264,59 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
264
264
|
</pre></div>
|
265
265
|
</div>
|
266
266
|
</div>
|
267
|
+
<div class="section" id="raring-ringtail">
|
268
|
+
<h2>2.4.5. 13.04 Raring Ringtail<a class="headerlink" href="#raring-ringtail" title="Permalink to this headline">¶</a></h2>
|
269
|
+
<div class="admonition note">
|
270
|
+
<p class="first admonition-title">Note</p>
|
271
|
+
<p>Enable the universe repository to install groonga:</p>
|
272
|
+
<div class="last highlight-none"><div class="highlight"><pre>% sudo cp /etc/apt/sources.list /etc/apt/sources.list.d/universe.list
|
273
|
+
% sudo sed -i'' -e 's/main/universe/' /etc/apt/sources.list.d/universe.list
|
274
|
+
</pre></div>
|
275
|
+
</div>
|
276
|
+
</div>
|
277
|
+
<p>Add the groonga apt repository.</p>
|
278
|
+
<p>/etc/apt/sources.list.d/groonga.list:</p>
|
279
|
+
<div class="highlight-none"><div class="highlight"><pre>deb http://packages.groonga.org/ubuntu/ raring universe
|
280
|
+
deb-src http://packages.groonga.org/ubuntu/ raring universe
|
281
|
+
</pre></div>
|
282
|
+
</div>
|
283
|
+
<p>Install:</p>
|
284
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get update
|
285
|
+
% sudo apt-get -y --allow-unauthenticated install groonga-keyring
|
286
|
+
% sudo apt-get update
|
287
|
+
% sudo apt-get -y install groonga
|
288
|
+
</pre></div>
|
289
|
+
</div>
|
290
|
+
<p>If you want to use <a class="reference external" href="http://mecab.sourceforge.net/">MeCab</a> as a
|
291
|
+
tokenizer, install groonga-tokenizer-mecab package.</p>
|
292
|
+
<p>Install groonga-tokenizer-mecab package:</p>
|
293
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-tokenizer-mecab
|
294
|
+
</pre></div>
|
295
|
+
</div>
|
296
|
+
<p>There is a package that provides <a class="reference external" href="http://munin-monitoring.org/">Munin</a> plugins. If you want to monitor
|
297
|
+
groonga status by Munin, install groonga-munin-plugins package.</p>
|
298
|
+
<p>Install groonga-munin-plugins package:</p>
|
299
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-munin-plugins
|
300
|
+
</pre></div>
|
301
|
+
</div>
|
302
|
+
<p>There is a package that provides MySQL compatible normalizer as
|
303
|
+
groonga plugins.
|
304
|
+
If you want to use that one, install groonga-normalizer-mysql package.</p>
|
305
|
+
<p>Install groonga-normalizer-mysql package:</p>
|
306
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-normalizer-mysql
|
307
|
+
</pre></div>
|
308
|
+
</div>
|
309
|
+
</div>
|
267
310
|
<div class="section" id="build-from-source">
|
268
|
-
<h2>2.4.
|
311
|
+
<h2>2.4.6. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
|
269
312
|
<p>Install required packages to build groonga:</p>
|
270
313
|
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -V -y install wget tar build-essential zlib1g-dev liblzo2-dev libmsgpack-dev libzmq-dev libevent-dev libmecab-dev
|
271
314
|
</pre></div>
|
272
315
|
</div>
|
273
316
|
<p>Download source:</p>
|
274
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.
|
275
|
-
% tar xvzf groonga-3.0.
|
276
|
-
% cd groonga-3.0.
|
317
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.0.3.tar.gz
|
318
|
+
% tar xvzf groonga-3.0.3.tar.gz
|
319
|
+
% cd groonga-3.0.3
|
277
320
|
</pre></div>
|
278
321
|
</div>
|
279
322
|
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
|
@@ -304,7 +347,8 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
304
347
|
<li><a class="reference internal" href="#oneiric-ocelot">2.4.2. 11.10 Oneiric Ocelot</a></li>
|
305
348
|
<li><a class="reference internal" href="#lts-precise-pangolin">2.4.3. 12.04 LTS Precise Pangolin</a></li>
|
306
349
|
<li><a class="reference internal" href="#quantal-quetzal">2.4.4. 12.10 Quantal Quetzal</a></li>
|
307
|
-
<li><a class="reference internal" href="#
|
350
|
+
<li><a class="reference internal" href="#raring-ringtail">2.4.5. 13.04 Raring Ringtail</a></li>
|
351
|
+
<li><a class="reference internal" href="#build-from-source">2.4.6. Build from source</a></li>
|
308
352
|
</ul>
|
309
353
|
</li>
|
310
354
|
</ul>
|
@@ -349,7 +393,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p>
|
|
349
393
|
<li class="right" >
|
350
394
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
351
395
|
>previous</a> |</li>
|
352
|
-
<li><a href="../index.html">groonga v3.0.
|
396
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
353
397
|
<li><a href="../install.html" >2. Install</a> »</li>
|
354
398
|
</ul>
|
355
399
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.1. Windows — groonga v3.0.
|
10
|
+
<title>2.1. Windows — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: '../',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="../index.html" />
|
29
29
|
<link rel="up" title="2. Install" href="../install.html" />
|
30
30
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
31
31
|
<link rel="prev" title="2. Install" href="../install.html" />
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="../install.html" title="2. Install"
|
62
62
|
accesskey="P">previous</a> |</li>
|
63
|
-
<li><a href="../index.html">groonga v3.0.
|
63
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
64
64
|
<li><a href="../install.html" accesskey="U">2. Install</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
@@ -84,13 +84,13 @@ size data.</p>
|
|
84
84
|
<p>For 32-bit environment, download x86 executable binary from packages.groonga.org.</p>
|
85
85
|
<p>You can download such a binary by command line operation.</p>
|
86
86
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 executable binary by default browser:</p>
|
87
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
87
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.3-x86.exe
|
88
88
|
</pre></div>
|
89
89
|
</div>
|
90
90
|
<p>Then run it.</p>
|
91
91
|
<p>For 64-bit environment, download x64 executable binary from packages.groonga.org.</p>
|
92
92
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 executable binary by default browser:</p>
|
93
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
93
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.3-x64.exe
|
94
94
|
</pre></div>
|
95
95
|
</div>
|
96
96
|
<p>Then run it.</p>
|
@@ -101,13 +101,13 @@ size data.</p>
|
|
101
101
|
<p>For 32-bit environment, download x86 zip archive from packages.groonga.org.</p>
|
102
102
|
<p>You can download such a binary by command line operation.</p>
|
103
103
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x86 zip archive by default browser:</p>
|
104
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
104
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.3-x86.zip
|
105
105
|
</pre></div>
|
106
106
|
</div>
|
107
107
|
<p>Then extract it.</p>
|
108
108
|
<p>For 64-bit environment, download x64 zip archive from packages.groonga.org.</p>
|
109
109
|
<p>Start command prompt <tt class="docutils literal"><span class="pre">cmd.exe</span></tt> and download x64 zip archive by default browser:</p>
|
110
|
-
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.
|
110
|
+
<div class="highlight-none"><div class="highlight"><pre>> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/windows/groonga/groonga-3.0.3-x64.zip
|
111
111
|
</pre></div>
|
112
112
|
</div>
|
113
113
|
<p>Then extract it.</p>
|
@@ -128,35 +128,35 @@ Windows. Here are required tools:</p>
|
|
128
128
|
<p>Start <tt class="docutils literal"><span class="pre">Visual</span> <span class="pre">Studio</span> <span class="pre">Command</span> <span class="pre">Prompt</span> <span class="pre">(2010)</span></tt> installed by Microsoft
|
129
129
|
Visual Studio 2010 Express and download it by default browser:</p>
|
130
130
|
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads
|
131
|
-
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.
|
131
|
+
> "c:\\Program Files\\Internet Explorer\\iexplore.exe" http://packages.groonga.org/source/groonga/groonga-3.0.3.zip
|
132
132
|
</pre></div>
|
133
133
|
</div>
|
134
134
|
<p>Then extract it.</p>
|
135
135
|
<p>Move to the groonga's source folder:</p>
|
136
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.
|
136
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-3.0.3
|
137
137
|
</pre></div>
|
138
138
|
</div>
|
139
139
|
<p>Configure by <tt class="docutils literal"><span class="pre">cmake</span></tt>. The following commnad line is for 64-bit
|
140
140
|
version. To build 32-bit version, use <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">10"</span></tt>
|
141
141
|
parameter instead:</p>
|
142
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
142
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.3> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
143
143
|
</pre></div>
|
144
144
|
</div>
|
145
145
|
<p>Build by Visual C++ 2010 Express:</p>
|
146
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
146
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.3> msbuild groonga.sln /p:Configuration=Release
|
147
147
|
</pre></div>
|
148
148
|
</div>
|
149
149
|
<p>Install by Visual C++ 2010 Express:</p>
|
150
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
150
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.3> msbuild groonga.sln /p:Configuration=Release /t:Install
|
151
151
|
</pre></div>
|
152
152
|
</div>
|
153
153
|
<p>If you installed Visual Studio 2010, use can use devenv instead.</p>
|
154
154
|
<p>Build by Visual Studio 2010:</p>
|
155
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
155
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.3> devenv groonga.sln /Build Release
|
156
156
|
</pre></div>
|
157
157
|
</div>
|
158
158
|
<p>Install by Visual Studio 2010:</p>
|
159
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.
|
159
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-3.0.3> devenv groonga.sln /Build Release /Project Install
|
160
160
|
</pre></div>
|
161
161
|
</div>
|
162
162
|
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is found in
|
@@ -220,7 +220,7 @@ parameter instead:</p>
|
|
220
220
|
<li class="right" >
|
221
221
|
<a href="../install.html" title="2. Install"
|
222
222
|
>previous</a> |</li>
|
223
|
-
<li><a href="../index.html">groonga v3.0.
|
223
|
+
<li><a href="../index.html">groonga v3.0.3 documentation</a> »</li>
|
224
224
|
<li><a href="../install.html" >2. Install</a> »</li>
|
225
225
|
</ul>
|
226
226
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>10. Limitations — groonga v3.0.
|
10
|
+
<title>10. Limitations — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="11. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="9.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
@@ -59,7 +59,7 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="9.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">groonga v3.0.
|
62
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
@@ -147,7 +147,7 @@
|
|
147
147
|
<li class="right" >
|
148
148
|
<a href="spec/search.html" title="9.2. 検索"
|
149
149
|
>previous</a> |</li>
|
150
|
-
<li><a href="index.html">groonga v3.0.
|
150
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
151
151
|
</ul>
|
152
152
|
</div>
|
153
153
|
<div class="footer">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>News — groonga v3.0.
|
10
|
+
<title>News — groonga v3.0.3 documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '3.0.
|
18
|
+
VERSION: '3.0.3',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="groonga v3.0.
|
28
|
+
<link rel="top" title="groonga v3.0.3 documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body>
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">groonga v3.0.
|
54
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,11 +62,30 @@
|
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-3-0-
|
66
|
-
<span id="release-3-0-
|
65
|
+
<div class="section" id="release-3-0-3-2013-04-29">
|
66
|
+
<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>
|
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>[suggest] Supported to learn with the value of customized weight
|
71
|
+
by using <tt class="docutils literal"><span class="pre">configuration.weight</span></tt> configuration.</li>
|
72
|
+
<li>Improved performance of geo-location search. For example,
|
73
|
+
<tt class="docutils literal"><span class="pre">geo_in_rectangle</span></tt> is executed about 10% faster than ever.</li>
|
74
|
+
<li>[rpm][centos] Added <tt class="docutils literal"><span class="pre">additional_configure_options</span></tt> parameter
|
75
|
+
for building customized groonga without changing spec file.</li>
|
76
|
+
<li>Supported KyTea 0.4.5.</li>
|
77
|
+
<li>Supported vector index access by "vector[N]" syntax.</li>
|
78
|
+
<li>Added <tt class="docutils literal"><span class="pre">--default-tokenizer</span></tt> option to <a class="reference internal" href="reference/executables/groonga-suggest-create-dataset.html"><em>groonga-suggest-create-dataset</em></a> command.</li>
|
79
|
+
<li>Added <tt class="docutils literal"><span class="pre">--help</span></tt> option to <a class="reference internal" href="reference/executables/groonga-suggest-create-dataset.html"><em>groonga-suggest-create-dataset</em></a> command.</li>
|
80
|
+
<li>Supported Ubuntu 13.04 Raring Ringtail.</li>
|
81
|
+
</ul>
|
82
|
+
</div>
|
83
|
+
</div>
|
84
|
+
<div class="section" id="release-3-0-2-2013-03-29">
|
85
|
+
<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>
|
86
|
+
<div class="section" id="id1">
|
87
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
88
|
+
<ul class="simple">
|
70
89
|
<li>Supported two or more indexes for a table key.
|
71
90
|
This change affects to eliminate potential crash case when loading a new key
|
72
91
|
to two or more indexed key.</li>
|
@@ -117,8 +136,8 @@ This affects the case if GARBAGE does not exist.</li>
|
|
117
136
|
</div>
|
118
137
|
<div class="section" id="release-3-0-1-2013-02-28">
|
119
138
|
<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>
|
120
|
-
<div class="section" id="
|
121
|
-
<h3>Improvements<a class="headerlink" href="#
|
139
|
+
<div class="section" id="id2">
|
140
|
+
<h3>Improvements<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
122
141
|
<ul class="simple">
|
123
142
|
<li>Supported to set Bool to reference column when loading dataset by load command.</li>
|
124
143
|
<li>Supported AND operation for nested index.
|
@@ -135,8 +154,8 @@ based nested index of _key.</li>
|
|
135
154
|
<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>
|
136
155
|
</ul>
|
137
156
|
</div>
|
138
|
-
<div class="section" id="
|
139
|
-
<h3>Fixes<a class="headerlink" href="#
|
157
|
+
<div class="section" id="id3">
|
158
|
+
<h3>Fixes<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
140
159
|
<ul class="simple">
|
141
160
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">grn_index_cursor_next()</span></tt> returns NULL unexpectedly.
|
142
161
|
It causes that invalid index entry is returned after deleting entries.
|
@@ -146,8 +165,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
146
165
|
<li>[httpd] Enabled default owner/group of database setting as groonga/groonga.</li>
|
147
166
|
</ul>
|
148
167
|
</div>
|
149
|
-
<div class="section" id="
|
150
|
-
<h3>Thanks<a class="headerlink" href="#
|
168
|
+
<div class="section" id="id4">
|
169
|
+
<h3>Thanks<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
151
170
|
<ul class="simple">
|
152
171
|
<li>b senboku</li>
|
153
172
|
</ul>
|
@@ -158,8 +177,8 @@ This bug occurs by wrong the number of found records.</li>
|
|
158
177
|
<ul class="simple">
|
159
178
|
<li>Bump version to 3.0.0!</li>
|
160
179
|
</ul>
|
161
|
-
<div class="section" id="
|
162
|
-
<h3>Fixes<a class="headerlink" href="#
|
180
|
+
<div class="section" id="id5">
|
181
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
163
182
|
<ul class="simple">
|
164
183
|
<li>[deb] Fixed to install missing not EUC-JP, but UTF-8 encoding dictionary
|
165
184
|
when <tt class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></tt> package is installed.</li>
|
@@ -169,8 +188,8 @@ If you use string literal for int64, this bug does not affects.</li>
|
|
169
188
|
by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
170
189
|
</ul>
|
171
190
|
</div>
|
172
|
-
<div class="section" id="
|
173
|
-
<h3>Thanks<a class="headerlink" href="#
|
191
|
+
<div class="section" id="id6">
|
192
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
174
193
|
<ul class="simple">
|
175
194
|
<li>IWAI, Masaharu</li>
|
176
195
|
</ul>
|
@@ -178,8 +197,8 @@ by init script is failed. [GitHub#53] [Patch by IWAI, Masaharu]</li>
|
|
178
197
|
</div>
|
179
198
|
<div class="section" id="release-2-1-2-2013-01-29">
|
180
199
|
<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>
|
181
|
-
<div class="section" id="
|
182
|
-
<h3>Improvements<a class="headerlink" href="#
|
200
|
+
<div class="section" id="id7">
|
201
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
183
202
|
<ul class="simple">
|
184
203
|
<li>Supported multiple <tt class="docutils literal"><span class="pre">query()</span></tt> in a select command.
|
185
204
|
For example, you can specify the keyword which has different weight such as
|
@@ -205,8 +224,8 @@ in <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
|
205
224
|
<li>[doc] Added documentation for <a class="reference internal" href="reference/functions/query.html"><em>query</em></a>.</li>
|
206
225
|
</ul>
|
207
226
|
</div>
|
208
|
-
<div class="section" id="
|
209
|
-
<h3>Fixes<a class="headerlink" href="#
|
227
|
+
<div class="section" id="id8">
|
228
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
210
229
|
<ul class="simple">
|
211
230
|
<li>Fixed not to report an error even though MeCab tokenizer shared object
|
212
231
|
isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
@@ -216,8 +235,8 @@ isn't found. [groonga-dev,01174] [Reported by wing]</li>
|
|
216
235
|
by select command.</li>
|
217
236
|
</ul>
|
218
237
|
</div>
|
219
|
-
<div class="section" id="
|
220
|
-
<h3>Thanks<a class="headerlink" href="#
|
238
|
+
<div class="section" id="id9">
|
239
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
221
240
|
<ul class="simple">
|
222
241
|
<li>wing</li>
|
223
242
|
</ul>
|
@@ -227,8 +246,8 @@ by select command.</li>
|
|
227
246
|
<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>
|
228
247
|
<p>This is bug fix release of 2.1.0. All of 2.1.0 users should use 2.1.1
|
229
248
|
instead.</p>
|
230
|
-
<div class="section" id="
|
231
|
-
<h3>Fixes<a class="headerlink" href="#
|
249
|
+
<div class="section" id="id10">
|
250
|
+
<h3>Fixes<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
232
251
|
<ul class="simple">
|
233
252
|
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> information in database that is
|
234
253
|
created by groonga 2.0.8 or ealier is dropped.</li>
|
@@ -255,8 +274,8 @@ version of groonga.</p>
|
|
255
274
|
tokenizer. The argument of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></tt> API has changed.
|
256
275
|
This API change affects developer of tokenizer plugin.</p>
|
257
276
|
</div>
|
258
|
-
<div class="section" id="
|
259
|
-
<h3>Improvements<a class="headerlink" href="#
|
277
|
+
<div class="section" id="id11">
|
278
|
+
<h3>Improvements<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
260
279
|
<ul class="simple">
|
261
280
|
<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>
|
262
281
|
<li>Supported the expression as <a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a> arguments.
|
@@ -278,8 +297,8 @@ of <tt class="docutils literal"><span class="pre">grn_tokenizer_query_open</span
|
|
278
297
|
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>
|
279
298
|
</ul>
|
280
299
|
</div>
|
281
|
-
<div class="section" id="
|
282
|
-
<h3>Fixes<a class="headerlink" href="#
|
300
|
+
<div class="section" id="id12">
|
301
|
+
<h3>Fixes<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
283
302
|
<ul class="simple">
|
284
303
|
<li>[windows] Added missing <tt class="docutils literal"><span class="pre">O_BINARY</span></tt> flag to open file correctly.
|
285
304
|
This change fixes the infinite loop problem about groonga HTTP server.
|
@@ -291,8 +310,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
291
310
|
<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>
|
292
311
|
</ul>
|
293
312
|
</div>
|
294
|
-
<div class="section" id="
|
295
|
-
<h3>Thanks<a class="headerlink" href="#
|
313
|
+
<div class="section" id="id13">
|
314
|
+
<h3>Thanks<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
296
315
|
<ul class="simple">
|
297
316
|
<li>Tomoatsu Shimada</li>
|
298
317
|
<li>Shimomura Tatsuya</li>
|
@@ -301,8 +320,8 @@ see <a class="reference internal" href="reference/executables/groonga.html#cmdop
|
|
301
320
|
</div>
|
302
321
|
<div class="section" id="release-2-0-9-2012-11-29">
|
303
322
|
<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>
|
304
|
-
<div class="section" id="
|
305
|
-
<h3>Improvements<a class="headerlink" href="#
|
323
|
+
<div class="section" id="id14">
|
324
|
+
<h3>Improvements<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
306
325
|
<ul class="simple">
|
307
326
|
<li>Supported to calculate the value of distance accross border
|
308
327
|
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>
|
@@ -325,8 +344,8 @@ This change is incompatibility change, but does not affects existing program.</l
|
|
325
344
|
<li>Supported range search by using index.</li>
|
326
345
|
</ul>
|
327
346
|
</div>
|
328
|
-
<div class="section" id="
|
329
|
-
<h3>Fixes<a class="headerlink" href="#
|
347
|
+
<div class="section" id="id15">
|
348
|
+
<h3>Fixes<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
330
349
|
<ul class="simple">
|
331
350
|
<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
|
332
351
|
the normal network protocol convention.
|
@@ -350,8 +369,8 @@ referenced by <tt class="docutils literal"><span class="pre">select</span></tt>
|
|
350
369
|
This change not to contain such a metadata as search results.</li>
|
351
370
|
</ul>
|
352
371
|
</div>
|
353
|
-
<div class="section" id="
|
354
|
-
<h3>Thanks<a class="headerlink" href="#
|
372
|
+
<div class="section" id="id16">
|
373
|
+
<h3>Thanks<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
355
374
|
<ul class="simple">
|
356
375
|
<li>Tomoatsu Shimada</li>
|
357
376
|
<li>Akio Tajima</li>
|
@@ -361,8 +380,8 @@ This change not to contain such a metadata as search results.</li>
|
|
361
380
|
</div>
|
362
381
|
<div class="section" id="release-2-0-8-2012-10-29">
|
363
382
|
<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>
|
364
|
-
<div class="section" id="
|
365
|
-
<h3>Improvements<a class="headerlink" href="#
|
383
|
+
<div class="section" id="id17">
|
384
|
+
<h3>Improvements<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
366
385
|
<ul class="simple">
|
367
386
|
<li>[rpm] Improved the description of server-http and httpd packages.
|
368
387
|
[Suggested by Daiki Ueno]</li>
|
@@ -374,8 +393,8 @@ This change not to contain such a metadata as search results.</li>
|
|
374
393
|
[Reported by serihiro]</li>
|
375
394
|
</ul>
|
376
395
|
</div>
|
377
|
-
<div class="section" id="
|
378
|
-
<h3>Fixes<a class="headerlink" href="#
|
396
|
+
<div class="section" id="id18">
|
397
|
+
<h3>Fixes<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
379
398
|
<ul class="simple">
|
380
399
|
<li>[rpm] Fixed to remove needless "Requires" from spec file.
|
381
400
|
[Reported by Daiki Ueno]</li>
|
@@ -386,8 +405,8 @@ This change not to contain such a metadata as search results.</li>
|
|
386
405
|
<li>[deb] Fixed to bundle missing table plugin.</li>
|
387
406
|
</ul>
|
388
407
|
</div>
|
389
|
-
<div class="section" id="
|
390
|
-
<h3>Thanks<a class="headerlink" href="#
|
408
|
+
<div class="section" id="id19">
|
409
|
+
<h3>Thanks<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
391
410
|
<ul class="simple">
|
392
411
|
<li>Daiki Ueno</li>
|
393
412
|
<li>firewood</li>
|
@@ -397,8 +416,8 @@ This change not to contain such a metadata as search results.</li>
|
|
397
416
|
</div>
|
398
417
|
<div class="section" id="release-2-0-7-2012-09-29">
|
399
418
|
<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>
|
400
|
-
<div class="section" id="
|
401
|
-
<h3>Improvements<a class="headerlink" href="#
|
419
|
+
<div class="section" id="id20">
|
420
|
+
<h3>Improvements<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
402
421
|
<ul class="simple">
|
403
422
|
<li>[doc] Added more descriptions about <tt class="docutils literal"><span class="pre">--query_flags</span></tt>.</li>
|
404
423
|
<li>[doc][httpd] Added sample configuration for gzip compression.</li>
|
@@ -414,8 +433,8 @@ This change not to contain such a metadata as search results.</li>
|
|
414
433
|
<li>Added <tt class="docutils literal"><span class="pre">min()</span></tt> function.</li>
|
415
434
|
</ul>
|
416
435
|
</div>
|
417
|
-
<div class="section" id="
|
418
|
-
<h3>Fixes<a class="headerlink" href="#
|
436
|
+
<div class="section" id="id21">
|
437
|
+
<h3>Fixes<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
419
438
|
<ul class="simple">
|
420
439
|
<li>Fixed to set domain to vector elements to <tt class="docutils literal"><span class="pre">load</span></tt> command. [GitHub#30]</li>
|
421
440
|
<li>[httpd] Fixed missing NULL initialization. [Reported by @Kiske]</li>
|
@@ -426,8 +445,8 @@ This change not to contain such a metadata as search results.</li>
|
|
426
445
|
<li>Fixed a bug that Time -> Float cast breaks value.</li>
|
427
446
|
</ul>
|
428
447
|
</div>
|
429
|
-
<div class="section" id="
|
430
|
-
<h3>Thanks<a class="headerlink" href="#
|
448
|
+
<div class="section" id="id22">
|
449
|
+
<h3>Thanks<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
431
450
|
<ul class="simple">
|
432
451
|
<li>@Kiske</li>
|
433
452
|
</ul>
|
@@ -435,8 +454,8 @@ This change not to contain such a metadata as search results.</li>
|
|
435
454
|
</div>
|
436
455
|
<div class="section" id="release-2-0-6-2012-08-29">
|
437
456
|
<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>
|
438
|
-
<div class="section" id="
|
439
|
-
<h3>Improvements<a class="headerlink" href="#
|
457
|
+
<div class="section" id="id23">
|
458
|
+
<h3>Improvements<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
440
459
|
<ul class="simple">
|
441
460
|
<li>[deb][rpm] Added <tt class="docutils literal"><span class="pre">groonga-server-common</span></tt> meta package. [#1451]</li>
|
442
461
|
<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>
|
@@ -457,8 +476,8 @@ This change not to contain such a metadata as search results.</li>
|
|
457
476
|
<li>Supported '-WORD' in <tt class="docutils literal"><span class="pre">--query</span></tt> of the select command.</li>
|
458
477
|
</ul>
|
459
478
|
</div>
|
460
|
-
<div class="section" id="
|
461
|
-
<h3>Fixes<a class="headerlink" href="#
|
479
|
+
<div class="section" id="id24">
|
480
|
+
<h3>Fixes<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
462
481
|
<ul class="simple">
|
463
482
|
<li>[doc] Fixed the execution examples. [#1428]
|
464
483
|
[Reported by IWAI, Masaharu]</li>
|
@@ -473,8 +492,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
473
492
|
[Reported by @yito]</li>
|
474
493
|
</ul>
|
475
494
|
</div>
|
476
|
-
<div class="section" id="
|
477
|
-
<h3>Thanks<a class="headerlink" href="#
|
495
|
+
<div class="section" id="id25">
|
496
|
+
<h3>Thanks<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
478
497
|
<ul class="simple">
|
479
498
|
<li>IWAI, Masaharu</li>
|
480
499
|
<li>@yito</li>
|
@@ -483,8 +502,8 @@ by executing <tt class="docutils literal"><span class="pre">clearlock</span></tt
|
|
483
502
|
</div>
|
484
503
|
<div class="section" id="release-2-0-5-2012-07-29">
|
485
504
|
<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>
|
486
|
-
<div class="section" id="
|
487
|
-
<h3>Improvements<a class="headerlink" href="#
|
505
|
+
<div class="section" id="id26">
|
506
|
+
<h3>Improvements<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
488
507
|
<ul class="simple">
|
489
508
|
<li>Supported calculating the value of distance with "rect" or "rectangle"
|
490
509
|
argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
@@ -509,8 +528,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
509
528
|
<li>Supported to open locked database. [GitHub#21]</li>
|
510
529
|
</ul>
|
511
530
|
</div>
|
512
|
-
<div class="section" id="
|
513
|
-
<h3>Fixes<a class="headerlink" href="#
|
531
|
+
<div class="section" id="id27">
|
532
|
+
<h3>Fixes<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
514
533
|
<ul class="simple">
|
515
534
|
<li>Fixed a build problem about groonga-httpd on Mac OS X.
|
516
535
|
[Reported by SHIMADA Koji]</li>
|
@@ -526,8 +545,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
526
545
|
[#1429] [Reported by IWAI, Masaharu]</li>
|
527
546
|
</ul>
|
528
547
|
</div>
|
529
|
-
<div class="section" id="
|
530
|
-
<h3>Thanks<a class="headerlink" href="#
|
548
|
+
<div class="section" id="id28">
|
549
|
+
<h3>Thanks<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
531
550
|
<ul class="simple">
|
532
551
|
<li>SHIMADA Koji</li>
|
533
552
|
<li>IWAI, Masaharu</li>
|
@@ -536,8 +555,8 @@ argument in southern hemisphere. [#1418] [#1419] [#1420] [#1421]</li>
|
|
536
555
|
</div>
|
537
556
|
<div class="section" id="release-2-0-4-2012-06-29">
|
538
557
|
<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>
|
539
|
-
<div class="section" id="
|
540
|
-
<h3>Improvements<a class="headerlink" href="#
|
558
|
+
<div class="section" id="id29">
|
559
|
+
<h3>Improvements<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
541
560
|
<ul class="simple">
|
542
561
|
<li>Supported only KyTea 0.4.2.</li>
|
543
562
|
<li>Dropped KyTea 0.4.1 or ealier support.</li>
|
@@ -564,8 +583,8 @@ See <a class="reference internal" href="reference/grn_expr/query_syntax.html#con
|
|
564
583
|
[GitHub#18] [Patch by IWAI, Masaharu]</li>
|
565
584
|
</ul>
|
566
585
|
</div>
|
567
|
-
<div class="section" id="
|
568
|
-
<h3>Fixes<a class="headerlink" href="#
|
586
|
+
<div class="section" id="id30">
|
587
|
+
<h3>Fixes<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
569
588
|
<ul class="simple">
|
570
589
|
<li>Fixed a problem that display of command prompt changes to not intended state
|
571
590
|
by using batch mode on Mac OS X.
|
@@ -574,8 +593,8 @@ by using batch mode on Mac OS X.
|
|
574
593
|
<li>Fixed a problem that '=R' is treated as 'OR' in <tt class="docutils literal"><span class="pre">--query</span></tt> syntax. [#1393]</li>
|
575
594
|
</ul>
|
576
595
|
</div>
|
577
|
-
<div class="section" id="
|
578
|
-
<h3>Thanks<a class="headerlink" href="#
|
596
|
+
<div class="section" id="id31">
|
597
|
+
<h3>Thanks<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
579
598
|
<ul class="simple">
|
580
599
|
<li>@soundkitchen</li>
|
581
600
|
<li>IWAI, Masaharu</li>
|
@@ -584,8 +603,8 @@ by using batch mode on Mac OS X.
|
|
584
603
|
</div>
|
585
604
|
<div class="section" id="release-2-0-3-2012-05-29">
|
586
605
|
<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>
|
587
|
-
<div class="section" id="
|
588
|
-
<h3>Improvements<a class="headerlink" href="#
|
606
|
+
<div class="section" id="id32">
|
607
|
+
<h3>Improvements<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
589
608
|
<ul class="simple">
|
590
609
|
<li>[doc] Added about release procedure.</li>
|
591
610
|
<li>Removed restriction that the max number of opened files is 4096.</li>
|
@@ -609,8 +628,8 @@ groonga-repository to groonga-release to follow RPM package name
|
|
609
628
|
convension such as centos-release and fedora-release.</li>
|
610
629
|
</ul>
|
611
630
|
</div>
|
612
|
-
<div class="section" id="
|
613
|
-
<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>
|
614
633
|
<ul class="simple">
|
615
634
|
<li>[doc] Fixed a command to update yum repository.
|
616
635
|
[Suggested by IWAI, Masaharu]</li>
|
@@ -623,8 +642,8 @@ expression. [#1372]</li>
|
|
623
642
|
<li>Fixed a bug that a record key registered via index source isn't normalized.</li>
|
624
643
|
</ul>
|
625
644
|
</div>
|
626
|
-
<div class="section" id="
|
627
|
-
<h3>Thanks<a class="headerlink" href="#
|
645
|
+
<div class="section" id="id34">
|
646
|
+
<h3>Thanks<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
628
647
|
<ul class="simple">
|
629
648
|
<li>IWAI, Masaharu</li>
|
630
649
|
</ul>
|
@@ -647,8 +666,8 @@ package sign key before updating groogna packages.</p>
|
|
647
666
|
</pre></div>
|
648
667
|
</div>
|
649
668
|
</div>
|
650
|
-
<div class="section" id="
|
651
|
-
<h3>Improvements<a class="headerlink" href="#
|
669
|
+
<div class="section" id="id35">
|
670
|
+
<h3>Improvements<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
652
671
|
<ul class="simple">
|
653
672
|
<li>[pkg-config] Removed needless MessagePack dependency.</li>
|
654
673
|
<li>[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]</li>
|
@@ -668,8 +687,8 @@ is the similar search syntax. [#1342]</li>
|
|
668
687
|
package sign key.</li>
|
669
688
|
</ul>
|
670
689
|
</div>
|
671
|
-
<div class="section" id="
|
672
|
-
<h3>Fixes<a class="headerlink" href="#
|
690
|
+
<div class="section" id="id36">
|
691
|
+
<h3>Fixes<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
673
692
|
<ul class="simple">
|
674
693
|
<li>[deb][rpm] Used <tt class="docutils literal"><span class="pre">--bind-address</span></tt> option instead of deprecated
|
675
694
|
<tt class="docutils literal"><span class="pre">--address</span></tt> option.
|
@@ -691,8 +710,8 @@ inverted index. [#1329]</li>
|
|
691
710
|
[#1340] [Reported by Shinya Kawaji]</li>
|
692
711
|
</ul>
|
693
712
|
</div>
|
694
|
-
<div class="section" id="
|
695
|
-
<h3>Thanks<a class="headerlink" href="#
|
713
|
+
<div class="section" id="id37">
|
714
|
+
<h3>Thanks<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
696
715
|
<ul class="simple">
|
697
716
|
<li>IWAI, Masaharu</li>
|
698
717
|
<li>Daiki Ueno</li>
|
@@ -702,8 +721,8 @@ inverted index. [#1329]</li>
|
|
702
721
|
</div>
|
703
722
|
<div class="section" id="release-2-0-1-2012-03-29">
|
704
723
|
<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>
|
705
|
-
<div class="section" id="
|
706
|
-
<h3>Improvements<a class="headerlink" href="#
|
724
|
+
<div class="section" id="id38">
|
725
|
+
<h3>Improvements<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
707
726
|
<ul class="simple">
|
708
727
|
<li>Supported build in other directory.
|
709
728
|
[#1298] [Reported by Kazuhiko]</li>
|
@@ -725,8 +744,8 @@ check. [#1289]</li>
|
|
725
744
|
<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>
|
726
745
|
</ul>
|
727
746
|
</div>
|
728
|
-
<div class="section" id="
|
729
|
-
<h3>Fixes<a class="headerlink" href="#
|
747
|
+
<div class="section" id="id39">
|
748
|
+
<h3>Fixes<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
730
749
|
<ul class="simple">
|
731
750
|
<li>Fixed a bug that uninstall task doesn't uninstall installed Ruby
|
732
751
|
scripts. [#1299] [Reported by Kazuhiko]</li>
|
@@ -737,8 +756,8 @@ only used by mroonga. [#1303]</li>
|
|
737
756
|
<li>Fixed a bug that latin1 normalization may access unexpected memory.</li>
|
738
757
|
</ul>
|
739
758
|
</div>
|
740
|
-
<div class="section" id="
|
741
|
-
<h3>Thanks<a class="headerlink" href="#
|
759
|
+
<div class="section" id="id40">
|
760
|
+
<h3>Thanks<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
742
761
|
<ul class="simple">
|
743
762
|
<li>Kazuhiko</li>
|
744
763
|
<li>Markus Elfring</li>
|
@@ -747,8 +766,8 @@ only used by mroonga. [#1303]</li>
|
|
747
766
|
</div>
|
748
767
|
<div class="section" id="release-2-0-0-2012-02-29">
|
749
768
|
<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>
|
750
|
-
<div class="section" id="
|
751
|
-
<h3>Improvements<a class="headerlink" href="#
|
769
|
+
<div class="section" id="id41">
|
770
|
+
<h3>Improvements<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
752
771
|
<ul class="simple">
|
753
772
|
<li>[dat] Added 0 length key check.</li>
|
754
773
|
<li>[windows] Added missing GCC related DLLs. [groonga-dev,00686]
|
@@ -772,8 +791,8 @@ only used by mroonga. [#1303]</li>
|
|
772
791
|
<li>[windows] Supported MessagePack.</li>
|
773
792
|
</ul>
|
774
793
|
</div>
|
775
|
-
<div class="section" id="
|
776
|
-
<h3>Fixes<a class="headerlink" href="#
|
794
|
+
<div class="section" id="id42">
|
795
|
+
<h3>Fixes<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
777
796
|
<ul class="simple">
|
778
797
|
<li>[pat] Fixed a bug that the last node can't be found. [#1258]</li>
|
779
798
|
<li>[doc] Fixed links in Japanese page. [Reported by @naoina]</li>
|
@@ -783,8 +802,8 @@ only used by mroonga. [#1303]</li>
|
|
783
802
|
[Reported by @wareohji]</li>
|
784
803
|
</ul>
|
785
804
|
</div>
|
786
|
-
<div class="section" id="
|
787
|
-
<h3>Thanks<a class="headerlink" href="#
|
805
|
+
<div class="section" id="id43">
|
806
|
+
<h3>Thanks<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
788
807
|
<ul class="simple">
|
789
808
|
<li>Suzuki</li>
|
790
809
|
<li>Daiki Ueno</li>
|
@@ -797,8 +816,8 @@ only used by mroonga. [#1303]</li>
|
|
797
816
|
</div>
|
798
817
|
<div class="section" id="release-1-3-0-2012-01-29">
|
799
818
|
<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>
|
800
|
-
<div class="section" id="
|
801
|
-
<h3>Improvements<a class="headerlink" href="#
|
819
|
+
<div class="section" id="id44">
|
820
|
+
<h3>Improvements<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
802
821
|
<ul class="simple">
|
803
822
|
<li>Supported dynamic DB key table change by
|
804
823
|
GRN_DB_KEY=pat or GRN_DB_KEY=dat environment variable value.</li>
|
@@ -833,8 +852,8 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
833
852
|
<li>Added <tt class="docutils literal"><span class="pre">column_rename</span></tt>. [#1234]</li>
|
834
853
|
</ul>
|
835
854
|
</div>
|
836
|
-
<div class="section" id="
|
837
|
-
<h3>Thanks<a class="headerlink" href="#
|
855
|
+
<div class="section" id="id45">
|
856
|
+
<h3>Thanks<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
838
857
|
<ul class="simple">
|
839
858
|
<li>montywi</li>
|
840
859
|
<li>Masaharu IWAI</li>
|
@@ -955,102 +974,106 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
955
974
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
956
975
|
<ul>
|
957
976
|
<li><a class="reference internal" href="#">News</a><ul>
|
958
|
-
<li><a class="reference internal" href="#release-3-0-
|
977
|
+
<li><a class="reference internal" href="#release-3-0-3-2013-04-29">Release 3.0.3 - 2013/04/29</a><ul>
|
959
978
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
979
|
+
</ul>
|
980
|
+
</li>
|
981
|
+
<li><a class="reference internal" href="#release-3-0-2-2013-03-29">Release 3.0.2 - 2013/03/29</a><ul>
|
982
|
+
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
960
983
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
961
984
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
962
985
|
</ul>
|
963
986
|
</li>
|
964
987
|
<li><a class="reference internal" href="#release-3-0-1-2013-02-28">Release 3.0.1 - 2013/02/28</a><ul>
|
965
|
-
<li><a class="reference internal" href="#
|
966
|
-
<li><a class="reference internal" href="#
|
967
|
-
<li><a class="reference internal" href="#
|
988
|
+
<li><a class="reference internal" href="#id2">Improvements</a></li>
|
989
|
+
<li><a class="reference internal" href="#id3">Fixes</a></li>
|
990
|
+
<li><a class="reference internal" href="#id4">Thanks</a></li>
|
968
991
|
</ul>
|
969
992
|
</li>
|
970
993
|
<li><a class="reference internal" href="#release-3-0-0-2013-02-09">Release 3.0.0 - 2013/02/09</a><ul>
|
971
|
-
<li><a class="reference internal" href="#
|
972
|
-
<li><a class="reference internal" href="#
|
994
|
+
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
995
|
+
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
973
996
|
</ul>
|
974
997
|
</li>
|
975
998
|
<li><a class="reference internal" href="#release-2-1-2-2013-01-29">Release 2.1.2 - 2013/01/29</a><ul>
|
976
|
-
<li><a class="reference internal" href="#
|
977
|
-
<li><a class="reference internal" href="#
|
978
|
-
<li><a class="reference internal" href="#
|
999
|
+
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
1000
|
+
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
1001
|
+
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
979
1002
|
</ul>
|
980
1003
|
</li>
|
981
1004
|
<li><a class="reference internal" href="#release-2-1-1-2012-12-29">Release 2.1.1 - 2012/12/29</a><ul>
|
982
|
-
<li><a class="reference internal" href="#
|
1005
|
+
<li><a class="reference internal" href="#id10">Fixes</a></li>
|
983
1006
|
</ul>
|
984
1007
|
</li>
|
985
1008
|
<li><a class="reference internal" href="#release-2-1-0-2012-12-29">Release 2.1.0 - 2012/12/29</a><ul>
|
986
|
-
<li><a class="reference internal" href="#
|
987
|
-
<li><a class="reference internal" href="#
|
988
|
-
<li><a class="reference internal" href="#
|
1009
|
+
<li><a class="reference internal" href="#id11">Improvements</a></li>
|
1010
|
+
<li><a class="reference internal" href="#id12">Fixes</a></li>
|
1011
|
+
<li><a class="reference internal" href="#id13">Thanks</a></li>
|
989
1012
|
</ul>
|
990
1013
|
</li>
|
991
1014
|
<li><a class="reference internal" href="#release-2-0-9-2012-11-29">Release 2.0.9 - 2012/11/29</a><ul>
|
992
|
-
<li><a class="reference internal" href="#
|
993
|
-
<li><a class="reference internal" href="#
|
994
|
-
<li><a class="reference internal" href="#
|
1015
|
+
<li><a class="reference internal" href="#id14">Improvements</a></li>
|
1016
|
+
<li><a class="reference internal" href="#id15">Fixes</a></li>
|
1017
|
+
<li><a class="reference internal" href="#id16">Thanks</a></li>
|
995
1018
|
</ul>
|
996
1019
|
</li>
|
997
1020
|
<li><a class="reference internal" href="#release-2-0-8-2012-10-29">Release 2.0.8 - 2012/10/29</a><ul>
|
998
|
-
<li><a class="reference internal" href="#
|
999
|
-
<li><a class="reference internal" href="#
|
1000
|
-
<li><a class="reference internal" href="#
|
1021
|
+
<li><a class="reference internal" href="#id17">Improvements</a></li>
|
1022
|
+
<li><a class="reference internal" href="#id18">Fixes</a></li>
|
1023
|
+
<li><a class="reference internal" href="#id19">Thanks</a></li>
|
1001
1024
|
</ul>
|
1002
1025
|
</li>
|
1003
1026
|
<li><a class="reference internal" href="#release-2-0-7-2012-09-29">Release 2.0.7 - 2012/09/29</a><ul>
|
1004
|
-
<li><a class="reference internal" href="#
|
1005
|
-
<li><a class="reference internal" href="#
|
1006
|
-
<li><a class="reference internal" href="#
|
1027
|
+
<li><a class="reference internal" href="#id20">Improvements</a></li>
|
1028
|
+
<li><a class="reference internal" href="#id21">Fixes</a></li>
|
1029
|
+
<li><a class="reference internal" href="#id22">Thanks</a></li>
|
1007
1030
|
</ul>
|
1008
1031
|
</li>
|
1009
1032
|
<li><a class="reference internal" href="#release-2-0-6-2012-08-29">Release 2.0.6 - 2012/08/29</a><ul>
|
1010
|
-
<li><a class="reference internal" href="#
|
1011
|
-
<li><a class="reference internal" href="#
|
1012
|
-
<li><a class="reference internal" href="#
|
1033
|
+
<li><a class="reference internal" href="#id23">Improvements</a></li>
|
1034
|
+
<li><a class="reference internal" href="#id24">Fixes</a></li>
|
1035
|
+
<li><a class="reference internal" href="#id25">Thanks</a></li>
|
1013
1036
|
</ul>
|
1014
1037
|
</li>
|
1015
1038
|
<li><a class="reference internal" href="#release-2-0-5-2012-07-29">Release 2.0.5 - 2012/07/29</a><ul>
|
1016
|
-
<li><a class="reference internal" href="#
|
1017
|
-
<li><a class="reference internal" href="#
|
1018
|
-
<li><a class="reference internal" href="#
|
1039
|
+
<li><a class="reference internal" href="#id26">Improvements</a></li>
|
1040
|
+
<li><a class="reference internal" href="#id27">Fixes</a></li>
|
1041
|
+
<li><a class="reference internal" href="#id28">Thanks</a></li>
|
1019
1042
|
</ul>
|
1020
1043
|
</li>
|
1021
1044
|
<li><a class="reference internal" href="#release-2-0-4-2012-06-29">Release 2.0.4 - 2012/06/29</a><ul>
|
1022
|
-
<li><a class="reference internal" href="#
|
1023
|
-
<li><a class="reference internal" href="#
|
1024
|
-
<li><a class="reference internal" href="#
|
1045
|
+
<li><a class="reference internal" href="#id29">Improvements</a></li>
|
1046
|
+
<li><a class="reference internal" href="#id30">Fixes</a></li>
|
1047
|
+
<li><a class="reference internal" href="#id31">Thanks</a></li>
|
1025
1048
|
</ul>
|
1026
1049
|
</li>
|
1027
1050
|
<li><a class="reference internal" href="#release-2-0-3-2012-05-29">Release 2.0.3 - 2012/05/29</a><ul>
|
1028
|
-
<li><a class="reference internal" href="#
|
1029
|
-
<li><a class="reference internal" href="#
|
1030
|
-
<li><a class="reference internal" href="#
|
1051
|
+
<li><a class="reference internal" href="#id32">Improvements</a></li>
|
1052
|
+
<li><a class="reference internal" href="#id33">Fixes</a></li>
|
1053
|
+
<li><a class="reference internal" href="#id34">Thanks</a></li>
|
1031
1054
|
</ul>
|
1032
1055
|
</li>
|
1033
1056
|
<li><a class="reference internal" href="#release-2-0-2-2012-04-29">Release 2.0.2 - 2012/04/29</a><ul>
|
1034
|
-
<li><a class="reference internal" href="#
|
1035
|
-
<li><a class="reference internal" href="#
|
1036
|
-
<li><a class="reference internal" href="#
|
1057
|
+
<li><a class="reference internal" href="#id35">Improvements</a></li>
|
1058
|
+
<li><a class="reference internal" href="#id36">Fixes</a></li>
|
1059
|
+
<li><a class="reference internal" href="#id37">Thanks</a></li>
|
1037
1060
|
</ul>
|
1038
1061
|
</li>
|
1039
1062
|
<li><a class="reference internal" href="#release-2-0-1-2012-03-29">Release 2.0.1 - 2012/03/29</a><ul>
|
1040
|
-
<li><a class="reference internal" href="#
|
1041
|
-
<li><a class="reference internal" href="#
|
1042
|
-
<li><a class="reference internal" href="#
|
1063
|
+
<li><a class="reference internal" href="#id38">Improvements</a></li>
|
1064
|
+
<li><a class="reference internal" href="#id39">Fixes</a></li>
|
1065
|
+
<li><a class="reference internal" href="#id40">Thanks</a></li>
|
1043
1066
|
</ul>
|
1044
1067
|
</li>
|
1045
1068
|
<li><a class="reference internal" href="#release-2-0-0-2012-02-29">Release 2.0.0 - 2012/02/29</a><ul>
|
1046
|
-
<li><a class="reference internal" href="#
|
1047
|
-
<li><a class="reference internal" href="#
|
1048
|
-
<li><a class="reference internal" href="#
|
1069
|
+
<li><a class="reference internal" href="#id41">Improvements</a></li>
|
1070
|
+
<li><a class="reference internal" href="#id42">Fixes</a></li>
|
1071
|
+
<li><a class="reference internal" href="#id43">Thanks</a></li>
|
1049
1072
|
</ul>
|
1050
1073
|
</li>
|
1051
1074
|
<li><a class="reference internal" href="#release-1-3-0-2012-01-29">Release 1.3.0 - 2012/01/29</a><ul>
|
1052
|
-
<li><a class="reference internal" href="#
|
1053
|
-
<li><a class="reference internal" href="#
|
1075
|
+
<li><a class="reference internal" href="#id44">Improvements</a></li>
|
1076
|
+
<li><a class="reference internal" href="#id45">Thanks</a></li>
|
1054
1077
|
</ul>
|
1055
1078
|
</li>
|
1056
1079
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a><ul>
|
@@ -1088,7 +1111,7 @@ USE_OFFLINE_INDEXER=yes environment variable.</li>
|
|
1088
1111
|
<li class="right" style="margin-right: 10px">
|
1089
1112
|
<a href="genindex.html" title="General Index"
|
1090
1113
|
>index</a></li>
|
1091
|
-
<li><a href="index.html">groonga v3.0.
|
1114
|
+
<li><a href="index.html">groonga v3.0.3 documentation</a> »</li>
|
1092
1115
|
</ul>
|
1093
1116
|
</div>
|
1094
1117
|
<div class="footer">
|