rroonga 6.1.3-x64-mingw32 → 7.0.2-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -0,0 +1,1148 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
|
5
|
+
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
7
|
+
<head>
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
+
|
10
|
+
<title>News - 6.x — Groonga v7.0.1-160-gda23e59 documentation</title>
|
11
|
+
|
12
|
+
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: '../',
|
18
|
+
VERSION: '7.0.1-160-gda23e59',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
|
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
28
|
+
<link rel="index" title="Index" href="../genindex.html" />
|
29
|
+
<link rel="search" title="Search" href="../search.html" />
|
30
|
+
<link rel="top" title="Groonga v7.0.1-160-gda23e59 documentation" href="../index.html" />
|
31
|
+
</head>
|
32
|
+
<body role="document">
|
33
|
+
<div class="header">
|
34
|
+
<h1 class="title">
|
35
|
+
<a id="top-link" href="../index.html">
|
36
|
+
<span class="project">groonga</span>
|
37
|
+
<span class="separator">-</span>
|
38
|
+
<span class="description">An open-source fulltext search engine and column store.</span>
|
39
|
+
</a>
|
40
|
+
</h1>
|
41
|
+
|
42
|
+
<div class="other-language-links">
|
43
|
+
<ul>
|
44
|
+
<li><a href="../../../ja/html/news/6.x.html">日本語</a></li>
|
45
|
+
</ul>
|
46
|
+
</div>
|
47
|
+
</div>
|
48
|
+
|
49
|
+
|
50
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
51
|
+
<h3>Navigation</h3>
|
52
|
+
<ul>
|
53
|
+
<li class="right" style="margin-right: 10px">
|
54
|
+
<a href="../genindex.html" title="General Index"
|
55
|
+
accesskey="I">index</a></li>
|
56
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
57
|
+
</ul>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
<div class="document">
|
61
|
+
<div class="documentwrapper">
|
62
|
+
<div class="bodywrapper">
|
63
|
+
<div class="body" role="main">
|
64
|
+
|
65
|
+
<div class="section" id="news-6-x">
|
66
|
+
<h1>News - 6.x<a class="headerlink" href="#news-6-x" title="Permalink to this headline">¶</a></h1>
|
67
|
+
<div class="section" id="release-6-1-5-2017-01-23">
|
68
|
+
<span id="release-6-1-5"></span><h2>Release 6.1.5 - 2017-01-23<a class="headerlink" href="#release-6-1-5-2017-01-23" title="Permalink to this headline">¶</a></h2>
|
69
|
+
<p>This is a bug fix release of 6.1.4. 6.1.4 users should upgrade to
|
70
|
+
6.1.5.</p>
|
71
|
+
<div class="section" id="improvements">
|
72
|
+
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
73
|
+
<ul class="simple">
|
74
|
+
<li>Supported binary operation against nonexistent reference column
|
75
|
+
value. It's always false.</li>
|
76
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Added
|
77
|
+
<a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a>,
|
78
|
+
<a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> and
|
79
|
+
<a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].sort_keys</span></a>.
|
80
|
+
<a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sortby"><span class="std std-ref">sortby</span></a>,
|
81
|
+
<a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sortby"><span class="std std-ref">drilldown_sortby</span></a> and
|
82
|
+
<a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sortby"><span class="std std-ref">drilldowns[${LABEL}].sortby</span></a> are deprecated.</li>
|
83
|
+
</ul>
|
84
|
+
</div>
|
85
|
+
<div class="section" id="fixes">
|
86
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
87
|
+
<ul class="simple">
|
88
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that index search
|
89
|
+
may not return matched record.</li>
|
90
|
+
</ul>
|
91
|
+
</div>
|
92
|
+
</div>
|
93
|
+
<div class="section" id="release-6-1-4-2017-01-18">
|
94
|
+
<span id="release-6-1-4"></span><h2>Release 6.1.4 - 2017-01-18<a class="headerlink" href="#release-6-1-4-2017-01-18" title="Permalink to this headline">¶</a></h2>
|
95
|
+
<p>This is a bug fix release of 6.1.3. 6.1.3 users should upgrade to
|
96
|
+
6.1.4.</p>
|
97
|
+
<div class="section" id="id1">
|
98
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
99
|
+
<ul class="simple">
|
100
|
+
<li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-near-search-operator"><span class="std std-ref">Near search operator</span></a>] Supported customizing
|
101
|
+
the max interval.</li>
|
102
|
+
<li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-near-search-operator"><span class="std std-ref">Near search operator</span></a>] Supported unlimited interval.</li>
|
103
|
+
<li>Stopped to install <code class="docutils literal"><span class="pre">groonga-httpd-restart</span></code> when <code class="docutils literal"><span class="pre">groonga-httpd</span></code>
|
104
|
+
isn't installed. [GitHub#626] [Patch by OBATA Akio]</li>
|
105
|
+
<li>Improved index update performance against non natural language text
|
106
|
+
data such as multi column index data in Mroonga.
|
107
|
+
[groonga-dev,04219] [Reported by Masanori Miyashita]
|
108
|
+
[GitHub#617]</li>
|
109
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] Supported
|
110
|
+
<code class="docutils literal"><span class="pre">drilldowns[LABEL]</span></code> form. <code class="docutils literal"><span class="pre">drilldown[LABEL]</span></code> form is deprecated.</li>
|
111
|
+
<li>Supported using system Onigmo.
|
112
|
+
[GitUub#628] [Patch by OBATA Akio]</li>
|
113
|
+
</ul>
|
114
|
+
</div>
|
115
|
+
<div class="section" id="id2">
|
116
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
117
|
+
<ul class="simple">
|
118
|
+
<li>[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] Fixed a memory leak. It's
|
119
|
+
caused when the target is <a class="reference internal" href="../reference/tables.html#table-hash-key"><span class="std std-ref">TABLE_HASH_KEY</span></a> or
|
120
|
+
<a class="reference internal" href="../reference/tables.html#table-pat-key"><span class="std std-ref">TABLE_PAT_KEY</span></a> and the target table has many token filters are
|
121
|
+
registered. [GitHub#622] [Patch by Naoya Murakami]</li>
|
122
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that old cache is
|
123
|
+
used after <a class="reference internal" href="../reference/commands/column_rename.html"><span class="doc">column_rename</span></a> is used.</li>
|
124
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that index search
|
125
|
+
may not return matched record. [GitHub#624] [Patch by Naoya Murakami]</li>
|
126
|
+
</ul>
|
127
|
+
</div>
|
128
|
+
<div class="section" id="thanks">
|
129
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
130
|
+
<ul class="simple">
|
131
|
+
<li>Naoya Murakami</li>
|
132
|
+
<li>OBATA Akio</li>
|
133
|
+
</ul>
|
134
|
+
</div>
|
135
|
+
</div>
|
136
|
+
<div class="section" id="release-6-1-3-2017-01-06">
|
137
|
+
<span id="release-6-1-3"></span><h2>Release 6.1.3 - 2017-01-06<a class="headerlink" href="#release-6-1-3-2017-01-06" title="Permalink to this headline">¶</a></h2>
|
138
|
+
<div class="section" id="id3">
|
139
|
+
<h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
140
|
+
<ul class="simple">
|
141
|
+
<li>[<a class="reference internal" href="../reference/api/grn_db.html#c.grn_db_recover" title="grn_db_recover"><code class="xref c c-func docutils literal"><span class="pre">grn_db_recover()</span></code></a>][<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Reduced memory usage when only 1 thread mode.</li>
|
142
|
+
</ul>
|
143
|
+
</div>
|
144
|
+
<div class="section" id="id4">
|
145
|
+
<h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
146
|
+
<ul class="simple">
|
147
|
+
<li>Reverted "Improved performance of updating inverted indexes in the worst case".
|
148
|
+
It had reported error when key has multibyte character.
|
149
|
+
This change was included in 6.1.2.</li>
|
150
|
+
<li>[<a class="reference internal" href="../reference/tokenizers.html#token-regexp"><span class="std std-ref">TokenRegexp</span></a>] Fixed a bug that <cite>\A${ONE_CHARACTER}\z</cite>
|
151
|
+
returns all one character values.</li>
|
152
|
+
</ul>
|
153
|
+
</div>
|
154
|
+
</div>
|
155
|
+
<div class="section" id="release-6-1-2-2016-12-31">
|
156
|
+
<span id="release-6-1-2"></span><h2>Release 6.1.2 - 2016-12-31<a class="headerlink" href="#release-6-1-2-2016-12-31" title="Permalink to this headline">¶</a></h2>
|
157
|
+
<div class="section" id="id5">
|
158
|
+
<h3>Improvements<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
159
|
+
<ul class="simple">
|
160
|
+
<li>windows: Supported to bundle groonga-normalizer-mysql.</li>
|
161
|
+
<li>[<a class="reference internal" href="../reference/log.html"><span class="doc">Log</span></a>] Added description about log format with
|
162
|
+
<code class="docutils literal"><span class="pre">PID</span></code> case.</li>
|
163
|
+
<li>[<a class="reference internal" href="../install/centos.html"><span class="doc">CentOS</span></a>] Improved installation procedure about
|
164
|
+
recent <code class="docutils literal"><span class="pre">groonga-release</span></code> package.</li>
|
165
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Supported to show
|
166
|
+
<code class="docutils literal"><span class="pre">{"n_loaded_records":</span> <span class="pre">N}</span></code> in response for command version 3 or
|
167
|
+
later.</li>
|
168
|
+
<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>
|
169
|
+
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
|
170
|
+
specified, loaded record IDs(<code class="docutils literal"><span class="pre">loaded_ids</span></code>) are also returned. ID
|
171
|
+
is 0 for record that is failed to add.</li>
|
172
|
+
<li>[<a class="reference internal" href="../install/others.html"><span class="doc">Others</span></a>] Added installation instruction about
|
173
|
+
depended packages (Zstandard, LZ4)</li>
|
174
|
+
<li>Changed to use Onigmo 6.0 as regular expression library.</li>
|
175
|
+
<li>Marked some features as stable.<ul>
|
176
|
+
<li><a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a> command.</li>
|
177
|
+
<li><a class="reference internal" href="../reference/commands/request_cancel.html"><span class="doc">request_cancel</span></a> command.</li>
|
178
|
+
<li><a class="reference internal" href="../reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a> function.</li>
|
179
|
+
<li><a class="reference internal" href="../reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a> function.</li>
|
180
|
+
<li><a class="reference internal" href="../reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> function.</li>
|
181
|
+
</ul>
|
182
|
+
</li>
|
183
|
+
<li>[httpd] Updated bundled nginx to 1.11.8.</li>
|
184
|
+
<li>Improved to reduce <code class="docutils literal"><span class="pre">AND</span></code> search response time.
|
185
|
+
[GitHub#618,#619,#620] [Patch by Naoya Murakami]</li>
|
186
|
+
<li>Improved performance of updating inverted indexes in the worst case.
|
187
|
+
This fix also reduces memory usage in that
|
188
|
+
process. [groonga-dev,04219] [Reported by Masanori Miyashita]</li>
|
189
|
+
</ul>
|
190
|
+
</div>
|
191
|
+
<div class="section" id="id6">
|
192
|
+
<h3>Fixes<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
193
|
+
<ul class="simple">
|
194
|
+
<li>Added missing <code class="docutils literal"><span class="pre">NULL</span></code> check about return value of
|
195
|
+
<code class="docutils literal"><span class="pre">grn_ctx_at</span></code>. This fix prevents from unexpected crash bug.</li>
|
196
|
+
</ul>
|
197
|
+
</div>
|
198
|
+
<div class="section" id="id7">
|
199
|
+
<h3>Thanks<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
200
|
+
<ul class="simple">
|
201
|
+
<li>Naoya Murakami</li>
|
202
|
+
<li>Masanori Miyashita</li>
|
203
|
+
</ul>
|
204
|
+
</div>
|
205
|
+
</div>
|
206
|
+
<div class="section" id="release-6-1-1-2016-11-29">
|
207
|
+
<span id="release-6-1-1"></span><h2>Release 6.1.1 - 2016-11-29<a class="headerlink" href="#release-6-1-1-2016-11-29" title="Permalink to this headline">¶</a></h2>
|
208
|
+
<div class="section" id="id8">
|
209
|
+
<h3>Improvements<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
210
|
+
<ul class="simple">
|
211
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported the following functions in slices.<ul>
|
212
|
+
<li><a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a></li>
|
213
|
+
<li><a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a></li>
|
214
|
+
<li><a class="reference internal" href="../reference/functions/geo_in_rectangle.html"><span class="doc">geo_in_rectangle</span></a></li>
|
215
|
+
<li><a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a></li>
|
216
|
+
<li><a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a></li>
|
217
|
+
<li><a class="reference internal" href="../reference/functions/query.html"><span class="doc">query</span></a></li>
|
218
|
+
</ul>
|
219
|
+
</li>
|
220
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported PID output to
|
221
|
+
log file. It is useful to distinct multiple worker processes.
|
222
|
+
The messages are logged as <code class="docutils literal"><span class="pre">TIMESTAMP|MARK|PID:</span> <span class="pre">MESSAGE</span></code>.</li>
|
223
|
+
<li>[ja] Changed to stop compressing small data. If column data is less
|
224
|
+
than 256 byte, the data aren't compressed even when <code class="docutils literal"><span class="pre">COMPRESS_ZLIB</span></code>
|
225
|
+
or <code class="docutils literal"><span class="pre">COMPRESS_LZ4</span></code> or <code class="docutils literal"><span class="pre">COMPRESS_ZSTD</span></code> is specified. By this change,
|
226
|
+
performance and space efficiency will be improved.</li>
|
227
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Supported Zstandard.
|
228
|
+
<code class="docutils literal"><span class="pre">COMPRESS_ZSTD</span></code> flag is used to enable this feature.</li>
|
229
|
+
<li>[rpm][centos] Enabled Zstandard for CentOS 6 or later packages.</li>
|
230
|
+
<li>[<a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a>] Supported <code class="docutils literal"><span class="pre">between(_key,</span> <span class="pre">...)</span></code>
|
231
|
+
as target.</li>
|
232
|
+
<li>[httpd] Updated bundled nginx to 1.11.6.</li>
|
233
|
+
</ul>
|
234
|
+
</div>
|
235
|
+
<div class="section" id="id9">
|
236
|
+
<h3>Fixes<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
237
|
+
<ul class="simple">
|
238
|
+
<li>Fixed a bug that needless index check reports error wrongly when the
|
239
|
+
default column value such as 0 exists in lexicon. It shows error
|
240
|
+
message such as "[ii][delete][one] failed to allocate a segment:
|
241
|
+
..." unexpectedly.</li>
|
242
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Fixed a bug that
|
243
|
+
it may return error with <code class="docutils literal"><span class="pre">--dependent</span> <span class="pre">yes</span></code> option. In the previous
|
244
|
+
version, if one or more columns that refer the same table, the error
|
245
|
+
is occurred.</li>
|
246
|
+
<li>[sort] Fixed a crash bug when one of sort keys is a compressed
|
247
|
+
column and <code class="docutils literal"><span class="pre">--query</span></code> and/or <code class="docutils literal"><span class="pre">--filter</span></code> are used at the same time.</li>
|
248
|
+
</ul>
|
249
|
+
</div>
|
250
|
+
</div>
|
251
|
+
<div class="section" id="release-6-1-0-2016-10-29">
|
252
|
+
<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>
|
253
|
+
<div class="section" id="id10">
|
254
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
255
|
+
<ul class="simple">
|
256
|
+
<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>
|
257
|
+
<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>]
|
258
|
+
Revised outdated descriptions with execution examples. English
|
259
|
+
documentation is also published and section about small/medium index
|
260
|
+
column is also added.</li>
|
261
|
+
<li>[experimental][httpd] Supported mruby to customize configuration
|
262
|
+
settings in groonga-httpd.conf.</li>
|
263
|
+
<li>[windows] Updated bundled Groonga Admin to 0.9.5. It is recommended
|
264
|
+
to upgrade because amount of memory usage is drastically
|
265
|
+
reduced. Note that this version drops Groonga 5.0.8 or earlier
|
266
|
+
support.</li>
|
267
|
+
<li>Added log token and token ID on error. [Gitter:groonga/ja:58043f77614116a2568d529c]
|
268
|
+
[Suggested by torinky]</li>
|
269
|
+
<li>[<a class="reference internal" href="../reference/tables.html"><span class="doc">Tables</span></a>] Updated description about the max record ID.</li>
|
270
|
+
<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>.
|
271
|
+
[GitHub:#607] [Patch by Naoya Murakami]</li>
|
272
|
+
<li>[ubuntu] Supported Ubuntu 16.10 (Yakkety Yak)</li>
|
273
|
+
<li>[httpd] Updated bundled nginx to 1.11.5.</li>
|
274
|
+
</ul>
|
275
|
+
</div>
|
276
|
+
<div class="section" id="id11">
|
277
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
278
|
+
<ul class="simple">
|
279
|
+
<li>Fixed a bug that table of index column was reported in log instead of
|
280
|
+
correct index column.</li>
|
281
|
+
<li>Fixed a bug that in posting list skip optimization in index search
|
282
|
+
may skip to wrong
|
283
|
+
position. [Gitter:groonga/ja:57f2ff87d45d7f0f525e2216] [Reported by
|
284
|
+
torinky]</li>
|
285
|
+
<li>Fixed a memory leak on static index construction.</li>
|
286
|
+
<li>[hash] Fixed a memory leak for many token filters are set case.</li>
|
287
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that wrong column
|
288
|
+
name that starts with number in output_columns is not ignored. It
|
289
|
+
caused a syntax error.</li>
|
290
|
+
</ul>
|
291
|
+
</div>
|
292
|
+
<div class="section" id="id12">
|
293
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
294
|
+
<ul class="simple">
|
295
|
+
<li>torinky</li>
|
296
|
+
<li>Naoya Murakami</li>
|
297
|
+
</ul>
|
298
|
+
</div>
|
299
|
+
</div>
|
300
|
+
<div class="section" id="release-6-0-9-2016-09-29">
|
301
|
+
<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>
|
302
|
+
<div class="section" id="id13">
|
303
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
304
|
+
<ul class="simple">
|
305
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] Supported to remove broken
|
306
|
+
tables and columns. It supports <code class="docutils literal"><span class="pre">force</span></code> parameter.</li>
|
307
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported match_columns, query,
|
308
|
+
query_flags and query_expander for slices.</li>
|
309
|
+
<li>[http][httpd] Supported incomplete POST-ed JSON. Only passed JSON is
|
310
|
+
processed.</li>
|
311
|
+
<li>[httpd] Changed to stop not to create the default log file when
|
312
|
+
custom file is specified.</li>
|
313
|
+
<li>Changed to reduce the default lock timeout to 15min from 2.7h.</li>
|
314
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] support "~" modifier
|
315
|
+
in location such as "location ~ /d/...".</li>
|
316
|
+
<li>[mruby] Updated to the latest mruby to fix build error with Visutal
|
317
|
+
Studio.</li>
|
318
|
+
<li>[httpd] Updated bundled nginx to 1.11.4.</li>
|
319
|
+
</ul>
|
320
|
+
</div>
|
321
|
+
<div class="section" id="id14">
|
322
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
323
|
+
<ul class="simple">
|
324
|
+
<li>Fixed build error on OpenBSD. OpenBSD doesn't provide
|
325
|
+
<code class="docutils literal"><span class="pre">TCP_NODELAY</span></code>. [MariaDB JIRA: fix MDEV-7209][Reported by Brad
|
326
|
+
Smith]</li>
|
327
|
+
<li>Fixed a missing deleted check for indexes. It causes missing search
|
328
|
+
results even though it should be matched. Groonga 6.0.3 or later
|
329
|
+
version are affected. [groonga-dev, 04107] [Reported by Kazuhiko]</li>
|
330
|
+
<li>[doc] Fixed a missing entry in Groonga 6.0.2 news that sequential
|
331
|
+
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,
|
332
|
+
Inc.]</li>
|
333
|
+
<li>[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>] Fixed a bug that
|
334
|
+
<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>,
|
335
|
+
<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
|
336
|
+
invalid table. [GitHub#599]</li>
|
337
|
+
<li>[admin] Fixed a bug that it can not create a new record.</li>
|
338
|
+
<li>Fixed a bug that select command with a wrong filter causes
|
339
|
+
crash. [GitHub#601]</li>
|
340
|
+
</ul>
|
341
|
+
</div>
|
342
|
+
<div class="section" id="id15">
|
343
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
344
|
+
<ul class="simple">
|
345
|
+
<li>Brad Smith</li>
|
346
|
+
<li>Kazuhiko</li>
|
347
|
+
<li>Gurunavi, Inc.</li>
|
348
|
+
</ul>
|
349
|
+
</div>
|
350
|
+
</div>
|
351
|
+
<div class="section" id="release-6-0-8-2016-08-29">
|
352
|
+
<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>
|
353
|
+
<div class="section" id="id16">
|
354
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
355
|
+
<ul class="simple">
|
356
|
+
<li>[<a class="reference internal" href="../reference/commands/object_list.html"><span class="doc">object_list</span></a>] Supported to show more
|
357
|
+
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>
|
358
|
+
<li>Supported operator per selector. This change enables to choose
|
359
|
+
correct index for selector. It means that <code class="docutils literal"><span class="pre">between()</span></code> chooses
|
360
|
+
index for range search, <code class="docutils literal"><span class="pre">in_values()</span></code> chooses index for equality
|
361
|
+
comparison. [GitHub#589] [Reported by Naoya Murakami]</li>
|
362
|
+
<li>[debian] Changed to use nginx log reopen feature instead of
|
363
|
+
Groonga's [<a class="reference internal" href="../reference/commands/log_reopen.html"><span class="doc">log_reopen</span></a>] command because
|
364
|
+
log_reopen command works only for one worker. On the contrast, nginx
|
365
|
+
log reopen feature works for multiple workers.</li>
|
366
|
+
<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
|
367
|
+
which copies specified table.</li>
|
368
|
+
<li>[<a class="reference internal" href="../reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Supported to cast A table
|
369
|
+
record to B table record. It fixes a case that <code class="docutils literal"><span class="pre">column_copy</span></code>
|
370
|
+
failure in the previous version. Note that both tables must support
|
371
|
+
key.</li>
|
372
|
+
<li>[<a class="reference internal" href="../reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] Supported reference type
|
373
|
+
vector.</li>
|
374
|
+
<li>[admin] Supported no response error case. It fixes the problem
|
375
|
+
that "Loading..." message will remain displayed.</li>
|
376
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga executable file</span></a>][http] Supported to return
|
377
|
+
400 Bad Request against not implemented function.</li>
|
378
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported to return
|
379
|
+
body on failure.</li>
|
380
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported to load
|
381
|
+
large data as stream.</li>
|
382
|
+
<li>Supported sequential search by <code class="docutils literal"><span class="pre">_key</span></code> when it is specified as a
|
383
|
+
source of index column.</li>
|
384
|
+
<li>Supported to report index information on resolving by accessor for
|
385
|
+
data column if log level is equal to info.</li>
|
386
|
+
<li>Added valid lexicon check on setting index sources. If users create
|
387
|
+
wrong index for sources by
|
388
|
+
[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>], this check shows
|
389
|
+
details.</li>
|
390
|
+
<li>[<a class="reference internal" href="../limitations.html"><span class="doc">Limitations</span></a>] Updated description about table
|
391
|
+
limitations.</li>
|
392
|
+
</ul>
|
393
|
+
</div>
|
394
|
+
<div class="section" id="id17">
|
395
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
396
|
+
<ul class="simple">
|
397
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Fixed a bug that buffer
|
398
|
+
overflow occurs on logging.</li>
|
399
|
+
<li>Fixed to output response even when critical level error.</li>
|
400
|
+
<li>Fixed to ensure clearing output buffer for each grn_ctx_send.
|
401
|
+
This change solves sometimes response may broken. [GitHub#330]</li>
|
402
|
+
<li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Fixed a bug that
|
403
|
+
<code class="docutils literal"><span class="pre">prefix_match_size</span></code> option returns wrong node. It causes a problem
|
404
|
+
that <code class="docutils literal"><span class="pre">fuzzy_search</span></code> returns wrong edit distance. [GitHub#590]
|
405
|
+
[Patch by Naoya Murakami]</li>
|
406
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Changed to report error when
|
407
|
+
column value set is failed. It enables you to notice mismatch
|
408
|
+
between type of column and actual value.</li>
|
409
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Fixed a bug that wrong
|
410
|
+
HTTP status is set on success.</li>
|
411
|
+
<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>]
|
412
|
+
Fixed to resolve record id correctly on sequential
|
413
|
+
search. [GitHub#591,#592,#593] [Patch by Naoya Murakami]</li>
|
414
|
+
</ul>
|
415
|
+
</div>
|
416
|
+
<div class="section" id="id18">
|
417
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
418
|
+
<ul class="simple">
|
419
|
+
<li>Naoya Murakami</li>
|
420
|
+
</ul>
|
421
|
+
</div>
|
422
|
+
</div>
|
423
|
+
<div class="section" id="release-6-0-7-2016-07-29">
|
424
|
+
<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>
|
425
|
+
<div class="section" id="id19">
|
426
|
+
<h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
427
|
+
<ul class="simple">
|
428
|
+
<li>[<a class="reference internal" href="../reference/functions/string_substring.html"><span class="doc">string_substring</span></a>] Added
|
429
|
+
<code class="docutils literal"><span class="pre">string_substring</span></code> function to extract a substring from given
|
430
|
+
string. The syntax of <code class="docutils literal"><span class="pre">string_substring</span></code> is
|
431
|
+
<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
|
432
|
+
Naoya Murakami]</li>
|
433
|
+
<li>[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_MAX_N_SEGMENTS_TINY</span></code> and
|
434
|
+
<code class="docutils literal"><span class="pre">GRN_II_MAX_N_CHUNKS_TINY</span></code> environment variables to customize the
|
435
|
+
value about default max N segments/chunks. This feature is affected to
|
436
|
+
index column for fixed size scalar column. It reduces memory usage
|
437
|
+
but not tested widely yet.</li>
|
438
|
+
<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>
|
439
|
+
function to extract specific elements in vector column. [GitHub#582]
|
440
|
+
[Patch by Naoya Murakami]</li>
|
441
|
+
<li>Supported index range search for <code class="docutils literal"><span class="pre">_key</span></code> of PAT/DAT table.
|
442
|
+
[GitHub#583]</li>
|
443
|
+
<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>
|
444
|
+
command for debugging. It is useful to investigate whether database
|
445
|
+
is corrupted or not.</li>
|
446
|
+
<li>Added a script that checks <code class="docutils literal"><span class="pre">object_list</span></code> response.</li>
|
447
|
+
<li>[mruby] Supported float bulk in expression_rewriter. [GitHub#587]
|
448
|
+
[Patch by Naoya Murakami]</li>
|
449
|
+
<li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] Changed output order about table
|
450
|
+
by name instead of ID. It breaks dump output compatibility but it
|
451
|
+
can be restored as usual.</li>
|
452
|
+
<li>[windows] Updated bundled msgpack to 2.0.0.</li>
|
453
|
+
<li>[windows] Added
|
454
|
+
<a class="reference internal" href="../reference/executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a>.</li>
|
455
|
+
<li>[httpd] Updated bundled nginx to 1.11.3.</li>
|
456
|
+
<li>[deb] Dropped support for Ubuntu 15.10 (Wily werewolf).</li>
|
457
|
+
</ul>
|
458
|
+
</div>
|
459
|
+
<div class="section" id="id20">
|
460
|
+
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
461
|
+
<ul class="simple">
|
462
|
+
<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
|
463
|
+
exists. [GitHub#576] [Patch by Yuya TAMANO]</li>
|
464
|
+
<li>Added missing null-check before dereferencing a
|
465
|
+
pointer. [GitHub#579] [Patch by Sho Minagawa]</li>
|
466
|
+
<li>Fixed not to perform a sequential search if an index is available.
|
467
|
+
[GitHub#580]</li>
|
468
|
+
<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
|
469
|
+
can reduce the precision of values. [GitHub#581]</li>
|
470
|
+
<li>Fixed a bug that object literal expression codes is broken when
|
471
|
+
executing multiple logical operations. [GitHub#584] [Patch by Naoya
|
472
|
+
Murakami]</li>
|
473
|
+
<li>Fixed a bug that columns of Float, WGS84GeoPoint and TokyoGeoPoint
|
474
|
+
were created with <code class="docutils literal"><span class="pre">GRN_OBJ_COMPRESS_ZLIB</span></code> even if the flag was not
|
475
|
+
specified. [GitHub#586] [Reported by Naoya Murakami]</li>
|
476
|
+
</ul>
|
477
|
+
</div>
|
478
|
+
<div class="section" id="id21">
|
479
|
+
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
480
|
+
<ul class="simple">
|
481
|
+
<li>Naoya Murakami</li>
|
482
|
+
<li>Yuya TAMANO</li>
|
483
|
+
<li>Sho Minagawa</li>
|
484
|
+
</ul>
|
485
|
+
</div>
|
486
|
+
</div>
|
487
|
+
<div class="section" id="release-6-0-5-2016-06-29">
|
488
|
+
<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>
|
489
|
+
<div class="section" id="id22">
|
490
|
+
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
491
|
+
<ul class="simple">
|
492
|
+
<li>[<a class="reference internal" href="../reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] Marked as stable command.</li>
|
493
|
+
<li>[mruby] Supported to optimize prefix search by estimating
|
494
|
+
data size efficiently</li>
|
495
|
+
<li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Supported
|
496
|
+
<code class="docutils literal"><span class="pre">max_distance</span></code> option as 3rd argument to specify it
|
497
|
+
easily. [GitHub#553] [Patch by Naoya Murakami]</li>
|
498
|
+
<li>[<a class="reference internal" href="../reference/commands/query_expand.html"><span class="doc">query_expand</span></a>] Supported command to
|
499
|
+
expand query. It is useful if there are many synonyms.</li>
|
500
|
+
<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
|
501
|
+
<code class="docutils literal"><span class="pre">command_version=3</span></code>. [groonga-dev,04055] [Reported by Naoya
|
502
|
+
Murakami]</li>
|
503
|
+
<li>Removed needless code from <code class="docutils literal"><span class="pre">grn_table_select_sequential()</span></code>.
|
504
|
+
[GitHub#560] [Reported by Sho Minagawa]</li>
|
505
|
+
<li>grn_table_setoperation(): Changed to update score instead of
|
506
|
+
overwriting by <code class="docutils literal"><span class="pre">GRN_OP_ADJUST</span></code>. This change is introduced to keep
|
507
|
+
consistency with <code class="docutils literal"><span class="pre">grn_ii_posting_add()</span></code>. [groonga-dev,04058]
|
508
|
+
[Reported by Naoya Murakami]</li>
|
509
|
+
<li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] Reduced the max opened
|
510
|
+
table/column files when 1 thread mode.</li>
|
511
|
+
</ul>
|
512
|
+
</div>
|
513
|
+
<div class="section" id="id23">
|
514
|
+
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
515
|
+
<ul class="simple">
|
516
|
+
<li>[CMake][Windows] Fixed to install missing mruby
|
517
|
+
script. [groonga-dev,04040] [Reported by Soichiro Kiyokawa]</li>
|
518
|
+
<li>[Windows] Changed to bundle msgpack-c.</li>
|
519
|
+
<li>[<a class="reference internal" href="../install/others.html"><span class="doc">Others</span></a>] Fixed a typo
|
520
|
+
about default database encoding (utf8). [GitHub#549] [Patch by IWAI, Masaharu]</li>
|
521
|
+
<li>[<a class="reference internal" href="../contribution/development/cooperation.html"><span class="doc">ユーザーと協力して開発をうまく進めていくための指針</span></a>] Fixed a typo
|
522
|
+
about product name (Twitter). [GitHub#550] [Patch by IWAI, Masaharu]</li>
|
523
|
+
<li>Fixed a bug that specific records are not included into search
|
524
|
+
result when multiple index column is created with <code class="docutils literal"><span class="pre">WITH_SECTION</span></code>
|
525
|
+
flag. [GitHub#551]</li>
|
526
|
+
<li>Fixed a crash bug that searching while loading data with
|
527
|
+
<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>
|
528
|
+
is enabled by default since Groonga 6.0.3.</li>
|
529
|
+
<li>[<a class="reference internal" href="../reference/token_filters.html"><span class="doc">Token filters</span></a>] Fixed thread unsafe implementation.</li>
|
530
|
+
<li>[doc] Fixed a typo in 6.0.4 release entry. [GitHub#559] [Patch by cafedomancer]</li>
|
531
|
+
</ul>
|
532
|
+
</div>
|
533
|
+
<div class="section" id="id24">
|
534
|
+
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
535
|
+
<ul class="simple">
|
536
|
+
<li>Naoya Murakami</li>
|
537
|
+
<li>Soichiro Kiyokawa</li>
|
538
|
+
<li>IWAI, Masaharu</li>
|
539
|
+
<li>cafedomancer</li>
|
540
|
+
</ul>
|
541
|
+
</div>
|
542
|
+
</div>
|
543
|
+
<div class="section" id="release-6-0-4-2016-06-06">
|
544
|
+
<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>
|
545
|
+
<p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
|
546
|
+
users upgrade to 6.0.4. This release fixes some search related
|
547
|
+
problems.</p>
|
548
|
+
<div class="section" id="id25">
|
549
|
+
<h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
550
|
+
<ul class="simple">
|
551
|
+
<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>
|
552
|
+
against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
|
553
|
+
memory.</li>
|
554
|
+
<li>Fixed a bug that search with large index may refer invalid data. It
|
555
|
+
takes a long time to return search result.
|
556
|
+
[GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
|
557
|
+
</ul>
|
558
|
+
</div>
|
559
|
+
<div class="section" id="id26">
|
560
|
+
<h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
561
|
+
<ul class="simple">
|
562
|
+
<li>Atsushi Shinoda</li>
|
563
|
+
</ul>
|
564
|
+
</div>
|
565
|
+
</div>
|
566
|
+
<div class="section" id="release-6-0-3-2016-05-29">
|
567
|
+
<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>
|
568
|
+
<div class="section" id="id27">
|
569
|
+
<h3>Improvements<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
570
|
+
<ul>
|
571
|
+
<li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
|
572
|
+
<code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
|
573
|
+
to improve performance of N-gram tokenizer. [GitHub#533][Patch by
|
574
|
+
Naoya Murakami]</p>
|
575
|
+
</li>
|
576
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>] Stopped to ignore
|
577
|
+
nonexistent default tokenizer, normalizer or token filters. In the
|
578
|
+
previous versions, Groonga ignored a typo in
|
579
|
+
<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>
|
580
|
+
parameter silently. It caused a delay in finding problems.</p>
|
581
|
+
</li>
|
582
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] output_columns v1: Supported
|
583
|
+
expression such as <code class="docutils literal"><span class="pre">snippet_html(...)</span></code> in output_columns.</p>
|
584
|
+
</li>
|
585
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Removed a limitation about the
|
586
|
+
number of labeled drilldowns. In the previous versions, the number
|
587
|
+
of max labeled drilldowns is limited to 10.</p>
|
588
|
+
</li>
|
589
|
+
<li><p class="first">[<a class="reference internal" href="../reference/functions/number_classify.html"><span class="doc">number_classify</span></a>] Added a number
|
590
|
+
plugin. Use <code class="docutils literal"><span class="pre">number_classify</span></code> function to classify by value.</p>
|
591
|
+
</li>
|
592
|
+
<li><p class="first">Added a time plugin. Use <code class="docutils literal"><span class="pre">time_classify_second</span></code>,
|
593
|
+
<code class="docutils literal"><span class="pre">time_classify_minute</span></code>, <code class="docutils literal"><span class="pre">time_classify_hour</span></code>,
|
594
|
+
<code class="docutils literal"><span class="pre">time_classify_day</span></code>, <code class="docutils literal"><span class="pre">time_classify_week</span></code>,
|
595
|
+
<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
|
596
|
+
by value.</p>
|
597
|
+
</li>
|
598
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported dynamic column.
|
599
|
+
Dynamic columns can be used in <code class="docutils literal"><span class="pre">output_columns</span></code>, <code class="docutils literal"><span class="pre">drilldown</span></code> and
|
600
|
+
<code class="docutils literal"><span class="pre">sortby</span></code> [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]:</p>
|
601
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>select \
|
602
|
+
--columns[LABEL].stage filtered \
|
603
|
+
--columns[LABEL].type ShortText \
|
604
|
+
--columns[LABEL].flags COLUMN_SCALAR \
|
605
|
+
--columns[LABEL].value 'script syntax expression' \
|
606
|
+
...
|
607
|
+
</pre></div>
|
608
|
+
</div>
|
609
|
+
</li>
|
610
|
+
<li><p class="first">[experimental][<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Improved
|
611
|
+
performance for range/equal search and enough filtered case. Set
|
612
|
+
<code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO</span></code> environment variable to
|
613
|
+
enable this feature.</p>
|
614
|
+
</li>
|
615
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported index used search for
|
616
|
+
filtered tables.</p>
|
617
|
+
</li>
|
618
|
+
<li><p class="first">Supported to detect changed database isn't closed. This feature is
|
619
|
+
useful to check database corruption when Groonga is crashed
|
620
|
+
unexpectedly.</p>
|
621
|
+
</li>
|
622
|
+
<li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported detecting database
|
623
|
+
wasn't closed successfully case.</p>
|
624
|
+
</li>
|
625
|
+
<li><p class="first">Added <code class="docutils literal"><span class="pre">--drilldown_filter</span></code>.</p>
|
626
|
+
</li>
|
627
|
+
<li><p class="first">Supported <code class="docutils literal"><span class="pre">filter</span></code> in labeled drilldown.</p>
|
628
|
+
</li>
|
629
|
+
<li><p class="first">Improved performance for using [<a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a>]
|
630
|
+
without index. By between() optimization, there is a case that range
|
631
|
+
search is 100x faster than the previous version of between().</p>
|
632
|
+
</li>
|
633
|
+
<li><p class="first">[<a class="reference internal" href="../reference/window_functions/record_number.html"><span class="doc">record_number</span></a>] Supported window
|
634
|
+
function.</p>
|
635
|
+
</li>
|
636
|
+
<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>
|
637
|
+
</li>
|
638
|
+
<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
|
639
|
+
<code class="docutils literal"><span class="pre">--drilldown_sortby</span></code>. Use <code class="docutils literal"><span class="pre">--sort_keys</span></code> and
|
640
|
+
<code class="docutils literal"><span class="pre">-drilldown_sort_keys</span></code> instead.</p>
|
641
|
+
</li>
|
642
|
+
<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>.
|
643
|
+
Use <code class="docutils literal"><span class="pre">--drilldowns[...]</span></code> instead.</p>
|
644
|
+
</li>
|
645
|
+
<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
|
646
|
+
literal based envelope.</p>
|
647
|
+
</li>
|
648
|
+
<li><p class="first">[groonga-httpd] Updated bundled nginx version to 1.11.0.</p>
|
649
|
+
</li>
|
650
|
+
</ul>
|
651
|
+
</div>
|
652
|
+
<div class="section" id="id28">
|
653
|
+
<h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
654
|
+
<ul class="simple">
|
655
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
|
656
|
+
that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
|
657
|
+
<li>Fixed a bug that 1usec information is lost for time value.</li>
|
658
|
+
<li>Fixed a crash bug when a mruby plugin is initialized with multiple
|
659
|
+
threads.</li>
|
660
|
+
<li>Fixed a bug that static indexing crashes if a posting list is very long.
|
661
|
+
This bug may occur against enormous size of database. [GitHub#546]</li>
|
662
|
+
</ul>
|
663
|
+
</div>
|
664
|
+
<div class="section" id="id29">
|
665
|
+
<h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
666
|
+
<ul class="simple">
|
667
|
+
<li>Naoya Murakami</li>
|
668
|
+
</ul>
|
669
|
+
</div>
|
670
|
+
</div>
|
671
|
+
<div class="section" id="release-6-0-2-2016-04-29">
|
672
|
+
<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>
|
673
|
+
<div class="section" id="id30">
|
674
|
+
<h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
675
|
+
<ul class="simple">
|
676
|
+
<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>).
|
677
|
+
TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
|
678
|
+
which returns boolean value in comparison.</li>
|
679
|
+
<li>[groonga-http][<a class="reference internal" href="../reference/command/request_timeout.html"><span class="doc">Request timeout</span></a>] Supported
|
680
|
+
<code class="docutils literal"><span class="pre">request_timeout</span></code> parameter. Canceled request returns
|
681
|
+
<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>
|
682
|
+
<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.
|
683
|
+
[GitHub#534] [Patch by Naoya Murakami]</li>
|
684
|
+
<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>.
|
685
|
+
[GitHub#518] [Patch by Naoya Murakami]</li>
|
686
|
+
<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>]
|
687
|
+
Supported to work without index. In this case, sequential search is
|
688
|
+
executed as a fallback.</li>
|
689
|
+
<li>Reduced needless internal loops. It improves phrase search performance.
|
690
|
+
[GitHub#519] [Patch by Naoya Murakami]</li>
|
691
|
+
<li>[<a class="reference internal" href="../contribution.html"><span class="doc">How to contribute to groonga</span></a>] Updated documentation about contribution.
|
692
|
+
[GitHub#522] [Patch by Hiroshi Ohkubo]</li>
|
693
|
+
<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>
|
694
|
+
<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>
|
695
|
+
<li>[windows] Supported DLL version.</li>
|
696
|
+
<li>Supported index used search even if value only term exists.
|
697
|
+
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
|
698
|
+
index. In this release, above issue is resolved.</li>
|
699
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Supported specifying grouped table
|
700
|
+
[GitHub#524,#526,#527,#528,#529] [Patch by Naoya Murakami]</li>
|
701
|
+
<li>Supported grouping by <code class="docutils literal"><span class="pre">Int{8,16,64}/UInt{8,16,64}</span></code> value.
|
702
|
+
In the previous versions, only 32bit fixed size value was supported.</li>
|
703
|
+
<li>Added table name to error message for invalid sort key.</li>
|
704
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] Updated documentation.</li>
|
705
|
+
<li>[<a class="reference internal" href="../reference/suggest/completion.html"><span class="doc">Completion</span></a>] Fixed a typo about example.
|
706
|
+
[groonga-dev,04008] [Reported by Tachikawa Hiroaki]</li>
|
707
|
+
<li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Added a workaround to keep
|
708
|
+
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>
|
709
|
+
<li>[groonga-httpd] Updated bundled nginx version to 1.9.15.</li>
|
710
|
+
<li>[centos] Supported systemd.</li>
|
711
|
+
<li>[doc] Supported only HTML output. [GitHub#532] [Patch by Hiroshi Ohkubo]</li>
|
712
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>][centos] Supported to customize
|
713
|
+
environment variables.</li>
|
714
|
+
<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>
|
715
|
+
<li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
|
716
|
+
</ul>
|
717
|
+
</div>
|
718
|
+
<div class="section" id="id31">
|
719
|
+
<h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
720
|
+
<ul>
|
721
|
+
<li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
|
722
|
+
For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
|
723
|
+
[GitHub#508] [Reported by Naoya Murakami]:</p>
|
724
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>load --table docs
|
725
|
+
[
|
726
|
+
["_key","description"],
|
727
|
+
[2,""]
|
728
|
+
]
|
729
|
+
</pre></div>
|
730
|
+
</div>
|
731
|
+
</li>
|
732
|
+
<li><p class="first">Fixed a crash bug because of invalid critical section handling. [GitHub#507]</p>
|
733
|
+
</li>
|
734
|
+
<li><p class="first">[<a class="reference internal" href="../contribution/development/release.html"><span class="doc">リリース手順</span></a>] Fixed a typo about grntest howto.
|
735
|
+
[GitHub#511] [Patch by Hiroshi Ohkubo]</p>
|
736
|
+
</li>
|
737
|
+
<li><p class="first">[doc] Removed man support.</p>
|
738
|
+
</li>
|
739
|
+
<li><p class="first">Removed invalid debug log messages which make user confused.</p>
|
740
|
+
</li>
|
741
|
+
<li><p class="first">Fixed a bug that data is not correctly flushed because internal counter is wrongly cleared.
|
742
|
+
In the previous version, when size of data exceeds specific one, it was failed to create indexes.
|
743
|
+
[GitHub#517] [Reported by Naoya Murakami]</p>
|
744
|
+
</li>
|
745
|
+
<li><p class="first">Fixed a bug that a process can't use more than one caches in parallel.
|
746
|
+
[GitHub#515]</p>
|
747
|
+
</li>
|
748
|
+
<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
|
749
|
+
not exclusively accessed. Without this fix, it may causes a crash. [GitHub#523]</p>
|
750
|
+
</li>
|
751
|
+
<li><p class="first">[tokenizer mecab] Fixed a memory leak on dictionary encoding mismatch error.
|
752
|
+
[groonga-dev,04012] [Reported by Naoya Murakami]</p>
|
753
|
+
</li>
|
754
|
+
<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
|
755
|
+
[<a class="reference internal" href="../reference/executables/groonga-suggest-learner.html"><span class="doc">groonga-suggest-learner</span></a>] didn't work.</p>
|
756
|
+
</li>
|
757
|
+
<li><p class="first">[doc] Removed needless uuid from *.po [GitHub#531] [Patch by Hiroshi Ohkubo]</p>
|
758
|
+
</li>
|
759
|
+
<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
|
760
|
+
is returned. This bug occurs when highlighted keyword occurred 1024 or more times.</p>
|
761
|
+
</li>
|
762
|
+
<li><p class="first">Fixed a bug that <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> conflicts with existing flag.
|
763
|
+
If you use <code class="docutils literal"><span class="pre">TABLE_HASH_KEY|KEY_LARGE</span></code> in the previous version,
|
764
|
+
there is a possibility to break database. Please recreate the table.</p>
|
765
|
+
</li>
|
766
|
+
</ul>
|
767
|
+
</div>
|
768
|
+
<div class="section" id="id32">
|
769
|
+
<h3>Thanks<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
770
|
+
<ul class="simple">
|
771
|
+
<li>Naoya Murakami</li>
|
772
|
+
<li>Hiroshi Ohkubo</li>
|
773
|
+
<li>Tachikawa Hiroaki</li>
|
774
|
+
</ul>
|
775
|
+
</div>
|
776
|
+
</div>
|
777
|
+
<div class="section" id="release-6-0-1-2016-03-29">
|
778
|
+
<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>
|
779
|
+
<div class="section" id="id33">
|
780
|
+
<h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
781
|
+
<ul>
|
782
|
+
<li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
|
783
|
+
backtrace.</p>
|
784
|
+
</li>
|
785
|
+
<li><p class="first">Exported the following API</p>
|
786
|
+
<ul class="simple">
|
787
|
+
<li>grn_expr_take_obj()</li>
|
788
|
+
<li>grn_request_canceler_cancel_all()</li>
|
789
|
+
<li>grn_obj_remove_dependent()</li>
|
790
|
+
<li>grn_obj_is_text_family_type()</li>
|
791
|
+
</ul>
|
792
|
+
</li>
|
793
|
+
<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
|
794
|
+
to a table:</p>
|
795
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>table_create Users TABLE_HASH_KEY|KEY_LARGE ShortText
|
796
|
+
</pre></div>
|
797
|
+
</div>
|
798
|
+
</li>
|
799
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Supported
|
800
|
+
<a class="reference internal" href="../reference/command/request_id.html"><span class="doc">Request ID</span></a> when you specify input data as
|
801
|
+
raw JSON instead of parameter value:</p>
|
802
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>POST /d/load?table=XXX&request_id=x
|
803
|
+
|
804
|
+
load --table XXX --request_id x
|
805
|
+
[
|
806
|
+
...
|
807
|
+
]
|
808
|
+
</pre></div>
|
809
|
+
</div>
|
810
|
+
</li>
|
811
|
+
<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
|
812
|
+
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>
|
813
|
+
</li>
|
814
|
+
<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>
|
815
|
+
</li>
|
816
|
+
<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
|
817
|
+
is requested.</p>
|
818
|
+
</li>
|
819
|
+
<li><p class="first">[<a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Supported to remove
|
820
|
+
dependent tables. Use <code class="docutils literal"><span class="pre">--dependent</span> <span class="pre">yes</span></code> for it.</p>
|
821
|
+
</li>
|
822
|
+
<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
|
823
|
+
remove dependent tables.</p>
|
824
|
+
</li>
|
825
|
+
<li><p class="first">[Windows] Supported memory debug mode on Windows.</p>
|
826
|
+
</li>
|
827
|
+
<li><p class="first">Supported to dump allocation information by status on memory debug mode</p>
|
828
|
+
</li>
|
829
|
+
<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>
|
830
|
+
</li>
|
831
|
+
<li><p class="first">[experimental] Supported to split chunks in static indexing.
|
832
|
+
Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABLE=yes</span></code> to enable it. [GitHub#479]</p>
|
833
|
+
</li>
|
834
|
+
</ul>
|
835
|
+
</div>
|
836
|
+
<div class="section" id="id34">
|
837
|
+
<h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
838
|
+
<ul class="simple">
|
839
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
|
840
|
+
nonexistent column is specified. [GitHub#493]</li>
|
841
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that load command does
|
842
|
+
not return error code correctly. [GitHub#495]</li>
|
843
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a memory leak when parsing
|
844
|
+
columns parameter in load command.</li>
|
845
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] Fixed a bug that only the first
|
846
|
+
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
|
847
|
+
specified. [GitHub#497]</li>
|
848
|
+
<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
|
849
|
+
[GitHub#496]</li>
|
850
|
+
<li>Fixed a insufficient critical section handling for
|
851
|
+
thread-safety.</li>
|
852
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Fixed a crash bug when
|
853
|
+
failed to create a column.</li>
|
854
|
+
<li>[<a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] Fixed a crash bug to
|
855
|
+
remove nonexistent table. [GitHub#504]</li>
|
856
|
+
<li>Fixed a bug that offline index construction against <code class="docutils literal"><span class="pre">WITH_POSITION</span></code> +
|
857
|
+
non-text <code class="docutils literal"><span class="pre">VECTOR</span></code> column ignores position.</li>
|
858
|
+
<li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Fixed a bug that cycle
|
859
|
+
reference causes stack over flow.</li>
|
860
|
+
<li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
|
861
|
+
</ul>
|
862
|
+
</div>
|
863
|
+
<div class="section" id="id35">
|
864
|
+
<h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
865
|
+
<ul class="simple">
|
866
|
+
<li>YUKI Hiroshi</li>
|
867
|
+
</ul>
|
868
|
+
</div>
|
869
|
+
</div>
|
870
|
+
<div class="section" id="release-6-0-0-2016-02-29">
|
871
|
+
<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>
|
872
|
+
<div class="section" id="id36">
|
873
|
+
<h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
874
|
+
<ul>
|
875
|
+
<li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
|
876
|
+
specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
|
877
|
+
</li>
|
878
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_pat_fuzzy_search()</span></code>] Added a new API that provides fuzzy
|
879
|
+
search feature by patricia trie. [GitHub#460][Patch by Naoya
|
880
|
+
Murakami]</p>
|
881
|
+
</li>
|
882
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">functions/string</span></code>] Added a new plugin that provides string
|
883
|
+
related functions. [GitHub#459][Patch by Naoya Murakami]</p>
|
884
|
+
</li>
|
885
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">string_length()</span></code>] Added a new function that returns the number
|
886
|
+
of characters in the specified string. It's contained in
|
887
|
+
<code class="docutils literal"><span class="pre">functions/string</span></code> plugin. [GitHub#459][Patch by Naoya Murakami]</p>
|
888
|
+
</li>
|
889
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_table_fuzzy_search()</span></code>] Added a new DB API that provides
|
890
|
+
fuzzy search feature. [GitHub#463][Patch by Naoya Murakami]</p>
|
891
|
+
</li>
|
892
|
+
<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
|
893
|
+
Murakami]</p>
|
894
|
+
</li>
|
895
|
+
<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>
|
896
|
+
operator. [GitHub#463][Patch by Naoya Murakami]</p>
|
897
|
+
</li>
|
898
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_TABLE_FUZZY_SEARCH_WITH_TRANSPOSITION</span></code>] Added a flag for
|
899
|
+
<code class="docutils literal"><span class="pre">grn_table_fuzzy_search()</span></code>. [GitHub#463][Patch by Naoya Murakami]</p>
|
900
|
+
</li>
|
901
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_TOKENIZE_ONLY</span></code>] Added a new tokenization mode that returns
|
902
|
+
all tokens even if the token doesn't exist in
|
903
|
+
lexicon. [GitHub#463][Patch by Naoya Murakami]</p>
|
904
|
+
</li>
|
905
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_type_to_string()</span></code>] Add a new function that stringify
|
906
|
+
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>
|
907
|
+
</li>
|
908
|
+
<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
|
909
|
+
returns information of the target object.</p>
|
910
|
+
</li>
|
911
|
+
<li><p class="first">Supported compare operations against vector. If left hand side
|
912
|
+
vector includes any element that satisfies <code class="docutils literal"><span class="pre">left_hand_side_element</span>
|
913
|
+
<span class="pre">OP</span> <span class="pre">right_hand_side</span></code>, it returns true.</p>
|
914
|
+
<p>Example:</p>
|
915
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>[1, 2, 3] < 2 # -> true because 1 is less than 2
|
916
|
+
[1, 2, 3] > 4 # -> false because all elements are less than 4
|
917
|
+
</pre></div>
|
918
|
+
</div>
|
919
|
+
</li>
|
920
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">fuzzy_search()</span></code>] Added a new function that provides fuzzy search
|
921
|
+
feature. [GitHub#464][Patch by Naoya Murakami]</p>
|
922
|
+
</li>
|
923
|
+
<li><p class="first">[<a class="reference internal" href="../reference/functions/edit_distance.html"><span class="doc">edit_distance</span></a>] Supported transposition
|
924
|
+
flag. [GitHub#464][Patch by Naoya Murakami]</p>
|
925
|
+
</li>
|
926
|
+
<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>
|
927
|
+
</li>
|
928
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">GRN_PLUGIN_CALLOC()</span></code>] Added a new API for plugin that provides
|
929
|
+
<code class="docutils literal"><span class="pre">calloc()</span></code> feature. [GitHub#472][Patch by Naoya Murakami]</p>
|
930
|
+
</li>
|
931
|
+
<li><p class="first">Supported index search for compare operations against vector element
|
932
|
+
such as <code class="docutils literal"><span class="pre">vector_column[2]</span> <span class="pre"><</span> <span class="pre">29</span></code>.</p>
|
933
|
+
</li>
|
934
|
+
<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
|
935
|
+
provides getting boolean argument value feature.</p>
|
936
|
+
</li>
|
937
|
+
<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
|
938
|
+
provides getting 32bit integer argument value feature.</p>
|
939
|
+
</li>
|
940
|
+
<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
|
941
|
+
provides getting string argument value feature.</p>
|
942
|
+
</li>
|
943
|
+
<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
|
944
|
+
removes an object. <code class="docutils literal"><span class="pre">object_remove</span></code> can also remove a broken object.</p>
|
945
|
+
</li>
|
946
|
+
<li><p class="first">Supported mips/mipsel. [debian-bugs:770243][Reported by Nobuhiro
|
947
|
+
Iwamatsu][Reported by Thorsten Glaser][Reported by YunQiang
|
948
|
+
Su][Reported by Dejan Latinovic][Reported by Steve Langasek]</p>
|
949
|
+
</li>
|
950
|
+
<li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>][CMake] Supported.</p>
|
951
|
+
</li>
|
952
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_expr_syntax_expand_query()</span></code>] Added a new API that provides
|
953
|
+
query expansion feature.</p>
|
954
|
+
</li>
|
955
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">snippet()</span></code>] Add a new function that provides snippet feature.
|
956
|
+
[GitHub#481][Patch by Naoya Murakami]</p>
|
957
|
+
</li>
|
958
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">highlight()</span></code>] Add a new function that provides highlight feature.
|
959
|
+
[GitHub#487][Patch by Naoya Murakami]</p>
|
960
|
+
</li>
|
961
|
+
<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>
|
962
|
+
<span class="pre">&!</span> <span class="pre">column</span> <span class="pre">==</span> <span class="pre">xxx</span></code> internally.</p>
|
963
|
+
</li>
|
964
|
+
<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
|
965
|
+
access existing column by memcached protocol.</p>
|
966
|
+
</li>
|
967
|
+
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Supported TLS.
|
968
|
+
[groonga-dev,03948][Reported by KITAITI Makoto]</p>
|
969
|
+
</li>
|
970
|
+
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx
|
971
|
+
version to 1.9.11 from 1.9.10.</p>
|
972
|
+
</li>
|
973
|
+
<li><p class="first">[Windows][CMake] Supported LZ4. LZ4 is bundled.</p>
|
974
|
+
</li>
|
975
|
+
</ul>
|
976
|
+
</div>
|
977
|
+
<div class="section" id="id37">
|
978
|
+
<h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
979
|
+
<ul class="simple">
|
980
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
|
981
|
+
outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
|
982
|
+
<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
|
983
|
+
<code class="docutils literal"><span class="pre">function()</span></code>. [groonga-dev,03884][Reported by Naoya Murakami]</li>
|
984
|
+
<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>
|
985
|
+
doesn't clear query cache.</li>
|
986
|
+
<li>[patricia trie] Fixed a bug that sorting by integer patricia trie
|
987
|
+
key returns unsorted result. [GitHub#476][Reported by Ryunosuke SATO]</li>
|
988
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a crash bug that is
|
989
|
+
occurred when too many keywords is specified into <code class="docutils literal"><span class="pre">--query</span></code>.
|
990
|
+
[GitHub#484][Reported by Hiroyuki Sato]</li>
|
991
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Fixed a bug that wrong cache is
|
992
|
+
used when <a class="reference internal" href="../reference/command/command_version.html"><span class="doc">Command version</span></a> or
|
993
|
+
<a class="reference internal" href="../reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> is
|
994
|
+
used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
995
|
+
</ul>
|
996
|
+
</div>
|
997
|
+
<div class="section" id="id38">
|
998
|
+
<h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
999
|
+
<ul class="simple">
|
1000
|
+
<li>Masafumi Yokoyama</li>
|
1001
|
+
<li>Naoya Murakami</li>
|
1002
|
+
<li>Nobuhiro Iwamatsu</li>
|
1003
|
+
<li>Thorsten Glaser</li>
|
1004
|
+
<li>YunQiang Su</li>
|
1005
|
+
<li>Dejan Latinovic</li>
|
1006
|
+
<li>Steve Langasek</li>
|
1007
|
+
<li>Ryunosuke SATO</li>
|
1008
|
+
<li>Hiroyuki Sato</li>
|
1009
|
+
<li>KITAITI Makoto</li>
|
1010
|
+
</ul>
|
1011
|
+
</div>
|
1012
|
+
</div>
|
1013
|
+
</div>
|
1014
|
+
|
1015
|
+
|
1016
|
+
</div>
|
1017
|
+
</div>
|
1018
|
+
</div>
|
1019
|
+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
1020
|
+
<div class="sphinxsidebarwrapper">
|
1021
|
+
<h3><a href="../index.html">Table Of Contents</a></h3>
|
1022
|
+
<ul>
|
1023
|
+
<li><a class="reference internal" href="#">News - 6.x</a><ul>
|
1024
|
+
<li><a class="reference internal" href="#release-6-1-5-2017-01-23">Release 6.1.5 - 2017-01-23</a><ul>
|
1025
|
+
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
1026
|
+
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1027
|
+
</ul>
|
1028
|
+
</li>
|
1029
|
+
<li><a class="reference internal" href="#release-6-1-4-2017-01-18">Release 6.1.4 - 2017-01-18</a><ul>
|
1030
|
+
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
1031
|
+
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
1032
|
+
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1033
|
+
</ul>
|
1034
|
+
</li>
|
1035
|
+
<li><a class="reference internal" href="#release-6-1-3-2017-01-06">Release 6.1.3 - 2017-01-06</a><ul>
|
1036
|
+
<li><a class="reference internal" href="#id3">Improvements</a></li>
|
1037
|
+
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
1038
|
+
</ul>
|
1039
|
+
</li>
|
1040
|
+
<li><a class="reference internal" href="#release-6-1-2-2016-12-31">Release 6.1.2 - 2016-12-31</a><ul>
|
1041
|
+
<li><a class="reference internal" href="#id5">Improvements</a></li>
|
1042
|
+
<li><a class="reference internal" href="#id6">Fixes</a></li>
|
1043
|
+
<li><a class="reference internal" href="#id7">Thanks</a></li>
|
1044
|
+
</ul>
|
1045
|
+
</li>
|
1046
|
+
<li><a class="reference internal" href="#release-6-1-1-2016-11-29">Release 6.1.1 - 2016-11-29</a><ul>
|
1047
|
+
<li><a class="reference internal" href="#id8">Improvements</a></li>
|
1048
|
+
<li><a class="reference internal" href="#id9">Fixes</a></li>
|
1049
|
+
</ul>
|
1050
|
+
</li>
|
1051
|
+
<li><a class="reference internal" href="#release-6-1-0-2016-10-29">Release 6.1.0 - 2016-10-29</a><ul>
|
1052
|
+
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
1053
|
+
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
1054
|
+
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
1055
|
+
</ul>
|
1056
|
+
</li>
|
1057
|
+
<li><a class="reference internal" href="#release-6-0-9-2016-09-29">Release 6.0.9 - 2016-09-29</a><ul>
|
1058
|
+
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
1059
|
+
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
1060
|
+
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
1061
|
+
</ul>
|
1062
|
+
</li>
|
1063
|
+
<li><a class="reference internal" href="#release-6-0-8-2016-08-29">Release 6.0.8 - 2016-08-29</a><ul>
|
1064
|
+
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
1065
|
+
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
1066
|
+
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
1067
|
+
</ul>
|
1068
|
+
</li>
|
1069
|
+
<li><a class="reference internal" href="#release-6-0-7-2016-07-29">Release 6.0.7 - 2016-07-29</a><ul>
|
1070
|
+
<li><a class="reference internal" href="#id19">Improvements</a></li>
|
1071
|
+
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
1072
|
+
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
1073
|
+
</ul>
|
1074
|
+
</li>
|
1075
|
+
<li><a class="reference internal" href="#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a><ul>
|
1076
|
+
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
1077
|
+
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
1078
|
+
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
1079
|
+
</ul>
|
1080
|
+
</li>
|
1081
|
+
<li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
|
1082
|
+
<li><a class="reference internal" href="#id25">Fixes</a></li>
|
1083
|
+
<li><a class="reference internal" href="#id26">Thanks</a></li>
|
1084
|
+
</ul>
|
1085
|
+
</li>
|
1086
|
+
<li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
|
1087
|
+
<li><a class="reference internal" href="#id27">Improvements</a></li>
|
1088
|
+
<li><a class="reference internal" href="#id28">Fixes</a></li>
|
1089
|
+
<li><a class="reference internal" href="#id29">Thanks</a></li>
|
1090
|
+
</ul>
|
1091
|
+
</li>
|
1092
|
+
<li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
|
1093
|
+
<li><a class="reference internal" href="#id30">Improvements</a></li>
|
1094
|
+
<li><a class="reference internal" href="#id31">Fixes</a></li>
|
1095
|
+
<li><a class="reference internal" href="#id32">Thanks</a></li>
|
1096
|
+
</ul>
|
1097
|
+
</li>
|
1098
|
+
<li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
|
1099
|
+
<li><a class="reference internal" href="#id33">Improvements</a></li>
|
1100
|
+
<li><a class="reference internal" href="#id34">Fixes</a></li>
|
1101
|
+
<li><a class="reference internal" href="#id35">Thanks</a></li>
|
1102
|
+
</ul>
|
1103
|
+
</li>
|
1104
|
+
<li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
|
1105
|
+
<li><a class="reference internal" href="#id36">Improvements</a></li>
|
1106
|
+
<li><a class="reference internal" href="#id37">Fixes</a></li>
|
1107
|
+
<li><a class="reference internal" href="#id38">Thanks</a></li>
|
1108
|
+
</ul>
|
1109
|
+
</li>
|
1110
|
+
</ul>
|
1111
|
+
</li>
|
1112
|
+
</ul>
|
1113
|
+
|
1114
|
+
<div role="note" aria-label="source link">
|
1115
|
+
<h3>This Page</h3>
|
1116
|
+
<ul class="this-page-menu">
|
1117
|
+
<li><a href="../_sources/news/6.x.txt"
|
1118
|
+
rel="nofollow">Show Source</a></li>
|
1119
|
+
</ul>
|
1120
|
+
</div>
|
1121
|
+
<div id="searchbox" style="display: none" role="search">
|
1122
|
+
<h3>Quick search</h3>
|
1123
|
+
<form class="search" action="../search.html" method="get">
|
1124
|
+
<div><input type="text" name="q" /></div>
|
1125
|
+
<div><input type="submit" value="Go" /></div>
|
1126
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
1127
|
+
<input type="hidden" name="area" value="default" />
|
1128
|
+
</form>
|
1129
|
+
</div>
|
1130
|
+
<script type="text/javascript">$('#searchbox').show(0);</script>
|
1131
|
+
</div>
|
1132
|
+
</div>
|
1133
|
+
<div class="clearer"></div>
|
1134
|
+
</div>
|
1135
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
1136
|
+
<h3>Navigation</h3>
|
1137
|
+
<ul>
|
1138
|
+
<li class="right" style="margin-right: 10px">
|
1139
|
+
<a href="../genindex.html" title="General Index"
|
1140
|
+
>index</a></li>
|
1141
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0.1-160-gda23e59 documentation</a> »</li>
|
1142
|
+
</ul>
|
1143
|
+
</div>
|
1144
|
+
<div class="footer" role="contentinfo">
|
1145
|
+
© Copyright 2009-2017, Brazil, Inc.
|
1146
|
+
</div>
|
1147
|
+
</body>
|
1148
|
+
</html>
|