rroonga 6.0.4-x64-mingw32 → 6.0.5-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/doc/text/news.md +39 -0
- data/ext/groonga/rb-grn-id.c +56 -0
- data/ext/groonga/rb-grn-name.c +55 -0
- data/ext/groonga/rb-grn-object.c +166 -0
- data/ext/groonga/rb-grn.h +3 -1
- data/ext/groonga/rb-groonga.c +2 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-column.rb +34 -0
- data/test/test-database.rb +21 -0
- data/test/test-id.rb +47 -0
- data/test/test-name.rb +34 -0
- data/test/test-table.rb +1 -1
- 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/include/groonga/groonga/groonga.h +5 -0
- data/vendor/local/include/groonga/groonga/id.h +30 -0
- data/vendor/local/include/groonga/groonga/nfkc.h +1 -1
- data/vendor/local/include/groonga/groonga/obj.h +9 -0
- data/vendor/local/include/groonga/groonga/table.h +12 -1
- data/vendor/local/include/groonga/groonga/time.h +14 -0
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/lib/groonga/plugins/expression_rewriters/optimizer.rb +1 -1
- 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/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/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/expression_size_estimator.rb +40 -2
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/accessor.rb +14 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/index_column.rb +14 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/options.rb +14 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb +18 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree.rb +4 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +20 -1
- 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/contribution/development/cooperation.txt +8 -8
- 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 +4 -4
- 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 +71 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +2 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +38 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +23 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -25
- 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/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/build.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 +15 -15
- 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/development.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/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.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 +51 -49
- 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 +9 -9
- 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/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- 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/news.html +193 -131
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/alias.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/api.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/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 +6 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +27 -26
- 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 +7 -10
- 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 +5 -5
- 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 +6 -6
- 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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +177 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +67 -67
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +111 -111
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +51 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +42 -42
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.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 +6 -6
- 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/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -28
- 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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +159 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +46 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +39 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +33 -33
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +23 -23
- 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/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/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/operations.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/output.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/query_expanders.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/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/suggest.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 +8 -8
- 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 +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference.html +51 -49
- 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/gqtp.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/http.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/server.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/spec.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/troubleshooting.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/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +8 -8
- 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 +4 -4
- 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 +71 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +2 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +38 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +23 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -25
- 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/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/build.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 +15 -15
- 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/development.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/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.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 +51 -49
- 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 +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/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/news.html +195 -131
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_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/api.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/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 +6 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +27 -26
- 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 +7 -10
- 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 +5 -5
- 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 +7 -7
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +178 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +67 -67
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +112 -112
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +51 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +42 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +43 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.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/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -28
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +160 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +46 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +39 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +33 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +23 -23
- 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/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/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/operations.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/output.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/query_expanders.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 +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/suggest.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 +8 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference.html +51 -49
- 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/gqtp.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/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server.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/spec.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/troubleshooting.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/doc/groonga/ja/html/tutorial.html +5 -5
- metadata +21 -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.5 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.5',
|
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.5 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.5 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
@@ -62,13 +62,69 @@
|
|
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-5-2016-06-29">
|
66
|
+
<span id="release-6-0-5"></span><h2>Release 6.0.5 - 2016-06-29<a class="headerlink" href="#release-6-0-5-2016-06-29" title="Permalink to this headline">¶</a></h2>
|
67
|
+
<div class="section" id="improvements">
|
68
|
+
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
|
+
<ul class="simple">
|
70
|
+
<li>[<a class="reference internal" href="reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] Marked as stable command.</li>
|
71
|
+
<li>[mruby] Supported to optimize prefix search by estimating
|
72
|
+
data size efficiently</li>
|
73
|
+
<li>[<a class="reference internal" href="reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] Supported
|
74
|
+
<code class="docutils literal"><span class="pre">max_distance</span></code> option as 3rd argument to specify it
|
75
|
+
easily. [GitHub#553] [Patch by Naoya Murakami]</li>
|
76
|
+
<li>[<a class="reference internal" href="reference/commands/query_expand.html"><span class="doc">query_expand</span></a>] Supported command to
|
77
|
+
expand query. It is useful if there are many synonyms.</li>
|
78
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Supported <code class="docutils literal"><span class="pre">--drilldown</span></code> with
|
79
|
+
<code class="docutils literal"><span class="pre">command_version=3</span></code>. [groonga-dev,04055] [Reported by Naoya
|
80
|
+
Murakami]</li>
|
81
|
+
<li>Removed needless code from <code class="docutils literal"><span class="pre">grn_table_select_sequential()</span></code>.
|
82
|
+
[GitHub#560] [Reported by Sho Minagawa]</li>
|
83
|
+
<li>grn_table_setoperation(): Changed to update score instead of
|
84
|
+
overwriting by <code class="docutils literal"><span class="pre">GRN_OP_ADJUST</span></code>. This change is introduced to keep
|
85
|
+
consistency with <code class="docutils literal"><span class="pre">grn_ii_posting_add()</span></code>. [groonga-dev,04058]
|
86
|
+
[Reported by Naoya Murakami]</li>
|
87
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Reduced the max opened
|
88
|
+
table/column files when 1 thread mode.</li>
|
89
|
+
</ul>
|
90
|
+
</div>
|
91
|
+
<div class="section" id="fixes">
|
92
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
93
|
+
<ul class="simple">
|
94
|
+
<li>[CMake][Windows] Fixed to install missing mruby
|
95
|
+
script. [groonga-dev,04040] [Reported by Soichiro Kiyokawa]</li>
|
96
|
+
<li>[Windows] Changed to bundle msgpack-c.</li>
|
97
|
+
<li>[<a class="reference internal" href="install/others.html"><span class="doc">Others</span></a>] Fixed a typo
|
98
|
+
about default database encoding (utf8). [GitHub#549] [Patch by IWAI, Masaharu]</li>
|
99
|
+
<li>[<a class="reference internal" href="contribution/development/cooperation.html"><span class="doc">ユーザーと協力して開発をうまく進めていくための指針</span></a>] Fixed a typo
|
100
|
+
about product name (Twitter). [GitHub#550] [Patch by IWAI, Masaharu]</li>
|
101
|
+
<li>Fixed a bug that specific records are not included into search
|
102
|
+
result when multiple index column is created with <code class="docutils literal"><span class="pre">WITH_SECTION</span></code>
|
103
|
+
flag. [GitHub#551]</li>
|
104
|
+
<li>Fixed a crash bug that searching while loading data with
|
105
|
+
<code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code>. <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE</span></code>
|
106
|
+
is enabled by default since Groonga 6.0.3.</li>
|
107
|
+
<li>[<a class="reference internal" href="reference/token_filters.html"><span class="doc">Token filters</span></a>] Fixed thread unsafe implementation.</li>
|
108
|
+
<li>[doc] Fixed a typo in 6.0.4 release entry. [GitHub#559] [Patch by cafedomancer]</li>
|
109
|
+
</ul>
|
110
|
+
</div>
|
111
|
+
<div class="section" id="thanks">
|
112
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
113
|
+
<ul class="simple">
|
114
|
+
<li>Naoya Murakami</li>
|
115
|
+
<li>Soichiro Kiyokawa</li>
|
116
|
+
<li>IWAI, Masaharu</li>
|
117
|
+
<li>cafedomancer</li>
|
118
|
+
</ul>
|
119
|
+
</div>
|
120
|
+
</div>
|
65
121
|
<div class="section" id="release-6-0-4-2016-06-06">
|
66
122
|
<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
123
|
<p>It's a bug fix release of 6.0.3. It's recommend that Groonga 6.0.3
|
68
124
|
users upgrade to 6.0.4. This release fixes some search related
|
69
|
-
|
70
|
-
<div class="section" id="
|
71
|
-
<h3>Fixes<a class="headerlink" href="#
|
125
|
+
problems.</p>
|
126
|
+
<div class="section" id="id1">
|
127
|
+
<h3>Fixes<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
72
128
|
<ul class="simple">
|
73
129
|
<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
130
|
against a temporary column created by <code class="docutils literal"><span class="pre">--columns</span></code> refers freed
|
@@ -78,8 +134,8 @@ takes a long time to return search result.
|
|
78
134
|
[GitHub#548][groonga-dev,04028][Reported by Atsushi Shinoda]</li>
|
79
135
|
</ul>
|
80
136
|
</div>
|
81
|
-
<div class="section" id="
|
82
|
-
<h3>Thanks<a class="headerlink" href="#
|
137
|
+
<div class="section" id="id2">
|
138
|
+
<h3>Thanks<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
83
139
|
<ul class="simple">
|
84
140
|
<li>Atsushi Shinoda</li>
|
85
141
|
</ul>
|
@@ -87,8 +143,8 @@ takes a long time to return search result.
|
|
87
143
|
</div>
|
88
144
|
<div class="section" id="release-6-0-3-2016-05-29">
|
89
145
|
<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>
|
90
|
-
<div class="section" id="
|
91
|
-
<h3>Improvements<a class="headerlink" href="#
|
146
|
+
<div class="section" id="id3">
|
147
|
+
<h3>Improvements<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
92
148
|
<ul>
|
93
149
|
<li><p class="first">[experimental] Added <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> and
|
94
150
|
<code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> environment variables
|
@@ -170,8 +226,8 @@ literal based envelope.</p>
|
|
170
226
|
</li>
|
171
227
|
</ul>
|
172
228
|
</div>
|
173
|
-
<div class="section" id="
|
174
|
-
<h3>Fixes<a class="headerlink" href="#
|
229
|
+
<div class="section" id="id4">
|
230
|
+
<h3>Fixes<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
175
231
|
<ul class="simple">
|
176
232
|
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: Fixed a bug
|
177
233
|
that <code class="docutils literal"><span class="pre">*</span></code> isn't expand to columns correctly.</li>
|
@@ -182,8 +238,8 @@ threads.</li>
|
|
182
238
|
This bug may occur against enormous size of database. [GitHub#546]</li>
|
183
239
|
</ul>
|
184
240
|
</div>
|
185
|
-
<div class="section" id="
|
186
|
-
<h3>Thanks<a class="headerlink" href="#
|
241
|
+
<div class="section" id="id5">
|
242
|
+
<h3>Thanks<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
187
243
|
<ul class="simple">
|
188
244
|
<li>Naoya Murakami</li>
|
189
245
|
</ul>
|
@@ -191,8 +247,8 @@ This bug may occur against enormous size of database. [GitHub#546]</li>
|
|
191
247
|
</div>
|
192
248
|
<div class="section" id="release-6-0-2-2016-04-29">
|
193
249
|
<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="
|
195
|
-
<h3>Improvements<a class="headerlink" href="#
|
250
|
+
<div class="section" id="id6">
|
251
|
+
<h3>Improvements<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
196
252
|
<ul class="simple">
|
197
253
|
<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>).
|
198
254
|
TRUE is casted to 1. FALSE is casted to 0. Thus you specify function
|
@@ -235,8 +291,8 @@ environment variables.</li>
|
|
235
291
|
<li>[ubuntu] Supported Ubuntu 16.04 (Xenial Xerus)</li>
|
236
292
|
</ul>
|
237
293
|
</div>
|
238
|
-
<div class="section" id="
|
239
|
-
<h3>Fixes<a class="headerlink" href="#
|
294
|
+
<div class="section" id="id7">
|
295
|
+
<h3>Fixes<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
240
296
|
<ul>
|
241
297
|
<li><p class="first">Fixed a bug that tokenization of zero-length values are failed.
|
242
298
|
For example, if <code class="docutils literal"><span class="pre">description</span></code> column is indexed column, tokenizer reports an error.
|
@@ -285,8 +341,8 @@ there is a possibility to break database. Please recreate the table.</p>
|
|
285
341
|
</li>
|
286
342
|
</ul>
|
287
343
|
</div>
|
288
|
-
<div class="section" id="
|
289
|
-
<h3>Thanks<a class="headerlink" href="#
|
344
|
+
<div class="section" id="id8">
|
345
|
+
<h3>Thanks<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
290
346
|
<ul class="simple">
|
291
347
|
<li>Naoya Murakami</li>
|
292
348
|
<li>Hiroshi Ohkubo</li>
|
@@ -296,8 +352,8 @@ there is a possibility to break database. Please recreate the table.</p>
|
|
296
352
|
</div>
|
297
353
|
<div class="section" id="release-6-0-1-2016-03-29">
|
298
354
|
<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>
|
299
|
-
<div class="section" id="
|
300
|
-
<h3>Improvements<a class="headerlink" href="#
|
355
|
+
<div class="section" id="id9">
|
356
|
+
<h3>Improvements<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
301
357
|
<ul>
|
302
358
|
<li><p class="first">[mruby] Updated bundled mruby to fix a crash bug related to GC and
|
303
359
|
backtrace.</p>
|
@@ -353,8 +409,8 @@ Use <code class="docutils literal"><span class="pre">GRN_INDEX_CHUNK_SPLIT_ENABL
|
|
353
409
|
</li>
|
354
410
|
</ul>
|
355
411
|
</div>
|
356
|
-
<div class="section" id="
|
357
|
-
<h3>Fixes<a class="headerlink" href="#
|
412
|
+
<div class="section" id="id10">
|
413
|
+
<h3>Fixes<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
358
414
|
<ul class="simple">
|
359
415
|
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] Fixed a crash bug when
|
360
416
|
nonexistent column is specified. [GitHub#493]</li>
|
@@ -380,8 +436,8 @@ reference causes stack over flow.</li>
|
|
380
436
|
<li>[deb] Dropped support for Ubuntu 15.04 (Vivid Vervet)</li>
|
381
437
|
</ul>
|
382
438
|
</div>
|
383
|
-
<div class="section" id="
|
384
|
-
<h3>Thanks<a class="headerlink" href="#
|
439
|
+
<div class="section" id="id11">
|
440
|
+
<h3>Thanks<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
385
441
|
<ul class="simple">
|
386
442
|
<li>YUKI Hiroshi</li>
|
387
443
|
</ul>
|
@@ -389,8 +445,8 @@ reference causes stack over flow.</li>
|
|
389
445
|
</div>
|
390
446
|
<div class="section" id="release-6-0-0-2016-02-29">
|
391
447
|
<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>
|
392
|
-
<div class="section" id="
|
393
|
-
<h3>Improvements<a class="headerlink" href="#
|
448
|
+
<div class="section" id="id12">
|
449
|
+
<h3>Improvements<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
394
450
|
<ul>
|
395
451
|
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] Supported check against table
|
396
452
|
specified as table domain in <code class="docutils literal"><span class="pre">--target</span></code> mode.</p>
|
@@ -494,8 +550,8 @@ version to 1.9.11 from 1.9.10.</p>
|
|
494
550
|
</li>
|
495
551
|
</ul>
|
496
552
|
</div>
|
497
|
-
<div class="section" id="
|
498
|
-
<h3>Fixes<a class="headerlink" href="#
|
553
|
+
<div class="section" id="id13">
|
554
|
+
<h3>Fixes<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
499
555
|
<ul class="simple">
|
500
556
|
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] Added a missing error check for
|
501
557
|
outputting column. [GitHub#332][Reported by Masafumi Yokoyama]</li>
|
@@ -514,8 +570,8 @@ used when <a class="reference internal" href="reference/command/command_version.
|
|
514
570
|
used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
515
571
|
</ul>
|
516
572
|
</div>
|
517
|
-
<div class="section" id="
|
518
|
-
<h3>Thanks<a class="headerlink" href="#
|
573
|
+
<div class="section" id="id14">
|
574
|
+
<h3>Thanks<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
519
575
|
<ul class="simple">
|
520
576
|
<li>Masafumi Yokoyama</li>
|
521
577
|
<li>Naoya Murakami</li>
|
@@ -532,8 +588,8 @@ used. [GitHub#490][Reported by KITAITI Makoto]</li>
|
|
532
588
|
</div>
|
533
589
|
<div class="section" id="release-5-1-2-2016-01-29">
|
534
590
|
<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>
|
535
|
-
<div class="section" id="
|
536
|
-
<h3>Improvements<a class="headerlink" href="#
|
591
|
+
<div class="section" id="id15">
|
592
|
+
<h3>Improvements<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
537
593
|
<ul class="simple">
|
538
594
|
<li>Improved performance for sequential search against constant value
|
539
595
|
such as <code class="docutils literal"><span class="pre">true</span></code> and <code class="docutils literal"><span class="pre">29</span></code>.</li>
|
@@ -598,8 +654,8 @@ releases a lock of a database, table or column.</li>
|
|
598
654
|
version to 1.9.10 from 1.9.7.</li>
|
599
655
|
</ul>
|
600
656
|
</div>
|
601
|
-
<div class="section" id="
|
602
|
-
<h3>Fixes<a class="headerlink" href="#
|
657
|
+
<div class="section" id="id16">
|
658
|
+
<h3>Fixes<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
603
659
|
<ul class="simple">
|
604
660
|
<li>Fixed mruby related crash bugs.</li>
|
605
661
|
<li>[Windows] Fixed label in installer.
|
@@ -612,8 +668,8 @@ version to 1.9.10 from 1.9.7.</li>
|
|
612
668
|
by <code class="docutils literal"><span class="pre">command_version</span></code> parameter in a request isn't reset.</li>
|
613
669
|
</ul>
|
614
670
|
</div>
|
615
|
-
<div class="section" id="
|
616
|
-
<h3>Thanks<a class="headerlink" href="#
|
671
|
+
<div class="section" id="id17">
|
672
|
+
<h3>Thanks<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
617
673
|
<ul class="simple">
|
618
674
|
<li>Naoya Murakami</li>
|
619
675
|
<li>Atsushi Shinoda</li>
|
@@ -624,8 +680,8 @@ by <code class="docutils literal"><span class="pre">command_version</span></code
|
|
624
680
|
</div>
|
625
681
|
<div class="section" id="release-5-1-1-2015-12-29">
|
626
682
|
<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>
|
627
|
-
<div class="section" id="
|
628
|
-
<h3>Improvements<a class="headerlink" href="#
|
683
|
+
<div class="section" id="id18">
|
684
|
+
<h3>Improvements<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
629
685
|
<ul class="simple">
|
630
686
|
<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>
|
631
687
|
<span class="pre">==</span> <span class="pre">VALUE</span></code> as index search with an equal supported index.</li>
|
@@ -638,8 +694,8 @@ by <code class="docutils literal"><span class="pre">command_version</span></code
|
|
638
694
|
such as <code class="docutils literal"><span class="pre">COLUMN</span> <span class="pre">@~</span> <span class="pre">"CONSTANT_PATTERN"</span></code>.</li>
|
639
695
|
</ul>
|
640
696
|
</div>
|
641
|
-
<div class="section" id="
|
642
|
-
<h3>Fixes<a class="headerlink" href="#
|
697
|
+
<div class="section" id="id19">
|
698
|
+
<h3>Fixes<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
643
699
|
<ul class="simple">
|
644
700
|
<li>Fixed build error on MessagePack support build.
|
645
701
|
[groonga-dev,03708] [Reported by Ryo Sugimoto]</li>
|
@@ -654,8 +710,8 @@ threads to <code class="docutils literal"><span class="pre">1</span></code>.</li
|
|
654
710
|
[GitHub#448] [Reported by Hiroyuki Sato]</li>
|
655
711
|
</ul>
|
656
712
|
</div>
|
657
|
-
<div class="section" id="
|
658
|
-
<h3>Thanks<a class="headerlink" href="#
|
713
|
+
<div class="section" id="id20">
|
714
|
+
<h3>Thanks<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
659
715
|
<ul class="simple">
|
660
716
|
<li>Ryo Sugimoto</li>
|
661
717
|
<li>Yutaro SHIMAMURA</li>
|
@@ -665,8 +721,8 @@ threads to <code class="docutils literal"><span class="pre">1</span></code>.</li
|
|
665
721
|
</div>
|
666
722
|
<div class="section" id="release-5-1-0-2015-11-29">
|
667
723
|
<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>
|
668
|
-
<div class="section" id="
|
669
|
-
<h3>Improvements<a class="headerlink" href="#
|
724
|
+
<div class="section" id="id21">
|
725
|
+
<h3>Improvements<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
670
726
|
<ul class="simple">
|
671
727
|
<li>[patiricia trie] Added an error check for the max total key
|
672
728
|
size. See <a class="reference internal" href="limitations.html"><span class="doc">Limitations</span></a> about the max total key size.</li>
|
@@ -702,8 +758,8 @@ whether the object is an accessor for <code class="docutils literal"><span class
|
|
702
758
|
<li>Supported <a class="reference internal" href="reference/command/pretty_print.html"><span class="doc">Pretty print</span></a> for JSON output.</li>
|
703
759
|
</ul>
|
704
760
|
</div>
|
705
|
-
<div class="section" id="
|
706
|
-
<h3>Fixes<a class="headerlink" href="#
|
761
|
+
<div class="section" id="id22">
|
762
|
+
<h3>Fixes<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
707
763
|
<ul class="simple">
|
708
764
|
<li>[inverted index] Fixed a possible infinite loop bug when log level
|
709
765
|
is <code class="docutils literal"><span class="pre">debug</span></code>.</li>
|
@@ -713,8 +769,8 @@ record that should be matched in sequential search mode.</li>
|
|
713
769
|
empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
|
714
770
|
</ul>
|
715
771
|
</div>
|
716
|
-
<div class="section" id="
|
717
|
-
<h3>Thanks<a class="headerlink" href="#
|
772
|
+
<div class="section" id="id23">
|
773
|
+
<h3>Thanks<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
718
774
|
<ul class="simple">
|
719
775
|
<li>Naoya Murakami</li>
|
720
776
|
</ul>
|
@@ -722,8 +778,8 @@ empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]</li>
|
|
722
778
|
</div>
|
723
779
|
<div class="section" id="release-5-0-9-2015-10-29">
|
724
780
|
<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>
|
725
|
-
<div class="section" id="
|
726
|
-
<h3>Improvements<a class="headerlink" href="#
|
781
|
+
<div class="section" id="id24">
|
782
|
+
<h3>Improvements<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
727
783
|
<ul class="simple">
|
728
784
|
<li>[inverted index] Reduced log levels of logs for developers.</li>
|
729
785
|
<li>Flushed pending changed on creating new database. It guards database
|
@@ -778,8 +834,8 @@ passed object is true value.</li>
|
|
778
834
|
<li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Added Ubuntu 15.10 Wily Werewolf support.</li>
|
779
835
|
</ul>
|
780
836
|
</div>
|
781
|
-
<div class="section" id="
|
782
|
-
<h3>Fixes<a class="headerlink" href="#
|
837
|
+
<div class="section" id="id25">
|
838
|
+
<h3>Fixes<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
783
839
|
<ul class="simple">
|
784
840
|
<li>[patricia trie] Fixed a bug that the number of records may be
|
785
841
|
counted up unexpectedly on adding a new entry. [GitHub#417]</li>
|
@@ -795,8 +851,8 @@ break patricia trie. [GitHub#420]</li>
|
|
795
851
|
<li>Fixed a bug that wrong proc type is used for token filter objects.</li>
|
796
852
|
</ul>
|
797
853
|
</div>
|
798
|
-
<div class="section" id="
|
799
|
-
<h3>Thanks<a class="headerlink" href="#
|
854
|
+
<div class="section" id="id26">
|
855
|
+
<h3>Thanks<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
800
856
|
<ul class="simple">
|
801
857
|
<li>Matthias Klose</li>
|
802
858
|
<li>Hiroshi Kagami</li>
|
@@ -806,8 +862,8 @@ break patricia trie. [GitHub#420]</li>
|
|
806
862
|
</div>
|
807
863
|
<div class="section" id="release-5-0-8-2015-09-29">
|
808
864
|
<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>
|
809
|
-
<div class="section" id="
|
810
|
-
<h3>Improvements<a class="headerlink" href="#
|
865
|
+
<div class="section" id="id27">
|
866
|
+
<h3>Improvements<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
811
867
|
<ul>
|
812
868
|
<li><p class="first">[Windows] Supported build with MySQL again.</p>
|
813
869
|
</li>
|
@@ -908,8 +964,8 @@ to 1.9.5 that supports HTTP/2. HTTP/2 module is enabled.</p>
|
|
908
964
|
</li>
|
909
965
|
</ul>
|
910
966
|
</div>
|
911
|
-
<div class="section" id="
|
912
|
-
<h3>Fixes<a class="headerlink" href="#
|
967
|
+
<div class="section" id="id28">
|
968
|
+
<h3>Fixes<a class="headerlink" href="#id28" title="Permalink to this headline">¶</a></h3>
|
913
969
|
<ul class="simple">
|
914
970
|
<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>
|
915
971
|
does nothing when right hand side is <code class="docutils literal"><span class="pre">true</span></code>.</li>
|
@@ -919,8 +975,8 @@ does nothing when right hand side is <code class="docutils literal"><span class=
|
|
919
975
|
ignored.</li>
|
920
976
|
</ul>
|
921
977
|
</div>
|
922
|
-
<div class="section" id="
|
923
|
-
<h3>Thanks<a class="headerlink" href="#
|
978
|
+
<div class="section" id="id29">
|
979
|
+
<h3>Thanks<a class="headerlink" href="#id29" title="Permalink to this headline">¶</a></h3>
|
924
980
|
<ul class="simple">
|
925
981
|
<li>Hiroyuki Sato</li>
|
926
982
|
<li>Sergei Golubchik</li>
|
@@ -936,8 +992,8 @@ recommend that you upgrade your Groonga.</p>
|
|
936
992
|
<p>This release has an important experimental feature for Windows users.
|
937
993
|
See "sparse file support" entry in the following improvement list for
|
938
994
|
details.</p>
|
939
|
-
<div class="section" id="
|
940
|
-
<h3>Improvements<a class="headerlink" href="#
|
995
|
+
<div class="section" id="id30">
|
996
|
+
<h3>Improvements<a class="headerlink" href="#id30" title="Permalink to this headline">¶</a></h3>
|
941
997
|
<ul>
|
942
998
|
<li><p class="first">[experimental][Windows] Added sparse file support. It's experimental
|
943
999
|
feature. It's disabled by default. You can enable it by specifying
|
@@ -1013,8 +1069,8 @@ building Groonga as Groonga developer.
|
|
1013
1069
|
</li>
|
1014
1070
|
</ul>
|
1015
1071
|
</div>
|
1016
|
-
<div class="section" id="
|
1017
|
-
<h3>Fixes<a class="headerlink" href="#
|
1072
|
+
<div class="section" id="id31">
|
1073
|
+
<h3>Fixes<a class="headerlink" href="#id31" title="Permalink to this headline">¶</a></h3>
|
1018
1074
|
<ul>
|
1019
1075
|
<li><p class="first">[mruby] Fixed a time overflow bug.</p>
|
1020
1076
|
</li>
|
@@ -1049,8 +1105,8 @@ doesn't work in multithread.</p>
|
|
1049
1105
|
</li>
|
1050
1106
|
</ul>
|
1051
1107
|
</div>
|
1052
|
-
<div class="section" id="
|
1053
|
-
<h3>Thanks<a class="headerlink" href="#
|
1108
|
+
<div class="section" id="id32">
|
1109
|
+
<h3>Thanks<a class="headerlink" href="#id32" title="Permalink to this headline">¶</a></h3>
|
1054
1110
|
<ul class="simple">
|
1055
1111
|
<li>Hiroyuki Sato</li>
|
1056
1112
|
<li>Natanael Copa</li>
|
@@ -1062,8 +1118,8 @@ doesn't work in multithread.</p>
|
|
1062
1118
|
</div>
|
1063
1119
|
<div class="section" id="release-5-0-6-2015-07-29">
|
1064
1120
|
<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>
|
1065
|
-
<div class="section" id="
|
1066
|
-
<h3>Improvements<a class="headerlink" href="#
|
1121
|
+
<div class="section" id="id33">
|
1122
|
+
<h3>Improvements<a class="headerlink" href="#id33" title="Permalink to this headline">¶</a></h3>
|
1067
1123
|
<ul>
|
1068
1124
|
<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
|
1069
1125
|
End of Life on July 23, 2015.</p>
|
@@ -1228,8 +1284,8 @@ accessor.</li>
|
|
1228
1284
|
</li>
|
1229
1285
|
</ul>
|
1230
1286
|
</div>
|
1231
|
-
<div class="section" id="
|
1232
|
-
<h3>Fixes<a class="headerlink" href="#
|
1287
|
+
<div class="section" id="id34">
|
1288
|
+
<h3>Fixes<a class="headerlink" href="#id34" title="Permalink to this headline">¶</a></h3>
|
1233
1289
|
<ul>
|
1234
1290
|
<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>.
|
1235
1291
|
For example, unsupported operator (e.g. <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>) is used
|
@@ -1269,8 +1325,8 @@ owner/group. [GitHub#358] [Reported by jacob16bit]</p>
|
|
1269
1325
|
</li>
|
1270
1326
|
</ul>
|
1271
1327
|
</div>
|
1272
|
-
<div class="section" id="
|
1273
|
-
<h3>Thanks<a class="headerlink" href="#
|
1328
|
+
<div class="section" id="id35">
|
1329
|
+
<h3>Thanks<a class="headerlink" href="#id35" title="Permalink to this headline">¶</a></h3>
|
1274
1330
|
<ul class="simple">
|
1275
1331
|
<li>Bill Parker</li>
|
1276
1332
|
<li>jacob16bit</li>
|
@@ -1282,8 +1338,8 @@ owner/group. [GitHub#358] [Reported by jacob16bit]</p>
|
|
1282
1338
|
</div>
|
1283
1339
|
<div class="section" id="release-5-0-5-2015-06-29">
|
1284
1340
|
<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>
|
1285
|
-
<div class="section" id="
|
1286
|
-
<h3>Improvements<a class="headerlink" href="#
|
1341
|
+
<div class="section" id="id36">
|
1342
|
+
<h3>Improvements<a class="headerlink" href="#id36" title="Permalink to this headline">¶</a></h3>
|
1287
1343
|
<ul>
|
1288
1344
|
<li><p class="first">Show correct error information such as NoSuchFileOrDirectory when opening a database.</p>
|
1289
1345
|
</li>
|
@@ -1334,8 +1390,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1334
1390
|
</li>
|
1335
1391
|
</ul>
|
1336
1392
|
</div>
|
1337
|
-
<div class="section" id="
|
1338
|
-
<h3>Fixes<a class="headerlink" href="#
|
1393
|
+
<div class="section" id="id37">
|
1394
|
+
<h3>Fixes<a class="headerlink" href="#id37" title="Permalink to this headline">¶</a></h3>
|
1339
1395
|
<ul class="simple">
|
1340
1396
|
<li>Fixed wrong macro to include netinet/in.h.
|
1341
1397
|
[GitHub#348] [Reported by OBATA Akio]</li>
|
@@ -1343,8 +1399,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1343
1399
|
[GitHub#351] [Patch by jacob16bit]</li>
|
1344
1400
|
</ul>
|
1345
1401
|
</div>
|
1346
|
-
<div class="section" id="
|
1347
|
-
<h3>Thanks<a class="headerlink" href="#
|
1402
|
+
<div class="section" id="id38">
|
1403
|
+
<h3>Thanks<a class="headerlink" href="#id38" title="Permalink to this headline">¶</a></h3>
|
1348
1404
|
<ul class="simple">
|
1349
1405
|
<li>OBATA Akio</li>
|
1350
1406
|
<li>jacob16bit</li>
|
@@ -1353,8 +1409,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1353
1409
|
</div>
|
1354
1410
|
<div class="section" id="release-5-0-4-2015-05-29">
|
1355
1411
|
<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>
|
1356
|
-
<div class="section" id="
|
1357
|
-
<h3>Improvements<a class="headerlink" href="#
|
1412
|
+
<div class="section" id="id39">
|
1413
|
+
<h3>Improvements<a class="headerlink" href="#id39" title="Permalink to this headline">¶</a></h3>
|
1358
1414
|
<ul class="simple">
|
1359
1415
|
<li>[mruby] Changed to use <code class="docutils literal"><span class="pre">inspect</span></code> to show meaningful error message for error value.</li>
|
1360
1416
|
<li>[mruby] Supported <code class="docutils literal"><span class="pre">Groonga::Bulk#inspect</span></code> to inspect bulk content.</li>
|
@@ -1383,8 +1439,8 @@ full-width space (<code class="docutils literal"><span class="pre">U+3000</span>
|
|
1383
1439
|
Unicode). [Suggested by TomyGX]</li>
|
1384
1440
|
</ul>
|
1385
1441
|
</div>
|
1386
|
-
<div class="section" id="
|
1387
|
-
<h3>Fixes<a class="headerlink" href="#
|
1442
|
+
<div class="section" id="id40">
|
1443
|
+
<h3>Fixes<a class="headerlink" href="#id40" title="Permalink to this headline">¶</a></h3>
|
1388
1444
|
<ul class="simple">
|
1389
1445
|
<li>Fixed a crash bug when empty key is specified for <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code>.</li>
|
1390
1446
|
<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.
|
@@ -1410,8 +1466,8 @@ correctly when query contains characters which are treated as blank character.
|
|
1410
1466
|
For example, the newline - "\n" is typical one.</li>
|
1411
1467
|
</ul>
|
1412
1468
|
</div>
|
1413
|
-
<div class="section" id="
|
1414
|
-
<h3>Thanks<a class="headerlink" href="#
|
1469
|
+
<div class="section" id="id41">
|
1470
|
+
<h3>Thanks<a class="headerlink" href="#id41" title="Permalink to this headline">¶</a></h3>
|
1415
1471
|
<ul class="simple">
|
1416
1472
|
<li>Hiroaki Nakamura</li>
|
1417
1473
|
<li>Hiroyuki Sato</li>
|
@@ -1423,8 +1479,8 @@ For example, the newline - "\n" is typical one.</li>
|
|
1423
1479
|
</div>
|
1424
1480
|
<div class="section" id="release-5-0-3-2015-04-29">
|
1425
1481
|
<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>
|
1426
|
-
<div class="section" id="
|
1427
|
-
<h3>Improvements<a class="headerlink" href="#
|
1482
|
+
<div class="section" id="id42">
|
1483
|
+
<h3>Improvements<a class="headerlink" href="#id42" title="Permalink to this headline">¶</a></h3>
|
1428
1484
|
<ul class="simple">
|
1429
1485
|
<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>]
|
1430
1486
|
Skip the last one character token.</li>
|
@@ -1486,8 +1542,8 @@ You can enable log rotation by the following options:<ul>
|
|
1486
1542
|
<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>
|
1487
1543
|
</ul>
|
1488
1544
|
</div>
|
1489
|
-
<div class="section" id="
|
1490
|
-
<h3>Fixes<a class="headerlink" href="#
|
1545
|
+
<div class="section" id="id43">
|
1546
|
+
<h3>Fixes<a class="headerlink" href="#id43" title="Permalink to this headline">¶</a></h3>
|
1491
1547
|
<ul class="simple">
|
1492
1548
|
<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
|
1493
1549
|
failed for large data (at least 1GB or larger) with Groonga built by
|
@@ -1502,8 +1558,8 @@ and added a test for invalid patricia trie node add case.
|
|
1502
1558
|
[groonga-dev,03177] [Reported by yuya sako]</li>
|
1503
1559
|
</ul>
|
1504
1560
|
</div>
|
1505
|
-
<div class="section" id="
|
1506
|
-
<h3>Thanks<a class="headerlink" href="#
|
1561
|
+
<div class="section" id="id44">
|
1562
|
+
<h3>Thanks<a class="headerlink" href="#id44" title="Permalink to this headline">¶</a></h3>
|
1507
1563
|
<ul class="simple">
|
1508
1564
|
<li>Hideki ARAI</li>
|
1509
1565
|
<li>Hiroyuki Mizuhara</li>
|
@@ -1515,8 +1571,8 @@ and added a test for invalid patricia trie node add case.
|
|
1515
1571
|
<div class="section" id="release-5-0-2-2015-03-31">
|
1516
1572
|
<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>
|
1517
1573
|
<p>It's a bug fix release of 5.0.1.</p>
|
1518
|
-
<div class="section" id="
|
1519
|
-
<h3>Improvements<a class="headerlink" href="#
|
1574
|
+
<div class="section" id="id45">
|
1575
|
+
<h3>Improvements<a class="headerlink" href="#id45" title="Permalink to this headline">¶</a></h3>
|
1520
1576
|
<ul class="simple">
|
1521
1577
|
<li>Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]</li>
|
1522
1578
|
<li>[logical_range_filter] Disabled range index by default. It's enabled
|
@@ -1524,8 +1580,8 @@ when you set the enviromnent variable <code class="docutils literal"><span class
|
|
1524
1580
|
to <code class="docutils literal"><span class="pre">yes</span></code>.</li>
|
1525
1581
|
</ul>
|
1526
1582
|
</div>
|
1527
|
-
<div class="section" id="
|
1528
|
-
<h3>Fixes<a class="headerlink" href="#
|
1583
|
+
<div class="section" id="id46">
|
1584
|
+
<h3>Fixes<a class="headerlink" href="#id46" title="Permalink to this headline">¶</a></h3>
|
1529
1585
|
<ul class="simple">
|
1530
1586
|
<li>Fixed a regression bug that JSONP doesn't work. It was introduced
|
1531
1587
|
in Groonga 4.1.1.</li>
|
@@ -1535,8 +1591,8 @@ in Groonga 4.1.1.</li>
|
|
1535
1591
|
problem is fixed in the environment such as CentOS 7.</li>
|
1536
1592
|
</ul>
|
1537
1593
|
</div>
|
1538
|
-
<div class="section" id="
|
1539
|
-
<h3>Thanks<a class="headerlink" href="#
|
1594
|
+
<div class="section" id="id47">
|
1595
|
+
<h3>Thanks<a class="headerlink" href="#id47" title="Permalink to this headline">¶</a></h3>
|
1540
1596
|
<ul class="simple">
|
1541
1597
|
<li>Atsushi Shinoda</li>
|
1542
1598
|
<li>Hiroshi Hatake</li>
|
@@ -1545,8 +1601,8 @@ problem is fixed in the environment such as CentOS 7.</li>
|
|
1545
1601
|
</div>
|
1546
1602
|
<div class="section" id="release-5-0-1-2015-03-29">
|
1547
1603
|
<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>
|
1548
|
-
<div class="section" id="
|
1549
|
-
<h3>Improvements<a class="headerlink" href="#
|
1604
|
+
<div class="section" id="id48">
|
1605
|
+
<h3>Improvements<a class="headerlink" href="#id48" title="Permalink to this headline">¶</a></h3>
|
1550
1606
|
<ul>
|
1551
1607
|
<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
|
1552
1608
|
and sort.</p>
|
@@ -1687,8 +1743,8 @@ Murakami]</p>
|
|
1687
1743
|
</li>
|
1688
1744
|
</ul>
|
1689
1745
|
</div>
|
1690
|
-
<div class="section" id="
|
1691
|
-
<h3>Fixes<a class="headerlink" href="#
|
1746
|
+
<div class="section" id="id49">
|
1747
|
+
<h3>Fixes<a class="headerlink" href="#id49" title="Permalink to this headline">¶</a></h3>
|
1692
1748
|
<ul class="simple">
|
1693
1749
|
<li>Fixed not to use obsolete <code class="docutils literal"><span class="pre">--address</span></code> parameter in the default
|
1694
1750
|
groonga.conf. <code class="docutils literal"><span class="pre">--bind-address</span></code> is used instead. [Groonga-talk]
|
@@ -1719,8 +1775,8 @@ column specified by <code class="docutils literal"><span class="pre">source_colu
|
|
1719
1775
|
indexes. [Reported by Naoya Murakami]</li>
|
1720
1776
|
</ul>
|
1721
1777
|
</div>
|
1722
|
-
<div class="section" id="
|
1723
|
-
<h3>Thanks<a class="headerlink" href="#
|
1778
|
+
<div class="section" id="id50">
|
1779
|
+
<h3>Thanks<a class="headerlink" href="#id50" title="Permalink to this headline">¶</a></h3>
|
1724
1780
|
<ul class="simple">
|
1725
1781
|
<li>Masatoshi Teruya</li>
|
1726
1782
|
<li>Tasuku SUENAGA</li>
|
@@ -1736,8 +1792,8 @@ indexes. [Reported by Naoya Murakami]</li>
|
|
1736
1792
|
<ul class="simple">
|
1737
1793
|
<li>Bump version to 5.0.0!</li>
|
1738
1794
|
</ul>
|
1739
|
-
<div class="section" id="
|
1740
|
-
<h3>Improvements<a class="headerlink" href="#
|
1795
|
+
<div class="section" id="id51">
|
1796
|
+
<h3>Improvements<a class="headerlink" href="#id51" title="Permalink to this headline">¶</a></h3>
|
1741
1797
|
<ul class="simple">
|
1742
1798
|
<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>
|
1743
1799
|
<li>[experimental] Added sharding plugin. Execute <cite>register sharding</cite> to
|
@@ -1748,16 +1804,16 @@ on FreeBSD 10.1. <a class="reference external" href="https://mariadb.atlassian.n
|
|
1748
1804
|
<li>Supported to customize plugins directory. Set <cite>GRN_PLUGINS_DIR</cite> environment variable.</li>
|
1749
1805
|
</ul>
|
1750
1806
|
</div>
|
1751
|
-
<div class="section" id="
|
1752
|
-
<h3>Fixes<a class="headerlink" href="#
|
1807
|
+
<div class="section" id="id52">
|
1808
|
+
<h3>Fixes<a class="headerlink" href="#id52" title="Permalink to this headline">¶</a></h3>
|
1753
1809
|
<ul class="simple">
|
1754
1810
|
<li>Fixed build failure when system has an incompatible version of onigmo/oniguruma
|
1755
1811
|
headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
1756
1812
|
<li>Fixed time related build failure on MSVC [GitHub#237]</li>
|
1757
1813
|
</ul>
|
1758
1814
|
</div>
|
1759
|
-
<div class="section" id="
|
1760
|
-
<h3>Thanks<a class="headerlink" href="#
|
1815
|
+
<div class="section" id="id53">
|
1816
|
+
<h3>Thanks<a class="headerlink" href="#id53" title="Permalink to this headline">¶</a></h3>
|
1761
1817
|
<ul class="simple">
|
1762
1818
|
<li>Akinori MUSHA</li>
|
1763
1819
|
<li>Bernard Spil</li>
|
@@ -2104,113 +2160,119 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
|
2104
2160
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
2105
2161
|
<ul>
|
2106
2162
|
<li><a class="reference internal" href="#">News</a><ul>
|
2107
|
-
<li><a class="reference internal" href="#release-6-0-
|
2163
|
+
<li><a class="reference internal" href="#release-6-0-5-2016-06-29">Release 6.0.5 - 2016-06-29</a><ul>
|
2164
|
+
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
2108
2165
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
2109
2166
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
2110
2167
|
</ul>
|
2111
2168
|
</li>
|
2112
|
-
<li><a class="reference internal" href="#release-6-0-
|
2113
|
-
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
2169
|
+
<li><a class="reference internal" href="#release-6-0-4-2016-06-06">Release 6.0.4 - 2016-06-06</a><ul>
|
2114
2170
|
<li><a class="reference internal" href="#id1">Fixes</a></li>
|
2115
2171
|
<li><a class="reference internal" href="#id2">Thanks</a></li>
|
2116
2172
|
</ul>
|
2117
2173
|
</li>
|
2118
|
-
<li><a class="reference internal" href="#release-6-0-
|
2174
|
+
<li><a class="reference internal" href="#release-6-0-3-2016-05-29">Release 6.0.3 - 2016-05-29</a><ul>
|
2119
2175
|
<li><a class="reference internal" href="#id3">Improvements</a></li>
|
2120
2176
|
<li><a class="reference internal" href="#id4">Fixes</a></li>
|
2121
2177
|
<li><a class="reference internal" href="#id5">Thanks</a></li>
|
2122
2178
|
</ul>
|
2123
2179
|
</li>
|
2124
|
-
<li><a class="reference internal" href="#release-6-0-
|
2180
|
+
<li><a class="reference internal" href="#release-6-0-2-2016-04-29">Release 6.0.2 - 2016-04-29</a><ul>
|
2125
2181
|
<li><a class="reference internal" href="#id6">Improvements</a></li>
|
2126
2182
|
<li><a class="reference internal" href="#id7">Fixes</a></li>
|
2127
2183
|
<li><a class="reference internal" href="#id8">Thanks</a></li>
|
2128
2184
|
</ul>
|
2129
2185
|
</li>
|
2130
|
-
<li><a class="reference internal" href="#release-6-0-
|
2186
|
+
<li><a class="reference internal" href="#release-6-0-1-2016-03-29">Release 6.0.1 - 2016-03-29</a><ul>
|
2131
2187
|
<li><a class="reference internal" href="#id9">Improvements</a></li>
|
2132
2188
|
<li><a class="reference internal" href="#id10">Fixes</a></li>
|
2133
2189
|
<li><a class="reference internal" href="#id11">Thanks</a></li>
|
2134
2190
|
</ul>
|
2135
2191
|
</li>
|
2136
|
-
<li><a class="reference internal" href="#release-
|
2192
|
+
<li><a class="reference internal" href="#release-6-0-0-2016-02-29">Release 6.0.0 - 2016-02-29</a><ul>
|
2137
2193
|
<li><a class="reference internal" href="#id12">Improvements</a></li>
|
2138
2194
|
<li><a class="reference internal" href="#id13">Fixes</a></li>
|
2139
2195
|
<li><a class="reference internal" href="#id14">Thanks</a></li>
|
2140
2196
|
</ul>
|
2141
2197
|
</li>
|
2142
|
-
<li><a class="reference internal" href="#release-5-1-
|
2198
|
+
<li><a class="reference internal" href="#release-5-1-2-2016-01-29">Release 5.1.2 - 2016-01-29</a><ul>
|
2143
2199
|
<li><a class="reference internal" href="#id15">Improvements</a></li>
|
2144
2200
|
<li><a class="reference internal" href="#id16">Fixes</a></li>
|
2145
2201
|
<li><a class="reference internal" href="#id17">Thanks</a></li>
|
2146
2202
|
</ul>
|
2147
2203
|
</li>
|
2148
|
-
<li><a class="reference internal" href="#release-5-1-
|
2204
|
+
<li><a class="reference internal" href="#release-5-1-1-2015-12-29">Release 5.1.1 - 2015-12-29</a><ul>
|
2149
2205
|
<li><a class="reference internal" href="#id18">Improvements</a></li>
|
2150
2206
|
<li><a class="reference internal" href="#id19">Fixes</a></li>
|
2151
2207
|
<li><a class="reference internal" href="#id20">Thanks</a></li>
|
2152
2208
|
</ul>
|
2153
2209
|
</li>
|
2154
|
-
<li><a class="reference internal" href="#release-5-0-
|
2210
|
+
<li><a class="reference internal" href="#release-5-1-0-2015-11-29">Release 5.1.0 - 2015-11-29</a><ul>
|
2155
2211
|
<li><a class="reference internal" href="#id21">Improvements</a></li>
|
2156
2212
|
<li><a class="reference internal" href="#id22">Fixes</a></li>
|
2157
2213
|
<li><a class="reference internal" href="#id23">Thanks</a></li>
|
2158
2214
|
</ul>
|
2159
2215
|
</li>
|
2160
|
-
<li><a class="reference internal" href="#release-5-0-
|
2216
|
+
<li><a class="reference internal" href="#release-5-0-9-2015-10-29">Release 5.0.9 - 2015-10-29</a><ul>
|
2161
2217
|
<li><a class="reference internal" href="#id24">Improvements</a></li>
|
2162
2218
|
<li><a class="reference internal" href="#id25">Fixes</a></li>
|
2163
2219
|
<li><a class="reference internal" href="#id26">Thanks</a></li>
|
2164
2220
|
</ul>
|
2165
2221
|
</li>
|
2166
|
-
<li><a class="reference internal" href="#release-5-0-
|
2222
|
+
<li><a class="reference internal" href="#release-5-0-8-2015-09-29">Release 5.0.8 - 2015-09-29</a><ul>
|
2167
2223
|
<li><a class="reference internal" href="#id27">Improvements</a></li>
|
2168
2224
|
<li><a class="reference internal" href="#id28">Fixes</a></li>
|
2169
2225
|
<li><a class="reference internal" href="#id29">Thanks</a></li>
|
2170
2226
|
</ul>
|
2171
2227
|
</li>
|
2172
|
-
<li><a class="reference internal" href="#release-5-0-
|
2228
|
+
<li><a class="reference internal" href="#release-5-0-7-2015-08-31">Release 5.0.7 - 2015-08-31</a><ul>
|
2173
2229
|
<li><a class="reference internal" href="#id30">Improvements</a></li>
|
2174
2230
|
<li><a class="reference internal" href="#id31">Fixes</a></li>
|
2175
2231
|
<li><a class="reference internal" href="#id32">Thanks</a></li>
|
2176
2232
|
</ul>
|
2177
2233
|
</li>
|
2178
|
-
<li><a class="reference internal" href="#release-5-0-
|
2234
|
+
<li><a class="reference internal" href="#release-5-0-6-2015-07-29">Release 5.0.6 - 2015-07-29</a><ul>
|
2179
2235
|
<li><a class="reference internal" href="#id33">Improvements</a></li>
|
2180
2236
|
<li><a class="reference internal" href="#id34">Fixes</a></li>
|
2181
2237
|
<li><a class="reference internal" href="#id35">Thanks</a></li>
|
2182
2238
|
</ul>
|
2183
2239
|
</li>
|
2184
|
-
<li><a class="reference internal" href="#release-5-0-
|
2240
|
+
<li><a class="reference internal" href="#release-5-0-5-2015-06-29">Release 5.0.5 - 2015-06-29</a><ul>
|
2185
2241
|
<li><a class="reference internal" href="#id36">Improvements</a></li>
|
2186
2242
|
<li><a class="reference internal" href="#id37">Fixes</a></li>
|
2187
2243
|
<li><a class="reference internal" href="#id38">Thanks</a></li>
|
2188
2244
|
</ul>
|
2189
2245
|
</li>
|
2190
|
-
<li><a class="reference internal" href="#release-5-0-
|
2246
|
+
<li><a class="reference internal" href="#release-5-0-4-2015-05-29">Release 5.0.4 - 2015-05-29</a><ul>
|
2191
2247
|
<li><a class="reference internal" href="#id39">Improvements</a></li>
|
2192
2248
|
<li><a class="reference internal" href="#id40">Fixes</a></li>
|
2193
2249
|
<li><a class="reference internal" href="#id41">Thanks</a></li>
|
2194
2250
|
</ul>
|
2195
2251
|
</li>
|
2196
|
-
<li><a class="reference internal" href="#release-5-0-
|
2252
|
+
<li><a class="reference internal" href="#release-5-0-3-2015-04-29">Release 5.0.3 - 2015-04-29</a><ul>
|
2197
2253
|
<li><a class="reference internal" href="#id42">Improvements</a></li>
|
2198
2254
|
<li><a class="reference internal" href="#id43">Fixes</a></li>
|
2199
2255
|
<li><a class="reference internal" href="#id44">Thanks</a></li>
|
2200
2256
|
</ul>
|
2201
2257
|
</li>
|
2202
|
-
<li><a class="reference internal" href="#release-5-0-
|
2258
|
+
<li><a class="reference internal" href="#release-5-0-2-2015-03-31">Release 5.0.2 - 2015-03-31</a><ul>
|
2203
2259
|
<li><a class="reference internal" href="#id45">Improvements</a></li>
|
2204
2260
|
<li><a class="reference internal" href="#id46">Fixes</a></li>
|
2205
2261
|
<li><a class="reference internal" href="#id47">Thanks</a></li>
|
2206
2262
|
</ul>
|
2207
2263
|
</li>
|
2208
|
-
<li><a class="reference internal" href="#release-5-0-
|
2264
|
+
<li><a class="reference internal" href="#release-5-0-1-2015-03-29">Release 5.0.1 - 2015-03-29</a><ul>
|
2209
2265
|
<li><a class="reference internal" href="#id48">Improvements</a></li>
|
2210
2266
|
<li><a class="reference internal" href="#id49">Fixes</a></li>
|
2211
2267
|
<li><a class="reference internal" href="#id50">Thanks</a></li>
|
2212
2268
|
</ul>
|
2213
2269
|
</li>
|
2270
|
+
<li><a class="reference internal" href="#release-5-0-0-2015-02-09">Release 5.0.0 - 2015-02-09</a><ul>
|
2271
|
+
<li><a class="reference internal" href="#id51">Improvements</a></li>
|
2272
|
+
<li><a class="reference internal" href="#id52">Fixes</a></li>
|
2273
|
+
<li><a class="reference internal" href="#id53">Thanks</a></li>
|
2274
|
+
</ul>
|
2275
|
+
</li>
|
2214
2276
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
2215
2277
|
</ul>
|
2216
2278
|
</li>
|
@@ -2243,7 +2305,7 @@ headers installed. [GitHub#276] [Patch by Akinori MUSHA]</li>
|
|
2243
2305
|
<li class="right" style="margin-right: 10px">
|
2244
2306
|
<a href="genindex.html" title="General Index"
|
2245
2307
|
>index</a></li>
|
2246
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.
|
2308
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v6.0.5 documentation</a> »</li>
|
2247
2309
|
</ul>
|
2248
2310
|
</div>
|
2249
2311
|
<div class="footer" role="contentinfo">
|