rroonga 6.1.3-x64-mingw32 → 7.0.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -0
- data/doc/text/news.md +28 -0
- data/ext/groonga/rb-grn-column.c +53 -32
- data/ext/groonga/rb-grn-context.c +1 -1
- data/ext/groonga/rb-grn-data-column.c +103 -0
- data/ext/groonga/rb-grn-default-cache.c +104 -0
- data/ext/groonga/rb-grn-index-column.c +93 -15
- data/ext/groonga/rb-grn-inverted-index-cursor.c +269 -0
- data/ext/groonga/rb-grn-object.c +1 -1
- data/ext/groonga/rb-grn-plugin.c +1 -1
- data/ext/groonga/rb-grn-table-cursor.c +1 -1
- data/ext/groonga/rb-grn-table-key-support.c +6 -0
- data/ext/groonga/rb-grn-table.c +0 -3
- data/ext/groonga/rb-grn-utils.c +35 -7
- data/ext/groonga/rb-grn.h +13 -4
- data/ext/groonga/rb-groonga.c +2 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/rroonga-build.rb +7 -7
- data/rroonga.gemspec +2 -1
- data/test/test-data-column.rb +71 -2
- data/test/test-default-cache.rb +43 -0
- data/test/test-double-array-trie.rb +7 -0
- data/test/test-fix-size-column.rb +12 -0
- data/test/test-hash.rb +7 -0
- data/test/test-index-column.rb +12 -0
- data/test/test-index-cursor.rb +93 -28
- data/test/test-patricia-trie.rb +7 -0
- data/test/test-variable-size-column.rb +19 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.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-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/onigmo-config +2 -2
- data/vendor/local/bin/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +16 -3
- data/vendor/local/include/groonga/groonga.h +2 -1
- data/vendor/local/include/groonga/groonga/cache.h +49 -0
- data/vendor/local/include/groonga/groonga/column.h +1 -1
- data/vendor/local/include/groonga/groonga/groonga.h +26 -16
- data/vendor/local/include/groonga/groonga/ii.h +7 -1
- data/vendor/local/include/groonga/groonga/obj.h +8 -1
- data/vendor/local/include/groonga/groonga/plugin.h +6 -1
- data/vendor/local/include/groonga/groonga/table.h +5 -0
- data/vendor/local/include/groonga/groonga/util.h +4 -1
- data/vendor/local/include/groonga/groonga/window_function.h +5 -1
- data/vendor/local/include/onigmo.h +6 -5
- data/vendor/local/include/zconf.h +32 -9
- data/vendor/local/include/zlib.h +298 -154
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +2 -2
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +2 -2
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +2 -2
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +2 -2
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +2 -2
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +2 -2
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +392 -53
- data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +1 -2
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +37 -14
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +2 -2
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +2 -2
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +2 -2
- data/vendor/local/lib/groonga/scripts/ruby/command.rb +0 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_input.rb +15 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_size_estimator.rb +2 -136
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +12 -1
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger.rb +7 -8
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +234 -80
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data_size_estimator.rb +185 -0
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +27 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +2 -2
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libonigmo.la +3 -3
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +2 -2
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +2 -2
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +2 -2
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/lib/pkgconfig/liblz4.pc +5 -5
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
- data/vendor/local/lib/pkgconfig/onigmo.pc +7 -7
- data/vendor/local/lib/pkgconfig/zlib.pc +4 -4
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +11 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +13 -47
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +181 -891
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +2 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +11 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +1086 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +45 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +632 -91
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +514 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +902 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +71 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +51 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +195 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +100 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +33 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +38 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +6 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +22 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +28 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +25 -0
- data/vendor/local/share/doc/groonga/{ja/html/_sources/reference/functions/record_number.txt → en/html/_sources/reference/window_functions/window_sum.txt} +5 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -93
- 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/documentation/introduction.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 +326 -251
- data/vendor/local/share/doc/groonga/en/html/index.html +111 -104
- data/vendor/local/share/doc/groonga/en/html/install.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +24 -65
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +12 -11
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -9
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +213 -898
- 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 +7 -6
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +16 -14
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +1148 -0
- 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 +90 -82
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.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/pretty_print.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
- 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_copy.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/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.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/lock_acquire.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +61 -17
- 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/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +1727 -408
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.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/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +526 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +1685 -492
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- 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_copy.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.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/configuration.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -34
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +107 -82
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.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/fuzzy_search.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/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +355 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +155 -55
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/functions/{record_number.html → string_length.html} +36 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +170 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +24 -24
- 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 +36 -26
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +27 -15
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/output.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/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +35 -35
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +147 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +164 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +163 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +163 -0
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +11 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +13 -47
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +181 -891
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +2 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +11 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +1086 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +45 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +632 -91
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +514 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +902 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +11 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +71 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +8 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +51 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +195 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +100 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +33 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +38 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +35 -7
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +24 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +6 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +22 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +28 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +25 -0
- data/vendor/local/share/doc/groonga/{en/html/_sources/reference/functions/record_number.txt → ja/html/_sources/reference/window_functions/window_sum.txt} +5 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/client.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -93
- 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/documentation/introduction.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 +186 -118
- data/vendor/local/share/doc/groonga/ja/html/index.html +111 -104
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +24 -61
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -9
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +132 -761
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +1064 -0
- 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 +90 -82
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.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/pretty_print.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
- 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_copy.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/config_delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.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/lock_acquire.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +67 -17
- 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/logical_count.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +1629 -383
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +508 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +1606 -478
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- 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_copy.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.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/configuration.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +76 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +103 -82
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.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/fuzzy_search.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/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +370 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +150 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/{record_number.html → string_length.html} +36 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +171 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +24 -24
- 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 +36 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +19 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/output.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/regular_expression.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +146 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +165 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +164 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +164 -0
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.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 +9 -9
- 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/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +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 +5 -5
- 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 +8 -8
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/mruby/AUTHORS +1 -0
- data/vendor/local/share/license/mruby/MITL +1 -1
- data/vendor/local/share/license/zlib/README +3 -3
- metadata +100 -67
- data/lib/2.4/groonga.so +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +0 -105
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>9. Limitations — Groonga
|
10
|
+
<title>9. Limitations — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
|
31
31
|
<link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
|
32
32
|
<link rel="prev" title="8.2. 検索" href="spec/search.html" />
|
33
33
|
</head>
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="spec/search.html" title="8.2. 検索"
|
63
63
|
accesskey="P">previous</a> |</li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
64
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
65
65
|
</ul>
|
66
66
|
</div>
|
67
67
|
|
@@ -176,7 +176,7 @@ need to choose decreasing key size (e.g. <code class="docutils literal"><span cl
|
|
176
176
|
<li class="right" >
|
177
177
|
<a href="spec/search.html" title="8.2. 検索"
|
178
178
|
>previous</a> |</li>
|
179
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
179
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
180
180
|
</ul>
|
181
181
|
</div>
|
182
182
|
<div class="footer" role="contentinfo">
|
@@ -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
|
10
|
+
<title>News — Groonga v7.0.1-160-gda23e59 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: '
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
28
|
<link rel="index" title="Index" href="genindex.html" />
|
29
29
|
<link rel="search" title="Search" href="search.html" />
|
30
|
-
<link rel="top" title="Groonga
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="index.html" />
|
31
31
|
</head>
|
32
32
|
<body role="document">
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="genindex.html" title="General Index"
|
55
55
|
accesskey="I">index</a></li>
|
56
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
56
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -64,879 +64,234 @@
|
|
64
64
|
|
65
65
|
<div class="section" id="news">
|
66
66
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
67
|
-
<div class="section" id="release-
|
68
|
-
<span id="release-
|
67
|
+
<div class="section" id="release-7-0-2-2017-04-29">
|
68
|
+
<span id="release-7-0-2"></span><h2>Release 7.0.2 - 2017-04-29<a class="headerlink" href="#release-7-0-2-2017-04-29" title="Permalink to this headline">¶</a></h2>
|
69
69
|
<div class="section" id="improvements">
|
70
70
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
71
71
|
<ul class="simple">
|
72
|
-
<li>[<a class="reference internal" href="reference/
|
72
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported multiple
|
73
|
+
<a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></a>
|
74
|
+
and
|
75
|
+
<a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-group-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></a>.</li>
|
76
|
+
<li>[windows] Updated bundled LZ4 to 1.7.5.</li>
|
77
|
+
<li>[cache] Supported persistent cache feature.</li>
|
78
|
+
<li>[<a class="reference internal" href="reference/commands/log_level.html"><span class="doc">log_level</span></a>] Update English documentation.</li>
|
79
|
+
<li>Added the following APIs:<ul>
|
80
|
+
<li><code class="docutils literal"><span class="pre">grn_set_default_cache_base_path()</span></code></li>
|
81
|
+
<li><code class="docutils literal"><span class="pre">grn_get_default_cache_base_path()</span></code></li>
|
82
|
+
<li><code class="docutils literal"><span class="pre">grn_persistent_cache_open()</span></code></li>
|
83
|
+
<li><code class="docutils literal"><span class="pre">grn_cache_default_open()</span></code></li>
|
84
|
+
</ul>
|
85
|
+
</li>
|
86
|
+
<li>[<a class="reference internal" href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path"><code class="xref std std-option docutils literal"><span class="pre">groonga</span> <span class="pre">--cache-base-path</span></code></a>] Added a new option to use
|
87
|
+
persistent cache.</li>
|
88
|
+
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>]
|
89
|
+
[<a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-httpd-groonga-cache-base-path"><span class="std std-ref">groonga_cache_base_path</span></a>] Added new
|
90
|
+
configuration to use persistent cache.</li>
|
91
|
+
<li>[windows] Updated bundled msgpack to 2.1.1.</li>
|
92
|
+
<li>[<a class="reference internal" href="reference/commands/object_inspect.html"><span class="doc">object_inspect</span></a>] Supported not only
|
93
|
+
column inspection, but also index column statistics.</li>
|
94
|
+
<li>Supported index search for "<code class="docutils literal"><span class="pre">.*</span></code>" regexp pattern. This feature is
|
95
|
+
enabled by default. Set
|
96
|
+
<code class="docutils literal"><span class="pre">GRN_SCAN_INFO_REGEXP_DOT_ASTERISK_ENABLE=no</span></code> environment variable
|
97
|
+
to disable this feature.</li>
|
98
|
+
<li>[<a class="reference internal" href="reference/functions/in_records.html"><span class="doc">in_records</span></a>] Added function to use an
|
99
|
+
existing table as condition patterns.</li>
|
100
|
+
<li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Dropped Ubuntu 12.04 (Precise Pangolin)
|
101
|
+
support because of EOL.</li>
|
73
102
|
</ul>
|
74
103
|
</div>
|
75
104
|
<div class="section" id="fixes">
|
76
105
|
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
77
106
|
<ul class="simple">
|
78
|
-
<li>
|
79
|
-
|
80
|
-
|
81
|
-
<li>[<a class="reference internal" href="reference/
|
82
|
-
|
107
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Fixed a bug that wrong
|
108
|
+
cache is used. This bug was occurred when dynamic column parameter
|
109
|
+
is used.</li>
|
110
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Fixed a bug that dynamic
|
111
|
+
columns aren't created. It's occurred when no match case.</li>
|
112
|
+
<li>[<a class="reference internal" href="reference/commands/reindex.html"><span class="doc">reindex</span></a>] Fixed a bug that data is lost
|
113
|
+
by reindex. [GitHub#646]</li>
|
114
|
+
<li>[httpd] Fixed a bug that response of <a class="reference internal" href="reference/commands/quit.html"><span class="doc">quit</span></a>
|
115
|
+
and <a class="reference internal" href="reference/commands/shutdown.html"><span class="doc">shutdown</span></a> is broken JSON when worker is
|
116
|
+
running as another user. [GitHub ranguba/groonga-client#12]</li>
|
83
117
|
</ul>
|
84
118
|
</div>
|
85
119
|
</div>
|
86
|
-
<div class="section" id="release-
|
87
|
-
<span id="release-
|
120
|
+
<div class="section" id="release-7-0-1-2017-03-29">
|
121
|
+
<span id="release-7-0-1"></span><h2>Release 7.0.1 - 2017-03-29<a class="headerlink" href="#release-7-0-1-2017-03-29" title="Permalink to this headline">¶</a></h2>
|
88
122
|
<div class="section" id="id1">
|
89
123
|
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
90
124
|
<ul class="simple">
|
91
|
-
<li>
|
92
|
-
<li>
|
93
|
-
<
|
94
|
-
<li>
|
95
|
-
|
96
|
-
<li>
|
97
|
-
<code class="docutils literal"><span class="pre">{"n_loaded_records":</span> <span class="pre">N}</span></code> in response for command version 3 or
|
98
|
-
later.</li>
|
99
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Supported <code class="docutils literal"><span class="pre">--output_ids</span> <span class="pre">yes</span></code>
|
100
|
-
parameter for command version 3 or later. If <code class="docutils literal"><span class="pre">--output_ids</span> <span class="pre">yes</span></code> is
|
101
|
-
specified, loaded record IDs(<code class="docutils literal"><span class="pre">loaded_ids</span></code>) are also returned. ID
|
102
|
-
is 0 for record that is failed to add.</li>
|
103
|
-
<li>[<a class="reference internal" href="install/others.html"><span class="doc">Others</span></a>] Added installation instruction about
|
104
|
-
depended packages (Zstandard, LZ4)</li>
|
105
|
-
<li>Changed to use Onigmo 6.0 as regular expression library.</li>
|
106
|
-
<li>Marked some features as stable.<ul>
|
107
|
-
<li><a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a> command.</li>
|
108
|
-
<li><a class="reference internal" href="reference/commands/request_cancel.html"><span class="doc">request_cancel</span></a> command.</li>
|
109
|
-
<li><a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a> function.</li>
|
110
|
-
<li><a class="reference internal" href="reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a> function.</li>
|
111
|
-
<li><a class="reference internal" href="reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> function.</li>
|
125
|
+
<li>Exported the following API<ul>
|
126
|
+
<li>grn_ii_cursor_next_pos()</li>
|
127
|
+
<li>grn_table_apply_expr()</li>
|
128
|
+
<li>grn_obj_is_data_column()</li>
|
129
|
+
<li>grn_obj_is_expr()</li>
|
130
|
+
<li>grn_obj_is_scalar_column()</li>
|
112
131
|
</ul>
|
113
132
|
</li>
|
114
|
-
<li>[
|
115
|
-
|
116
|
-
[
|
117
|
-
<
|
118
|
-
|
119
|
-
|
133
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Supported to dump weight reference
|
134
|
+
vector.</li>
|
135
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Supported to load
|
136
|
+
<code class="docutils literal"><span class="pre">array<object></span></code> style weight vector column. The example of
|
137
|
+
<code class="docutils literal"><span class="pre">array<object></span></code> style is: <code class="docutils literal"><span class="pre">[{"key1":</span> <span class="pre">weight1},</span> <span class="pre">{"key2":</span>
|
138
|
+
<span class="pre">weight2}]</span></code>.</li>
|
139
|
+
<li>Supported to search <code class="docutils literal"><span class="pre">!(XXX</span> <span class="pre">OPERATOR</span> <span class="pre">VALUE)</span></code> by index. Supported
|
140
|
+
operator is not only <code class="docutils literal"><span class="pre">></span></code> but also <code class="docutils literal"><span class="pre">>=</span></code>, <code class="docutils literal"><span class="pre"><</span></code>, <code class="docutils literal"><span class="pre"><=</span></code>, <code class="docutils literal"><span class="pre">==</span></code>
|
141
|
+
and <code class="docutils literal"><span class="pre">!=</span></code>.</li>
|
142
|
+
<li>Supported index search for "!(column == CONSTANT)". The example in
|
143
|
+
this case is: <code class="docutils literal"><span class="pre">!(column</span> <span class="pre">==</span> <span class="pre">29)</span></code> and so on.</li>
|
144
|
+
<li>Supported more "!" optimization in the following patterns.<ul>
|
145
|
+
<li><code class="docutils literal"><span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span> <span class="pre">&&</span> <span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span></code></li>
|
146
|
+
<li><code class="docutils literal"><span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span> <span class="pre">&&</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span></code></li>
|
147
|
+
<li><code class="docutils literal"><span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span> <span class="pre">&!</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span></code></li>
|
148
|
+
</ul>
|
149
|
+
</li>
|
150
|
+
<li>Supported to search <code class="docutils literal"><span class="pre">XXX</span> <span class="pre">||</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"xxx")</span></code> by index.</li>
|
151
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Changed to use <code class="docutils literal"><span class="pre">'{"x":</span> <span class="pre">1,</span> <span class="pre">"y":</span>
|
152
|
+
<span class="pre">2}'</span></code> style for not referenced weight vector. This change doesn't
|
153
|
+
affect to old Groonga because it already supports one.</li>
|
154
|
+
<li>[experimental] Supported <code class="docutils literal"><span class="pre">GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE</span></code>
|
155
|
+
environment variable. This variable controls whether query
|
156
|
+
optimization which is based on estimated size is applied or not.
|
157
|
+
This feature is disabled by default. Set
|
158
|
+
<code class="docutils literal"><span class="pre">GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE=yes</span></code> if you want to try it.</li>
|
159
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added query log for <code class="docutils literal"><span class="pre">columns</span></code>,
|
160
|
+
<code class="docutils literal"><span class="pre">drilldown</span></code> evaluation.</li>
|
161
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Changed query log format for
|
162
|
+
<code class="docutils literal"><span class="pre">drilldown</span></code>. This is backward incompatible change, but it only
|
163
|
+
affects users who convert query log by own programs.</li>
|
164
|
+
<li>[<a class="reference internal" href="reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Reduced temporary memory
|
165
|
+
usage. It's enabled when the number of max threads is 0.</li>
|
166
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">columns[LABEL](N)</span></code> is used
|
167
|
+
for query log format instead of <code class="docutils literal"><span class="pre">columns(N)[LABEL]</span></code>..</li>
|
168
|
+
<li>[<a class="reference internal" href="tutorial/query_expansion.html"><span class="doc">Query expansion</span></a>] Updated example to use vector
|
169
|
+
column because it is recommended way. [Reported by Gurunavi, Inc]</li>
|
170
|
+
<li>Supported to detect canceled request while locking. It fixes the
|
171
|
+
problem that <code class="docutils literal"><span class="pre">request_cancel</span></code> is ignored unexpectedly while locking.</li>
|
172
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported <code class="docutils literal"><span class="pre">initial</span></code>
|
173
|
+
and <code class="docutils literal"><span class="pre">filtered</span></code> stage dynamic columns. The examples are:
|
174
|
+
<code class="docutils literal"><span class="pre">--columns[LABEL].stage</span> <span class="pre">initial</span></code> or <code class="docutils literal"><span class="pre">--columns[LABEL].stage</span>
|
175
|
+
<span class="pre">filtered</span></code>.</li>
|
176
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported
|
177
|
+
<code class="docutils literal"><span class="pre">match_columns</span></code>, <code class="docutils literal"><span class="pre">query</span></code> and <code class="docutils literal"><span class="pre">drilldown_filter</span></code> option.</li>
|
178
|
+
<li>[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] Supported similar
|
179
|
+
search.</li>
|
180
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported <code class="docutils literal"><span class="pre">initial</span></code>
|
181
|
+
and stage dynamic columns in labeled drilldown. The example is:
|
182
|
+
<code class="docutils literal"><span class="pre">--drilldowns[LABEL].stage</span> <span class="pre">initial</span></code>.</li>
|
183
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported window
|
184
|
+
function in dynamic column.</li>
|
185
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added documentation about
|
186
|
+
dynamic columns.</li>
|
187
|
+
<li>[<a class="reference internal" href="reference/window_function.html"><span class="doc">Window function</span></a>] Added section about window
|
188
|
+
functions.</li>
|
189
|
+
<li>[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] Dropped CentOS 5 support because of EOL.</li>
|
190
|
+
<li>[httpd] Updated bundled nginx to 1.11.12</li>
|
191
|
+
<li>Supported to disable AND match optimization by environment variable.
|
192
|
+
You can disable this feature by
|
193
|
+
<code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_AND_MIN_SKIP_ENABLE=no</span></code>. This feature is enable
|
194
|
+
by default.</li>
|
195
|
+
<li>[<a class="reference internal" href="reference/functions/vector_new.html"><span class="doc">vector_new</span></a>] Added a new function to
|
196
|
+
create a new vector.</li>
|
197
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added documentation about
|
198
|
+
<code class="docutils literal"><span class="pre">drilldown_filter</span></code>.</li>
|
120
199
|
</ul>
|
121
200
|
</div>
|
122
201
|
<div class="section" id="id2">
|
123
202
|
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
124
203
|
<ul class="simple">
|
125
|
-
<li>
|
126
|
-
|
204
|
+
<li>[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] Fixed a crash bug against
|
205
|
+
temporary database.</li>
|
206
|
+
<li>Fixed a problem that dynamically updated index size was increased
|
207
|
+
for natural language since Grooonga 6.1.4.</li>
|
208
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that "A && B.C @ X"
|
209
|
+
may not return records that should be matched.</li>
|
210
|
+
<li>Fixed a conflict with <code class="docutils literal"><span class="pre">grn_io_flush()</span></code> and
|
211
|
+
<code class="docutils literal"><span class="pre">grn_io_expire()</span></code>. Without this change, if <code class="docutils literal"><span class="pre">io_flush</span></code> and <code class="docutils literal"><span class="pre">load</span></code>
|
212
|
+
command are executed simultaneously in specific timing, it causes a
|
213
|
+
crash bug by access violation.</li>
|
214
|
+
<li>[<a class="reference internal" href="reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Fixed a crash bug
|
215
|
+
when the max number of threads is 1.</li>
|
127
216
|
</ul>
|
128
217
|
</div>
|
129
218
|
<div class="section" id="thanks">
|
130
219
|
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
131
220
|
<ul class="simple">
|
132
|
-
<li>
|
133
|
-
<li>Masanori Miyashita</li>
|
221
|
+
<li>Gurunavi, Inc.</li>
|
134
222
|
</ul>
|
135
223
|
</div>
|
136
224
|
</div>
|
137
|
-
<div class="section" id="release-
|
138
|
-
<span id="release-
|
225
|
+
<div class="section" id="release-7-0-0-2017-02-09">
|
226
|
+
<span id="release-7-0-0"></span><h2>Release 7.0.0 - 2017-02-09<a class="headerlink" href="#release-7-0-0-2017-02-09" title="Permalink to this headline">¶</a></h2>
|
139
227
|
<div class="section" id="id3">
|
140
228
|
<h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
141
229
|
<ul class="simple">
|
142
|
-
<li>[<a class="reference internal" href="reference/
|
143
|
-
|
144
|
-
<li
|
145
|
-
<
|
146
|
-
<li
|
147
|
-
|
148
|
-
<
|
149
|
-
</
|
150
|
-
|
151
|
-
<li>[<a class="reference internal" href="
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
<li>[
|
159
|
-
<code class="docutils literal"><span class="pre">
|
160
|
-
|
161
|
-
<li>[<a class="reference internal" href="reference/
|
162
|
-
as
|
163
|
-
<
|
230
|
+
<li>[<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>] Supported sequential search
|
231
|
+
for reference vector column. [Patch by Naoya Murakami] [GitHub#629]</li>
|
232
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Changed to report error instead
|
233
|
+
of ignoring on invalid <code class="docutils literal"><span class="pre">drilldown[LABEL].sort_keys</span></code>.</li>
|
234
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Removed needless metadata
|
235
|
+
updates on DB. It reduces the case that database lock remains
|
236
|
+
even though <code class="docutils literal"><span class="pre">select</span></code> command is executed. [Reported by aomi-n]</li>
|
237
|
+
<li>[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] Changed to clear metadata lock
|
238
|
+
by lock_clear against DB.</li>
|
239
|
+
<li>[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] Enabled EPEL by default to install Groonga
|
240
|
+
on Amazon Linux.</li>
|
241
|
+
<li>[<a class="reference internal" href="reference/functions/query.html"><span class="doc">query</span></a>] Supported "@X" style in script
|
242
|
+
syntax for prefix("@^"), suffix("@$"), regexp("@^") search.</li>
|
243
|
+
<li>[<a class="reference internal" href="reference/functions/query.html"><span class="doc">query</span></a>] Added documentation about
|
244
|
+
available list of mode. The default mode is <code class="docutils literal"><span class="pre">MATCH</span></code> ("@") mode
|
245
|
+
which executes full text search.</li>
|
246
|
+
<li>[rpm][centos] Supported groonga-token-filter-stem package which
|
247
|
+
provides stemming feature by <code class="docutils literal"><span class="pre">TokenFilterStem</span></code> token filter on
|
248
|
+
CentOS 7. [GitHub#633] [Reported by Tim Bellefleur]</li>
|
249
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_record_number.html"><span class="doc">window_record_number</span></a>] Marked
|
250
|
+
<code class="docutils literal"><span class="pre">record_number</span></code> as deprecated. Use <code class="docutils literal"><span class="pre">window_record_number</span></code>
|
251
|
+
instead. <code class="docutils literal"><span class="pre">record_number</span></code> is still available for backward
|
252
|
+
compatibility.</li>
|
253
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_sum.html"><span class="doc">window_sum</span></a>] Added <code class="docutils literal"><span class="pre">window_sum</span></code>
|
254
|
+
window function. It's similar behavior to window function sum() on
|
255
|
+
PostgreSQL.</li>
|
256
|
+
<li>Supported to construct offline indexing with in-memory (temporary)
|
257
|
+
<code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> table. [GitHub#623] [Reported by Naoya Murakami]</li>
|
258
|
+
<li>[onigmo] Updated bundled Onigmo to 6.1.1.</li>
|
259
|
+
<li>Supported <code class="docutils literal"><span class="pre">columns[LABEL].window.group_keys</span></code>. It's used to apply
|
260
|
+
window function for every group.</li>
|
261
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Supported to report error on
|
262
|
+
invalid key. It enables you to detect mismatch type of key.</li>
|
263
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Supported <code class="docutils literal"><span class="pre">--output_errors</span> <span class="pre">yes</span></code>
|
264
|
+
option. If you specify "yes", you can get errors for each load
|
265
|
+
failed record. Note that this feature requires command version 3.</li>
|
266
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Improve error message on table key
|
267
|
+
cast failure. Instead of "cast failed", type of table key and target
|
268
|
+
type of table key are also contained in error message.</li>
|
269
|
+
<li>[httpd] Updated bundled nginx to 1.11.9.</li>
|
164
270
|
</ul>
|
165
271
|
</div>
|
166
272
|
<div class="section" id="id4">
|
167
273
|
<h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
168
274
|
<ul class="simple">
|
169
|
-
<li>Fixed a bug that
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
275
|
+
<li>Fixed a bug that nonexistent sort keys for <code class="docutils literal"><span class="pre">drilldowns[LABEL]</span></code> or
|
276
|
+
<code class="docutils literal"><span class="pre">slices[LABEL]</span></code> causes invalid JSON parse error. [Patch by Naoya
|
277
|
+
Murakami] [GitHub#627]</li>
|
278
|
+
<li>Fixed a bug that access to nonexistent sub records for group causes
|
279
|
+
a crash. For example, This bug affects the case when you use
|
280
|
+
<code class="docutils literal"><span class="pre">drilldowns[LABEL].sort_keys</span> <span class="pre">_sum</span></code> without specifying
|
281
|
+
<code class="docutils literal"><span class="pre">calc_types</span></code>. [Patch by Naoya Murakami] [GitHub#625]</li>
|
282
|
+
<li>Fixed a crash bug when tokenizer has an error. It's caused when
|
283
|
+
tokenizer and token filter are registered and tokenizer has an
|
284
|
+
error.</li>
|
285
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_record_number.html"><span class="doc">window_record_number</span></a>] Fixed a
|
286
|
+
bug that arguments for window function is not correctly
|
287
|
+
passed. [GitHub#634][Patch by Naoya Murakami]</li>
|
179
288
|
</ul>
|
180
289
|
</div>
|
181
|
-
</div>
|
182
|
-
<div class="section" id="release-6-1-0-2016-10-29">
|
183
|
-
<span id="release-6-1-0"></span><h2>Release 6.1.0 - 2016-10-29<a class="headerlink" href="#release-6-1-0-2016-10-29" title="Permalink to this headline">¶</a></h2>
|
184
290
|
<div class="section" id="id5">
|
185
|
-
<h3>
|
186
|
-
<ul class="simple">
|
187
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Supported to sort load table names by key instead of ID to make output stable. This is incompatible change but it makes easy to compare result of dump command.</li>
|
188
|
-
<li>[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>][<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>]
|
189
|
-
Revised outdated descriptions with execution examples. English
|
190
|
-
documentation is also published and section about small/medium index
|
191
|
-
column is also added.</li>
|
192
|
-
<li>[experimental][httpd] Supported mruby to customize configuration
|
193
|
-
settings in groonga-httpd.conf.</li>
|
194
|
-
<li>[windows] Updated bundled Groonga Admin to 0.9.5. It is recommended
|
195
|
-
to upgrade because amount of memory usage is drastically
|
196
|
-
reduced. Note that this version drops Groonga 5.0.8 or earlier
|
197
|
-
support.</li>
|
198
|
-
<li>Added log token and token ID on error. [Gitter:groonga/ja:58043f77614116a2568d529c]
|
199
|
-
[Suggested by torinky]</li>
|
200
|
-
<li>[<a class="reference internal" href="reference/tables.html"><span class="doc">Tables</span></a>] Updated description about the max record ID.</li>
|
201
|
-
<li>[mruby] Suppported to convert time of <code class="docutils literal"><span class="pre">mrb_value</span></code> to <code class="docutils literal"><span class="pre">grn_bulk</span></code>.
|
202
|
-
[GitHub:#607] [Patch by Naoya Murakami]</li>
|
203
|
-
<li>[ubuntu] Supported Ubuntu 16.10 (Yakkety Yak)</li>
|
204
|
-
<li>[httpd] Updated bundled nginx to 1.11.5.</li>
|
205
|
-
</ul>
|
206
|
-
</div>
|
207
|
-
<div class="section" id="id6">
|
208
|
-
<h3>Fixes<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
209
|
-
<ul class="simple">
|
210
|
-
<li>Fixed a bug that table of index column was reported in log instead of
|
211
|
-
correct index column.</li>
|
212
|
-
<li>Fixed a bug that in posting list skip optimization in index search
|
213
|
-
may skip to wrong
|
214
|
-
position. [Gitter:groonga/ja:57f2ff87d45d7f0f525e2216] [Reported by
|
215
|
-
torinky]</li>
|
216
|
-
<li>Fixed a memory leak on static index construction.</li>
|
217
|
-
<li>[hash] Fixed a memory leak for many token filters are set case.</li>
|
218
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that wrong column
|
219
|
-
name that starts with number in output_columns is not ignored. It
|
220
|
-
caused a syntax error.</li>
|
221
|
-
</ul>
|
222
|
-
</div>
|
223
|
-
<div class="section" id="id7">
|
224
|
-
<h3>Thanks<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
225
|
-
<ul class="simple">
|
226
|
-
<li>torinky</li>
|
227
|
-
<li>Naoya Murakami</li>
|
228
|
-
</ul>
|
229
|
-
</div>
|
230
|
-
</div>
|
231
|
-
<div class="section" id="release-6-0-9-2016-09-29">
|
232
|
-
<span id="release-6-0-9"></span><h2>Release 6.0.9 - 2016-09-29<a class="headerlink" href="#release-6-0-9-2016-09-29" title="Permalink to this headline">¶</a></h2>
|
233
|
-
<div class="section" id="id8">
|
234
|
-
<h3>Improvements<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
235
|
-
<ul class="simple">
|
236
|
-
<li>[<a class="reference internal" href="reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Supported to remove broken
|
237
|
-
tables and columns. It supports <code class="docutils literal"><span class="pre">force</span></code> parameter.</li>
|
238
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported match_columns, query,
|
239
|
-
query_flags and query_expander for slices.</li>
|
240
|
-
<li>[http][httpd] Supported incomplete POST-ed JSON. Only passed JSON is
|
241
|
-
processed.</li>
|
242
|
-
<li>[httpd] Changed to stop not to create the default log file when
|
243
|
-
custom file is specified.</li>
|
244
|
-
<li>Changed to reduce the default lock timeout to 15min from 2.7h.</li>
|
245
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] support "~" modifier
|
246
|
-
in location such as "location ~ /d/...".</li>
|
247
|
-
<li>[mruby] Updated to the latest mruby to fix build error with Visutal
|
248
|
-
Studio.</li>
|
249
|
-
<li>[httpd] Updated bundled nginx to 1.11.4.</li>
|
250
|
-
</ul>
|
251
|
-
</div>
|
252
|
-
<div class="section" id="id9">
|
253
|
-
<h3>Fixes<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
254
|
-
<ul class="simple">
|
255
|
-
<li>Fixed build error on OpenBSD. OpenBSD doesn't provide
|
256
|
-
<code class="docutils literal"><span class="pre">TCP_NODELAY</span></code>. [MariaDB JIRA: fix MDEV-7209][Reported by Brad
|
257
|
-
Smith]</li>
|
258
|
-
<li>Fixed a missing deleted check for indexes. It causes missing search
|
259
|
-
results even though it should be matched. Groonga 6.0.3 or later
|
260
|
-
version are affected. [groonga-dev, 04107] [Reported by Kazuhiko]</li>
|
261
|
-
<li>[doc] Fixed a missing entry in Groonga 6.0.2 news that sequential
|
262
|
-
search is also executed as a fallback for <a class="reference internal" href="reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a> [Reported by Gurunavi,
|
263
|
-
Inc.]</li>
|
264
|
-
<li>[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] Fixed a bug that
|
265
|
-
<code class="docutils literal"><span class="pre">table_create</span></code> command accepts no key type for <code class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></code>,
|
266
|
-
<code class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></code> and <code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> tables. It creates a
|
267
|
-
invalid table. [GitHub#599]</li>
|
268
|
-
<li>[admin] Fixed a bug that it can not create a new record.</li>
|
269
|
-
<li>Fixed a bug that select command with a wrong filter causes
|
270
|
-
crash. [GitHub#601]</li>
|
271
|
-
</ul>
|
272
|
-
</div>
|
273
|
-
<div class="section" id="id10">
|
274
|
-
<h3>Thanks<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
275
|
-
<ul class="simple">
|
276
|
-
<li>Brad Smith</li>
|
277
|
-
<li>Kazuhiko</li>
|
278
|
-
<li>Gurunavi, Inc.</li>
|
279
|
-
</ul>
|
280
|
-
</div>
|
281
|
-
</div>
|
282
|
-
<div class="section" id="release-6-0-8-2016-08-29">
|
283
|
-
<span id="release-6-0-8"></span><h2>Release 6.0.8 - 2016-08-29<a class="headerlink" href="#release-6-0-8-2016-08-29" title="Permalink to this headline">¶</a></h2>
|
284
|
-
<div class="section" id="id11">
|
285
|
-
<h3>Improvements<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
286
|
-
<ul class="simple">
|
287
|
-
<li>[<a class="reference internal" href="reference/commands/object_list.html"><span class="doc">object_list</span></a>] Supported to show more
|
288
|
-
properties such as <code class="docutils literal"><span class="pre">value_size</span></code> and <code class="docutils literal"><span class="pre">n_elements</span></code> in metadata.</li>
|
289
|
-
<li>Supported operator per selector. This change enables to choose
|
290
|
-
correct index for selector. It means that <code class="docutils literal"><span class="pre">between()</span></code> chooses
|
291
|
-
index for range search, <code class="docutils literal"><span class="pre">in_values()</span></code> chooses index for equality
|
292
|
-
comparison. [GitHub#589] [Reported by Naoya Murakami]</li>
|
293
|
-
<li>[debian] Changed to use nginx log reopen feature instead of
|
294
|
-
Groonga's [<a class="reference internal" href="reference/commands/log_reopen.html"><span class="doc">log_reopen</span></a>] command because
|
295
|
-
log_reopen command works only for one worker. On the contrast, nginx
|
296
|
-
log reopen feature works for multiple workers.</li>
|
297
|
-
<li>[<a class="reference internal" href="reference/commands/table_copy.html"><span class="doc">table_copy</span></a>] Added <code class="docutils literal"><span class="pre">table_copy</span></code> command
|
298
|
-
which copies specified table.</li>
|
299
|
-
<li>[<a class="reference internal" href="reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Supported to cast A table
|
300
|
-
record to B table record. It fixes a case that <code class="docutils literal"><span class="pre">column_copy</span></code>
|
301
|
-
failure in the previous version. Note that both tables must support
|
302
|
-
key.</li>
|
303
|
-
<li>[<a class="reference internal" href="reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Supported reference type
|
304
|
-
vector.</li>
|
305
|
-
<li>[admin] Supported no response error case. It fixes the problem
|
306
|
-
that "Loading..." message will remain displayed.</li>
|
307
|
-
<li>[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>][http] Supported to return
|
308
|
-
400 Bad Request against not implemented function.</li>
|
309
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported to return
|
310
|
-
body on failure.</li>
|
311
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported to load
|
312
|
-
large data as stream.</li>
|
313
|
-
<li>Supported sequential search by <code class="docutils literal"><span class="pre">_key</span></code> when it is specified as a
|
314
|
-
source of index column.</li>
|
315
|
-
<li>Supported to report index information on resolving by accessor for
|
316
|
-
data column if log level is equal to info.</li>
|
317
|
-
<li>Added valid lexicon check on setting index sources. If users create
|
318
|
-
wrong index for sources by
|
319
|
-
[<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>], this check shows
|
320
|
-
details.</li>
|
321
|
-
<li>[<a class="reference internal" href="limitations.html"><span class="doc">Limitations</span></a>] Updated description about table
|
322
|
-
limitations.</li>
|
323
|
-
</ul>
|
324
|
-
</div>
|
325
|
-
<div class="section" id="id12">
|
326
|
-
<h3>Fixes<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
327
|
-
<ul class="simple">
|
328
|
-
<li>[<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>] Fixed a bug that buffer
|
329
|
-
overflow occurs on logging.</li>
|
330
|
-
<li>Fixed to output response even when critical level error.</li>
|
331
|
-
<li>Fixed to ensure clearing output buffer for each grn_ctx_send.
|
332
|
-
This change solves sometimes response may broken. [GitHub#330]</li>
|
333
|
-
<li>[<a class="reference internal" href="reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Fixed a bug that
|
334
|
-
<code class="docutils literal"><span class="pre">prefix_match_size</span></code> option returns wrong node. It causes a problem
|
335
|
-
that <code class="docutils literal"><span class="pre">fuzzy_search</span></code> returns wrong edit distance. [GitHub#590]
|
336
|
-
[Patch by Naoya Murakami]</li>
|
337
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Changed to report error when
|
338
|
-
column value set is failed. It enables you to notice mismatch
|
339
|
-
between type of column and actual value.</li>
|
340
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Fixed a bug that wrong
|
341
|
-
HTTP status is set on success.</li>
|
342
|
-
<li>[<a class="reference internal" href="reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>][<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>]
|
343
|
-
Fixed to resolve record id correctly on sequential
|
344
|
-
search. [GitHub#591,#592,#593] [Patch by Naoya Murakami]</li>
|
345
|
-
</ul>
|
346
|
-
</div>
|
347
|
-
<div class="section" id="id13">
|
348
|
-
<h3>Thanks<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
349
|
-
<ul class="simple">
|
350
|
-
<li>Naoya Murakami</li>
|
351
|
-
</ul>
|
352
|
-
</div>
|
353
|
-
</div>
|
354
|
-
<div class="section" id="release-6-0-7-2016-07-29">
|
355
|
-
<span id="release-6-0-7"></span><h2>Release 6.0.7 - 2016-07-29<a class="headerlink" href="#release-6-0-7-2016-07-29" title="Permalink to this headline">¶</a></h2>
|
356
|
-
<div class="section" id="id14">
|
357
|
-
<h3>Improvements<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
358
|
-
<ul class="simple">
|
359
|
-
<li>[<a class="reference internal" href="reference/functions/string_substring.html"><span class="doc">string_substring</span></a>] Added
|
360
|
-
<code class="docutils literal"><span class="pre">string_substring</span></code> function to extract a substring from given
|
361
|
-
string. The syntax of <code class="docutils literal"><span class="pre">string_substring</span></code> is
|
362
|
-
<code class="docutils literal"><span class="pre">string_substring(string,</span> <span class="pre">from,</span> <span class="pre">[length])</span></code>. [GitHub#564] [Patch by
|
363
|
-
Naoya Murakami]</li>
|
364
|
-
<li>[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_MAX_N_SEGMENTS_TINY</span></code> and
|
365
|
-
<code class="docutils literal"><span class="pre">GRN_II_MAX_N_CHUNKS_TINY</span></code> environment variables to customize the
|
366
|
-
value about default max N segments/chunks. This feature is affected to
|
367
|
-
index column for fixed size scalar column. It reduces memory usage
|
368
|
-
but not tested widely yet.</li>
|
369
|
-
<li>[<a class="reference internal" href="reference/functions/vector_slice.html"><span class="doc">vector_slice</span></a>] Added <code class="docutils literal"><span class="pre">vector_slice</span></code>
|
370
|
-
function to extract specific elements in vector column. [GitHub#582]
|
371
|
-
[Patch by Naoya Murakami]</li>
|
372
|
-
<li>Supported index range search for <code class="docutils literal"><span class="pre">_key</span></code> of PAT/DAT table.
|
373
|
-
[GitHub#583]</li>
|
374
|
-
<li>[<a class="reference internal" href="reference/commands/object_list.html"><span class="doc">object_list</span></a>] Added <code class="docutils literal"><span class="pre">object_list</span></code>
|
375
|
-
command for debugging. It is useful to investigate whether database
|
376
|
-
is corrupted or not.</li>
|
377
|
-
<li>Added a script that checks <code class="docutils literal"><span class="pre">object_list</span></code> response.</li>
|
378
|
-
<li>[mruby] Supported float bulk in expression_rewriter. [GitHub#587]
|
379
|
-
[Patch by Naoya Murakami]</li>
|
380
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Changed output order about table
|
381
|
-
by name instead of ID. It breaks dump output compatibility but it
|
382
|
-
can be restored as usual.</li>
|
383
|
-
<li>[windows] Updated bundled msgpack to 2.0.0.</li>
|
384
|
-
<li>[windows] Added
|
385
|
-
<a class="reference internal" href="reference/executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a>.</li>
|
386
|
-
<li>[httpd] Updated bundled nginx to 1.11.3.</li>
|
387
|
-
<li>[deb] Dropped support for Ubuntu 15.10 (Wily werewolf).</li>
|
388
|
-
</ul>
|
389
|
-
</div>
|
390
|
-
<div class="section" id="id15">
|
391
|
-
<h3>Fixes<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
392
|
-
<ul class="simple">
|
393
|
-
<li>[examples edict] Fixed to use <code class="docutils literal"><span class="pre">gzcat</span></code> instead of <code class="docutils literal"><span class="pre">zcat</span></code> if
|
394
|
-
exists. [GitHub#576] [Patch by Yuya TAMANO]</li>
|
395
|
-
<li>Added missing null-check before dereferencing a
|
396
|
-
pointer. [GitHub#579] [Patch by Sho Minagawa]</li>
|
397
|
-
<li>Fixed not to perform a sequential search if an index is available.
|
398
|
-
[GitHub#580]</li>
|
399
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">Time</span></code> column
|
400
|
-
can reduce the precision of values. [GitHub#581]</li>
|
401
|
-
<li>Fixed a bug that object literal expression codes is broken when
|
402
|
-
executing multiple logical operations. [GitHub#584] [Patch by Naoya
|
403
|
-
Murakami]</li>
|
404
|
-
<li>Fixed a bug that columns of Float, WGS84GeoPoint and TokyoGeoPoint
|
405
|
-
were created with <code class="docutils literal"><span class="pre">GRN_OBJ_COMPRESS_ZLIB</span></code> even if the flag was not
|
406
|
-
specified. [GitHub#586] [Reported by Naoya Murakami]</li>
|
407
|
-
</ul>
|
408
|
-
</div>
|
409
|
-
<div class="section" id="id16">
|
410
|
-
<h3>Thanks<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
411
|
-
<ul class="simple">
|
412
|
-
<li>Naoya Murakami</li>
|
413
|
-
<li>Yuya TAMANO</li>
|
414
|
-
<li>Sho Minagawa</li>
|
415
|
-
</ul>
|
416
|
-
</div>
|
417
|
-
</div>
|
418
|
-
<div class="section" id="release-6-0-5-2016-06-29">
|
419
|
-
<span id="release-6-0-5"></span><h2>Release 6.0.5 - 2016-06-29<a class="headerlink" href="#release-6-0-5-2016-06-29" title="Permalink to this headline">¶</a></h2>
|
420
|
-
<div class="section" id="id17">
|
421
|
-
<h3>Improvements<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
422
|
-
<ul class="simple">
|
423
|
-
<li>[<a class="reference internal" href="reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] Marked as stable command.</li>
|
424
|
-
<li>[mruby] Supported to optimize prefix search by estimating
|
425
|
-
data size efficiently</li>
|
426
|
-
<li>[<a class="reference internal" href="reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Supported
|
427
|
-
<code class="docutils literal"><span class="pre">max_distance</span></code> option as 3rd argument to specify it
|
428
|
-
easily. [GitHub#553] [Patch by Naoya Murakami]</li>
|
429
|
-
<li>[<a class="reference internal" href="reference/commands/query_expand.html"><span class="doc">query_expand</span></a>] Supported command to
|
430
|
-
expand query. It is useful if there are many synonyms.</li>
|
431
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported <code class="docutils literal"><span class="pre">--drilldown</span></code> with
|
432
|
-
<code class="docutils literal"><span class="pre">command_version=3</span></code>. [groonga-dev,04055] [Reported by Naoya
|
433
|
-
Murakami]</li>
|
434
|
-
<li>Removed needless code from <code class="docutils literal"><span class="pre">grn_table_select_sequential()</span></code>.
|
435
|
-
[GitHub#560] [Reported by Sho Minagawa]</li>
|
436
|
-
<li>grn_table_setoperation(): Changed to update score instead of
|
437
|
-
overwriting by <code class="docutils literal"><span class="pre">GRN_OP_ADJUST</span></code>. This change is introduced to keep
|
438
|
-
consistency with <code class="docutils literal"><span class="pre">grn_ii_posting_add()</span></code>. [groonga-dev,04058]
|
439
|
-
[Reported by Naoya Murakami]</li>
|
440
|
-
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Reduced the max opened
|
441
|
-
table/column files when 1 thread mode.</li>
|
442
|
-
</ul>
|
443
|
-
</div>
|
444
|
-
<div class="section" id="id18">
|
445
|
-
<h3>Fixes<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
446
|
-
<ul class="simple">
|
447
|
-
<li>[CMake][Windows] Fixed to install missing mruby
|
448
|
-
script. [groonga-dev,04040] [Reported by Soichiro Kiyokawa]</li>
|
449
|
-
<li>[Windows] Changed to bundle msgpack-c.</li>
|
450
|
-
<li>[<a class="reference internal" href="install/others.html"><span class="doc">Others</span></a>] Fixed a typo
|
451
|
-
about default database encoding (utf8). [GitHub#549] [Patch by IWAI, Masaharu]</li>
|
452
|
-
<li>[<a class="reference internal" href="contribution/development/cooperation.html"><span class="doc">ユーザーと協力して開発をうまく進めていくための指針</span></a>] Fixed a typo
|
453
|
-
about product name (Twitter). [GitHub#550] [Patch by IWAI, Masaharu]</li>
|
454
|
-
<li>Fixed a bug that specific records are not included into search
|
455
|
-
result when multiple index column is created with <code class="docutils literal"><span class="pre">WITH_SECTION</span></code>
|
456
|
-
flag. [GitHub#551]</li>
|
457
|
-
<li>Fixed a crash bug that searching while loading data with
|
458
|
-
<code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code>. <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE</span></code>
|
459
|
-
is enabled by default since Groonga 6.0.3.</li>
|
460
|
-
<li>[<a class="reference internal" href="reference/token_filters.html"><span class="doc">Token filters</span></a>] Fixed thread unsafe implementation.</li>
|
461
|
-
<li>[doc] Fixed a typo in 6.0.4 release entry. [GitHub#559] [Patch by cafedomancer]</li>
|
462
|
-
</ul>
|
463
|
-
</div>
|
464
|
-
<div class="section" id="id19">
|
465
|
-
<h3>Thanks<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
466
|
-
<ul class="simple">
|
467
|
-
<li>Naoya Murakami</li>
|
468
|
-
<li>Soichiro Kiyokawa</li>
|
469
|
-
<li>IWAI, Masaharu</li>
|
470
|
-
<li>cafedomancer</li>
|
471
|
-
</ul>
|
472
|
-
</div>
|
473
|
-
</div>
|
474
|
-
<div class="section" id="release-6-0-4-2016-06-06">
|
475
|
-
<span id="release-6-0-4"></span><h2>Release 6.0.4 - 2016-06-06<a class="headerlink" href="#release-6-0-4-2016-06-06" title="Permalink to this headline">¶</a></h2>
|
476
|
-
<p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
|
477
|
-
users upgrade to 6.0.4. This release fixes some search related
|
478
|
-
problems.</p>
|
479
|
-
<div class="section" id="id20">
|
480
|
-
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
481
|
-
<ul class="simple">
|
482
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">--drilldown</span></code>
|
483
|
-
against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
|
484
|
-
memory.</li>
|
485
|
-
<li>Fixed a bug that search with large index may refer invalid data. It
|
486
|
-
takes a long time to return search result.
|
487
|
-
[GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
|
488
|
-
</ul>
|
489
|
-
</div>
|
490
|
-
<div class="section" id="id21">
|
491
|
-
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
492
|
-
<ul class="simple">
|
493
|
-
<li>Atsushi Shinoda</li>
|
494
|
-
</ul>
|
495
|
-
</div>
|
496
|
-
</div>
|
497
|
-
<div class="section" id="release-6-0-3-2016-05-29">
|
498
|
-
<span id="release-6-0-3"></span><h2>Release 6.0.3 - 2016-05-29<a class="headerlink" href="#release-6-0-3-2016-05-29" title="Permalink to this headline">¶</a></h2>
|
499
|
-
<div class="section" id="id22">
|
500
|
-
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
501
|
-
<ul>
|
502
|
-
<li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
|
503
|
-
<code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
|
504
|
-
to improve performance of N-gram tokenizer. [GitHub#533][Patch by
|
505
|
-
Naoya Murakami]</p>
|
506
|
-
</li>
|
507
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] Stopped to ignore
|
508
|
-
nonexistent default tokenizer, normalizer or token filters. In the
|
509
|
-
previous versions, Groonga ignored a typo in
|
510
|
-
<code class="docutils literal"><span class="pre">--default_tokenizer</span></code>, <code class="docutils literal"><span class="pre">--normalizer</span></code> or <code class="docutils literal"><span class="pre">--token_filters</span></code>
|
511
|
-
parameter silently. It caused a delay in finding problems.</p>
|
512
|
-
</li>
|
513
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v1: Supported
|
514
|
-
expression such as <code class="docutils literal"><span class="pre">snippet_html(...)</span></code> in output_columns.</p>
|
515
|
-
</li>
|
516
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Removed a limitation about the
|
517
|
-
number of labeled drilldowns. In the previous versions, the number
|
518
|
-
of max labeled drilldowns is limited to 10.</p>
|
519
|
-
</li>
|
520
|
-
<li><p class="first">[<a class="reference internal" href="reference/functions/number_classify.html"><span class="doc">number_classify</span></a>] Added a number
|
521
|
-
plugin. Use <code class="docutils literal"><span class="pre">number_classify</span></code> function to classify by value.</p>
|
522
|
-
</li>
|
523
|
-
<li><p class="first">Added a time plugin. Use <code class="docutils literal"><span class="pre">time_classify_second</span></code>,
|
524
|
-
<code class="docutils literal"><span class="pre">time_classify_minute</span></code>, <code class="docutils literal"><span class="pre">time_classify_hour</span></code>,
|
525
|
-
<code class="docutils literal"><span class="pre">time_classify_day</span></code>, <code class="docutils literal"><span class="pre">time_classify_week</span></code>,
|
526
|
-
<code class="docutils literal"><span class="pre">time_classify_month</span></code>, <code class="docutils literal"><span class="pre">time_classify_year</span></code> function to classify
|
527
|
-
by value.</p>
|
528
|
-
</li>
|
529
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported dynamic column
|
530
|
-
creation which is used in <code class="docutils literal"><span class="pre">output_columns</span></code>, <code class="docutils literal"><span class="pre">drilldown</span></code> or
|
531
|
-
<code class="docutils literal"><span class="pre">sortby</span></code> [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]:</p>
|
532
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>select \
|
533
|
-
--columns[LABEL].stage filtered \
|
534
|
-
--columns[LABEL].type ShortText \
|
535
|
-
--columns[LABEL].flags COLUMN_SCALAR \
|
536
|
-
--columns[LABEL].value 'script syntax expression' \
|
537
|
-
...
|
538
|
-
</pre></div>
|
539
|
-
</div>
|
540
|
-
</li>
|
541
|
-
<li><p class="first">[experimental][<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Improved
|
542
|
-
performance for range/equal search and enough filtered case. Set
|
543
|
-
<code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO</span></code> environment variable to
|
544
|
-
enable this feature.</p>
|
545
|
-
</li>
|
546
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported index used search for
|
547
|
-
filtered tables.</p>
|
548
|
-
</li>
|
549
|
-
<li><p class="first">Supported to detect changed database isn't closed. This feature is
|
550
|
-
useful to check database corruption when Groonga is crashed
|
551
|
-
unexpectedly.</p>
|
552
|
-
</li>
|
553
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported detecting database
|
554
|
-
wasn't closed successfully case.</p>
|
555
|
-
</li>
|
556
|
-
<li><p class="first">Added <code class="docutils literal"><span class="pre">--drilldown_filter</span></code>.</p>
|
557
|
-
</li>
|
558
|
-
<li><p class="first">Supported <code class="docutils literal"><span class="pre">filter</span></code> in labeled drilldown.</p>
|
559
|
-
</li>
|
560
|
-
<li><p class="first">Improved performance for using [<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>]
|
561
|
-
without index. By between() optimization, there is a case that range
|
562
|
-
search is 100x faster than the previous version of between().</p>
|
563
|
-
</li>
|
564
|
-
<li><p class="first">[<a class="reference internal" href="reference/functions/record_number.html"><span class="doc">record_number</span></a>] Supported window function.</p>
|
565
|
-
</li>
|
566
|
-
<li><p class="first">[experimental][<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported <code class="docutils literal"><span class="pre">--slices</span></code>.</p>
|
567
|
-
</li>
|
568
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Deprecated <code class="docutils literal"><span class="pre">--sortby</span></code> and
|
569
|
-
<code class="docutils literal"><span class="pre">--drilldown_sortby</span></code>. Use <code class="docutils literal"><span class="pre">--sort_keys</span></code> and
|
570
|
-
<code class="docutils literal"><span class="pre">-drilldown_sort_keys</span></code> instead.</p>
|
571
|
-
</li>
|
572
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Deprecated <code class="docutils literal"><span class="pre">--drilldown[...]</span></code>.
|
573
|
-
Use <code class="docutils literal"><span class="pre">--drilldowns[...]</span></code> instead.</p>
|
574
|
-
</li>
|
575
|
-
<li><p class="first">Added [<a class="reference internal" href="reference/command/command_version.html"><span class="doc">Command version</span></a>] 3. It uses object
|
576
|
-
literal based envelope.</p>
|
577
|
-
</li>
|
578
|
-
<li><p class="first">[groonga-httpd] Updated bundled nginx version to 1.11.0.</p>
|
579
|
-
</li>
|
580
|
-
</ul>
|
581
|
-
</div>
|
582
|
-
<div class="section" id="id23">
|
583
|
-
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
584
|
-
<ul class="simple">
|
585
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
|
586
|
-
that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
|
587
|
-
<li>Fixed a bug that 1usec information is lost for time value.</li>
|
588
|
-
<li>Fixed a crash bug when a mruby plugin is initialized with multiple
|
589
|
-
threads.</li>
|
590
|
-
<li>Fixed a bug that static indexing crashes if a posting list is very long.
|
591
|
-
This bug may occur against enormous size of database. [GitHub#546]</li>
|
592
|
-
</ul>
|
593
|
-
</div>
|
594
|
-
<div class="section" id="id24">
|
595
|
-
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
596
|
-
<ul class="simple">
|
597
|
-
<li>Naoya Murakami</li>
|
598
|
-
</ul>
|
599
|
-
</div>
|
600
|
-
</div>
|
601
|
-
<div class="section" id="release-6-0-2-2016-04-29">
|
602
|
-
<span id="release-6-0-2"></span><h2>Release 6.0.2 - 2016-04-29<a class="headerlink" href="#release-6-0-2-2016-04-29" title="Permalink to this headline">¶</a></h2>
|
603
|
-
<div class="section" id="id25">
|
604
|
-
<h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
605
|
-
<ul class="simple">
|
606
|
-
<li>Supported bool in comparison operators (<code class="docutils literal"><span class="pre">></span></code>, <code class="docutils literal"><span class="pre">>=</span></code>, <code class="docutils literal"><span class="pre"><</span></code>, <code class="docutils literal"><span class="pre"><=</span></code>).
|
607
|
-
TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
|
608
|
-
which returns boolean value in comparison.</li>
|
609
|
-
<li>[groonga-http][<a class="reference internal" href="reference/command/request_timeout.html"><span class="doc">Request timeout</span></a>] Supported
|
610
|
-
<code class="docutils literal"><span class="pre">request_timeout</span></code> parameter. Canceled request returns
|
611
|
-
<code class="docutils literal"><span class="pre">HTTP/1.1</span> <span class="pre">408</span> <span class="pre">Request</span> <span class="pre">Timeout</span></code> status code.</li>
|
612
|
-
<li>[<a class="reference internal" href="reference/commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>] Added <code class="docutils literal"><span class="pre">index_column</span></code> option.
|
613
|
-
[GitHub#534] [Patch by Naoya Murakami]</li>
|
614
|
-
<li>[<a class="reference internal" href="reference/commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>] Supported to output <code class="docutils literal"><span class="pre">estimated_size</span></code>.
|
615
|
-
[GitHub#518] [Patch by Naoya Murakami]</li>
|
616
|
-
<li>[<a class="reference internal" href="reference/functions/geo_in_rectangle.html"><span class="doc">geo_in_rectangle</span></a>][<a class="reference internal" href="reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a>]
|
617
|
-
Supported to work without index. In this case, sequential search is
|
618
|
-
executed as a fallback.</li>
|
619
|
-
<li>Reduced needless internal loops. It improves phrase search performance.
|
620
|
-
[GitHub#519] [Patch by Naoya Murakami]</li>
|
621
|
-
<li>[<a class="reference internal" href="contribution.html"><span class="doc">How to contribute to groonga</span></a>] Updated documentation about contribution.
|
622
|
-
[GitHub#522] [Patch by Hiroshi Ohkubo]</li>
|
623
|
-
<li>[<a class="reference internal" href="reference/command/return_code.html"><span class="doc">Return code</span></a>] Updated documentation about return code list.</li>
|
624
|
-
<li>[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>] Added <code class="docutils literal"><span class="pre">--default-request-timeout</span></code> option.</li>
|
625
|
-
<li>[windows] Supported DLL version.</li>
|
626
|
-
<li>Supported index used search even if value only term exists.
|
627
|
-
For example, <code class="docutils literal"><span class="pre">true</span> <span class="pre">||</span> <span class="pre">column</span> <span class="pre">></span> <span class="pre">0</span></code> doesn't use index even if <code class="docutils literal"><span class="pre">column</span></code> has
|
628
|
-
index. In this release, above issue is resolved.</li>
|
629
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported specifying grouped table
|
630
|
-
[GitHub#524,#526,#527,#528,#529] [Patch by Naoya Murakami]</li>
|
631
|
-
<li>Supported grouping by <code class="docutils literal"><span class="pre">Int{8,16,64}/UInt{8,16,64}</span></code> value.
|
632
|
-
In the previous versions, only 32bit fixed size value was supported.</li>
|
633
|
-
<li>Added table name to error message for invalid sort key.</li>
|
634
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] Updated documentation.</li>
|
635
|
-
<li>[<a class="reference internal" href="reference/suggest/completion.html"><span class="doc">Completion</span></a>] Fixed a typo about example.
|
636
|
-
[groonga-dev,04008] [Reported by Tachikawa Hiroaki]</li>
|
637
|
-
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Added a workaround to keep
|
638
|
-
backward compatibility. use <code class="docutils literal"><span class="pre">object_inspect</span></code> instead of <code class="docutils literal"><span class="pre">inspect</span></code>.</li>
|
639
|
-
<li>[groonga-httpd] Updated bundled nginx version to 1.9.15.</li>
|
640
|
-
<li>[centos] Supported systemd.</li>
|
641
|
-
<li>[doc] Supported only HTML output. [GitHub#532] [Patch by Hiroshi Ohkubo]</li>
|
642
|
-
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>][centos] Supported to customize
|
643
|
-
environment variables.</li>
|
644
|
-
<li>[<a class="reference internal" href="install/others.html"><span class="doc">Others</span></a>] Updated documentation about <code class="docutils literal"><span class="pre">--with-package-platorm</span></code> option.</li>
|
645
|
-
<li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
|
646
|
-
</ul>
|
647
|
-
</div>
|
648
|
-
<div class="section" id="id26">
|
649
|
-
<h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
650
|
-
<ul>
|
651
|
-
<li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
|
652
|
-
For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
|
653
|
-
[GitHub#508] [Reported by Naoya Murakami]:</p>
|
654
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>load --table docs
|
655
|
-
[
|
656
|
-
["_key","description"],
|
657
|
-
[2,""]
|
658
|
-
]
|
659
|
-
</pre></div>
|
660
|
-
</div>
|
661
|
-
</li>
|
662
|
-
<li><p class="first">Fixed a crash bug because of invalid critical section handling. [GitHub#507]</p>
|
663
|
-
</li>
|
664
|
-
<li><p class="first">[<a class="reference internal" href="contribution/development/release.html"><span class="doc">リリース手順</span></a>] Fixed a typo about grntest howto.
|
665
|
-
[GitHub#511] [Patch by Hiroshi Ohkubo]</p>
|
666
|
-
</li>
|
667
|
-
<li><p class="first">[doc] Removed man support.</p>
|
668
|
-
</li>
|
669
|
-
<li><p class="first">Removed invalid debug log messages which make user confused.</p>
|
670
|
-
</li>
|
671
|
-
<li><p class="first">Fixed a bug that data is not correctly flushed because internal counter is wrongly cleared.
|
672
|
-
In the previous version, when size of data exceeds specific one, it was failed to create indexes.
|
673
|
-
[GitHub#517] [Reported by Naoya Murakami]</p>
|
674
|
-
</li>
|
675
|
-
<li><p class="first">Fixed a bug that a process can't use more than one caches in parallel.
|
676
|
-
[GitHub#515]</p>
|
677
|
-
</li>
|
678
|
-
<li><p class="first">Fixed a bug that internally used <code class="docutils literal"><span class="pre">alloc_info</span></code> structure which is used to find memory leaks is
|
679
|
-
not exclusively accessed. Without this fix, it may causes a crash. [GitHub#523]</p>
|
680
|
-
</li>
|
681
|
-
<li><p class="first">[tokenizer mecab] Fixed a memory leak on dictionary encoding mismatch error.
|
682
|
-
[groonga-dev,04012] [Reported by Naoya Murakami]</p>
|
683
|
-
</li>
|
684
|
-
<li><p class="first">Fixed a bug that combination of [<a class="reference internal" href="reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] and
|
685
|
-
[<a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><span class="doc">groonga-suggest-learner</span></a>] didn't work.</p>
|
686
|
-
</li>
|
687
|
-
<li><p class="first">[doc] Removed needless uuid from *.po [GitHub#531] [Patch by Hiroshi Ohkubo]</p>
|
688
|
-
</li>
|
689
|
-
<li><p class="first">[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] Fixed a bug that duplicated text
|
690
|
-
is returned. This bug occurs when highlighted keyword occurred 1024 or more times.</p>
|
691
|
-
</li>
|
692
|
-
<li><p class="first">Fixed a bug that <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> conflicts with existing flag.
|
693
|
-
If you use <code class="docutils literal"><span class="pre">TABLE_HASH_KEY|KEY_LARGE</span></code> in the previous version,
|
694
|
-
there is a possibility to break database. Please recreate the table.</p>
|
695
|
-
</li>
|
696
|
-
</ul>
|
697
|
-
</div>
|
698
|
-
<div class="section" id="id27">
|
699
|
-
<h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
291
|
+
<h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
700
292
|
<ul class="simple">
|
701
293
|
<li>Naoya Murakami</li>
|
702
|
-
<li>
|
703
|
-
<li>Tachikawa Hiroaki</li>
|
704
|
-
</ul>
|
705
|
-
</div>
|
706
|
-
</div>
|
707
|
-
<div class="section" id="release-6-0-1-2016-03-29">
|
708
|
-
<span id="release-6-0-1"></span><h2>Release 6.0.1 - 2016-03-29<a class="headerlink" href="#release-6-0-1-2016-03-29" title="Permalink to this headline">¶</a></h2>
|
709
|
-
<div class="section" id="id28">
|
710
|
-
<h3>Improvements<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
711
|
-
<ul>
|
712
|
-
<li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
|
713
|
-
backtrace.</p>
|
714
|
-
</li>
|
715
|
-
<li><p class="first">Exported the following API</p>
|
716
|
-
<ul class="simple">
|
717
|
-
<li>grn_expr_take_obj()</li>
|
718
|
-
<li>grn_request_canceler_cancel_all()</li>
|
719
|
-
<li>grn_obj_remove_dependent()</li>
|
720
|
-
<li>grn_obj_is_text_family_type()</li>
|
721
|
-
</ul>
|
722
|
-
</li>
|
723
|
-
<li><p class="first">[hash] Supported 4GiB over total key size when <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> flag is set
|
724
|
-
to a table:</p>
|
725
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY|KEY_LARGE ShortText
|
726
|
-
</pre></div>
|
727
|
-
</div>
|
728
|
-
</li>
|
729
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Supported
|
730
|
-
<a class="reference internal" href="reference/command/request_id.html"><span class="doc">Request ID</span></a> when you specify input data as
|
731
|
-
raw JSON instead of parameter value:</p>
|
732
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>POST /d/load?table=XXX&request_id=x
|
733
|
-
|
734
|
-
load --table XXX --request_id x
|
735
|
-
[
|
736
|
-
...
|
737
|
-
]
|
738
|
-
</pre></div>
|
739
|
-
</div>
|
740
|
-
</li>
|
741
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/shutdown.html"><span class="doc">shutdown</span></a>] Added <code class="docutils literal"><span class="pre">mode</span></code> argument to
|
742
|
-
shutdown immediately. Use <code class="docutils literal"><span class="pre">shutdown</span> <span class="pre">--mode</span> <span class="pre">immediate</span></code> in such a purpose.</p>
|
743
|
-
</li>
|
744
|
-
<li><p class="first">[<a class="reference internal" href="install/mac_os_x.html"><span class="doc">Mac OS X</span></a>] Added a instruction to setup MeCab dictionary for Homebrew.</p>
|
745
|
-
</li>
|
746
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Supported to stop load when cancel
|
747
|
-
is requested.</p>
|
748
|
-
</li>
|
749
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Supported to remove
|
750
|
-
dependent tables. Use <code class="docutils literal"><span class="pre">--dependent</span> <span class="pre">yes</span></code> for it.</p>
|
751
|
-
</li>
|
752
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Supported to
|
753
|
-
remove dependent tables.</p>
|
754
|
-
</li>
|
755
|
-
<li><p class="first">[Windows] Supported memory debug mode on Windows.</p>
|
756
|
-
</li>
|
757
|
-
<li><p class="first">Supported to dump allocation information by status on memory debug mode</p>
|
758
|
-
</li>
|
759
|
-
<li><p class="first">[<a class="reference internal" href="contribution/documentation/i18n.html"><span class="doc">I18N</span></a>] Added installation step for Sphinx.</p>
|
760
|
-
</li>
|
761
|
-
<li><p class="first">[experimental] Supported to split chunks in static indexing.
|
762
|
-
Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABLE=yes</span></code> to enable it. [GitHub#479]</p>
|
763
|
-
</li>
|
764
|
-
</ul>
|
765
|
-
</div>
|
766
|
-
<div class="section" id="id29">
|
767
|
-
<h3>Fixes<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
768
|
-
<ul class="simple">
|
769
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
|
770
|
-
nonexistent column is specified. [GitHub#493]</li>
|
771
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that load command does
|
772
|
-
not return error code correctly. [GitHub#495]</li>
|
773
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a memory leak when parsing
|
774
|
-
columns parameter in load command.</li>
|
775
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that only the first
|
776
|
-
array in <code class="docutils literal"><span class="pre">--values</span></code> is handled as a list of column names if <code class="docutils literal"><span class="pre">--columns</span></code> is not
|
777
|
-
specified. [GitHub#497]</li>
|
778
|
-
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed to check <code class="docutils literal"><span class="pre">--columns</span></code> more precisely
|
779
|
-
[GitHub#496]</li>
|
780
|
-
<li>Fixed a insufficient critical section handling for
|
781
|
-
thread-safety.</li>
|
782
|
-
<li>[<a class="reference internal" href="reference/commands/column_create.html"><span class="doc">column_create</span></a>] Fixed a crash bug when
|
783
|
-
failed to create a column.</li>
|
784
|
-
<li>[<a class="reference internal" href="reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Fixed a crash bug to
|
785
|
-
remove nonexistent table. [GitHub#504]</li>
|
786
|
-
<li>Fixed a bug that offline index construction against <code class="docutils literal"><span class="pre">WITH_POSITION</span></code> +
|
787
|
-
non-text <code class="docutils literal"><span class="pre">VECTOR</span></code> column ignores position.</li>
|
788
|
-
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Fixed a bug that cycle
|
789
|
-
reference causes stack over flow.</li>
|
790
|
-
<li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
|
791
|
-
</ul>
|
792
|
-
</div>
|
793
|
-
<div class="section" id="id30">
|
794
|
-
<h3>Thanks<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
795
|
-
<ul class="simple">
|
796
|
-
<li>YUKI Hiroshi</li>
|
797
|
-
</ul>
|
798
|
-
</div>
|
799
|
-
</div>
|
800
|
-
<div class="section" id="release-6-0-0-2016-02-29">
|
801
|
-
<span id="release-6-0-0"></span><h2>Release 6.0.0 - 2016-02-29<a class="headerlink" href="#release-6-0-0-2016-02-29" title="Permalink to this headline">¶</a></h2>
|
802
|
-
<div class="section" id="id31">
|
803
|
-
<h3>Improvements<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
804
|
-
<ul>
|
805
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
|
806
|
-
specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
|
807
|
-
</li>
|
808
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_pat_fuzzy_search()</span></code>] Added a new API that provides fuzzy
|
809
|
-
search feature by patricia trie. [GitHub#460][Patch by Naoya
|
810
|
-
Murakami]</p>
|
811
|
-
</li>
|
812
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">functions/string</span></code>] Added a new plugin that provides string
|
813
|
-
related functions. [GitHub#459][Patch by Naoya Murakami]</p>
|
814
|
-
</li>
|
815
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">string_length()</span></code>] Added a new function that returns the number
|
816
|
-
of characters in the specified string. It's contained in
|
817
|
-
<code class="docutils literal"><span class="pre">functions/string</span></code> plugin. [GitHub#459][Patch by Naoya Murakami]</p>
|
818
|
-
</li>
|
819
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_table_fuzzy_search()</span></code>] Added a new DB API that provides
|
820
|
-
fuzzy search feature. [GitHub#463][Patch by Naoya Murakami]</p>
|
821
|
-
</li>
|
822
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_OP_FUZZY</span></code>] Added a new operator. [GitHub#463][Patch by Naoya
|
823
|
-
Murakami]</p>
|
824
|
-
</li>
|
825
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_search()</span></code>] Supported <code class="docutils literal"><span class="pre">GRN_OP_FUZZY</span></code>
|
826
|
-
operator. [GitHub#463][Patch by Naoya Murakami]</p>
|
827
|
-
</li>
|
828
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_TABLE_FUZZY_SEARCH_WITH_TRANSPOSITION</span></code>] Added a flag for
|
829
|
-
<code class="docutils literal"><span class="pre">grn_table_fuzzy_search()</span></code>. [GitHub#463][Patch by Naoya Murakami]</p>
|
830
|
-
</li>
|
831
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_TOKENIZE_ONLY</span></code>] Added a new tokenization mode that returns
|
832
|
-
all tokens even if the token doesn't exist in
|
833
|
-
lexicon. [GitHub#463][Patch by Naoya Murakami]</p>
|
834
|
-
</li>
|
835
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_type_to_string()</span></code>] Add a new function that stringify
|
836
|
-
type ID such as <code class="docutils literal"><span class="pre">GRN_VOID</span></code> and <code class="docutils literal"><span class="pre">GRN_BULK</span></code>.</p>
|
837
|
-
</li>
|
838
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/object_inspect.html"><span class="doc">object_inspect</span></a>] Added a new command that
|
839
|
-
returns information of the target object.</p>
|
840
|
-
</li>
|
841
|
-
<li><p class="first">Supported compare operations against vector. If left hand side
|
842
|
-
vector includes any element that satisfies <code class="docutils literal"><span class="pre">left_hand_side_element</span>
|
843
|
-
<span class="pre">OP</span> <span class="pre">right_hand_side</span></code>, it returns true.</p>
|
844
|
-
<p>Example:</p>
|
845
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>[1, 2, 3] < 2 # -> true because 1 is less than 2
|
846
|
-
[1, 2, 3] > 4 # -> false because all elements are less than 4
|
847
|
-
</pre></div>
|
848
|
-
</div>
|
849
|
-
</li>
|
850
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">fuzzy_search()</span></code>] Added a new function that provides fuzzy search
|
851
|
-
feature. [GitHub#464][Patch by Naoya Murakami]</p>
|
852
|
-
</li>
|
853
|
-
<li><p class="first">[<a class="reference internal" href="reference/functions/edit_distance.html"><span class="doc">edit_distance</span></a>] Supported transposition
|
854
|
-
flag. [GitHub#464][Patch by Naoya Murakami]</p>
|
855
|
-
</li>
|
856
|
-
<li><p class="first">Supported index search for <code class="docutils literal"><span class="pre">vector_column[2]</span> <span class="pre">==</span> <span class="pre">29</span></code>.</p>
|
857
|
-
</li>
|
858
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_PLUGIN_CALLOC()</span></code>] Added a new API for plugin that provides
|
859
|
-
<code class="docutils literal"><span class="pre">calloc()</span></code> feature. [GitHub#472][Patch by Naoya Murakami]</p>
|
860
|
-
</li>
|
861
|
-
<li><p class="first">Supported index search for compare operations against vector element
|
862
|
-
such as <code class="docutils literal"><span class="pre">vector_column[2]</span> <span class="pre"><</span> <span class="pre">29</span></code>.</p>
|
863
|
-
</li>
|
864
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_bool()</span></code>] Add a new API for plugin that
|
865
|
-
provides getting boolean argument value feature.</p>
|
866
|
-
</li>
|
867
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_int32()</span></code>] Add a new API for plugin that
|
868
|
-
provides getting 32bit integer argument value feature.</p>
|
869
|
-
</li>
|
870
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_string()</span></code>] Add a new API for plugin that
|
871
|
-
provides getting string argument value feature.</p>
|
872
|
-
</li>
|
873
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/object_remove.html"><span class="doc">object_remove</span></a>] Added a new command that
|
874
|
-
removes an object. <code class="docutils literal"><span class="pre">object_remove</span></code> can also remove a broken object.</p>
|
875
|
-
</li>
|
876
|
-
<li><p class="first">Supported mips/mipsel. [debian-bugs:770243][Reported by Nobuhiro
|
877
|
-
Iwamatsu][Reported by Thorsten Glaser][Reported by YunQiang
|
878
|
-
Su][Reported by Dejan Latinovic][Reported by Steve Langasek]</p>
|
879
|
-
</li>
|
880
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>][CMake] Supported.</p>
|
881
|
-
</li>
|
882
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_expr_syntax_expand_query()</span></code>] Added a new API that provides
|
883
|
-
query expansion feature.</p>
|
884
|
-
</li>
|
885
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">snippet()</span></code>] Add a new function that provides snippet feature.
|
886
|
-
[GitHub#481][Patch by Naoya Murakami]</p>
|
887
|
-
</li>
|
888
|
-
<li><p class="first">[<code class="docutils literal"><span class="pre">highlight()</span></code>] Add a new function that provides highlight feature.
|
889
|
-
[GitHub#487][Patch by Naoya Murakami]</p>
|
890
|
-
</li>
|
891
|
-
<li><p class="first">Added <code class="docutils literal"><span class="pre">XXX</span> <span class="pre">&&</span> <span class="pre">column</span> <span class="pre">!=</span> <span class="pre">xxx</span></code> optimization. It's converted to <code class="docutils literal"><span class="pre">XXX</span>
|
892
|
-
<span class="pre">&!</span> <span class="pre">column</span> <span class="pre">==</span> <span class="pre">xxx</span></code> internally.</p>
|
893
|
-
</li>
|
894
|
-
<li><p class="first">[<a class="reference internal" href="server/memcached.html"><span class="doc">Memcached binary protocol</span></a>] Added <code class="docutils literal"><span class="pre">--memcached-column</span></code>. You can
|
895
|
-
access existing column by memcached protocol.</p>
|
896
|
-
</li>
|
897
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported TLS.
|
898
|
-
[groonga-dev,03948][Reported by KITAITI Makoto]</p>
|
899
|
-
</li>
|
900
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx
|
901
|
-
version to 1.9.11 from 1.9.10.</p>
|
902
|
-
</li>
|
903
|
-
<li><p class="first">[Windows][CMake] Supported LZ4. LZ4 is bundled.</p>
|
904
|
-
</li>
|
905
|
-
</ul>
|
906
|
-
</div>
|
907
|
-
<div class="section" id="id32">
|
908
|
-
<h3>Fixes<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
909
|
-
<ul class="simple">
|
910
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
|
911
|
-
outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
|
912
|
-
<li>Fixed a bug that <code class="docutils literal"><span class="pre">function(column_with_index)</span> <span class="pre">==</span> <span class="pre">29</span></code> ignores
|
913
|
-
<code class="docutils literal"><span class="pre">function()</span></code>. [groonga-dev,03884][Reported by Naoya Murakami]</li>
|
914
|
-
<li>[<a class="reference internal" href="reference/commands/reindex.html"><span class="doc">reindex</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">reindex</span></code>
|
915
|
-
doesn't clear query cache.</li>
|
916
|
-
<li>[patricia trie] Fixed a bug that sorting by integer patricia trie
|
917
|
-
key returns unsorted result. [GitHub#476][Reported by Ryunosuke SATO]</li>
|
918
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a crash bug that is
|
919
|
-
occurred when too many keywords is specified into <code class="docutils literal"><span class="pre">--query</span></code>.
|
920
|
-
[GitHub#484][Reported by Hiroyuki Sato]</li>
|
921
|
-
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that wrong cache is
|
922
|
-
used when <a class="reference internal" href="reference/command/command_version.html"><span class="doc">Command version</span></a> or
|
923
|
-
<a class="reference internal" href="reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> is
|
924
|
-
used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
925
|
-
</ul>
|
926
|
-
</div>
|
927
|
-
<div class="section" id="id33">
|
928
|
-
<h3>Thanks<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
929
|
-
<ul class="simple">
|
930
|
-
<li>Masafumi Yokoyama</li>
|
931
|
-
<li>Naoya Murakami</li>
|
932
|
-
<li>Nobuhiro Iwamatsu</li>
|
933
|
-
<li>Thorsten Glaser</li>
|
934
|
-
<li>YunQiang Su</li>
|
935
|
-
<li>Dejan Latinovic</li>
|
936
|
-
<li>Steve Langasek</li>
|
937
|
-
<li>Ryunosuke SATO</li>
|
938
|
-
<li>Hiroyuki Sato</li>
|
939
|
-
<li>KITAITI Makoto</li>
|
294
|
+
<li>aomi-n</li>
|
940
295
|
</ul>
|
941
296
|
</div>
|
942
297
|
</div>
|
@@ -944,6 +299,24 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
|
944
299
|
<h2>The old releases<a class="headerlink" href="#the-old-releases" title="Permalink to this headline">¶</a></h2>
|
945
300
|
<div class="toctree-wrapper compound">
|
946
301
|
<ul>
|
302
|
+
<li class="toctree-l1"><a class="reference internal" href="news/6.x.html">News - 6.x</a><ul>
|
303
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-1-5-2017-01-23">Release 6.1.5 - 2017-01-23</a></li>
|
304
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-1-4-2017-01-18">Release 6.1.4 - 2017-01-18</a></li>
|
305
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-1-3-2017-01-06">Release 6.1.3 - 2017-01-06</a></li>
|
306
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-1-2-2016-12-31">Release 6.1.2 - 2016-12-31</a></li>
|
307
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-1-1-2016-11-29">Release 6.1.1 - 2016-11-29</a></li>
|
308
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-1-0-2016-10-29">Release 6.1.0 - 2016-10-29</a></li>
|
309
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-9-2016-09-29">Release 6.0.9 - 2016-09-29</a></li>
|
310
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-8-2016-08-29">Release 6.0.8 - 2016-08-29</a></li>
|
311
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-7-2016-07-29">Release 6.0.7 - 2016-07-29</a></li>
|
312
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a></li>
|
313
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a></li>
|
314
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a></li>
|
315
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a></li>
|
316
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a></li>
|
317
|
+
<li class="toctree-l2"><a class="reference internal" href="news/6.x.html#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a></li>
|
318
|
+
</ul>
|
319
|
+
</li>
|
947
320
|
<li class="toctree-l1"><a class="reference internal" href="news/5.x.html">News - 5.x</a><ul>
|
948
321
|
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-1-2-2016-01-29">Release 5.1.2 - 2016-01-29</a></li>
|
949
322
|
<li class="toctree-l2"><a class="reference internal" href="news/5.x.html#release-5-1-1-2015-12-29">Release 5.1.1 - 2015-12-29</a></li>
|
@@ -1075,79 +448,21 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
|
1075
448
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
1076
449
|
<ul>
|
1077
450
|
<li><a class="reference internal" href="#">News</a><ul>
|
1078
|
-
<li><a class="reference internal" href="#release-
|
451
|
+
<li><a class="reference internal" href="#release-7-0-2-2017-04-29">Release 7.0.2 - 2017-04-29</a><ul>
|
1079
452
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
1080
453
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1081
454
|
</ul>
|
1082
455
|
</li>
|
1083
|
-
<li><a class="reference internal" href="#release-
|
456
|
+
<li><a class="reference internal" href="#release-7-0-1-2017-03-29">Release 7.0.1 - 2017-03-29</a><ul>
|
1084
457
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
1085
458
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
1086
459
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1087
460
|
</ul>
|
1088
461
|
</li>
|
1089
|
-
<li><a class="reference internal" href="#release-
|
462
|
+
<li><a class="reference internal" href="#release-7-0-0-2017-02-09">Release 7.0.0 - 2017-02-09</a><ul>
|
1090
463
|
<li><a class="reference internal" href="#id3">Improvements</a></li>
|
1091
464
|
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
1092
|
-
</
|
1093
|
-
</li>
|
1094
|
-
<li><a class="reference internal" href="#release-6-1-0-2016-10-29">Release 6.1.0 - 2016-10-29</a><ul>
|
1095
|
-
<li><a class="reference internal" href="#id5">Improvements</a></li>
|
1096
|
-
<li><a class="reference internal" href="#id6">Fixes</a></li>
|
1097
|
-
<li><a class="reference internal" href="#id7">Thanks</a></li>
|
1098
|
-
</ul>
|
1099
|
-
</li>
|
1100
|
-
<li><a class="reference internal" href="#release-6-0-9-2016-09-29">Release 6.0.9 - 2016-09-29</a><ul>
|
1101
|
-
<li><a class="reference internal" href="#id8">Improvements</a></li>
|
1102
|
-
<li><a class="reference internal" href="#id9">Fixes</a></li>
|
1103
|
-
<li><a class="reference internal" href="#id10">Thanks</a></li>
|
1104
|
-
</ul>
|
1105
|
-
</li>
|
1106
|
-
<li><a class="reference internal" href="#release-6-0-8-2016-08-29">Release 6.0.8 - 2016-08-29</a><ul>
|
1107
|
-
<li><a class="reference internal" href="#id11">Improvements</a></li>
|
1108
|
-
<li><a class="reference internal" href="#id12">Fixes</a></li>
|
1109
|
-
<li><a class="reference internal" href="#id13">Thanks</a></li>
|
1110
|
-
</ul>
|
1111
|
-
</li>
|
1112
|
-
<li><a class="reference internal" href="#release-6-0-7-2016-07-29">Release 6.0.7 - 2016-07-29</a><ul>
|
1113
|
-
<li><a class="reference internal" href="#id14">Improvements</a></li>
|
1114
|
-
<li><a class="reference internal" href="#id15">Fixes</a></li>
|
1115
|
-
<li><a class="reference internal" href="#id16">Thanks</a></li>
|
1116
|
-
</ul>
|
1117
|
-
</li>
|
1118
|
-
<li><a class="reference internal" href="#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a><ul>
|
1119
|
-
<li><a class="reference internal" href="#id17">Improvements</a></li>
|
1120
|
-
<li><a class="reference internal" href="#id18">Fixes</a></li>
|
1121
|
-
<li><a class="reference internal" href="#id19">Thanks</a></li>
|
1122
|
-
</ul>
|
1123
|
-
</li>
|
1124
|
-
<li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
|
1125
|
-
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
1126
|
-
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
1127
|
-
</ul>
|
1128
|
-
</li>
|
1129
|
-
<li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
|
1130
|
-
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
1131
|
-
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
1132
|
-
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
1133
|
-
</ul>
|
1134
|
-
</li>
|
1135
|
-
<li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
|
1136
|
-
<li><a class="reference internal" href="#id25">Improvements</a></li>
|
1137
|
-
<li><a class="reference internal" href="#id26">Fixes</a></li>
|
1138
|
-
<li><a class="reference internal" href="#id27">Thanks</a></li>
|
1139
|
-
</ul>
|
1140
|
-
</li>
|
1141
|
-
<li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
|
1142
|
-
<li><a class="reference internal" href="#id28">Improvements</a></li>
|
1143
|
-
<li><a class="reference internal" href="#id29">Fixes</a></li>
|
1144
|
-
<li><a class="reference internal" href="#id30">Thanks</a></li>
|
1145
|
-
</ul>
|
1146
|
-
</li>
|
1147
|
-
<li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
|
1148
|
-
<li><a class="reference internal" href="#id31">Improvements</a></li>
|
1149
|
-
<li><a class="reference internal" href="#id32">Fixes</a></li>
|
1150
|
-
<li><a class="reference internal" href="#id33">Thanks</a></li>
|
465
|
+
<li><a class="reference internal" href="#id5">Thanks</a></li>
|
1151
466
|
</ul>
|
1152
467
|
</li>
|
1153
468
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
@@ -1182,7 +497,7 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
|
1182
497
|
<li class="right" style="margin-right: 10px">
|
1183
498
|
<a href="genindex.html" title="General Index"
|
1184
499
|
>index</a></li>
|
1185
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga
|
500
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
1186
501
|
</ul>
|
1187
502
|
</div>
|
1188
503
|
<div class="footer" role="contentinfo">
|