rroonga 6.0.2-x64-mingw32 → 6.0.4-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 -1
- data/doc/text/news.md +18 -1
- data/ext/groonga/rb-grn-column.c +1 -2
- data/ext/groonga/rb-grn-data-column.c +157 -0
- data/ext/groonga/rb-grn-exception.c +17 -0
- data/ext/groonga/rb-grn-fix-size-column.c +2 -2
- data/ext/groonga/rb-grn-object.c +29 -0
- data/ext/groonga/rb-grn-procedure-type.c +9 -1
- data/ext/groonga/rb-grn-table-sort-keys.c +85 -0
- data/ext/groonga/rb-grn-table.c +2 -57
- data/ext/groonga/rb-grn-variable-size-column.c +2 -2
- data/ext/groonga/rb-grn.h +17 -3
- 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 +4 -6
- data/test/test-data-column.rb +53 -0
- data/test/test-procedure.rb +12 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpack-4.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libonig-5.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.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +5 -0
- data/vendor/local/include/groonga/groonga/array.h +13 -0
- data/vendor/local/include/groonga/groonga/db.h +46 -0
- data/vendor/local/include/groonga/groonga/expr.h +1 -1
- data/vendor/local/include/groonga/groonga/groonga.h +14 -221
- data/vendor/local/include/groonga/groonga/hash.h +15 -0
- data/vendor/local/include/groonga/groonga/obj.h +1 -0
- data/vendor/local/include/groonga/groonga/operator.h +48 -0
- data/vendor/local/include/groonga/groonga/output.h +17 -1
- data/vendor/local/include/groonga/groonga/plugin.h +1 -4
- data/vendor/local/include/groonga/groonga/portability.h +7 -4
- data/vendor/local/include/groonga/groonga/scorer.h +3 -3
- data/vendor/local/include/groonga/groonga/table.h +216 -0
- data/vendor/local/include/groonga/groonga/time.h +47 -0
- data/vendor/local/include/groonga/groonga/window_function.h +67 -0
- 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 +41 -0
- 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/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 +41 -0
- 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/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/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/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/scripts/ruby/command_line/grndb.rb +41 -10
- data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- 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/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +129 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +92 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/record_number.txt +23 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +18 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +18 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +18 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +20 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +18 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +18 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +18 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -1
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +20 -11
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +286 -148
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +20 -11
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/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 +9 -9
- 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 +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/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 +115 -94
- 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_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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +20 -11
- 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/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +156 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +158 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +155 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +129 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +92 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/record_number.txt +23 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +18 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +18 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +18 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +20 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +18 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +18 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +18 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -1
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +23 -14
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +257 -150
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +23 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/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 +7 -7
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/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 +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/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 +108 -87
- 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_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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +20 -11
- 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/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +157 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +159 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +156 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +62 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/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 +5 -5
- 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 +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/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 +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- metadata +55 -2
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>News — Groonga v6.0.
|
10
|
+
<title>News — Groonga v6.0.3-21-g22dd64c documentation</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '6.0.
|
18
|
+
VERSION: '6.0.3-21-g22dd64c',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v6.0.
|
28
|
+
<link rel="top" title="Groonga v6.0.3-21-g22dd64c documentation" href="index.html" />
|
29
29
|
</head>
|
30
30
|
<body role="document">
|
31
31
|
<div class="header">
|
@@ -51,7 +51,7 @@
|
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
54
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.3-21-g22dd64c documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,10 +62,137 @@
|
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-6-0-
|
66
|
-
<span id="release-6-0-
|
65
|
+
<div class="section" id="release-6-0-4-2016-06-06">
|
66
|
+
<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>
|
67
|
+
<p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
|
68
|
+
users upgrade to 6.0.4. This release fixes some search related
|
69
|
+
problem.</p>
|
70
|
+
<div class="section" id="fixes">
|
71
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
72
|
+
<ul class="simple">
|
73
|
+
<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>
|
74
|
+
against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
|
75
|
+
memory.</li>
|
76
|
+
<li>Fixed a bug that search with large index may refer invalid data. It
|
77
|
+
takes a long time to return search result.
|
78
|
+
[GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
|
79
|
+
</ul>
|
80
|
+
</div>
|
81
|
+
<div class="section" id="thanks">
|
82
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
83
|
+
<ul class="simple">
|
84
|
+
<li>Atsushi Shinoda</li>
|
85
|
+
</ul>
|
86
|
+
</div>
|
87
|
+
</div>
|
88
|
+
<div class="section" id="release-6-0-3-2016-05-29">
|
89
|
+
<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>
|
67
90
|
<div class="section" id="improvements">
|
68
91
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
92
|
+
<ul>
|
93
|
+
<li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
|
94
|
+
<code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
|
95
|
+
to improve performance of N-gram tokenizer. [GitHub#533][Patch by
|
96
|
+
Naoya Murakami]</p>
|
97
|
+
</li>
|
98
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] Stopped to ignore
|
99
|
+
nonexistent default tokenizer, normalizer or token filters. In the
|
100
|
+
previous versions, Groonga ignored a typo in
|
101
|
+
<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>
|
102
|
+
parameter silently. It caused a delay in finding problems.</p>
|
103
|
+
</li>
|
104
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v1: Supported
|
105
|
+
expression such as <code class="docutils literal"><span class="pre">snippet_html(...)</span></code> in output_columns.</p>
|
106
|
+
</li>
|
107
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Removed a limitation about the
|
108
|
+
number of labeled drilldowns. In the previous versions, the number
|
109
|
+
of max labeled drilldowns is limited to 10.</p>
|
110
|
+
</li>
|
111
|
+
<li><p class="first">[<a class="reference internal" href="reference/functions/number_classify.html"><span class="doc">number_classify</span></a>] Added a number
|
112
|
+
plugin. Use <code class="docutils literal"><span class="pre">number_classify</span></code> function to classify by value.</p>
|
113
|
+
</li>
|
114
|
+
<li><p class="first">Added a time plugin. Use <code class="docutils literal"><span class="pre">time_classify_second</span></code>,
|
115
|
+
<code class="docutils literal"><span class="pre">time_classify_minute</span></code>, <code class="docutils literal"><span class="pre">time_classify_hour</span></code>,
|
116
|
+
<code class="docutils literal"><span class="pre">time_classify_day</span></code>, <code class="docutils literal"><span class="pre">time_classify_week</span></code>,
|
117
|
+
<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
|
118
|
+
by value.</p>
|
119
|
+
</li>
|
120
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported dynamic column
|
121
|
+
creation which is used in <code class="docutils literal"><span class="pre">output_columns</span></code>, <code class="docutils literal"><span class="pre">drilldown</span></code> or
|
122
|
+
<code class="docutils literal"><span class="pre">sortby</span></code> [GitHub#539,#541,#542,#544,#545][Patch by Naoya Murakami]:</p>
|
123
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>select \
|
124
|
+
--columns[LABEL].stage filtered \
|
125
|
+
--columns[LABEL].type ShortText \
|
126
|
+
--columns[LABEL].flags COLUMN_SCALAR \
|
127
|
+
--columns[LABEL].value 'script syntax expression' \
|
128
|
+
...
|
129
|
+
</pre></div>
|
130
|
+
</div>
|
131
|
+
</li>
|
132
|
+
<li><p class="first">[experimental][<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Improved
|
133
|
+
performance for range/equal search and enough filtered case. Set
|
134
|
+
<code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_ENOUGH_FILTERED_RATIO</span></code> environment variable to
|
135
|
+
enable this feature.</p>
|
136
|
+
</li>
|
137
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported index used search for
|
138
|
+
filtered tables.</p>
|
139
|
+
</li>
|
140
|
+
<li><p class="first">Supported to detect changed database isn't closed. This feature is
|
141
|
+
useful to check database corruption when Groonga is crashed
|
142
|
+
unexpectedly.</p>
|
143
|
+
</li>
|
144
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported detecting database
|
145
|
+
wasn't closed successfully case.</p>
|
146
|
+
</li>
|
147
|
+
<li><p class="first">Added <code class="docutils literal"><span class="pre">--drilldown_filter</span></code>.</p>
|
148
|
+
</li>
|
149
|
+
<li><p class="first">Supported <code class="docutils literal"><span class="pre">filter</span></code> in labeled drilldown.</p>
|
150
|
+
</li>
|
151
|
+
<li><p class="first">Improved performance for using [<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>]
|
152
|
+
without index. By between() optimization, there is a case that range
|
153
|
+
search is 100x faster than the previous version of between().</p>
|
154
|
+
</li>
|
155
|
+
<li><p class="first">[<a class="reference internal" href="reference/functions/record_number.html"><span class="doc">record_number</span></a>] Supported window function.</p>
|
156
|
+
</li>
|
157
|
+
<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>
|
158
|
+
</li>
|
159
|
+
<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
|
160
|
+
<code class="docutils literal"><span class="pre">--drilldown_sortby</span></code>. Use <code class="docutils literal"><span class="pre">--sort_keys</span></code> and
|
161
|
+
<code class="docutils literal"><span class="pre">-drilldown_sort_keys</span></code> instead.</p>
|
162
|
+
</li>
|
163
|
+
<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>.
|
164
|
+
Use <code class="docutils literal"><span class="pre">--drilldowns[...]</span></code> instead.</p>
|
165
|
+
</li>
|
166
|
+
<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
|
167
|
+
literal based envelope.</p>
|
168
|
+
</li>
|
169
|
+
<li><p class="first">[groonga-httpd] Updated bundled nginx version to 1.11.0.</p>
|
170
|
+
</li>
|
171
|
+
</ul>
|
172
|
+
</div>
|
173
|
+
<div class="section" id="id1">
|
174
|
+
<h3>Fixes<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
175
|
+
<ul class="simple">
|
176
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
|
177
|
+
that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
|
178
|
+
<li>Fixed a bug that 1usec information is lost for time value.</li>
|
179
|
+
<li>Fixed a crash bug when a mruby plugin is initialized with multiple
|
180
|
+
threads.</li>
|
181
|
+
<li>Fixed a bug that static indexing crashes if a posting list is very long.
|
182
|
+
This bug may occur against enormous size of database. [GitHub#546]</li>
|
183
|
+
</ul>
|
184
|
+
</div>
|
185
|
+
<div class="section" id="id2">
|
186
|
+
<h3>Thanks<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
187
|
+
<ul class="simple">
|
188
|
+
<li>Naoya Murakami</li>
|
189
|
+
</ul>
|
190
|
+
</div>
|
191
|
+
</div>
|
192
|
+
<div class="section" id="release-6-0-2-2016-04-29">
|
193
|
+
<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>
|
194
|
+
<div class="section" id="id3">
|
195
|
+
<h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
69
196
|
<ul class="simple">
|
70
197
|
<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>).
|
71
198
|
TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
|
@@ -108,8 +235,8 @@ environment variables.</li>
|
|
108
235
|
<li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
|
109
236
|
</ul>
|
110
237
|
</div>
|
111
|
-
<div class="section" id="
|
112
|
-
<h3>Fixes<a class="headerlink" href="#
|
238
|
+
<div class="section" id="id4">
|
239
|
+
<h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
113
240
|
<ul>
|
114
241
|
<li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
|
115
242
|
For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
|
@@ -158,8 +285,8 @@ there is a possibility to break database. Please recreate the table.</p>
|
|
158
285
|
</li>
|
159
286
|
</ul>
|
160
287
|
</div>
|
161
|
-
<div class="section" id="
|
162
|
-
<h3>Thanks<a class="headerlink" href="#
|
288
|
+
<div class="section" id="id5">
|
289
|
+
<h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
163
290
|
<ul class="simple">
|
164
291
|
<li>Naoya Murakami</li>
|
165
292
|
<li>Hiroshi Ohkubo</li>
|
@@ -169,8 +296,8 @@ there is a possibility to break database. Please recreate the table.</p>
|
|
169
296
|
</div>
|
170
297
|
<div class="section" id="release-6-0-1-2016-03-29">
|
171
298
|
<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>
|
172
|
-
<div class="section" id="
|
173
|
-
<h3>Improvements<a class="headerlink" href="#
|
299
|
+
<div class="section" id="id6">
|
300
|
+
<h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
174
301
|
<ul>
|
175
302
|
<li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
|
176
303
|
backtrace.</p>
|
@@ -226,8 +353,8 @@ Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABL
|
|
226
353
|
</li>
|
227
354
|
</ul>
|
228
355
|
</div>
|
229
|
-
<div class="section" id="
|
230
|
-
<h3>Fixes<a class="headerlink" href="#
|
356
|
+
<div class="section" id="id7">
|
357
|
+
<h3>Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
231
358
|
<ul class="simple">
|
232
359
|
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
|
233
360
|
nonexistent column is specified. [GitHub#493]</li>
|
@@ -253,8 +380,8 @@ reference causes stack over flow.</li>
|
|
253
380
|
<li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
|
254
381
|
</ul>
|
255
382
|
</div>
|
256
|
-
<div class="section" id="
|
257
|
-
<h3>Thanks<a class="headerlink" href="#
|
383
|
+
<div class="section" id="id8">
|
384
|
+
<h3>Thanks<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
258
385
|
<ul class="simple">
|
259
386
|
<li>YUKI Hiroshi</li>
|
260
387
|
</ul>
|
@@ -262,8 +389,8 @@ reference causes stack over flow.</li>
|
|
262
389
|
</div>
|
263
390
|
<div class="section" id="release-6-0-0-2016-02-29">
|
264
391
|
<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>
|
265
|
-
<div class="section" id="
|
266
|
-
<h3>Improvements<a class="headerlink" href="#
|
392
|
+
<div class="section" id="id9">
|
393
|
+
<h3>Improvements<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
267
394
|
<ul>
|
268
395
|
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
|
269
396
|
specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
|
@@ -367,8 +494,8 @@ version to 1.9.11 from 1.9.10.</p>
|
|
367
494
|
</li>
|
368
495
|
</ul>
|
369
496
|
</div>
|
370
|
-
<div class="section" id="
|
371
|
-
<h3>Fixes<a class="headerlink" href="#
|
497
|
+
<div class="section" id="id10">
|
498
|
+
<h3>Fixes<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
372
499
|
<ul class="simple">
|
373
500
|
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
|
374
501
|
outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
|
@@ -387,8 +514,8 @@ used when <a class="reference internal" href="reference/command/command_version.
|
|
387
514
|
used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
388
515
|
</ul>
|
389
516
|
</div>
|
390
|
-
<div class="section" id="
|
391
|
-
<h3>Thanks<a class="headerlink" href="#
|
517
|
+
<div class="section" id="id11">
|
518
|
+
<h3>Thanks<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
392
519
|
<ul class="simple">
|
393
520
|
<li>Masafumi Yokoyama</li>
|
394
521
|
<li>Naoya Murakami</li>
|
@@ -405,8 +532,8 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
|
405
532
|
</div>
|
406
533
|
<div class="section" id="release-5-1-2-2016-01-29">
|
407
534
|
<span id="release-5-1-2"></span><h2>Release 5.1.2 - 2016-01-29<a class="headerlink" href="#release-5-1-2-2016-01-29" title="Permalink to this headline">¶</a></h2>
|
408
|
-
<div class="section" id="
|
409
|
-
<h3>Improvements<a class="headerlink" href="#
|
535
|
+
<div class="section" id="id12">
|
536
|
+
<h3>Improvements<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
410
537
|
<ul class="simple">
|
411
538
|
<li>Improved performance for sequential search against constant value
|
412
539
|
such as <code class="docutils literal"><span class="pre">true</span></code> and <code class="docutils literal"><span class="pre">29</span></code>.</li>
|
@@ -471,8 +598,8 @@ releases a lock of a database, table or column.</li>
|
|
471
598
|
version to 1.9.10 from 1.9.7.</li>
|
472
599
|
</ul>
|
473
600
|
</div>
|
474
|
-
<div class="section" id="
|
475
|
-
<h3>Fixes<a class="headerlink" href="#
|
601
|
+
<div class="section" id="id13">
|
602
|
+
<h3>Fixes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
476
603
|
<ul class="simple">
|
477
604
|
<li>Fixed mruby related crash bugs.</li>
|
478
605
|
<li>[Windows] Fixed label in installer.
|
@@ -485,8 +612,8 @@ version to 1.9.10 from 1.9.7.</li>
|
|
485
612
|
by <code class="docutils literal"><span class="pre">command_version</span></code> parameter in a request isn't reset.</li>
|
486
613
|
</ul>
|
487
614
|
</div>
|
488
|
-
<div class="section" id="
|
489
|
-
<h3>Thanks<a class="headerlink" href="#
|
615
|
+
<div class="section" id="id14">
|
616
|
+
<h3>Thanks<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
490
617
|
<ul class="simple">
|
491
618
|
<li>Naoya Murakami</li>
|
492
619
|
<li>Atsushi Shinoda</li>
|
@@ -497,8 +624,8 @@ by <code class="docutils literal"><span class="pre">command_version</span></code
|
|
497
624
|
</div>
|
498
625
|
<div class="section" id="release-5-1-1-2015-12-29">
|
499
626
|
<span id="release-5-1-1"></span><h2>Release 5.1.1 - 2015-12-29<a class="headerlink" href="#release-5-1-1-2015-12-29" title="Permalink to this headline">¶</a></h2>
|
500
|
-
<div class="section" id="
|
501
|
-
<h3>Improvements<a class="headerlink" href="#
|
627
|
+
<div class="section" id="id15">
|
628
|
+
<h3>Improvements<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
502
629
|
<ul class="simple">
|
503
630
|
<li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Supported <code class="docutils literal"><span class="pre">INDEX_COLUMN</span>
|
504
631
|
<span class="pre">==</span> <span class="pre">VALUE</span></code> as index search with an equal supported index.</li>
|
@@ -511,8 +638,8 @@ by <code class="docutils literal"><span class="pre">command_version</span></code
|
|
511
638
|
such as <code class="docutils literal"><span class="pre">COLUMN</span> <span class="pre">@~</span> <span class="pre">"CONSTANT_PATTERN"</span></code>.</li>
|
512
639
|
</ul>
|
513
640
|
</div>
|
514
|
-
<div class="section" id="
|
515
|
-
<h3>Fixes<a class="headerlink" href="#
|
641
|
+
<div class="section" id="id16">
|
642
|
+
<h3>Fixes<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
516
643
|
<ul class="simple">
|
517
644
|
<li>Fixed build error on MessagePack support build.
|
518
645
|
[groonga-dev,03708] [Reported by Ryo Sugimoto]</li>
|
@@ -527,8 +654,8 @@ threads to <code class="docutils literal"><span class="pre">1</span></code>.</li
|
|
527
654
|
[GitHub#448] [Reported by Hiroyuki Sato]</li>
|
528
655
|
</ul>
|
529
656
|
</div>
|
530
|
-
<div class="section" id="
|
531
|
-
<h3>Thanks<a class="headerlink" href="#
|
657
|
+
<div class="section" id="id17">
|
658
|
+
<h3>Thanks<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
532
659
|
<ul class="simple">
|
533
660
|
<li>Ryo Sugimoto</li>
|
534
661
|
<li>Yutaro SHIMAMURA</li>
|
@@ -538,8 +665,8 @@ threads to <code class="docutils literal"><span class="pre">1</span></code>.</li
|
|
538
665
|
</div>
|
539
666
|
<div class="section" id="release-5-1-0-2015-11-29">
|
540
667
|
<span id="release-5-1-0"></span><h2>Release 5.1.0 - 2015-11-29<a class="headerlink" href="#release-5-1-0-2015-11-29" title="Permalink to this headline">¶</a></h2>
|
541
|
-
<div class="section" id="
|
542
|
-
<h3>Improvements<a class="headerlink" href="#
|
668
|
+
<div class="section" id="id18">
|
669
|
+
<h3>Improvements<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
543
670
|
<ul class="simple">
|
544
671
|
<li>[patiricia trie] Added an error check for the max total key
|
545
672
|
size. See <a class="reference internal" href="limitations.html"><span class="doc">Limitations</span></a> about the max total key size.</li>
|
@@ -575,8 +702,8 @@ whether the object is an accessor for <code class="docutils literal"><span class
|
|
575
702
|
<li>Supported <a class="reference internal" href="reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> for JSON output.</li>
|
576
703
|
</ul>
|
577
704
|
</div>
|
578
|
-
<div class="section" id="
|
579
|
-
<h3>Fixes<a class="headerlink" href="#
|
705
|
+
<div class="section" id="id19">
|
706
|
+
<h3>Fixes<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
580
707
|
<ul class="simple">
|
581
708
|
<li>[inverted index] Fixed a possible infinite loop bug when log level
|
582
709
|
is <code class="docutils literal"><span class="pre">debug</span></code>.</li>
|
@@ -586,8 +713,8 @@ record that should be matched in sequential search mode.</li>
|
|
586
713
|
empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
|
587
714
|
</ul>
|
588
715
|
</div>
|
589
|
-
<div class="section" id="
|
590
|
-
<h3>Thanks<a class="headerlink" href="#
|
716
|
+
<div class="section" id="id20">
|
717
|
+
<h3>Thanks<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
591
718
|
<ul class="simple">
|
592
719
|
<li>Naoya Murakami</li>
|
593
720
|
</ul>
|
@@ -595,8 +722,8 @@ empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
|
|
595
722
|
</div>
|
596
723
|
<div class="section" id="release-5-0-9-2015-10-29">
|
597
724
|
<span id="release-5-0-9"></span><h2>Release 5.0.9 - 2015-10-29<a class="headerlink" href="#release-5-0-9-2015-10-29" title="Permalink to this headline">¶</a></h2>
|
598
|
-
<div class="section" id="
|
599
|
-
<h3>Improvements<a class="headerlink" href="#
|
725
|
+
<div class="section" id="id21">
|
726
|
+
<h3>Improvements<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
600
727
|
<ul class="simple">
|
601
728
|
<li>[inverted index] Reduced log levels of logs for developers.</li>
|
602
729
|
<li>Flushed pending changed on creating new database. It guards database
|
@@ -651,8 +778,8 @@ passed object is true value.</li>
|
|
651
778
|
<li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Added Ubuntu 15.10 Wily Werewolf support.</li>
|
652
779
|
</ul>
|
653
780
|
</div>
|
654
|
-
<div class="section" id="
|
655
|
-
<h3>Fixes<a class="headerlink" href="#
|
781
|
+
<div class="section" id="id22">
|
782
|
+
<h3>Fixes<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
656
783
|
<ul class="simple">
|
657
784
|
<li>[patricia trie] Fixed a bug that the number of records may be
|
658
785
|
counted up unexpectedly on adding a new entry. [GitHub#417]</li>
|
@@ -668,8 +795,8 @@ break patricia trie. [GitHub#420]</li>
|
|
668
795
|
<li>Fixed a bug that wrong proc type is used for token filter objects.</li>
|
669
796
|
</ul>
|
670
797
|
</div>
|
671
|
-
<div class="section" id="
|
672
|
-
<h3>Thanks<a class="headerlink" href="#
|
798
|
+
<div class="section" id="id23">
|
799
|
+
<h3>Thanks<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
673
800
|
<ul class="simple">
|
674
801
|
<li>Matthias Klose</li>
|
675
802
|
<li>Hiroshi Kagami</li>
|
@@ -679,8 +806,8 @@ break patricia trie. [GitHub#420]</li>
|
|
679
806
|
</div>
|
680
807
|
<div class="section" id="release-5-0-8-2015-09-29">
|
681
808
|
<span id="release-5-0-8"></span><h2>Release 5.0.8 - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="Permalink to this headline">¶</a></h2>
|
682
|
-
<div class="section" id="
|
683
|
-
<h3>Improvements<a class="headerlink" href="#
|
809
|
+
<div class="section" id="id24">
|
810
|
+
<h3>Improvements<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
684
811
|
<ul>
|
685
812
|
<li><p class="first">[Windows] Supported build with MySQL again.</p>
|
686
813
|
</li>
|
@@ -781,8 +908,8 @@ to 1.9.5 that supports HTTP/2. HTTP/2 module is enabled.</p>
|
|
781
908
|
</li>
|
782
909
|
</ul>
|
783
910
|
</div>
|
784
|
-
<div class="section" id="
|
785
|
-
<h3>Fixes<a class="headerlink" href="#
|
911
|
+
<div class="section" id="id25">
|
912
|
+
<h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
786
913
|
<ul class="simple">
|
787
914
|
<li>[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>] Fixed a bug that <code class="docutils literal"><span class="pre">&!</span></code>
|
788
915
|
does nothing when right hand side is <code class="docutils literal"><span class="pre">true</span></code>.</li>
|
@@ -792,8 +919,8 @@ does nothing when right hand side is <code class="docutils literal"><span class=
|
|
792
919
|
ignored.</li>
|
793
920
|
</ul>
|
794
921
|
</div>
|
795
|
-
<div class="section" id="
|
796
|
-
<h3>Thanks<a class="headerlink" href="#
|
922
|
+
<div class="section" id="id26">
|
923
|
+
<h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
797
924
|
<ul class="simple">
|
798
925
|
<li>Hiroyuki Sato</li>
|
799
926
|
<li>Sergei Golubchik</li>
|
@@ -809,8 +936,8 @@ recommend that you upgrade your Groonga.</p>
|
|
809
936
|
<p>This release has an important experimental feature for Windows users.
|
810
937
|
See "sparse file support" entry in the following improvement list for
|
811
938
|
details.</p>
|
812
|
-
<div class="section" id="
|
813
|
-
<h3>Improvements<a class="headerlink" href="#
|
939
|
+
<div class="section" id="id27">
|
940
|
+
<h3>Improvements<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
814
941
|
<ul>
|
815
942
|
<li><p class="first">[experimental][Windows] Added sparse file support. It's experimental
|
816
943
|
feature. It's disabled by default. You can enable it by specifying
|
@@ -886,8 +1013,8 @@ building Groonga as Groonga developer.
|
|
886
1013
|
</li>
|
887
1014
|
</ul>
|
888
1015
|
</div>
|
889
|
-
<div class="section" id="
|
890
|
-
<h3>Fixes<a class="headerlink" href="#
|
1016
|
+
<div class="section" id="id28">
|
1017
|
+
<h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
891
1018
|
<ul>
|
892
1019
|
<li><p class="first">[mruby] Fixed a time overflow bug.</p>
|
893
1020
|
</li>
|
@@ -922,8 +1049,8 @@ doesn't work in multithread.</p>
|
|
922
1049
|
</li>
|
923
1050
|
</ul>
|
924
1051
|
</div>
|
925
|
-
<div class="section" id="
|
926
|
-
<h3>Thanks<a class="headerlink" href="#
|
1052
|
+
<div class="section" id="id29">
|
1053
|
+
<h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
927
1054
|
<ul class="simple">
|
928
1055
|
<li>Hiroyuki Sato</li>
|
929
1056
|
<li>Natanael Copa</li>
|
@@ -935,8 +1062,8 @@ doesn't work in multithread.</p>
|
|
935
1062
|
</div>
|
936
1063
|
<div class="section" id="release-5-0-6-2015-07-29">
|
937
1064
|
<span id="release-5-0-6"></span><h2>Release 5.0.6 - 2015-07-29<a class="headerlink" href="#release-5-0-6-2015-07-29" title="Permalink to this headline">¶</a></h2>
|
938
|
-
<div class="section" id="
|
939
|
-
<h3>Improvements<a class="headerlink" href="#
|
1065
|
+
<div class="section" id="id30">
|
1066
|
+
<h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
940
1067
|
<ul>
|
941
1068
|
<li><p class="first">[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Dropped Ubuntu 14.10 (Utopic Unicorn) support. It had been
|
942
1069
|
End of Life on July 23, 2015.</p>
|
@@ -1101,8 +1228,8 @@ accessor.</li>
|
|
1101
1228
|
</li>
|
1102
1229
|
</ul>
|
1103
1230
|
</div>
|
1104
|
-
<div class="section" id="
|
1105
|
-
<h3>Fixes<a class="headerlink" href="#
|
1231
|
+
<div class="section" id="id31">
|
1232
|
+
<h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
1106
1233
|
<ul>
|
1107
1234
|
<li><p class="first">Fixed a memory leak when an error is occurred in <a class="reference internal" href="reference/api/grn_expr.html#c.grn_expr_exec" title="grn_expr_exec"><code class="xref c c-func docutils literal"><span class="pre">grn_expr_exec()</span></code></a>.
|
1108
1235
|
For example, unsupported operator (e.g. <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>) is used
|
@@ -1142,8 +1269,8 @@ owner/group. [GitHub#358] [Reported by jacob16bit]</p>
|
|
1142
1269
|
</li>
|
1143
1270
|
</ul>
|
1144
1271
|
</div>
|
1145
|
-
<div class="section" id="
|
1146
|
-
<h3>Thanks<a class="headerlink" href="#
|
1272
|
+
<div class="section" id="id32">
|
1273
|
+
<h3>Thanks<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
1147
1274
|
<ul class="simple">
|
1148
1275
|
<li>Bill Parker</li>
|
1149
1276
|
<li>jacob16bit</li>
|
@@ -1155,8 +1282,8 @@ owner/group. [GitHub#358] [Reported by jacob16bit]</p>
|
|
1155
1282
|
</div>
|
1156
1283
|
<div class="section" id="release-5-0-5-2015-06-29">
|
1157
1284
|
<span id="release-5-0-5"></span><h2>Release 5.0.5 - 2015-06-29<a class="headerlink" href="#release-5-0-5-2015-06-29" title="Permalink to this headline">¶</a></h2>
|
1158
|
-
<div class="section" id="
|
1159
|
-
<h3>Improvements<a class="headerlink" href="#
|
1285
|
+
<div class="section" id="id33">
|
1286
|
+
<h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
1160
1287
|
<ul>
|
1161
1288
|
<li><p class="first">Show correct error information such as NoSuchFileOrDirectory when opening a database.</p>
|
1162
1289
|
</li>
|
@@ -1207,8 +1334,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1207
1334
|
</li>
|
1208
1335
|
</ul>
|
1209
1336
|
</div>
|
1210
|
-
<div class="section" id="
|
1211
|
-
<h3>Fixes<a class="headerlink" href="#
|
1337
|
+
<div class="section" id="id34">
|
1338
|
+
<h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
1212
1339
|
<ul class="simple">
|
1213
1340
|
<li>Fixed wrong macro to include netinet/in.h.
|
1214
1341
|
[GitHub#348] [Reported by OBATA Akio]</li>
|
@@ -1216,8 +1343,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1216
1343
|
[GitHub#351] [Patch by jacob16bit]</li>
|
1217
1344
|
</ul>
|
1218
1345
|
</div>
|
1219
|
-
<div class="section" id="
|
1220
|
-
<h3>Thanks<a class="headerlink" href="#
|
1346
|
+
<div class="section" id="id35">
|
1347
|
+
<h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
1221
1348
|
<ul class="simple">
|
1222
1349
|
<li>OBATA Akio</li>
|
1223
1350
|
<li>jacob16bit</li>
|
@@ -1226,8 +1353,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1226
1353
|
</div>
|
1227
1354
|
<div class="section" id="release-5-0-4-2015-05-29">
|
1228
1355
|
<span id="release-5-0-4"></span><h2>Release 5.0.4 - 2015-05-29<a class="headerlink" href="#release-5-0-4-2015-05-29" title="Permalink to this headline">¶</a></h2>
|
1229
|
-
<div class="section" id="
|
1230
|
-
<h3>Improvements<a class="headerlink" href="#
|
1356
|
+
<div class="section" id="id36">
|
1357
|
+
<h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
1231
1358
|
<ul class="simple">
|
1232
1359
|
<li>[mruby] Changed to use <code class="docutils literal"><span class="pre">inspect</span></code> to show meaningful error message for error value.</li>
|
1233
1360
|
<li>[mruby] Supported <code class="docutils literal"><span class="pre">Groonga::Bulk#inspect</span></code> to inspect bulk content.</li>
|
@@ -1256,8 +1383,8 @@ full-width space (<code class="docutils literal"><span class="pre">U+3000</span>
|
|
1256
1383
|
Unicode). [Suggested by TomyGX]</li>
|
1257
1384
|
</ul>
|
1258
1385
|
</div>
|
1259
|
-
<div class="section" id="
|
1260
|
-
<h3>Fixes<a class="headerlink" href="#
|
1386
|
+
<div class="section" id="id37">
|
1387
|
+
<h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
1261
1388
|
<ul class="simple">
|
1262
1389
|
<li>Fixed a crash bug when empty key is specified for <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code>.</li>
|
1263
1390
|
<li>Fixed a bug that the return value of <code class="docutils literal"><span class="pre">grn_parse_query_flags</span></code> is not properly checked.
|
@@ -1283,8 +1410,8 @@ correctly when query contains characters which are treated as blank character.
|
|
1283
1410
|
For example, the newline - "\n" is typical one.</li>
|
1284
1411
|
</ul>
|
1285
1412
|
</div>
|
1286
|
-
<div class="section" id="
|
1287
|
-
<h3>Thanks<a class="headerlink" href="#
|
1413
|
+
<div class="section" id="id38">
|
1414
|
+
<h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
1288
1415
|
<ul class="simple">
|
1289
1416
|
<li>Hiroaki Nakamura</li>
|
1290
1417
|
<li>Hiroyuki Sato</li>
|
@@ -1296,8 +1423,8 @@ For example, the newline - "\n" is typical one.</li>
|
|
1296
1423
|
</div>
|
1297
1424
|
<div class="section" id="release-5-0-3-2015-04-29">
|
1298
1425
|
<span id="release-5-0-3"></span><h2>Release 5.0.3 - 2015-04-29<a class="headerlink" href="#release-5-0-3-2015-04-29" title="Permalink to this headline">¶</a></h2>
|
1299
|
-
<div class="section" id="
|
1300
|
-
<h3>Improvements<a class="headerlink" href="#
|
1426
|
+
<div class="section" id="id39">
|
1427
|
+
<h3>Improvements<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
1301
1428
|
<ul class="simple">
|
1302
1429
|
<li>[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">Tokenizers</span></a>][<a class="reference internal" href="reference/regular_expression.html"><span class="doc">Regular expression</span></a>]
|
1303
1430
|
Skip the last one character token.</li>
|
@@ -1359,8 +1486,8 @@ You can enable log rotation by the following options:<ul>
|
|
1359
1486
|
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] Updated bundled nginx version to the latest mainline (1.8.0).</li>
|
1360
1487
|
</ul>
|
1361
1488
|
</div>
|
1362
|
-
<div class="section" id="
|
1363
|
-
<h3>Fixes<a class="headerlink" href="#
|
1489
|
+
<div class="section" id="id40">
|
1490
|
+
<h3>Fixes<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
1364
1491
|
<ul class="simple">
|
1365
1492
|
<li>[windows] Fixed a bug that <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">Offline index construction</span></a> is
|
1366
1493
|
failed for large data (at least 1GB or larger) with Groonga built by
|
@@ -1375,8 +1502,8 @@ and added a test for invalid patricia trie node add case.
|
|
1375
1502
|
[groonga-dev,03177] [Reported by yuya sako]</li>
|
1376
1503
|
</ul>
|
1377
1504
|
</div>
|
1378
|
-
<div class="section" id="
|
1379
|
-
<h3>Thanks<a class="headerlink" href="#
|
1505
|
+
<div class="section" id="id41">
|
1506
|
+
<h3>Thanks<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
1380
1507
|
<ul class="simple">
|
1381
1508
|
<li>Hideki ARAI</li>
|
1382
1509
|
<li>Hiroyuki Mizuhara</li>
|
@@ -1388,8 +1515,8 @@ and added a test for invalid patricia trie node add case.
|
|
1388
1515
|
<div class="section" id="release-5-0-2-2015-03-31">
|
1389
1516
|
<span id="release-5-0-2"></span><h2>Release 5.0.2 - 2015-03-31<a class="headerlink" href="#release-5-0-2-2015-03-31" title="Permalink to this headline">¶</a></h2>
|
1390
1517
|
<p>It's a bug fix release of 5.0.1.</p>
|
1391
|
-
<div class="section" id="
|
1392
|
-
<h3>Improvements<a class="headerlink" href="#
|
1518
|
+
<div class="section" id="id42">
|
1519
|
+
<h3>Improvements<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
1393
1520
|
<ul class="simple">
|
1394
1521
|
<li>Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]</li>
|
1395
1522
|
<li>[logical_range_filter] Disabled range index by default. It's enabled
|
@@ -1397,8 +1524,8 @@ when you set the enviromnent variable <code class="docutils literal"><span class
|
|
1397
1524
|
to <code class="docutils literal"><span class="pre">yes</span></code>.</li>
|
1398
1525
|
</ul>
|
1399
1526
|
</div>
|
1400
|
-
<div class="section" id="
|
1401
|
-
<h3>Fixes<a class="headerlink" href="#
|
1527
|
+
<div class="section" id="id43">
|
1528
|
+
<h3>Fixes<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
1402
1529
|
<ul class="simple">
|
1403
1530
|
<li>Fixed a regression bug that JSONP doesn't work. It was introduced
|
1404
1531
|
in Groonga 4.1.1.</li>
|
@@ -1408,8 +1535,8 @@ in Groonga 4.1.1.</li>
|
|
1408
1535
|
problem is fixed in the environment such as CentOS 7.</li>
|
1409
1536
|
</ul>
|
1410
1537
|
</div>
|
1411
|
-
<div class="section" id="
|
1412
|
-
<h3>Thanks<a class="headerlink" href="#
|
1538
|
+
<div class="section" id="id44">
|
1539
|
+
<h3>Thanks<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
1413
1540
|
<ul class="simple">
|
1414
1541
|
<li>Atsushi Shinoda</li>
|
1415
1542
|
<li>Hiroshi Hatake</li>
|
@@ -1418,8 +1545,8 @@ problem is fixed in the environment such as CentOS 7.</li>
|
|
1418
1545
|
</div>
|
1419
1546
|
<div class="section" id="release-5-0-1-2015-03-29">
|
1420
1547
|
<span id="release-5-0-1"></span><h2>Release 5.0.1 - 2015-03-29<a class="headerlink" href="#release-5-0-1-2015-03-29" title="Permalink to this headline">¶</a></h2>
|
1421
|
-
<div class="section" id="
|
1422
|
-
<h3>Improvements<a class="headerlink" href="#
|
1548
|
+
<div class="section" id="id45">
|
1549
|
+
<h3>Improvements<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
1423
1550
|
<ul>
|
1424
1551
|
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Supported filter
|
1425
1552
|
and sort.</p>
|
@@ -1560,8 +1687,8 @@ Murakami]</p>
|
|
1560
1687
|
</li>
|
1561
1688
|
</ul>
|
1562
1689
|
</div>
|
1563
|
-
<div class="section" id="
|
1564
|
-
<h3>Fixes<a class="headerlink" href="#
|
1690
|
+
<div class="section" id="id46">
|
1691
|
+
<h3>Fixes<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
1565
1692
|
<ul class="simple">
|
1566
1693
|
<li>Fixed not to use obsolete <code class="docutils literal"><span class="pre">--address</span></code> parameter in the default
|
1567
1694
|
groonga.conf. <code class="docutils literal"><span class="pre">--bind-address</span></code> is used instead. [Groonga-talk]
|
@@ -1592,8 +1719,8 @@ column specified by <code class="docutils literal"><span class="pre">source_colu
|
|
1592
1719
|
indexes. [Reported by Naoya Murakami]</li>
|
1593
1720
|
</ul>
|
1594
1721
|
</div>
|
1595
|
-
<div class="section" id="
|
1596
|
-
<h3>Thanks<a class="headerlink" href="#
|
1722
|
+
<div class="section" id="id47">
|
1723
|
+
<h3>Thanks<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
1597
1724
|
<ul class="simple">
|
1598
1725
|
<li>Masatoshi Teruya</li>
|
1599
1726
|
<li>Tasuku SUENAGA</li>
|
@@ -1609,8 +1736,8 @@ indexes. [Reported by Naoya Murakami]</li>
|
|
1609
1736
|
<ul class="simple">
|
1610
1737
|
<li>Bump version to 5.0.0!</li>
|
1611
1738
|
</ul>
|
1612
|
-
<div class="section" id="
|
1613
|
-
<h3>Improvements<a class="headerlink" href="#
|
1739
|
+
<div class="section" id="id48">
|
1740
|
+
<h3>Improvements<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
1614
1741
|
<ul class="simple">
|
1615
1742
|
<li>[doc] Added <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-security"><span class="std std-ref">Security</span></a> about <a class="reference internal" href="reference/grn_expr/script_syntax.html"><span class="doc">Script syntax</span></a>.</li>
|
1616
1743
|
<li>[experimental] Added sharding plugin. Execute <cite>register sharding</cite> to
|
@@ -1621,16 +1748,16 @@ on FreeBSD 10.1. <a class="reference external" href="https://mariadb.atlassian.n
|
|
1621
1748
|
<li>Supported to customize plugins directory. Set <cite>GRN_PLUGINS_DIR</cite> environment variable.</li>
|
1622
1749
|
</ul>
|
1623
1750
|
</div>
|
1624
|
-
<div class="section" id="
|
1625
|
-
<h3>Fixes<a class="headerlink" href="#
|
1751
|
+
<div class="section" id="id49">
|
1752
|
+
<h3>Fixes<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
1626
1753
|
<ul class="simple">
|
1627
1754
|
<li>Fixed build failure when system has an incompatible version of onigmo/oniguruma
|
1628
1755
|
headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
1629
1756
|
<li>Fixed time related build failure on MSVC [GitHub#237]</li>
|
1630
1757
|
</ul>
|
1631
1758
|
</div>
|
1632
|
-
<div class="section" id="
|
1633
|
-
<h3>Thanks<a class="headerlink" href="#
|
1759
|
+
<div class="section" id="id50">
|
1760
|
+
<h3>Thanks<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
1634
1761
|
<ul class="simple">
|
1635
1762
|
<li>Akinori MUSHA</li>
|
1636
1763
|
<li>Bernard Spil</li>
|
@@ -1977,100 +2104,111 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
|
1977
2104
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
1978
2105
|
<ul>
|
1979
2106
|
<li><a class="reference internal" href="#">News</a><ul>
|
1980
|
-
<li><a class="reference internal" href="#release-6-0-
|
1981
|
-
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
2107
|
+
<li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
|
1982
2108
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
1983
2109
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
1984
2110
|
</ul>
|
1985
2111
|
</li>
|
2112
|
+
<li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
|
2113
|
+
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
2114
|
+
<li><a class="reference internal" href="#id1">Fixes</a></li>
|
2115
|
+
<li><a class="reference internal" href="#id2">Thanks</a></li>
|
2116
|
+
</ul>
|
2117
|
+
</li>
|
2118
|
+
<li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
|
2119
|
+
<li><a class="reference internal" href="#id3">Improvements</a></li>
|
2120
|
+
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
2121
|
+
<li><a class="reference internal" href="#id5">Thanks</a></li>
|
2122
|
+
</ul>
|
2123
|
+
</li>
|
1986
2124
|
<li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
|
1987
|
-
<li><a class="reference internal" href="#
|
1988
|
-
<li><a class="reference internal" href="#
|
1989
|
-
<li><a class="reference internal" href="#
|
2125
|
+
<li><a class="reference internal" href="#id6">Improvements</a></li>
|
2126
|
+
<li><a class="reference internal" href="#id7">Fixes</a></li>
|
2127
|
+
<li><a class="reference internal" href="#id8">Thanks</a></li>
|
1990
2128
|
</ul>
|
1991
2129
|
</li>
|
1992
2130
|
<li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
|
1993
|
-
<li><a class="reference internal" href="#
|
1994
|
-
<li><a class="reference internal" href="#
|
1995
|
-
<li><a class="reference internal" href="#
|
2131
|
+
<li><a class="reference internal" href="#id9">Improvements</a></li>
|
2132
|
+
<li><a class="reference internal" href="#id10">Fixes</a></li>
|
2133
|
+
<li><a class="reference internal" href="#id11">Thanks</a></li>
|
1996
2134
|
</ul>
|
1997
2135
|
</li>
|
1998
2136
|
<li><a class="reference internal" href="#release-5-1-2-2016-01-29">Release 5.1.2 - 2016-01-29</a><ul>
|
1999
|
-
<li><a class="reference internal" href="#
|
2000
|
-
<li><a class="reference internal" href="#
|
2001
|
-
<li><a class="reference internal" href="#
|
2137
|
+
<li><a class="reference internal" href="#id12">Improvements</a></li>
|
2138
|
+
<li><a class="reference internal" href="#id13">Fixes</a></li>
|
2139
|
+
<li><a class="reference internal" href="#id14">Thanks</a></li>
|
2002
2140
|
</ul>
|
2003
2141
|
</li>
|
2004
2142
|
<li><a class="reference internal" href="#release-5-1-1-2015-12-29">Release 5.1.1 - 2015-12-29</a><ul>
|
2005
|
-
<li><a class="reference internal" href="#
|
2006
|
-
<li><a class="reference internal" href="#
|
2007
|
-
<li><a class="reference internal" href="#
|
2143
|
+
<li><a class="reference internal" href="#id15">Improvements</a></li>
|
2144
|
+
<li><a class="reference internal" href="#id16">Fixes</a></li>
|
2145
|
+
<li><a class="reference internal" href="#id17">Thanks</a></li>
|
2008
2146
|
</ul>
|
2009
2147
|
</li>
|
2010
2148
|
<li><a class="reference internal" href="#release-5-1-0-2015-11-29">Release 5.1.0 - 2015-11-29</a><ul>
|
2011
|
-
<li><a class="reference internal" href="#
|
2012
|
-
<li><a class="reference internal" href="#
|
2013
|
-
<li><a class="reference internal" href="#
|
2149
|
+
<li><a class="reference internal" href="#id18">Improvements</a></li>
|
2150
|
+
<li><a class="reference internal" href="#id19">Fixes</a></li>
|
2151
|
+
<li><a class="reference internal" href="#id20">Thanks</a></li>
|
2014
2152
|
</ul>
|
2015
2153
|
</li>
|
2016
2154
|
<li><a class="reference internal" href="#release-5-0-9-2015-10-29">Release 5.0.9 - 2015-10-29</a><ul>
|
2017
|
-
<li><a class="reference internal" href="#
|
2018
|
-
<li><a class="reference internal" href="#
|
2019
|
-
<li><a class="reference internal" href="#
|
2155
|
+
<li><a class="reference internal" href="#id21">Improvements</a></li>
|
2156
|
+
<li><a class="reference internal" href="#id22">Fixes</a></li>
|
2157
|
+
<li><a class="reference internal" href="#id23">Thanks</a></li>
|
2020
2158
|
</ul>
|
2021
2159
|
</li>
|
2022
2160
|
<li><a class="reference internal" href="#release-5-0-8-2015-09-29">Release 5.0.8 - 2015-09-29</a><ul>
|
2023
|
-
<li><a class="reference internal" href="#
|
2024
|
-
<li><a class="reference internal" href="#
|
2025
|
-
<li><a class="reference internal" href="#
|
2161
|
+
<li><a class="reference internal" href="#id24">Improvements</a></li>
|
2162
|
+
<li><a class="reference internal" href="#id25">Fixes</a></li>
|
2163
|
+
<li><a class="reference internal" href="#id26">Thanks</a></li>
|
2026
2164
|
</ul>
|
2027
2165
|
</li>
|
2028
2166
|
<li><a class="reference internal" href="#release-5-0-7-2015-08-31">Release 5.0.7 - 2015-08-31</a><ul>
|
2029
|
-
<li><a class="reference internal" href="#
|
2030
|
-
<li><a class="reference internal" href="#
|
2031
|
-
<li><a class="reference internal" href="#
|
2167
|
+
<li><a class="reference internal" href="#id27">Improvements</a></li>
|
2168
|
+
<li><a class="reference internal" href="#id28">Fixes</a></li>
|
2169
|
+
<li><a class="reference internal" href="#id29">Thanks</a></li>
|
2032
2170
|
</ul>
|
2033
2171
|
</li>
|
2034
2172
|
<li><a class="reference internal" href="#release-5-0-6-2015-07-29">Release 5.0.6 - 2015-07-29</a><ul>
|
2035
|
-
<li><a class="reference internal" href="#
|
2036
|
-
<li><a class="reference internal" href="#
|
2037
|
-
<li><a class="reference internal" href="#
|
2173
|
+
<li><a class="reference internal" href="#id30">Improvements</a></li>
|
2174
|
+
<li><a class="reference internal" href="#id31">Fixes</a></li>
|
2175
|
+
<li><a class="reference internal" href="#id32">Thanks</a></li>
|
2038
2176
|
</ul>
|
2039
2177
|
</li>
|
2040
2178
|
<li><a class="reference internal" href="#release-5-0-5-2015-06-29">Release 5.0.5 - 2015-06-29</a><ul>
|
2041
|
-
<li><a class="reference internal" href="#
|
2042
|
-
<li><a class="reference internal" href="#
|
2043
|
-
<li><a class="reference internal" href="#
|
2179
|
+
<li><a class="reference internal" href="#id33">Improvements</a></li>
|
2180
|
+
<li><a class="reference internal" href="#id34">Fixes</a></li>
|
2181
|
+
<li><a class="reference internal" href="#id35">Thanks</a></li>
|
2044
2182
|
</ul>
|
2045
2183
|
</li>
|
2046
2184
|
<li><a class="reference internal" href="#release-5-0-4-2015-05-29">Release 5.0.4 - 2015-05-29</a><ul>
|
2047
|
-
<li><a class="reference internal" href="#
|
2048
|
-
<li><a class="reference internal" href="#
|
2049
|
-
<li><a class="reference internal" href="#
|
2185
|
+
<li><a class="reference internal" href="#id36">Improvements</a></li>
|
2186
|
+
<li><a class="reference internal" href="#id37">Fixes</a></li>
|
2187
|
+
<li><a class="reference internal" href="#id38">Thanks</a></li>
|
2050
2188
|
</ul>
|
2051
2189
|
</li>
|
2052
2190
|
<li><a class="reference internal" href="#release-5-0-3-2015-04-29">Release 5.0.3 - 2015-04-29</a><ul>
|
2053
|
-
<li><a class="reference internal" href="#
|
2054
|
-
<li><a class="reference internal" href="#
|
2055
|
-
<li><a class="reference internal" href="#
|
2191
|
+
<li><a class="reference internal" href="#id39">Improvements</a></li>
|
2192
|
+
<li><a class="reference internal" href="#id40">Fixes</a></li>
|
2193
|
+
<li><a class="reference internal" href="#id41">Thanks</a></li>
|
2056
2194
|
</ul>
|
2057
2195
|
</li>
|
2058
2196
|
<li><a class="reference internal" href="#release-5-0-2-2015-03-31">Release 5.0.2 - 2015-03-31</a><ul>
|
2059
|
-
<li><a class="reference internal" href="#
|
2060
|
-
<li><a class="reference internal" href="#
|
2061
|
-
<li><a class="reference internal" href="#
|
2197
|
+
<li><a class="reference internal" href="#id42">Improvements</a></li>
|
2198
|
+
<li><a class="reference internal" href="#id43">Fixes</a></li>
|
2199
|
+
<li><a class="reference internal" href="#id44">Thanks</a></li>
|
2062
2200
|
</ul>
|
2063
2201
|
</li>
|
2064
2202
|
<li><a class="reference internal" href="#release-5-0-1-2015-03-29">Release 5.0.1 - 2015-03-29</a><ul>
|
2065
|
-
<li><a class="reference internal" href="#
|
2066
|
-
<li><a class="reference internal" href="#
|
2067
|
-
<li><a class="reference internal" href="#
|
2203
|
+
<li><a class="reference internal" href="#id45">Improvements</a></li>
|
2204
|
+
<li><a class="reference internal" href="#id46">Fixes</a></li>
|
2205
|
+
<li><a class="reference internal" href="#id47">Thanks</a></li>
|
2068
2206
|
</ul>
|
2069
2207
|
</li>
|
2070
2208
|
<li><a class="reference internal" href="#release-5-0-0-2015-02-09">Release 5.0.0 - 2015-02-09</a><ul>
|
2071
|
-
<li><a class="reference internal" href="#
|
2072
|
-
<li><a class="reference internal" href="#
|
2073
|
-
<li><a class="reference internal" href="#
|
2209
|
+
<li><a class="reference internal" href="#id48">Improvements</a></li>
|
2210
|
+
<li><a class="reference internal" href="#id49">Fixes</a></li>
|
2211
|
+
<li><a class="reference internal" href="#id50">Thanks</a></li>
|
2074
2212
|
</ul>
|
2075
2213
|
</li>
|
2076
2214
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
@@ -2105,7 +2243,7 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
|
2105
2243
|
<li class="right" style="margin-right: 10px">
|
2106
2244
|
<a href="genindex.html" title="General Index"
|
2107
2245
|
>index</a></li>
|
2108
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
2246
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.3-21-g22dd64c documentation</a> »</li>
|
2109
2247
|
</ul>
|
2110
2248
|
</div>
|
2111
2249
|
<div class="footer" role="contentinfo">
|