rroonga 5.0.5-x86-mingw32 → 5.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/Rakefile +40 -8
- data/ext/groonga/extconf.rb +17 -2
- data/ext/groonga/rb-grn-context.c +25 -1
- data/ext/groonga/rb-grn-database.c +1 -1
- data/ext/groonga/rb-grn-patricia-trie.c +0 -2
- data/ext/groonga/rb-grn-table.c +2 -2
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/groonga/expression-builder.rb +27 -1
- data/rroonga-build.rb +3 -3
- data/rroonga.gemspec +1 -0
- data/test/test-column.rb +4 -2
- data/test/test-context.rb +9 -1
- data/test/test-expression-builder.rb +38 -1
- data/test/test-remote.rb +12 -3
- data/test/test-table-group.rb +13 -11
- data/test/test-table.rb +4 -6
- 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/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/fastcgi.conf +1 -0
- data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +1 -0
- data/vendor/local/etc/groonga/httpd/fastcgi_params +1 -0
- data/vendor/local/etc/groonga/httpd/fastcgi_params.default +1 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +3 -0
- data/vendor/local/etc/groonga/httpd/scgi_params +1 -0
- data/vendor/local/etc/groonga/httpd/scgi_params.default +1 -0
- data/vendor/local/etc/groonga/httpd/uwsgi_params +1 -0
- data/vendor/local/etc/groonga/httpd/uwsgi_params.default +1 -0
- data/vendor/local/include/groonga/groonga/groonga.h +13 -6
- data/vendor/local/include/groonga/groonga/ii.h +16 -8
- data/vendor/local/include/groonga/groonga/obj.h +5 -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/ruby/eval.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.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/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/community.txt +6 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +2 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +126 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +24 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +2 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +11 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +117 -21
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +1 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +207 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +18 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +3 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +32 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +115 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +50 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +71 -30
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +14 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +2 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/groonga.css +24 -5
- 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 +14 -9
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +7 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +15 -7
- data/vendor/local/share/doc/groonga/en/html/index.html +8 -7
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +190 -61
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +27 -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 +40 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -7
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +14 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +149 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +263 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +27 -13
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.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/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/operations.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/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +45 -12
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +96 -30
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +170 -6
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +62 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +93 -74
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +19 -10
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +6 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +126 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +24 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +11 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +117 -21
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +1 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +207 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +18 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +3 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +32 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +115 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +50 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +71 -30
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +14 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +2 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/groonga.css +24 -5
- 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 +16 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +7 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +15 -7
- data/vendor/local/share/doc/groonga/ja/html/index.html +9 -8
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +159 -64
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +26 -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 +40 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
- 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 +6 -6
- 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/database_unmap.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +6 -6
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
- 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/plugin_register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +7 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +9 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +143 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +254 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +13 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +27 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.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/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.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/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +32 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +118 -84
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +163 -14
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +70 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.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/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +93 -86
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +10 -10
- 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 +6 -6
- 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 +6 -6
- 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 +6 -6
- data/vendor/local/share/license/groonga/README.md +7 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1078 -338
- data/vendor/local/share/man/man1/groonga.1 +1088 -218
- metadata +97 -91
- data/lib/1.9/groonga.so +0 -0
- data/vendor/local/etc/groonga/windows_event_log/provider.man +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scoring_note.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/reference/scoring_note.html +0 -116
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scoring_note.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/scoring_note.html +0 -117
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.7. Oracle Solaris — Groonga v5.0.
|
10
|
+
<title>2.7. Oracle Solaris — Groonga v5.0.7-264-ga2dae20ドキュメント</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: '5.0.
|
18
|
+
VERSION: '5.0.7-264-ga2dae20',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.8. その他" href="others.html" />
|
32
32
|
<link rel="prev" title="2.6. Fedora" href="fedora.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="fedora.html" title="2.6. Fedora"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.
|
64
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
65
65
|
<li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -81,9 +81,9 @@
|
|
81
81
|
</pre></div>
|
82
82
|
</div>
|
83
83
|
<p>ソースをダウンロードします:</p>
|
84
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.
|
85
|
-
% gtar xvzf groonga-5.0.
|
86
|
-
% cd groonga-5.0.
|
84
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.8.tar.gz
|
85
|
+
% gtar xvzf groonga-5.0.8.tar.gz
|
86
|
+
% cd groonga-5.0.8
|
87
87
|
</pre></div>
|
88
88
|
</div>
|
89
89
|
<p><code class="docutils literal"><span class="pre">CFLAGS="-m64"</span> <span class="pre">CXXFLAGS="-m64"</span></code> 変数付きでconfigureを実行します。これらの変数は64-bit版をビルドするために必要です。32-bit版をビルドする場合はこれらの変数を指定しないでしてください。 ( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span>configure</span></a> を参照してください):</p>
|
@@ -157,7 +157,7 @@
|
|
157
157
|
<li class="right" >
|
158
158
|
<a href="fedora.html" title="2.6. Fedora"
|
159
159
|
>前へ</a> |</li>
|
160
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.
|
160
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
161
161
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li>
|
162
162
|
</ul>
|
163
163
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.4. Ubuntu — Groonga v5.0.
|
10
|
+
<title>2.4. Ubuntu — Groonga v5.0.7-264-ga2dae20ドキュメント</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: '5.0.
|
18
|
+
VERSION: '5.0.7-264-ga2dae20',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
32
32
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.
|
64
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
65
65
|
<li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -140,9 +140,9 @@
|
|
140
140
|
</pre></div>
|
141
141
|
</div>
|
142
142
|
<p>ソースをダウンロードします:</p>
|
143
|
-
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.
|
144
|
-
% tar xvzf groonga-5.0.
|
145
|
-
% cd groonga-5.0.
|
143
|
+
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-5.0.8.tar.gz
|
144
|
+
% tar xvzf groonga-5.0.8.tar.gz
|
145
|
+
% cd groonga-5.0.8
|
146
146
|
</pre></div>
|
147
147
|
</div>
|
148
148
|
<p>configureを実行します( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span>configure</span></a> を参照してください):</p>
|
@@ -217,7 +217,7 @@
|
|
217
217
|
<li class="right" >
|
218
218
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
219
219
|
>前へ</a> |</li>
|
220
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.
|
220
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
221
221
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li>
|
222
222
|
</ul>
|
223
223
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>2.1. Windows — Groonga v5.0.
|
10
|
+
<title>2.1. Windows — Groonga v5.0.7-264-ga2dae20ドキュメント</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: '5.0.
|
18
|
+
VERSION: '5.0.7-264-ga2dae20',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="2. インストール" href="../install.html" />
|
31
31
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
32
32
|
<link rel="prev" title="2. インストール" href="../install.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../install.html" title="2. インストール"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.
|
64
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
65
65
|
<li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -80,14 +80,14 @@
|
|
80
80
|
<p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
81
81
|
<blockquote>
|
82
82
|
<div><ul class="simple">
|
83
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.
|
83
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.8-x86.exe">http://packages.groonga.org/windows/groonga/groonga-5.0.8-x86.exe</a></li>
|
84
84
|
</ul>
|
85
85
|
</div></blockquote>
|
86
86
|
<p>その後、バイナリを実行します。</p>
|
87
87
|
<p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
88
88
|
<blockquote>
|
89
89
|
<div><ul class="simple">
|
90
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.
|
90
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.8-x64.exe">http://packages.groonga.org/windows/groonga/groonga-5.0.8-x64.exe</a></li>
|
91
91
|
</ul>
|
92
92
|
</div></blockquote>
|
93
93
|
<p>その後、バイナリを実行します。</p>
|
@@ -98,14 +98,14 @@
|
|
98
98
|
<p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
99
99
|
<blockquote>
|
100
100
|
<div><ul class="simple">
|
101
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.
|
101
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.8-x86.zip">http://packages.groonga.org/windows/groonga/groonga-5.0.8-x86.zip</a></li>
|
102
102
|
</ul>
|
103
103
|
</div></blockquote>
|
104
104
|
<p>その後、アーカイブを展開します。</p>
|
105
105
|
<p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
106
106
|
<blockquote>
|
107
107
|
<div><ul class="simple">
|
108
|
-
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.
|
108
|
+
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-5.0.8-x64.zip">http://packages.groonga.org/windows/groonga/groonga-5.0.8-x64.zip</a></li>
|
109
109
|
</ul>
|
110
110
|
</div></blockquote>
|
111
111
|
<p>その後、アーカイブを展開します。</p>
|
@@ -123,24 +123,24 @@
|
|
123
123
|
<p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
124
124
|
<blockquote>
|
125
125
|
<div><ul class="simple">
|
126
|
-
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-5.0.
|
126
|
+
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-5.0.8.zip">http://packages.groonga.org/source/groonga/groonga-5.0.8.zip</a></li>
|
127
127
|
</ul>
|
128
128
|
</div></blockquote>
|
129
129
|
<p>その後、アーカイブを展開します。</p>
|
130
130
|
<p>Groongaのソースフォルダへと移動します:</p>
|
131
|
-
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-5.0.
|
131
|
+
<div class="highlight-none"><div class="highlight"><pre>> cd c:\Users\%USERNAME%\Downloads\groonga-5.0.8
|
132
132
|
</pre></div>
|
133
133
|
</div>
|
134
134
|
<p><code class="docutils literal"><span class="pre">cmake</span></code> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <code class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">12</span> <span class="pre">2013"</span></code> パラメーターを指定してください:</p>
|
135
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-5.0.
|
135
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-5.0.8> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
|
136
136
|
</pre></div>
|
137
137
|
</div>
|
138
138
|
<p>ビルド:</p>
|
139
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-5.0.
|
139
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-5.0.8> cmake --build . --config Release
|
140
140
|
</pre></div>
|
141
141
|
</div>
|
142
142
|
<p>インストール:</p>
|
143
|
-
<div class="highlight-none"><div class="highlight"><pre>groonga-5.0.
|
143
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga-5.0.8> cmake --build . --config Release --target Install
|
144
144
|
</pre></div>
|
145
145
|
</div>
|
146
146
|
<p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga executable file</em></a> が <code class="docutils literal"><span class="pre">c:\Groonga\bin\groonga.exe</span></code> にインストールされます。</p>
|
@@ -205,7 +205,7 @@
|
|
205
205
|
<li class="right" >
|
206
206
|
<a href="../install.html" title="2. インストール"
|
207
207
|
>前へ</a> |</li>
|
208
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.
|
208
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
209
209
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li>
|
210
210
|
</ul>
|
211
211
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>9. 制限事項 — Groonga v5.0.
|
10
|
+
<title>9. 制限事項 — Groonga v5.0.7-264-ga2dae20ドキュメント</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: '5.0.
|
18
|
+
VERSION: '5.0.7-264-ga2dae20',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
|
31
31
|
<link rel="prev" title="8.2. 検索" href="spec/search.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="spec/search.html" title="8.2. 検索"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.
|
63
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -164,7 +164,7 @@
|
|
164
164
|
<li class="right" >
|
165
165
|
<a href="spec/search.html" title="8.2. 検索"
|
166
166
|
>前へ</a> |</li>
|
167
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.
|
167
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
168
168
|
</ul>
|
169
169
|
</div>
|
170
170
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>お知らせ — Groonga v5.0.
|
10
|
+
<title>お知らせ — Groonga v5.0.7-264-ga2dae20ドキュメント</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: '5.0.
|
18
|
+
VERSION: '5.0.7-264-ga2dae20',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v5.0.
|
29
|
+
<link rel="top" title="Groonga v5.0.7-264-ga2dae20ドキュメント" href="index.html" />
|
30
30
|
</head>
|
31
31
|
<body role="document">
|
32
32
|
<div class="header">
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<li class="right" style="margin-right: 10px">
|
53
53
|
<a href="genindex.html" title="総合索引"
|
54
54
|
accesskey="I">索引</a></li>
|
55
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.
|
55
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
56
56
|
</ul>
|
57
57
|
</div>
|
58
58
|
|
@@ -63,13 +63,102 @@
|
|
63
63
|
|
64
64
|
<div class="section" id="news">
|
65
65
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
66
|
+
<div class="section" id="release-5-0-8-2015-09-29">
|
67
|
+
<span id="release-5-0-8"></span><h2>5.0.8リリース - 2015-09-29<a class="headerlink" href="#release-5-0-8-2015-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
68
|
+
<div class="section" id="improvements">
|
69
|
+
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
70
|
+
<ul>
|
71
|
+
<li><p class="first">[Windows] MySQLにバンドルしてビルドできるようになりました。(一時できない時期がありました。)</p>
|
72
|
+
</li>
|
73
|
+
<li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a>] <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-match-operator"><span>マッチ演算子</span></a> や <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-equal-operator"><span>等価演算子</span></a> のような述語演算(真偽値を返す演算)が <code class="docutils literal"><span class="pre">Int32</span></code> ではなく <code class="docutils literal"><span class="pre">Bool</span></code> の値を返すようになりました。</p>
|
74
|
+
</li>
|
75
|
+
<li><p class="first">[<a class="reference internal" href="reference/api.html"><em>API</em></a>] <code class="docutils literal"><span class="pre">GRN_PTR</span></code> バルク・ <code class="docutils literal"><span class="pre">GRN_PVECTOR</span></code> バルクが参照する <code class="docutils literal"><span class="pre">grn_obj</span></code> の所有権を持てるようになりました。 <code class="docutils literal"><span class="pre">GRN_OBJ_OWN</span></code> フラグを <code class="docutils literal"><span class="pre">GRN_PTR</span></code> バルク・ <code class="docutils literal"><span class="pre">GRN_PVECTOR</span></code> バルクに指定すると、自身が解放されるときに参照している <code class="docutils literal"><span class="pre">grn_obj</span></code> を <a class="reference internal" href="reference/api/grn_obj.html#c.grn_obj_close" title="grn_obj_close"><code class="xref c c-func docutils literal"><span class="pre">grn_obj_close()</span></code></a> します。</p>
|
76
|
+
</li>
|
77
|
+
<li><p class="first">[非互換][<a class="reference internal" href="reference/regular_expression.html"><em>正規表現</em></a>] マッチ前にマッチ対象のテキストを正規化するようにしました。これは一貫性と性能のためです。</p>
|
78
|
+
<p><a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-prefix-search-operator"><span>前方一致検索演算子</span></a> のように他の演算は対象のテキストを正規化しています。</p>
|
79
|
+
<p><code class="docutils literal"><span class="pre">\Ahello</span></code> のようにシンプルな正規表現はインデックスを使って評価できます。インデックスを使うと速いです。</p>
|
80
|
+
<p>もし、マッチ対象のテキストが正規化されていないと、 <code class="docutils literal"><span class="pre">\A[Hh]ello</span></code> や <code class="docutils literal"><span class="pre">\A(?i)hello</span></code> といった複雑な正規表現を書かないといけません。複雑な正規表現はインデックスを使って評価できません。マッチ対象のテキストが正規化されていると、シンプルな正規表現を使うことができます。シンプルな正規表現はインデックスを使って評価できるかもしれません。インデックスを使えると速いです。</p>
|
81
|
+
</li>
|
82
|
+
<li><p class="first">[ドキュメント] ドキュメントを改善しました。 [GitHub#396][GitHub#397][GitHub#399][GitHub#403] [GitHub#405][GitHub#409] [佐藤博之さんが報告][佐藤博之さんがパッチ提供]</p>
|
83
|
+
</li>
|
84
|
+
<li><p class="first">[<a class="reference internal" href="reference/functions/highlight_html.html"><em>highlight_html</em></a>] 性能を改善しました。 [groonga-dev,03427] [佐藤博之さんが報告]</p>
|
85
|
+
</li>
|
86
|
+
<li><p class="first">[<a class="reference internal" href="reference/functions/snippet_html.html"><em>snippet_html</em></a>] 性能を改善しました。</p>
|
87
|
+
</li>
|
88
|
+
<li><p class="first">[CMake] 2回同じ <code class="docutils literal"><span class="pre">pkg-config</span></code> を実行しないようにしました。 [Sergei Golubchikさんがパッチ提供]</p>
|
89
|
+
</li>
|
90
|
+
<li><p class="first">時刻に対するチェックのうち、「年」に対する不要なチェックを削除しました。この変更前は紀元前は常に不正な時刻でした。この変更後は、システム( <code class="docutils literal"><span class="pre">mktime()</span></code> )が紀元前をサポートしていれば、紀元前の時刻も妥当な時刻になります。</p>
|
91
|
+
</li>
|
92
|
+
<li><p class="first">[<a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_is_opened" title="grn_ctx_is_opened"><code class="xref c c-func docutils literal"><span class="pre">grn_ctx_is_opened()</span></code></a>] 指定したIDのオブジェクトが開かれているかどうかをチェックするAPIを追加しました。</p>
|
93
|
+
</li>
|
94
|
+
<li><p class="first">[<a class="reference internal" href="reference/api/grn_obj.html#c.grn_obj_remove" title="grn_obj_remove"><code class="xref c c-func docutils literal"><span class="pre">grn_obj_remove()</span></code></a>] 最大メモリー使用量を減らしました。 <a class="reference internal" href="reference/api/grn_thread.html#c.grn_thread_get_limit" title="grn_thread_get_limit"><code class="xref c c-func docutils literal"><span class="pre">grn_thread_get_limit()</span></code></a> が <code class="docutils literal"><span class="pre">1</span></code> を返す場合、一時的に開いたオブジェクトを処理が終わったら閉じるようになります。</p>
|
95
|
+
</li>
|
96
|
+
<li><p class="first">[ドキュメント][<a class="reference internal" href="reference/commands/table_remove.html"><em>table_remove</em></a>] 説明を増やしました。</p>
|
97
|
+
</li>
|
98
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html"><em>groonga executable file</em></a>] スタンドアローンモードのときは <a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a> の結果の最後に改行を追加するようにしました。</p>
|
99
|
+
</li>
|
100
|
+
<li><p class="first">[<a class="reference internal" href="reference/log.html#process-log"><span>Process log</span></a>] <code class="docutils literal"><span class="pre">grn_init</span></code> のログにGroongaのバージョンを入れるようにしました。</p>
|
101
|
+
</li>
|
102
|
+
<li><p class="first"><a class="reference external" href="https://gitter.im/groonga/public">Gitterにチャットルーム</a> をオープンしました。</p>
|
103
|
+
</li>
|
104
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/status.html"><em>status</em></a>] 一貫性のために、 <code class="docutils literal"><span class="pre">starttime</span></code> の別名として <code class="docutils literal"><span class="pre">start_time</span></code> を追加しました。他のキーは <code class="docutils literal"><span class="pre">snake_case</span></code> スタイルの名前になっていたのです。 <code class="docutils literal"><span class="pre">starttime</span></code> は非推奨になりました。代わりに <code class="docutils literal"><span class="pre">start_time</span></code> を使ってください。</p>
|
105
|
+
</li>
|
106
|
+
<li><p class="first">バンドルしている鬼雲を更新しました。</p>
|
107
|
+
</li>
|
108
|
+
<li><p class="first">[ドキュメント][<a class="reference internal" href="reference/scorers/scorer_tf_at_most.html"><em>scorer_tf_at_most</em></a>] ドキュメントを追加しました。</p>
|
109
|
+
</li>
|
110
|
+
<li><p class="first">一時テーブルに対するカラムをサポートしました。今のところC APIからしか使うことはできません。次のリリースでは <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> はこの機能を活用する予定です。</p>
|
111
|
+
</li>
|
112
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_vector_pop_element()</span></code>] 公開しました。</p>
|
113
|
+
</li>
|
114
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html"><em>groonga executable file</em></a>] ロック獲得に成功したかどうかをチェックするようにしました。</p>
|
115
|
+
</li>
|
116
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-suggest-create-dataset.html"><em>groonga-suggest-create-dataset</em></a>] <code class="docutils literal"><span class="pre">KEY_NORMALIZE</span></code> ではなく <code class="docutils literal"><span class="pre">--normalizer</span></code> を使うようにしました。なぜなら、 <code class="docutils literal"><span class="pre">KEY_NORMALIZE</span></code> は非推奨になっているからです。</p>
|
117
|
+
</li>
|
118
|
+
<li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_cast()</span></code>] 公開しました。</p>
|
119
|
+
</li>
|
120
|
+
<li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor</span></code>] 公開ました。</p>
|
121
|
+
</li>
|
122
|
+
<li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor_open()</span></code>] 公開しました。</p>
|
123
|
+
</li>
|
124
|
+
<li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor_next()</span></code>] 公開しました。</p>
|
125
|
+
</li>
|
126
|
+
<li><p class="first">[実験的][<code class="docutils literal"><span class="pre">grn_ii_cursor_close()</span></code>] 公開しました。</p>
|
127
|
+
</li>
|
128
|
+
<li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-match-operator"><span>マッチ演算子</span></a>] インデックスの検出方法を改善しました。トークナイザー付き語彙表に作られているインデックスを優先します。</p>
|
129
|
+
</li>
|
130
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>] バンドルしているnginxを1.9.5に更新しました。1.9.5はHTTP/2をサポートしています。HTTP/2モジュールは有効になっています。</p>
|
131
|
+
</li>
|
132
|
+
</ul>
|
133
|
+
</div>
|
134
|
+
<div class="section" id="fixes">
|
135
|
+
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
136
|
+
<ul class="simple">
|
137
|
+
<li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a>] 右辺が <code class="docutils literal"><span class="pre">true</span></code> のとき <code class="docutils literal"><span class="pre">&!</span></code> が動いていない問題を修正しました。</p>
|
138
|
+
</li>
|
139
|
+
<li><p class="first">libtool 2.4.6を使うと性能劣化する問題を修正しました。 [GitHub#406][GitHub#407] [佐藤博之さんがパッチ提供]</p>
|
140
|
+
</li>
|
141
|
+
<li><p class="first">[<a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-equal-operator"><span>等価演算子</span></a>] セクションが無視される問題を修正しました。</p>
|
142
|
+
</li>
|
143
|
+
</ul>
|
144
|
+
</div>
|
145
|
+
<div class="section" id="thanks">
|
146
|
+
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
147
|
+
<ul class="simple">
|
148
|
+
<li><p class="first">佐藤博之さん</p>
|
149
|
+
</li>
|
150
|
+
<li><p class="first">Sergei Golubchikさん</p>
|
151
|
+
</li>
|
152
|
+
</ul>
|
153
|
+
</div>
|
154
|
+
</div>
|
66
155
|
<div class="section" id="release-5-0-7-2015-08-31">
|
67
156
|
<span id="release-5-0-7"></span><h2>5.0.7リリース - 2015-08-31<a class="headerlink" href="#release-5-0-7-2015-08-31" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
68
157
|
<p>このリリースは <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a> のバグフィックスが含まれています。</p>
|
69
158
|
<p>もし、マルチカラムインデックス( <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> フラグ付きのインデックスカラム)と <a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a> を使っている場合は、Groongaのアップグレードを推奨します。</p>
|
70
159
|
<p>このリリースはWindowsユーザー向けの重要な実験的な機能が含まれています。詳細は以下の改良点リストの中の「スパースファイルサポート」を参照してください。</p>
|
71
|
-
<div class="section" id="
|
72
|
-
<h3>改良<a class="headerlink" href="#
|
160
|
+
<div class="section" id="id1">
|
161
|
+
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
73
162
|
<ul>
|
74
163
|
<li><p class="first">[実験的][Windows] スパースファイルをサポートしました。この機能は実験的な機能です。デフォルトでは無効です。 <code class="docutils literal"><span class="pre">GRN_IO_USE_SPARSE=yes</span></code> 環境変数を指定すると有効にできます。</p>
|
75
164
|
<p>Windows上でデータベースのファイルサイズを小さくできます。この機能を試して結果を報告してください。Groonga開発者は次の点に興味があります。</p>
|
@@ -119,8 +208,8 @@
|
|
119
208
|
</li>
|
120
209
|
</ul>
|
121
210
|
</div>
|
122
|
-
<div class="section" id="
|
123
|
-
<h3>修正<a class="headerlink" href="#
|
211
|
+
<div class="section" id="id2">
|
212
|
+
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
124
213
|
<ul>
|
125
214
|
<li><p class="first">[mruby] 時間の値がオーバーフローするバグを修正しました。</p>
|
126
215
|
</li>
|
@@ -146,10 +235,10 @@
|
|
146
235
|
</li>
|
147
236
|
</ul>
|
148
237
|
</div>
|
149
|
-
<div class="section" id="
|
150
|
-
<h3>感謝<a class="headerlink" href="#
|
238
|
+
<div class="section" id="id3">
|
239
|
+
<h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
151
240
|
<ul class="simple">
|
152
|
-
<li><p class="first"
|
241
|
+
<li><p class="first">佐藤博之さん</p>
|
153
242
|
</li>
|
154
243
|
<li><p class="first">Natanael Copaさん</p>
|
155
244
|
</li>
|
@@ -164,8 +253,8 @@
|
|
164
253
|
</div>
|
165
254
|
<div class="section" id="release-5-0-6-2015-07-29">
|
166
255
|
<span id="release-5-0-6"></span><h2>5.0.6リリース - 2015-07-29<a class="headerlink" href="#release-5-0-6-2015-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
167
|
-
<div class="section" id="
|
168
|
-
<h3>改良<a class="headerlink" href="#
|
256
|
+
<div class="section" id="id4">
|
257
|
+
<h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
169
258
|
<ul>
|
170
259
|
<li><p class="first">[<a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a>] Ubuntu 14.10(Utopic Unicorn)のサポートをやめました。2015年7月23日でサポートが切れた(EOLになった)ためです。</p>
|
171
260
|
</li>
|
@@ -335,8 +424,8 @@ select Memos --filter 'numbers @ 2'
|
|
335
424
|
</li>
|
336
425
|
</ul>
|
337
426
|
</div>
|
338
|
-
<div class="section" id="
|
339
|
-
<h3>修正<a class="headerlink" href="#
|
427
|
+
<div class="section" id="id5">
|
428
|
+
<h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
340
429
|
<ul>
|
341
430
|
<li><p class="first"><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> でエラーが発生したときのメモリーリークを修正しました。例えば、サポートしていないオペレーター(例: <code class="docutils literal"><span class="pre">GRN_OP_TERM_EXTRACT</span></code>)が使われた場合です( <code class="docutils literal"><span class="pre">not</span> <span class="pre">implemented</span> <span class="pre">operator</span> <span class="pre">assigned</span></code> が発生するケース)。</p>
|
342
431
|
</li>
|
@@ -367,8 +456,8 @@ select Memos --filter 'numbers @ 2'
|
|
367
456
|
</li>
|
368
457
|
</ul>
|
369
458
|
</div>
|
370
|
-
<div class="section" id="
|
371
|
-
<h3>感謝<a class="headerlink" href="#
|
459
|
+
<div class="section" id="id6">
|
460
|
+
<h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
372
461
|
<ul class="simple">
|
373
462
|
<li><p class="first">Bill Parkerさん</p>
|
374
463
|
</li>
|
@@ -385,8 +474,8 @@ select Memos --filter 'numbers @ 2'
|
|
385
474
|
</div>
|
386
475
|
<div class="section" id="release-5-0-5-2015-06-29">
|
387
476
|
<span id="release-5-0-5"></span><h2>5.0.5リリース - 2015-06-29<a class="headerlink" href="#release-5-0-5-2015-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
388
|
-
<div class="section" id="
|
389
|
-
<h3>改良<a class="headerlink" href="#
|
477
|
+
<div class="section" id="id7">
|
478
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
390
479
|
<ul>
|
391
480
|
<li><p class="first">データベースを開くときにファイルが存在しなかった場合などに、正しいエラー情報を表示するようにしました。</p>
|
392
481
|
</li>
|
@@ -431,8 +520,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
431
520
|
</li>
|
432
521
|
</ul>
|
433
522
|
</div>
|
434
|
-
<div class="section" id="
|
435
|
-
<h3>修正<a class="headerlink" href="#
|
523
|
+
<div class="section" id="id8">
|
524
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
436
525
|
<ul class="simple">
|
437
526
|
<li><p class="first">netinet/in.hインクルード時の不正なマクロを修正しました。 [GitHub#348] [おばたさんが報告]</p>
|
438
527
|
</li>
|
@@ -440,8 +529,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
440
529
|
</li>
|
441
530
|
</ul>
|
442
531
|
</div>
|
443
|
-
<div class="section" id="
|
444
|
-
<h3>感謝<a class="headerlink" href="#
|
532
|
+
<div class="section" id="id9">
|
533
|
+
<h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
445
534
|
<ul class="simple">
|
446
535
|
<li><p class="first">おばたさん</p>
|
447
536
|
</li>
|
@@ -452,8 +541,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
452
541
|
</div>
|
453
542
|
<div class="section" id="release-5-0-4-2015-05-29">
|
454
543
|
<span id="release-5-0-4"></span><h2>5.0.4リリース - 2015-05-29<a class="headerlink" href="#release-5-0-4-2015-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
455
|
-
<div class="section" id="
|
456
|
-
<h3>改良<a class="headerlink" href="#
|
544
|
+
<div class="section" id="id10">
|
545
|
+
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
457
546
|
<ul class="simple">
|
458
547
|
<li><p class="first">[mruby] <code class="docutils literal"><span class="pre">inspect</span></code> を意味のあるわかりやすいエラーメッセージを表示するために使うようにしました。</p>
|
459
548
|
</li>
|
@@ -487,8 +576,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
487
576
|
</li>
|
488
577
|
</ul>
|
489
578
|
</div>
|
490
|
-
<div class="section" id="
|
491
|
-
<h3>修正<a class="headerlink" href="#
|
579
|
+
<div class="section" id="id11">
|
580
|
+
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
492
581
|
<ul class="simple">
|
493
582
|
<li><p class="first">空のキーが <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code> に指定されるとクラッシュする不具合を修正しました。</p>
|
494
583
|
</li>
|
@@ -516,12 +605,12 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
516
605
|
</li>
|
517
606
|
</ul>
|
518
607
|
</div>
|
519
|
-
<div class="section" id="
|
520
|
-
<h3>感謝<a class="headerlink" href="#
|
608
|
+
<div class="section" id="id12">
|
609
|
+
<h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
521
610
|
<ul class="simple">
|
522
611
|
<li><p class="first">Hiroaki Nakamuraさん</p>
|
523
612
|
</li>
|
524
|
-
<li><p class="first"
|
613
|
+
<li><p class="first">佐藤博之さん</p>
|
525
614
|
</li>
|
526
615
|
<li><p class="first">村上さん</p>
|
527
616
|
</li>
|
@@ -534,8 +623,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
534
623
|
</div>
|
535
624
|
<div class="section" id="release-5-0-3-2015-04-29">
|
536
625
|
<span id="release-5-0-3"></span><h2>5.0.3リリース - 2015-04-29<a class="headerlink" href="#release-5-0-3-2015-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
537
|
-
<div class="section" id="
|
538
|
-
<h3>改良<a class="headerlink" href="#
|
626
|
+
<div class="section" id="id13">
|
627
|
+
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
539
628
|
<ul class="simple">
|
540
629
|
<li><p class="first">[<a class="reference internal" href="reference/tokenizers.html"><em>トークナイザー</em></a>][<a class="reference internal" href="reference/regular_expression.html"><em>正規表現</em></a>] 最後の一文字のトークンをスキップするようにしました。</p>
|
541
630
|
</li>
|
@@ -621,8 +710,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
621
710
|
</li>
|
622
711
|
</ul>
|
623
712
|
</div>
|
624
|
-
<div class="section" id="
|
625
|
-
<h3>修正<a class="headerlink" href="#
|
713
|
+
<div class="section" id="id14">
|
714
|
+
<h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
626
715
|
<ul class="simple">
|
627
716
|
<li><p class="first">[windows] Microsoft Visual C++でビルドしたGroongaで、大きいデータ(少なくとも1GB以上)のオフラインインデックス構築(<a class="reference internal" href="reference/indexing.html#offline-index-construction"><span>静的なインデックス構築方法</span></a>) に失敗していた不具合を修正しました。 [Hideki ARAIさんが報告]</p>
|
628
717
|
</li>
|
@@ -640,8 +729,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
640
729
|
</li>
|
641
730
|
</ul>
|
642
731
|
</div>
|
643
|
-
<div class="section" id="
|
644
|
-
<h3>感謝<a class="headerlink" href="#
|
732
|
+
<div class="section" id="id15">
|
733
|
+
<h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
645
734
|
<ul class="simple">
|
646
735
|
<li><p class="first">Hideki ARAIさん</p>
|
647
736
|
</li>
|
@@ -657,8 +746,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
657
746
|
<div class="section" id="release-5-0-2-2015-03-31">
|
658
747
|
<span id="release-5-0-2"></span><h2>5.0.2リリース - 2015-03-31<a class="headerlink" href="#release-5-0-2-2015-03-31" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
659
748
|
<p>5.0.1のバグフィックスリリースです。</p>
|
660
|
-
<div class="section" id="
|
661
|
-
<h3>改良<a class="headerlink" href="#
|
749
|
+
<div class="section" id="id16">
|
750
|
+
<h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
662
751
|
<ul class="simple">
|
663
752
|
<li><p class="first">MessagePack 1.0.1をサポート。 [畑ケさんが報告]</p>
|
664
753
|
</li>
|
@@ -666,8 +755,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
666
755
|
</li>
|
667
756
|
</ul>
|
668
757
|
</div>
|
669
|
-
<div class="section" id="
|
670
|
-
<h3>修正<a class="headerlink" href="#
|
758
|
+
<div class="section" id="id17">
|
759
|
+
<h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
671
760
|
<ul class="simple">
|
672
761
|
<li><p class="first">JSONPが動作していなかった不具合を修正。これはGroonga 4.1.1で入った不具合。</p>
|
673
762
|
</li>
|
@@ -677,8 +766,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
677
766
|
</li>
|
678
767
|
</ul>
|
679
768
|
</div>
|
680
|
-
<div class="section" id="
|
681
|
-
<h3>感謝<a class="headerlink" href="#
|
769
|
+
<div class="section" id="id18">
|
770
|
+
<h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
682
771
|
<ul class="simple">
|
683
772
|
<li><p class="first">篠田さん</p>
|
684
773
|
</li>
|
@@ -689,8 +778,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
689
778
|
</div>
|
690
779
|
<div class="section" id="release-5-0-1-2015-03-29">
|
691
780
|
<span id="release-5-0-1"></span><h2>5.0.1リリース - 2015-03-29<a class="headerlink" href="#release-5-0-1-2015-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
692
|
-
<div class="section" id="
|
693
|
-
<h3>改良<a class="headerlink" href="#
|
781
|
+
<div class="section" id="id19">
|
782
|
+
<h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
694
783
|
<ul>
|
695
784
|
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><em>logical_range_filter</em></a>] filterとsortをサポートしました。</p>
|
696
785
|
</li>
|
@@ -714,7 +803,7 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
714
803
|
</li>
|
715
804
|
<li><p class="first"><a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_get_all_tables" title="grn_ctx_get_all_tables"><code class="xref c c-func docutils literal"><span class="pre">grn_ctx_get_all_tables()</span></code></a> を追加しました。 [Masatoshi Teruyaさんが提案]</p>
|
716
805
|
</li>
|
717
|
-
<li><p class="first">スコア関数のカスタマイズをサポートしました。詳細は <a class="reference internal" href="reference/scorer.html"><em
|
806
|
+
<li><p class="first">スコア関数のカスタマイズをサポートしました。詳細は <a class="reference internal" href="reference/scorer.html"><em>スコアラー</em></a> を参照してください。</p>
|
718
807
|
</li>
|
719
808
|
<li><p class="first">[非互換] スコア関数の導入により、DB API層でAPIとABIの互換性がなくなりました。<a class="reference internal" href="reference/api/grn_search.html#c.grn_search_optarg" title="grn_search_optarg"><code class="xref c c-type docutils literal"><span class="pre">grn_search_optarg</span></code></a> を使っていたら、次のようなコードで <a class="reference internal" href="reference/api/grn_search.html#c.grn_search_optarg" title="grn_search_optarg"><code class="xref c c-type docutils literal"><span class="pre">grn_search_optarg</span></code></a> を <code class="docutils literal"><span class="pre">0</span></code> で初期化しているかチェックしてください。:</p>
|
720
809
|
<div class="highlight-c"><div class="highlight"><pre><span class="n">grn_search_optarg</span> <span class="n">options</span><span class="p">;</span>
|
@@ -782,8 +871,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
782
871
|
</li>
|
783
872
|
</ul>
|
784
873
|
</div>
|
785
|
-
<div class="section" id="
|
786
|
-
<h3>修正<a class="headerlink" href="#
|
874
|
+
<div class="section" id="id20">
|
875
|
+
<h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
787
876
|
<ul class="simple">
|
788
877
|
<li><p class="first">非推奨の <code class="docutils literal"><span class="pre">--address</span></code> 引数をGroongaのデフォルト設定ファイル(groonga.conf)で使わないようにしました。かわりに <code class="docutils literal"><span class="pre">--bind-address</span></code> を使います。 [Groonga-talk] [Dewanggaさんが報告]</p>
|
789
878
|
</li>
|
@@ -809,8 +898,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
809
898
|
</li>
|
810
899
|
</ul>
|
811
900
|
</div>
|
812
|
-
<div class="section" id="
|
813
|
-
<h3>感謝<a class="headerlink" href="#
|
901
|
+
<div class="section" id="id21">
|
902
|
+
<h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
814
903
|
<ul class="simple">
|
815
904
|
<li><p class="first">Masatoshi Teruyaさん</p>
|
816
905
|
</li>
|
@@ -833,8 +922,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
833
922
|
<li><p class="first">バージョン5.0.0になりました!</p>
|
834
923
|
</li>
|
835
924
|
</ul>
|
836
|
-
<div class="section" id="
|
837
|
-
<h3>改良<a class="headerlink" href="#
|
925
|
+
<div class="section" id="id22">
|
926
|
+
<h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
838
927
|
<ul class="simple">
|
839
928
|
<li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/script_syntax.html"><em>スクリプト構文</em></a> の <a class="reference internal" href="reference/grn_expr/script_syntax.html#script-syntax-security"><span>セキュリティー</span></a> に関して追加しました。</p>
|
840
929
|
</li>
|
@@ -846,8 +935,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
846
935
|
</li>
|
847
936
|
</ul>
|
848
937
|
</div>
|
849
|
-
<div class="section" id="
|
850
|
-
<h3>修正<a class="headerlink" href="#
|
938
|
+
<div class="section" id="id23">
|
939
|
+
<h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
851
940
|
<ul class="simple">
|
852
941
|
<li><p class="first">システムに互換性のないバージョンのonigmoもしくはonigurumaのヘッダーがインストールされているとビルドに失敗する問題を修正しました。 [GitHub#276] [武者さんがパッチ提供]</p>
|
853
942
|
</li>
|
@@ -855,8 +944,8 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
855
944
|
</li>
|
856
945
|
</ul>
|
857
946
|
</div>
|
858
|
-
<div class="section" id="
|
859
|
-
<h3>感謝<a class="headerlink" href="#
|
947
|
+
<div class="section" id="id24">
|
948
|
+
<h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
860
949
|
<ul class="simple">
|
861
950
|
<li><p class="first">武者さん</p>
|
862
951
|
</li>
|
@@ -1205,54 +1294,60 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1205
1294
|
<h3><a href="index.html">目次</a></h3>
|
1206
1295
|
<ul>
|
1207
1296
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
1208
|
-
<li><a class="reference internal" href="#release-5-0-
|
1297
|
+
<li><a class="reference internal" href="#release-5-0-8-2015-09-29">5.0.8リリース - 2015-09-29</a><ul>
|
1209
1298
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
1210
1299
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
1211
1300
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
1212
1301
|
</ul>
|
1213
1302
|
</li>
|
1214
|
-
<li><a class="reference internal" href="#release-5-0-
|
1303
|
+
<li><a class="reference internal" href="#release-5-0-7-2015-08-31">5.0.7リリース - 2015-08-31</a><ul>
|
1215
1304
|
<li><a class="reference internal" href="#id1">改良</a></li>
|
1216
1305
|
<li><a class="reference internal" href="#id2">修正</a></li>
|
1217
1306
|
<li><a class="reference internal" href="#id3">感謝</a></li>
|
1218
1307
|
</ul>
|
1219
1308
|
</li>
|
1220
|
-
<li><a class="reference internal" href="#release-5-0-
|
1309
|
+
<li><a class="reference internal" href="#release-5-0-6-2015-07-29">5.0.6リリース - 2015-07-29</a><ul>
|
1221
1310
|
<li><a class="reference internal" href="#id4">改良</a></li>
|
1222
1311
|
<li><a class="reference internal" href="#id5">修正</a></li>
|
1223
1312
|
<li><a class="reference internal" href="#id6">感謝</a></li>
|
1224
1313
|
</ul>
|
1225
1314
|
</li>
|
1226
|
-
<li><a class="reference internal" href="#release-5-0-
|
1315
|
+
<li><a class="reference internal" href="#release-5-0-5-2015-06-29">5.0.5リリース - 2015-06-29</a><ul>
|
1227
1316
|
<li><a class="reference internal" href="#id7">改良</a></li>
|
1228
1317
|
<li><a class="reference internal" href="#id8">修正</a></li>
|
1229
1318
|
<li><a class="reference internal" href="#id9">感謝</a></li>
|
1230
1319
|
</ul>
|
1231
1320
|
</li>
|
1232
|
-
<li><a class="reference internal" href="#release-5-0-
|
1321
|
+
<li><a class="reference internal" href="#release-5-0-4-2015-05-29">5.0.4リリース - 2015-05-29</a><ul>
|
1233
1322
|
<li><a class="reference internal" href="#id10">改良</a></li>
|
1234
1323
|
<li><a class="reference internal" href="#id11">修正</a></li>
|
1235
1324
|
<li><a class="reference internal" href="#id12">感謝</a></li>
|
1236
1325
|
</ul>
|
1237
1326
|
</li>
|
1238
|
-
<li><a class="reference internal" href="#release-5-0-
|
1327
|
+
<li><a class="reference internal" href="#release-5-0-3-2015-04-29">5.0.3リリース - 2015-04-29</a><ul>
|
1239
1328
|
<li><a class="reference internal" href="#id13">改良</a></li>
|
1240
1329
|
<li><a class="reference internal" href="#id14">修正</a></li>
|
1241
1330
|
<li><a class="reference internal" href="#id15">感謝</a></li>
|
1242
1331
|
</ul>
|
1243
1332
|
</li>
|
1244
|
-
<li><a class="reference internal" href="#release-5-0-
|
1333
|
+
<li><a class="reference internal" href="#release-5-0-2-2015-03-31">5.0.2リリース - 2015-03-31</a><ul>
|
1245
1334
|
<li><a class="reference internal" href="#id16">改良</a></li>
|
1246
1335
|
<li><a class="reference internal" href="#id17">修正</a></li>
|
1247
1336
|
<li><a class="reference internal" href="#id18">感謝</a></li>
|
1248
1337
|
</ul>
|
1249
1338
|
</li>
|
1250
|
-
<li><a class="reference internal" href="#release-5-0-
|
1339
|
+
<li><a class="reference internal" href="#release-5-0-1-2015-03-29">5.0.1リリース - 2015-03-29</a><ul>
|
1251
1340
|
<li><a class="reference internal" href="#id19">改良</a></li>
|
1252
1341
|
<li><a class="reference internal" href="#id20">修正</a></li>
|
1253
1342
|
<li><a class="reference internal" href="#id21">感謝</a></li>
|
1254
1343
|
</ul>
|
1255
1344
|
</li>
|
1345
|
+
<li><a class="reference internal" href="#release-5-0-0-2015-02-09">5.0.0リリース - 2015-02-09</a><ul>
|
1346
|
+
<li><a class="reference internal" href="#id22">改良</a></li>
|
1347
|
+
<li><a class="reference internal" href="#id23">修正</a></li>
|
1348
|
+
<li><a class="reference internal" href="#id24">感謝</a></li>
|
1349
|
+
</ul>
|
1350
|
+
</li>
|
1256
1351
|
<li><a class="reference internal" href="#the-old-releases">古いリリース</a></li>
|
1257
1352
|
</ul>
|
1258
1353
|
</li>
|
@@ -1288,7 +1383,7 @@ XXX_20150604 <- includes only 2015-06-04 records
|
|
1288
1383
|
<li class="right" style="margin-right: 10px">
|
1289
1384
|
<a href="genindex.html" title="総合索引"
|
1290
1385
|
>索引</a></li>
|
1291
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.
|
1386
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v5.0.7-264-ga2dae20ドキュメント</a> »</li>
|
1292
1387
|
</ul>
|
1293
1388
|
</div>
|
1294
1389
|
<div class="footer" role="contentinfo">
|