rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/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/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga.hpp +21 -0
- data/vendor/local/include/groonga/groonga/arrow.h +38 -0
- data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
- data/vendor/local/include/groonga/groonga/column.h +9 -0
- data/vendor/local/include/groonga/groonga/expr.h +9 -1
- data/vendor/local/include/groonga/groonga/groonga.h +19 -3
- data/vendor/local/include/groonga/groonga/obj.h +3 -0
- data/vendor/local/include/groonga/groonga/operator.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +8 -0
- data/vendor/local/include/groonga/groonga/portability.h +19 -1
- data/vendor/local/include/groonga/groonga/table.h +14 -0
- data/vendor/local/include/groonga/groonga/util.h +3 -0
- data/vendor/local/include/groonga/groonga/window_function.h +2 -0
- data/vendor/local/include/pcre.h +2 -2
- data/vendor/local/include/pcre_stringpiece.h +2 -2
- data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
- data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
- data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
- data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -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/suggest/suggest.la +1 -1
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
- data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
- data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
- data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- 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/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
- data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
- data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
- data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
- data/vendor/local/share/doc/pcre/AUTHORS +3 -3
- data/vendor/local/share/doc/pcre/ChangeLog +94 -0
- data/vendor/local/share/doc/pcre/LICENCE +3 -3
- data/vendor/local/share/doc/pcre/NEWS +12 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
- data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
- data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
- data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
- data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
- data/vendor/local/share/groonga/groonga-log/README.md +44 -0
- data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
- data/vendor/local/share/license/cv2pdb/README +138 -0
- data/vendor/local/share/license/groonga-log/README.md +44 -0
- data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/license/pcre/LICENCE +3 -3
- data/vendor/local/share/man/man1/pcretest.1 +7 -3
- data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
- data/vendor/local/share/man/man3/pcrejit.3 +48 -6
- data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
- metadata +102 -559
- data/lib/groonga/statistic-measurer.rb +0 -37
- data/test/test-statistic-measurer.rb +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>News - 6.x — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>News - 6.x — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -27,10 +25,9 @@
|
|
27
25
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
|
-
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
28
|
+
<link rel="search" title="検索" href="../search.html" />
|
32
29
|
</head>
|
33
|
-
<body
|
30
|
+
<body>
|
34
31
|
<div class="header">
|
35
32
|
<h1 class="title">
|
36
33
|
<a id="top-link" href="../index.html">
|
@@ -54,7 +51,7 @@
|
|
54
51
|
<li class="right" style="margin-right: 10px">
|
55
52
|
<a href="../genindex.html" title="総合索引"
|
56
53
|
accesskey="I">索引</a></li>
|
57
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
54
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
58
55
|
</ul>
|
59
56
|
</div>
|
60
57
|
|
@@ -71,17 +68,14 @@
|
|
71
68
|
<div class="section" id="improvements">
|
72
69
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
73
70
|
<ul class="simple">
|
74
|
-
<li
|
75
|
-
</li>
|
76
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].sort_keys</span></a> を追加しました。 <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sortby"><span class="std std-ref">sortby</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sortby"><span class="std std-ref">drilldown_sortby</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sortby"><span class="std std-ref">drilldowns[${LABEL}].sortby</span></a> は非推奨になりました。</p>
|
77
|
-
</li>
|
71
|
+
<li>存在しない参照カラムの値に対する二項演算子に対応しました。常に偽になります。</li>
|
72
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sort-keys"><span class="std std-ref">sort_keys</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sort-keys"><span class="std std-ref">drilldown_sort_keys</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].sort_keys</span></a> を追加しました。 <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-sortby"><span class="std std-ref">sortby</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldown-sortby"><span class="std std-ref">drilldown_sortby</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-sortby"><span class="std std-ref">drilldowns[${LABEL}].sortby</span></a> は非推奨になりました。</li>
|
78
73
|
</ul>
|
79
74
|
</div>
|
80
75
|
<div class="section" id="fixes">
|
81
76
|
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
82
77
|
<ul class="simple">
|
83
|
-
<li
|
84
|
-
</li>
|
78
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] インデックスを使った検索でマッチするべきレコードがマッチしないことがある問題を修正しました。</li>
|
85
79
|
</ul>
|
86
80
|
</div>
|
87
81
|
</div>
|
@@ -91,38 +85,27 @@
|
|
91
85
|
<div class="section" id="id1">
|
92
86
|
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
93
87
|
<ul class="simple">
|
94
|
-
<li
|
95
|
-
|
96
|
-
<li><
|
97
|
-
</li>
|
98
|
-
<li><
|
99
|
-
</li>
|
100
|
-
<li><p class="first">Mroongaのマルチカラムインデックスのデータのような非自然言語のテキストデータに対するインデックスの更新パフォーマンスを改善しました。[groonga-dev,04219] [宮下さんが報告] [GitHub#617]</p>
|
101
|
-
</li>
|
102
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">drilldowns[LABEL]</span></code> という形式をサポートしました。 <code class="docutils literal"><span class="pre">drilldown[LABEL]</span></code> という形式は非推奨になりました。</p>
|
103
|
-
</li>
|
104
|
-
<li><p class="first">システムにインストールされている鬼雲を使えるようになりました。 [GitUub#628] [おばたさんがパッチ提供]</p>
|
105
|
-
</li>
|
88
|
+
<li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-near-search-operator"><span class="std std-ref">近傍検索演算子</span></a>] 近いと判断する最大の距離をカスタマイズできるようにしました。</li>
|
89
|
+
<li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-near-search-operator"><span class="std std-ref">近傍検索演算子</span></a>] いくら離れていても順序が維持されていればヒットできるようにしました。</li>
|
90
|
+
<li><code class="docutils literal"><span class="pre">groonga-httpd</span></code> をインストールしないときは <code class="docutils literal"><span class="pre">groonga-httpd-restart</span></code> もインストールしないようにしました。 [GitHub#626] [おばたさんがパッチ提供]</li>
|
91
|
+
<li>Mroongaのマルチカラムインデックスのデータのような非自然言語のテキストデータに対するインデックスの更新パフォーマンスを改善しました。[groonga-dev,04219] [宮下さんが報告] [GitHub#617]</li>
|
92
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">drilldowns[LABEL]</span></code> という形式をサポートしました。 <code class="docutils literal"><span class="pre">drilldown[LABEL]</span></code> という形式は非推奨になりました。</li>
|
93
|
+
<li>システムにインストールされている鬼雲を使えるようになりました。 [GitUub#628] [おばたさんがパッチ提供]</li>
|
106
94
|
</ul>
|
107
95
|
</div>
|
108
96
|
<div class="section" id="id2">
|
109
97
|
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
110
98
|
<ul class="simple">
|
111
|
-
<li
|
112
|
-
</li>
|
113
|
-
<li
|
114
|
-
</li>
|
115
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] インデックスを使った検索でマッチするべきレコードがマッチしないことがある問題を修正しました。 [GitHub#624] [村上さんがパッチ提供]</p>
|
116
|
-
</li>
|
99
|
+
<li>[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] メモリーリークを修正しました。対象が <a class="reference internal" href="../reference/tables.html#table-hash-key"><span class="std std-ref">TABLE_HASH_KEY</span></a> または <a class="reference internal" href="../reference/tables.html#table-pat-key"><span class="std std-ref">TABLE_PAT_KEY</span></a> で、対象テーブルにたくさんのトークンフィルターが設定されているときに発生していました。 [GitHub#622] [村上さんがパッチ提供]</li>
|
100
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <a class="reference internal" href="../reference/commands/column_rename.html"><span class="doc">column_rename</span></a> を実行した後も古いキャッシュが使われる問題を修正しました。</li>
|
101
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] インデックスを使った検索でマッチするべきレコードがマッチしないことがある問題を修正しました。 [GitHub#624] [村上さんがパッチ提供]</li>
|
117
102
|
</ul>
|
118
103
|
</div>
|
119
104
|
<div class="section" id="thanks">
|
120
105
|
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
121
106
|
<ul class="simple">
|
122
|
-
<li
|
123
|
-
|
124
|
-
<li><p class="first">おばたさん</p>
|
125
|
-
</li>
|
107
|
+
<li>村上さん</li>
|
108
|
+
<li>おばたさん</li>
|
126
109
|
</ul>
|
127
110
|
</div>
|
128
111
|
</div>
|
@@ -131,17 +114,14 @@
|
|
131
114
|
<div class="section" id="id3">
|
132
115
|
<h3>改良<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
133
116
|
<ul class="simple">
|
134
|
-
<li
|
135
|
-
</li>
|
117
|
+
<li>[<a class="reference internal" href="../reference/api/grn_db.html#c.grn_db_recover" title="grn_db_recover"><code class="xref c c-func docutils literal"><span class="pre">grn_db_recover()</span></code></a>][<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] シングルスレッドモードのメモリ使用量を減らしました。</li>
|
136
118
|
</ul>
|
137
119
|
</div>
|
138
120
|
<div class="section" id="id4">
|
139
121
|
<h3>修正<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
140
122
|
<ul class="simple">
|
141
|
-
<li
|
142
|
-
</li>
|
143
|
-
<li><p class="first">[<a class="reference internal" href="../reference/tokenizers.html#token-regexp"><span class="std std-ref">TokenRegexp</span></a>] <cite>\A${1文字}\z</cite> が1文字の値すべてにマッチする問題を修正しました。</p>
|
144
|
-
</li>
|
123
|
+
<li>Groonga 6.1.2で入った、転置インデックスの更新が遅くなるケースの改善を元に戻しました。キーがマルチバイト文字を含む場合にエラーになっていたためです。</li>
|
124
|
+
<li>[<a class="reference internal" href="../reference/tokenizers.html#token-regexp"><span class="std std-ref">TokenRegexp</span></a>] <cite>\A${1文字}\z</cite> が1文字の値すべてにマッチする問題を修正しました。</li>
|
145
125
|
</ul>
|
146
126
|
</div>
|
147
127
|
</div>
|
@@ -150,54 +130,36 @@
|
|
150
130
|
<div class="section" id="id5">
|
151
131
|
<h3>改良<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
152
132
|
<ul class="simple">
|
153
|
-
<li
|
154
|
-
</li>
|
155
|
-
<li
|
156
|
-
</li>
|
157
|
-
<li
|
158
|
-
|
159
|
-
<li
|
160
|
-
|
161
|
-
<li><
|
162
|
-
</li>
|
163
|
-
<li><
|
164
|
-
</li>
|
165
|
-
<li><
|
166
|
-
</li>
|
167
|
-
<li><p class="first">実験的扱いだったいくつかの機能を正式版として今後扱うことにしました。</p>
|
168
|
-
<ul>
|
169
|
-
<li><p class="first"><a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a> コマンド</p>
|
170
|
-
</li>
|
171
|
-
<li><p class="first"><a class="reference internal" href="../reference/commands/request_cancel.html"><span class="doc">request_cancel</span></a> コマンド</p>
|
172
|
-
</li>
|
173
|
-
<li><p class="first"><a class="reference internal" href="../reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a> 関数</p>
|
174
|
-
</li>
|
175
|
-
<li><p class="first"><a class="reference internal" href="../reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a> 関数</p>
|
176
|
-
</li>
|
177
|
-
<li><p class="first"><a class="reference internal" href="../reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> 関数</p>
|
178
|
-
</li>
|
133
|
+
<li>windows: groonga-normalizer-mysqlをバンドルするようにしました。</li>
|
134
|
+
<li>[<a class="reference internal" href="../reference/log.html"><span class="doc">ログ</span></a>] <code class="docutils literal"><span class="pre">PID</span></code> に関するログフォーマットの説明を追加しました。</li>
|
135
|
+
<li>[<a class="reference internal" href="../install/centos.html"><span class="doc">CentOS</span></a>] 最近の <code class="docutils literal"><span class="pre">groonga-release</span></code> パッケージに関して、インストール手順を改善しました。</li>
|
136
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] コマンドバージョンが3以降の場合に、 <code class="docutils literal"><span class="pre">{"n_loaded_records":</span> <span class="pre">N}</span></code> をレスポンスに含めるようにしました。</li>
|
137
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] コマンドバージョンが3以降の場合に、 <code class="docutils literal"><span class="pre">--output_ids</span> <span class="pre">yes</span></code> パラメータを指定できるようにしました。もし <code class="docutils literal"><span class="pre">--output_ids</span> <span class="pre">yes</span></code> が指定されていたら、ロードできたID(<code class="docutils literal"><span class="pre">loaded_ids</span></code>)が返却されます。IDが0ならロードに失敗したことを意味します。</li>
|
138
|
+
<li>[<a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a>] 依存するパッケージ(Zstandard, LZ4)に関してインストール手順を追加しました。</li>
|
139
|
+
<li>正規表現ライブラリーとしてOnigmo 6.0を使うようにしました。</li>
|
140
|
+
<li>実験的扱いだったいくつかの機能を正式版として今後扱うことにしました。<ul>
|
141
|
+
<li><a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a> コマンド</li>
|
142
|
+
<li><a class="reference internal" href="../reference/commands/request_cancel.html"><span class="doc">request_cancel</span></a> コマンド</li>
|
143
|
+
<li><a class="reference internal" href="../reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a> 関数</li>
|
144
|
+
<li><a class="reference internal" href="../reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a> 関数</li>
|
145
|
+
<li><a class="reference internal" href="../reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> 関数</li>
|
179
146
|
</ul>
|
180
147
|
</li>
|
181
|
-
<li
|
182
|
-
</li>
|
183
|
-
<li
|
184
|
-
</li>
|
185
|
-
<li><p class="first">転置インデックスの更新が遅くなるケースを改善しました。この修正でメモリ使用量も削減されます。 [groonga-dev,04219] [宮下さんが報告]</p>
|
186
|
-
</li>
|
148
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.8に更新しました。</li>
|
149
|
+
<li><code class="docutils literal"><span class="pre">AND</span></code> 検索時の応答時間を改善しました。[GitHub#618,#619,#620] [村上さんがパッチ提供]</li>
|
150
|
+
<li>転置インデックスの更新が遅くなるケースを改善しました。この修正でメモリ使用量も削減されます。 [groonga-dev,04219] [宮下さんが報告]</li>
|
187
151
|
</ul>
|
188
152
|
</div>
|
189
153
|
<div class="section" id="id6">
|
190
154
|
<h3>修正<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
191
155
|
<ul class="simple">
|
192
|
-
<li><
|
193
|
-
</li>
|
156
|
+
<li><code class="docutils literal"><span class="pre">grn_ctx_at</span></code> の返り値の <code class="docutils literal"><span class="pre">NULL</span></code> チェックが抜けているのを修正しました。この修正により意図しないクラッシュを回避できるようになります。</li>
|
194
157
|
</ul>
|
195
158
|
</div>
|
196
159
|
<div class="section" id="id7">
|
197
160
|
<h3>感謝<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
198
161
|
<ul class="simple">
|
199
|
-
<li
|
200
|
-
</li>
|
162
|
+
<li>村上さん</li>
|
201
163
|
<li>Masanori Miyashita</li>
|
202
164
|
</ul>
|
203
165
|
</div>
|
@@ -207,8 +169,7 @@
|
|
207
169
|
<div class="section" id="id8">
|
208
170
|
<h3>改良<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
209
171
|
<ul class="simple">
|
210
|
-
<li
|
211
|
-
<ul>
|
172
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] 以下の関数をslicesでサポートしました。<ul>
|
212
173
|
<li><a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a></li>
|
213
174
|
<li><a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a></li>
|
214
175
|
<li><a class="reference internal" href="../reference/functions/geo_in_rectangle.html"><span class="doc">geo_in_rectangle</span></a></li>
|
@@ -217,29 +178,20 @@
|
|
217
178
|
<li><a class="reference internal" href="../reference/functions/query.html"><span class="doc">query</span></a></li>
|
218
179
|
</ul>
|
219
180
|
</li>
|
220
|
-
<li
|
221
|
-
</li>
|
222
|
-
<li
|
223
|
-
|
224
|
-
<li
|
225
|
-
|
226
|
-
<li><p class="first">[rpm][centos] ZstandardをCentOS 6以降のパッケージで有効にしました。</p>
|
227
|
-
</li>
|
228
|
-
<li><p class="first">[<a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a>] <code class="docutils literal"><span class="pre">between()</span></code> のターゲットに <code class="docutils literal"><span class="pre">_key</span></code> を <code class="docutils literal"><span class="pre">between(_key,</span> <span class="pre">...)</span></code> として指定できるようになりました。</p>
|
229
|
-
</li>
|
230
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.11.6に更新しました。</p>
|
231
|
-
</li>
|
181
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] PIDのログ出力をサポートしました。複数のワーカープロセスを区別するのに便利です。メッセージは <code class="docutils literal"><span class="pre">TIMESTAMP|MARK|PID:</span> <span class="pre">MESSAGE</span></code> というように記録されます。</li>
|
182
|
+
<li>[ja] 小さなデータは圧縮するのをやめるようにしました。カラムのデータサイズが256バイト以下のときには <code class="docutils literal"><span class="pre">COMPRESS_ZLIB</span></code> や <code class="docutils literal"><span class="pre">COMPRESS_LZ4</span></code>、 <code class="docutils literal"><span class="pre">COMPRESS_ZSTD</span></code> といったフラグが指定されていても圧縮しません。この変更により、パフォーマンスやディスク使用効率が改善します。</li>
|
183
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] Zstandardをサポートしました。この機能を有効にするには <code class="docutils literal"><span class="pre">COMPRESS_ZSTD</span></code> フラグを使います。</li>
|
184
|
+
<li>[rpm][centos] ZstandardをCentOS 6以降のパッケージで有効にしました。</li>
|
185
|
+
<li>[<a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a>] <code class="docutils literal"><span class="pre">between()</span></code> のターゲットに <code class="docutils literal"><span class="pre">_key</span></code> を <code class="docutils literal"><span class="pre">between(_key,</span> <span class="pre">...)</span></code> として指定できるようになりました。</li>
|
186
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.6に更新しました。</li>
|
232
187
|
</ul>
|
233
188
|
</div>
|
234
189
|
<div class="section" id="id9">
|
235
190
|
<h3>修正<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
236
191
|
<ul class="simple">
|
237
|
-
<li
|
238
|
-
</li>
|
239
|
-
<li
|
240
|
-
</li>
|
241
|
-
<li><p class="first">[sort] ソートキーが圧縮されているカラムであり <code class="docutils literal"><span class="pre">--query</span></code> や <code class="docutils literal"><span class="pre">--filter</span></code> が同時に使われている場合にクラッシュする不具合を修正しました。</p>
|
242
|
-
</li>
|
192
|
+
<li>不必要なインデックスのチェックのせいで間違ったエラーが報告される不具合を修正しました。これはデフォルトのカラムの値である0が語彙表にすでに存在している場合に発生し、"[ii][delete][one] failed to allocate a segment: ..." といった意図しないエラーメッセージを表示します。</li>
|
193
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] <code class="docutils literal"><span class="pre">--dependent</span> <span class="pre">yes</span></code> を指定しているときに、エラーを返すことがある不具合を修正しました。この不具合により、一つ以上のカラムが同じテーブルを参照しているときにエラーが発生していました。</li>
|
194
|
+
<li>[sort] ソートキーが圧縮されているカラムであり <code class="docutils literal"><span class="pre">--query</span></code> や <code class="docutils literal"><span class="pre">--filter</span></code> が同時に使われている場合にクラッシュする不具合を修正しました。</li>
|
243
195
|
</ul>
|
244
196
|
</div>
|
245
197
|
</div>
|
@@ -248,48 +200,32 @@
|
|
248
200
|
<div class="section" id="id10">
|
249
201
|
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
250
202
|
<ul class="simple">
|
251
|
-
<li
|
252
|
-
</li>
|
253
|
-
<li
|
254
|
-
|
255
|
-
<li
|
256
|
-
|
257
|
-
<li><
|
258
|
-
|
259
|
-
<li
|
260
|
-
</li>
|
261
|
-
<li><p class="first">[<a class="reference internal" href="../reference/tables.html"><span class="doc">テーブル</span></a>] レコードIDの最大値の記述を更新しました。</p>
|
262
|
-
</li>
|
263
|
-
<li><p class="first">[mruby] <code class="docutils literal"><span class="pre">time</span></code> の値を保持する <code class="docutils literal"><span class="pre">mrb_value</span></code> を <code class="docutils literal"><span class="pre">grn_bulk</span></code> へ変換できるようにしました。 [GitHub:#607] [村上さんがパッチ提供]</p>
|
264
|
-
</li>
|
265
|
-
<li><p class="first">[ubuntu] Ubuntu 16.10 (Yakkety Yak)をサポートしました。</p>
|
266
|
-
</li>
|
267
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.11.5に更新しました。</p>
|
268
|
-
</li>
|
203
|
+
<li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] ダンプ結果をloadするテーブル名の出力順をIDではなく、名前順にしました。これは非互換な変更ですが、dump結果を比較しやすくできます。</li>
|
204
|
+
<li>[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>][<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] 古くなっていた記述を実行例も含めて改訂しました。英語版に加え、より小さなサイズのインデックスカラムに関する節も公開しました。</li>
|
205
|
+
<li>[実験的][httpd] groonga-httpd.confの設定をカスタマイズするのにmrubyをサポートしました。</li>
|
206
|
+
<li>[windows] バンドルしている Groonga Admin を 0.9.5に更新しました。メモリ使用量が大幅に減っているのでアップグレードを推奨します。このバージョンでは、Groonga 5.0.8以前をサポートしていないことに注意してください。</li>
|
207
|
+
<li>トークンとそのIDをエラー時にログに記録するようにしました。 [Gitter:groonga/ja:58043f77614116a2568d529c] [torinkyさんが提案]</li>
|
208
|
+
<li>[<a class="reference internal" href="../reference/tables.html"><span class="doc">テーブル</span></a>] レコードIDの最大値の記述を更新しました。</li>
|
209
|
+
<li>[mruby] <code class="docutils literal"><span class="pre">time</span></code> の値を保持する <code class="docutils literal"><span class="pre">mrb_value</span></code> を <code class="docutils literal"><span class="pre">grn_bulk</span></code> へ変換できるようにしました。 [GitHub:#607] [村上さんがパッチ提供]</li>
|
210
|
+
<li>[ubuntu] Ubuntu 16.10 (Yakkety Yak)をサポートしました。</li>
|
211
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.5に更新しました。</li>
|
269
212
|
</ul>
|
270
213
|
</div>
|
271
214
|
<div class="section" id="id11">
|
272
215
|
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
273
216
|
<ul class="simple">
|
274
|
-
<li
|
275
|
-
</li>
|
276
|
-
<li
|
277
|
-
|
278
|
-
<li><
|
279
|
-
</li>
|
280
|
-
<li><p class="first">[hash] 数多くのトークンフィルターが設定されている場合にメモリリークする問題を修正しました。</p>
|
281
|
-
</li>
|
282
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] 数値から始まる誤ったカラム名を <code class="docutils literal"><span class="pre">output_columns</span></code> に指定したときに無視されずにシンタックスエラーとなる不具合を修正しました。</p>
|
283
|
-
</li>
|
217
|
+
<li>インデックスカラム名がログに記録されるかわりに、インデックスカラムのテーブル名が記録されている不具合を修正しました。</li>
|
218
|
+
<li>インデックスを使った検索時に実行しているポスティングリストをスキップする最適化で間違った場所にスキップしてしまうことがある問題を修正しました。[Gitter:groonga/ja:57f2ff87d45d7f0f525e2216] [torinkyさんが報告]</li>
|
219
|
+
<li>静的インデックス構築時にメモリリークする問題を修正しました。</li>
|
220
|
+
<li>[hash] 数多くのトークンフィルターが設定されている場合にメモリリークする問題を修正しました。</li>
|
221
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] 数値から始まる誤ったカラム名を <code class="docutils literal"><span class="pre">output_columns</span></code> に指定したときに無視されずにシンタックスエラーとなる不具合を修正しました。</li>
|
284
222
|
</ul>
|
285
223
|
</div>
|
286
224
|
<div class="section" id="id12">
|
287
225
|
<h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
288
226
|
<ul class="simple">
|
289
|
-
<li
|
290
|
-
|
291
|
-
<li><p class="first">村上さん</p>
|
292
|
-
</li>
|
227
|
+
<li>torinkyさん</li>
|
228
|
+
<li>村上さん</li>
|
293
229
|
</ul>
|
294
230
|
</div>
|
295
231
|
</div>
|
@@ -298,50 +234,33 @@
|
|
298
234
|
<div class="section" id="id13">
|
299
235
|
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
300
236
|
<ul class="simple">
|
301
|
-
<li
|
302
|
-
</li>
|
303
|
-
<li
|
304
|
-
|
305
|
-
<li
|
306
|
-
</li>
|
307
|
-
<li
|
308
|
-
|
309
|
-
<li><p class="first">デフォルトのロックタイムアウトの値を2.7時間から15分へと短縮しました。</p>
|
310
|
-
</li>
|
311
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] "~" を "location" でサポートしました。"location ~ /d/..." などと指定します。</p>
|
312
|
-
</li>
|
313
|
-
<li><p class="first">[mruby] Visual Studioでのビルドエラーを修正するために最新のmrubyに更新しました。</p>
|
314
|
-
</li>
|
315
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.11.4に更新しました。</p>
|
316
|
-
</li>
|
237
|
+
<li>[<a class="reference internal" href="../reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] 壊れたテーブルやカラムを削除できるようになりました。 <code class="docutils literal"><span class="pre">force</span></code> パラメータで強制的に削除できます。</li>
|
238
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] match_columns, query, query_flags や query_expander を slices でサポートしました。</li>
|
239
|
+
<li>[http][httpd] 不完全なJSONがPOSTされても大丈夫なようにしました。JSONの妥当な部分だけを処理します。</li>
|
240
|
+
<li>[httpd] カスタムログファイルが指定されていたら、デフォルトのログファイルを作成しないようにしました。</li>
|
241
|
+
<li>デフォルトのロックタイムアウトの値を2.7時間から15分へと短縮しました。</li>
|
242
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] "~" を "location" でサポートしました。"location ~ /d/..." などと指定します。</li>
|
243
|
+
<li>[mruby] Visual Studioでのビルドエラーを修正するために最新のmrubyに更新しました。</li>
|
244
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.4に更新しました。</li>
|
317
245
|
</ul>
|
318
246
|
</div>
|
319
247
|
<div class="section" id="id14">
|
320
248
|
<h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
321
249
|
<ul class="simple">
|
322
|
-
<li
|
323
|
-
</li>
|
324
|
-
<li
|
325
|
-
</li>
|
326
|
-
<li
|
327
|
-
|
328
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>] <code class="docutils literal"><span class="pre">table_create</span></code> コマンドがキーの種類の指定がないのに <code class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></code> <code class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></code> や <code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> テーブルを作れてしまう不具合を修正しました。[GitHub#599]</p>
|
329
|
-
</li>
|
330
|
-
<li><p class="first">[admin] 新規レコードが作成できない不具合を修正しました。</p>
|
331
|
-
</li>
|
332
|
-
<li><p class="first">selectコマンドに誤ったフィルタを指定するとクラッシュする不具合を修正しました。</p>
|
333
|
-
</li>
|
250
|
+
<li>OpenBSDでのビルドエラーを修正しました。OpenBSDでは <code class="docutils literal"><span class="pre">TCP_NODELAY</span></code> を提供していないためです。[MariaDB JIRA: fix MDEV-7209] [Brad Smithさんが報告]</li>
|
251
|
+
<li>インデックスの削除チェック漏れを修正しました。ヒットすべきものが検索結果から漏れてしまっていました。Groonga 6.0.3以降がこの問題の影響を受けます。 [groonga-dev, 04107] [かずひこさんが報告]</li>
|
252
|
+
<li>[doc] Groonga 6.0.2のニュースでフォールバックとしてシーケンシャルサーチが <a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a> にも適用されるというのが記載されていないのを修正しました。[株式会社ぐるなびさんが報告]</li>
|
253
|
+
<li>[<a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a>] <code class="docutils literal"><span class="pre">table_create</span></code> コマンドがキーの種類の指定がないのに <code class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></code> <code class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></code> や <code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> テーブルを作れてしまう不具合を修正しました。[GitHub#599]</li>
|
254
|
+
<li>[admin] 新規レコードが作成できない不具合を修正しました。</li>
|
255
|
+
<li>selectコマンドに誤ったフィルタを指定するとクラッシュする不具合を修正しました。</li>
|
334
256
|
</ul>
|
335
257
|
</div>
|
336
258
|
<div class="section" id="id15">
|
337
259
|
<h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
338
260
|
<ul class="simple">
|
339
|
-
<li
|
340
|
-
|
341
|
-
<li
|
342
|
-
</li>
|
343
|
-
<li><p class="first">株式会社ぐるなびさん</p>
|
344
|
-
</li>
|
261
|
+
<li>Brad Smithさん</li>
|
262
|
+
<li>かずひこさん</li>
|
263
|
+
<li>株式会社ぐるなびさん</li>
|
345
264
|
</ul>
|
346
265
|
</div>
|
347
266
|
</div>
|
@@ -350,60 +269,38 @@
|
|
350
269
|
<div class="section" id="id16">
|
351
270
|
<h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
352
271
|
<ul class="simple">
|
353
|
-
<li
|
354
|
-
</li>
|
355
|
-
<li
|
356
|
-
</li>
|
357
|
-
<li
|
358
|
-
</li>
|
359
|
-
<li
|
360
|
-
|
361
|
-
<li
|
362
|
-
</li>
|
363
|
-
<li><
|
364
|
-
</li>
|
365
|
-
<li><
|
366
|
-
|
367
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a>][http] 実装していない関数に対して400 Bad Requestを返すようにしました。</p>
|
368
|
-
</li>
|
369
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 失敗時にレスポンスボディを返すようにしました。</p>
|
370
|
-
</li>
|
371
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 大規模なデータをストリーム処理できるようになりました。</p>
|
372
|
-
</li>
|
373
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">key</span></code> がインデックスカラムのソースカラムとして指定されているときに、シーケンシャルサーチを <code class="docutils literal"><span class="pre">_key</span></code> でできるようになりました。</p>
|
374
|
-
</li>
|
375
|
-
<li><p class="first">ログレベルが <code class="docutils literal"><span class="pre">info</span></code> のときに、データカラムに対するアクセサが選んだインデックスの情報を表示できるようになりました。</p>
|
376
|
-
</li>
|
377
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] インデックスのソースを設定する際に、語彙表の妥当性チェックを追加しました。もしユーザーが <code class="docutils literal"><span class="pre">column_create</span></code> で間違ったインデックスを作成しようとすると、この妥当性チェックで詳細を表示します。</p>
|
378
|
-
</li>
|
379
|
-
<li><p class="first">[<a class="reference internal" href="../limitations.html"><span class="doc">制限事項</span></a>] テーブルの制限に関する説明を更新しました。</p>
|
380
|
-
</li>
|
272
|
+
<li>[<a class="reference internal" href="../reference/commands/object_list.html"><span class="doc">object_list</span></a>] <code class="docutils literal"><span class="pre">value_size</span></code> や <code class="docutils literal"><span class="pre">n_elements</span></code> といったメタデータのプロパティを表示できるようにしました。</li>
|
273
|
+
<li>セレクタごとにオペレータを指定できるようになりました。この変更でセレクタごとにインデックスを正しく選択できるようになりました。例えば <code class="docutils literal"><span class="pre">between()</span></code> が範囲検索のためのインデックスを選択したり、 <code class="docutils literal"><span class="pre">in_values()</span></code> が等価比較のためのインデックスを選択したりできるようになりました。 [GitHub#589] [村上さんが報告]</li>
|
274
|
+
<li>[debian] これまではGroongaの [<a class="reference internal" href="../reference/commands/log_reopen.html"><span class="doc">log_reopen</span></a>] コマンドを使っていましたが、nginxのログを再オープンする機能を使うようにしました。これは <code class="docutils literal"><span class="pre">log_reopen</span></code> コマンドがワーカー1つのときだけきちんと動作するためです。nginxのログを再オープンする機能は複数のワーカーに対しても問題なく動作します。</li>
|
275
|
+
<li>[<a class="reference internal" href="../reference/commands/table_copy.html"><span class="doc">table_copy</span></a>] 指定したテーブルをコピーするための <code class="docutils literal"><span class="pre">table_copy</span></code> コマンドを追加しました。</li>
|
276
|
+
<li>[<a class="reference internal" href="../reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] AテーブルのレコードをBテーブルのレコードにキャストできるようにしました。この修正により以前のバージョンで <code class="docutils literal"><span class="pre">column_copy</span></code> したときに失敗していた問題が解消します。ただし、どちらのテーブルも <code class="docutils literal"><span class="pre">key</span></code> をサポートしていなければいけません。</li>
|
277
|
+
<li>[<a class="reference internal" href="../reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] 参照型のベクタをサポートしました。</li>
|
278
|
+
<li>[admin] レスポンスがなくエラーになる場合に対応しました。"Loading..."メッセージが表示されたままになる問題が解消します。</li>
|
279
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a>][http] 実装していない関数に対して400 Bad Requestを返すようにしました。</li>
|
280
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 失敗時にレスポンスボディを返すようにしました。</li>
|
281
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 大規模なデータをストリーム処理できるようになりました。</li>
|
282
|
+
<li><code class="docutils literal"><span class="pre">key</span></code> がインデックスカラムのソースカラムとして指定されているときに、シーケンシャルサーチを <code class="docutils literal"><span class="pre">_key</span></code> でできるようになりました。</li>
|
283
|
+
<li>ログレベルが <code class="docutils literal"><span class="pre">info</span></code> のときに、データカラムに対するアクセサが選んだインデックスの情報を表示できるようになりました。</li>
|
284
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] インデックスのソースを設定する際に、語彙表の妥当性チェックを追加しました。もしユーザーが <code class="docutils literal"><span class="pre">column_create</span></code> で間違ったインデックスを作成しようとすると、この妥当性チェックで詳細を表示します。</li>
|
285
|
+
<li>[<a class="reference internal" href="../limitations.html"><span class="doc">制限事項</span></a>] テーブルの制限に関する説明を更新しました。</li>
|
381
286
|
</ul>
|
382
287
|
</div>
|
383
288
|
<div class="section" id="id17">
|
384
289
|
<h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
385
290
|
<ul class="simple">
|
386
|
-
<li
|
387
|
-
|
388
|
-
<li><
|
389
|
-
</li>
|
390
|
-
<li
|
391
|
-
</li>
|
392
|
-
<li
|
393
|
-
</li>
|
394
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] カラムの値を設定するときに失敗したらエラーを報告するようにしました。カラムの型と実際の値が一致していないときに気づけるようになります。</p>
|
395
|
-
</li>
|
396
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 成功時に誤った HTTP ステータスが設定されている不具合を修正しました。</p>
|
397
|
-
</li>
|
398
|
-
<li><p class="first">[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>][<a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a>] シーケンシャルサーチでレコードIDを正しく解決するようにしました。[GitHub#591,#592,#593] [村上さんがパッチ提供]</p>
|
399
|
-
</li>
|
291
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] ログを記録する際にバッファオーバーフローが発生する不具合を修正しました。</li>
|
292
|
+
<li>クリティカルなエラーが発生したときでも、レスポンスを出力するようにしました。</li>
|
293
|
+
<li><code class="docutils literal"><span class="pre">grn_ctx_send</span></code> が呼ばれるたびに、出力バッファをクリアするようにしました。ときどきレスポンスが壊れてしまう問題がおそらくこれで解決します。[GitHub#330]</li>
|
294
|
+
<li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] <code class="docutils literal"><span class="pre">prefix_match_size</span></code> オプションが間違ったノードを返してしまう不具合を修正しました。このせいで <code class="docutils literal"><span class="pre">fuzzy_search</span></code> が間違った編集距離を返していました。 [GitHub#590] [村上さんがパッチ提供]</li>
|
295
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] カラムの値を設定するときに失敗したらエラーを報告するようにしました。カラムの型と実際の値が一致していないときに気づけるようになります。</li>
|
296
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 成功時に誤った HTTP ステータスが設定されている不具合を修正しました。</li>
|
297
|
+
<li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>][<a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a>] シーケンシャルサーチでレコードIDを正しく解決するようにしました。[GitHub#591,#592,#593] [村上さんがパッチ提供]</li>
|
400
298
|
</ul>
|
401
299
|
</div>
|
402
300
|
<div class="section" id="id18">
|
403
301
|
<h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
404
302
|
<ul class="simple">
|
405
|
-
<li
|
406
|
-
</li>
|
303
|
+
<li>村上さん</li>
|
407
304
|
</ul>
|
408
305
|
</div>
|
409
306
|
</div>
|
@@ -412,58 +309,37 @@
|
|
412
309
|
<div class="section" id="id19">
|
413
310
|
<h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
414
311
|
<ul class="simple">
|
415
|
-
<li
|
416
|
-
</li>
|
417
|
-
<li
|
418
|
-
</li>
|
419
|
-
<li
|
420
|
-
</li>
|
421
|
-
<li
|
422
|
-
</li>
|
423
|
-
<li
|
424
|
-
</li>
|
425
|
-
<li
|
426
|
-
|
427
|
-
<li><p class="first">[mruby] <code class="docutils literal"><span class="pre">expression_rewriter</span></code> でバルクオブジェクトからFloatの値を取り出せるようにしました。 [GitHub#587] [村上さんがパッチ提供]</p>
|
428
|
-
</li>
|
429
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] ダンプ結果のテーブルの出力順をIDではなく、名前順にしました。これは非互換な変更ですが、これまでどおりリストアすることができます。</p>
|
430
|
-
</li>
|
431
|
-
<li><p class="first">[Windows] バンドルしているmsgpackを2.0.0に更新しました。</p>
|
432
|
-
</li>
|
433
|
-
<li><p class="first">[windows] <a class="reference internal" href="../reference/executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a> コマンドを含めるようにしました。</p>
|
434
|
-
</li>
|
435
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.11.3に更新しました。</p>
|
436
|
-
</li>
|
437
|
-
<li><p class="first">[deb] Ubuntu 15.10 (Wily werewolf)のサポートをやめました。</p>
|
438
|
-
</li>
|
312
|
+
<li>[<a class="reference internal" href="../reference/functions/string_substring.html"><span class="doc">string_substring</span></a>] 部分文字列を取得するための <code class="docutils literal"><span class="pre">string_substring</span></code> 関数を追加しました。 <code class="docutils literal"><span class="pre">string_substring</span></code> の構文は <code class="docutils literal"><span class="pre">string_substring(string,</span> <span class="pre">from,</span> <span class="pre">[length])</span></code> です。[GitHub#564] [村上さんがパッチ提供]</li>
|
313
|
+
<li>[実験的] <code class="docutils literal"><span class="pre">GRN_II_MAX_N_SEGMENTS_TINY</span></code> と <code class="docutils literal"><span class="pre">GRN_II_MAX_N_CHUNKS_TINY</span></code> という環境変数を追加しました。これはセグメントやチャンクの最大値のデフォルト値をカスタマイズするのに使います。この機能はスカラー値を保存しているカラムに対して作成したインデックスカラムに影響します。最大値を調整することでメモリー使用量を削減することができますが、まだ十分にテストされていません。</li>
|
314
|
+
<li>[<a class="reference internal" href="../reference/functions/vector_slice.html"><span class="doc">vector_slice</span></a>] ベクターカラムの特定の要素を取りだすことのできる <code class="docutils literal"><span class="pre">vector_slice</span></code> 関数を追加しました。 [GitHub#582] [村上さんがパッチ提供]</li>
|
315
|
+
<li>PATやDATテーブルでインデックスを使った <code class="docutils literal"><span class="pre">_key</span></code> の範囲検索をサポートしました。 [GitHub#583]</li>
|
316
|
+
<li>[<a class="reference internal" href="../reference/commands/object_list.html"><span class="doc">object_list</span></a>] デバッグ用途に <code class="docutils literal"><span class="pre">object_list</span></code> コマンドを追加しました。データベースの破損を診断するのに便利です。</li>
|
317
|
+
<li><code class="docutils literal"><span class="pre">object_list</span></code> のレスポンスをチェックするスクリプトを追加しました。</li>
|
318
|
+
<li>[mruby] <code class="docutils literal"><span class="pre">expression_rewriter</span></code> でバルクオブジェクトからFloatの値を取り出せるようにしました。 [GitHub#587] [村上さんがパッチ提供]</li>
|
319
|
+
<li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] ダンプ結果のテーブルの出力順をIDではなく、名前順にしました。これは非互換な変更ですが、これまでどおりリストアすることができます。</li>
|
320
|
+
<li>[Windows] バンドルしているmsgpackを2.0.0に更新しました。</li>
|
321
|
+
<li>[windows] <a class="reference internal" href="../reference/executables/groonga-suggest-create-dataset.html"><span class="doc">groonga-suggest-create-dataset</span></a> コマンドを含めるようにしました。</li>
|
322
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.3に更新しました。</li>
|
323
|
+
<li>[deb] Ubuntu 15.10 (Wily werewolf)のサポートをやめました。</li>
|
439
324
|
</ul>
|
440
325
|
</div>
|
441
326
|
<div class="section" id="id20">
|
442
327
|
<h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
443
328
|
<ul class="simple">
|
444
|
-
<li
|
445
|
-
</li>
|
446
|
-
<li
|
447
|
-
</li>
|
448
|
-
<li
|
449
|
-
</li>
|
450
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">Time</span></code> カラムの値の精度が落ちてしまう不具合を修正しました。 [GitHub#581]</p>
|
451
|
-
</li>
|
452
|
-
<li><p class="first">複数の論理演算を実行する際、オブジェクトリテラルの実装に問題があったのを修正しました。 [GitHub#584] [村上さんがパッチ提供]</p>
|
453
|
-
</li>
|
454
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">Float</span></code>、<code class="docutils literal"><span class="pre">WGS84GeoPoint</span></code>、<code class="docutils literal"><span class="pre">TokyoGeoPoint</span></code> が指定していなくても <code class="docutils literal"><span class="pre">GRN_OBJ_COMPRESS_ZLIB</span></code> フラグつきで作成されてしまう不具合を修正しました。 [GitHub#586] [村上さんが報告]</p>
|
455
|
-
</li>
|
329
|
+
<li>[examples edict] <code class="docutils literal"><span class="pre">gzcat</span></code> があれば、 <code class="docutils literal"><span class="pre">zcat</span></code> のかわりにそちらを使うようにしました。[GitHub#576] [玉野さんがパッチ提供]</li>
|
330
|
+
<li>参照値を取得する前にポインタのnullチェックを追加しました。 [GitHub#579] [皆川さんがパッチ提供]</li>
|
331
|
+
<li>インデックスが利用可能であれば、シーケンシャルサーチをしないようにしました。[GitHub#580]</li>
|
332
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">Time</span></code> カラムの値の精度が落ちてしまう不具合を修正しました。 [GitHub#581]</li>
|
333
|
+
<li>複数の論理演算を実行する際、オブジェクトリテラルの実装に問題があったのを修正しました。 [GitHub#584] [村上さんがパッチ提供]</li>
|
334
|
+
<li><code class="docutils literal"><span class="pre">Float</span></code>、<code class="docutils literal"><span class="pre">WGS84GeoPoint</span></code>、<code class="docutils literal"><span class="pre">TokyoGeoPoint</span></code> が指定していなくても <code class="docutils literal"><span class="pre">GRN_OBJ_COMPRESS_ZLIB</span></code> フラグつきで作成されてしまう不具合を修正しました。 [GitHub#586] [村上さんが報告]</li>
|
456
335
|
</ul>
|
457
336
|
</div>
|
458
337
|
<div class="section" id="id21">
|
459
338
|
<h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
460
339
|
<ul class="simple">
|
461
|
-
<li
|
462
|
-
|
463
|
-
<li
|
464
|
-
</li>
|
465
|
-
<li><p class="first">皆川さん</p>
|
466
|
-
</li>
|
340
|
+
<li>村上さん</li>
|
341
|
+
<li>玉野裕也さん</li>
|
342
|
+
<li>皆川さん</li>
|
467
343
|
</ul>
|
468
344
|
</div>
|
469
345
|
</div>
|
@@ -472,56 +348,36 @@
|
|
472
348
|
<div class="section" id="id22">
|
473
349
|
<h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
474
350
|
<ul class="simple">
|
475
|
-
<li
|
476
|
-
|
477
|
-
<li><
|
478
|
-
</li>
|
479
|
-
<li
|
480
|
-
</li>
|
481
|
-
<li><
|
482
|
-
</li>
|
483
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">--drilldown</span></code> を <code class="docutils literal"><span class="pre">command_version=3</span></code> でも使えるようにしました。 [groonga-dev,04055] [村上さんが報告]</p>
|
484
|
-
</li>
|
485
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_table_select_sequential()</span></code> の無駄なコードを削除しました。[GitHub#560] [皆川さんが報告]</p>
|
486
|
-
</li>
|
487
|
-
<li><p class="first">grn_table_setoperation(): <code class="docutils literal"><span class="pre">GRN_OP_ADJUST</span></code> でスコアを上書きするのではなく、加算することにしました。この変更は <code class="docutils literal"><span class="pre">grn_ii_posting_add()</span></code> との一貫性を保つために行いました。[groonga-dev,04058] [村上さんが報告]</p>
|
488
|
-
</li>
|
489
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] 1スレッドで動作しているときに開くテーブルやカラムの最大数を減らすようにしました。</p>
|
490
|
-
</li>
|
351
|
+
<li>[<a class="reference internal" href="../reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] 正式なコマンド扱いにしました。</li>
|
352
|
+
<li>[mruby] マッチ件数を効率よく見積ることで、前方一致検索を最適化しました。</li>
|
353
|
+
<li>[<a class="reference internal" href="../reference/functions/fuzzy_search.html"><span class="doc">fuzzy_search</span></a>] 第3引数として <code class="docutils literal"><span class="pre">max_distance</span></code> オプションを受けつけるようにしました。よく使うオプションを指定しやすくなります。[GitHub#553] [GitHub#183] [村上さんがパッチ提供]</li>
|
354
|
+
<li>[<a class="reference internal" href="../reference/commands/query_expand.html"><span class="doc">query_expand</span></a>] クエリ展開のコマンドをサポートしました。同義語がたくさんあるときに使うと便利です。</li>
|
355
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">--drilldown</span></code> を <code class="docutils literal"><span class="pre">command_version=3</span></code> でも使えるようにしました。 [groonga-dev,04055] [村上さんが報告]</li>
|
356
|
+
<li><code class="docutils literal"><span class="pre">grn_table_select_sequential()</span></code> の無駄なコードを削除しました。[GitHub#560] [皆川さんが報告]</li>
|
357
|
+
<li>grn_table_setoperation(): <code class="docutils literal"><span class="pre">GRN_OP_ADJUST</span></code> でスコアを上書きするのではなく、加算することにしました。この変更は <code class="docutils literal"><span class="pre">grn_ii_posting_add()</span></code> との一貫性を保つために行いました。[groonga-dev,04058] [村上さんが報告]</li>
|
358
|
+
<li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] 1スレッドで動作しているときに開くテーブルやカラムの最大数を減らすようにしました。</li>
|
491
359
|
</ul>
|
492
360
|
</div>
|
493
361
|
<div class="section" id="id23">
|
494
362
|
<h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
495
363
|
<ul class="simple">
|
496
|
-
<li
|
497
|
-
|
498
|
-
<li><
|
499
|
-
</li>
|
500
|
-
<li
|
501
|
-
</li>
|
502
|
-
<li
|
503
|
-
</li>
|
504
|
-
<li><p class="first">検索結果から特定のレコードが漏れてしまう不具合を修正しました。マルチカラムインデックスを <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> フラグ付きで静的構築していると発生します。 [GitHub#551]</p>
|
505
|
-
</li>
|
506
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code> が有効な状態でデータをロードしている最中に検索するとクラッシュする不具合を修正しました。 <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE</span></code> はGroonga 6.0.3からデフォルトで有効になりました。</p>
|
507
|
-
</li>
|
508
|
-
<li><p class="first">[<a class="reference internal" href="../reference/token_filters.html"><span class="doc">トークンフィルター</span></a>] スレッドセーフでない実装であったのを修正しました。</p>
|
509
|
-
</li>
|
510
|
-
<li><p class="first">[doc] Groonga 6.0.4のリリースエントリの誤字を修正しました。 [GitHub#559] [cafedomancerさんがパッチ提供]</p>
|
511
|
-
</li>
|
364
|
+
<li>[CMake][Windows] mrubyスクリプトのインストール漏れを修正しました。 [groonga-dev,04040] [清川さんが報告]</li>
|
365
|
+
<li>[Windows] msgpack-cのソースコードをバンドルするようにしました。</li>
|
366
|
+
<li>[<a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a>] デフォルトのデータベースエンコーディング(utf8)の記述誤りを修正しました。 [GitHub#549] [岩井さんがパッチ提供]</li>
|
367
|
+
<li>[<a class="reference internal" href="../contribution/development/cooperation.html"><span class="doc">ユーザーと協力して開発をうまく進めていくための指針</span></a>] 製品名の記述の誤り(Twitter)を修正しました。 [GitHub#550] [岩井さんがパッチ提供]</li>
|
368
|
+
<li>検索結果から特定のレコードが漏れてしまう不具合を修正しました。マルチカラムインデックスを <code class="docutils literal"><span class="pre">WITH_SECTION</span></code> フラグ付きで静的構築していると発生します。 [GitHub#551]</li>
|
369
|
+
<li><code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code> が有効な状態でデータをロードしている最中に検索するとクラッシュする不具合を修正しました。 <code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE</span></code> はGroonga 6.0.3からデフォルトで有効になりました。</li>
|
370
|
+
<li>[<a class="reference internal" href="../reference/token_filters.html"><span class="doc">トークンフィルター</span></a>] スレッドセーフでない実装であったのを修正しました。</li>
|
371
|
+
<li>[doc] Groonga 6.0.4のリリースエントリの誤字を修正しました。 [GitHub#559] [cafedomancerさんがパッチ提供]</li>
|
512
372
|
</ul>
|
513
373
|
</div>
|
514
374
|
<div class="section" id="id24">
|
515
375
|
<h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
516
376
|
<ul class="simple">
|
517
|
-
<li
|
518
|
-
|
519
|
-
<li
|
520
|
-
|
521
|
-
<li><p class="first">岩井さん</p>
|
522
|
-
</li>
|
523
|
-
<li><p class="first">cafedomancerさん</p>
|
524
|
-
</li>
|
377
|
+
<li>村上さん</li>
|
378
|
+
<li>清川さん</li>
|
379
|
+
<li>岩井さん</li>
|
380
|
+
<li>cafedomancerさん</li>
|
525
381
|
</ul>
|
526
382
|
</div>
|
527
383
|
</div>
|
@@ -531,17 +387,14 @@
|
|
531
387
|
<div class="section" id="id25">
|
532
388
|
<h3>修正<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
533
389
|
<ul class="simple">
|
534
|
-
<li
|
535
|
-
</li>
|
536
|
-
<li><p class="first">大きなインデックスを使って検索した場合、不正なデータを参照することがある問題を修正しました。この問題が発生すると検索結果が返るまで長い時間がかかります。 [GitHub#548][groonga-dev,04028][篠田さんが報告]</p>
|
537
|
-
</li>
|
390
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">--columns</span></code> で作成した一時カラムに対する <code class="docutils literal"><span class="pre">--drilldown</span></code> が解放済みのメモリーを参照する問題を修正しました。</li>
|
391
|
+
<li>大きなインデックスを使って検索した場合、不正なデータを参照することがある問題を修正しました。この問題が発生すると検索結果が返るまで長い時間がかかります。 [GitHub#548][groonga-dev,04028][篠田さんが報告]</li>
|
538
392
|
</ul>
|
539
393
|
</div>
|
540
394
|
<div class="section" id="id26">
|
541
395
|
<h3>感謝<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
542
396
|
<ul class="simple">
|
543
|
-
<li
|
544
|
-
</li>
|
397
|
+
<li>篠田さん</li>
|
545
398
|
</ul>
|
546
399
|
</div>
|
547
400
|
</div>
|
@@ -603,21 +456,16 @@
|
|
603
456
|
<div class="section" id="id28">
|
604
457
|
<h3>修正<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
605
458
|
<ul class="simple">
|
606
|
-
<li
|
607
|
-
|
608
|
-
<li
|
609
|
-
|
610
|
-
<li><p class="first">mrubyのプラグインが複数のスレッドから初期化されるとクラッシュする不具合を修正しました。</p>
|
611
|
-
</li>
|
612
|
-
<li><p class="first">ポスティングリストが非常に長くなると、静的インデックス構築時にクラッシュする不具合を修正しました。これはデータベースのサイズが非常に大きいと発生する可能性があります。</p>
|
613
|
-
</li>
|
459
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] output_columns v2: <code class="docutils literal"><span class="pre">*</span></code> が正しく展開されない不具合を修正しました。</li>
|
460
|
+
<li>タイムスタンプの値から1usecの情報が失なわれてしまう不具合を修正しました。</li>
|
461
|
+
<li>mrubyのプラグインが複数のスレッドから初期化されるとクラッシュする不具合を修正しました。</li>
|
462
|
+
<li>ポスティングリストが非常に長くなると、静的インデックス構築時にクラッシュする不具合を修正しました。これはデータベースのサイズが非常に大きいと発生する可能性があります。</li>
|
614
463
|
</ul>
|
615
464
|
</div>
|
616
465
|
<div class="section" id="id29">
|
617
466
|
<h3>感謝<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
618
467
|
<ul class="simple">
|
619
|
-
<li
|
620
|
-
</li>
|
468
|
+
<li>村上さん</li>
|
621
469
|
</ul>
|
622
470
|
</div>
|
623
471
|
</div>
|
@@ -626,52 +474,29 @@
|
|
626
474
|
<div class="section" id="id30">
|
627
475
|
<h3>改良<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
628
476
|
<ul class="simple">
|
629
|
-
<li
|
630
|
-
</li>
|
631
|
-
<li
|
632
|
-
</li>
|
633
|
-
<li
|
634
|
-
</li>
|
635
|
-
<li
|
636
|
-
|
637
|
-
<li
|
638
|
-
|
639
|
-
<li><
|
640
|
-
</li>
|
641
|
-
<li><
|
642
|
-
|
643
|
-
<li
|
644
|
-
</li>
|
645
|
-
<li
|
646
|
-
|
647
|
-
<li
|
648
|
-
</li>
|
649
|
-
<li
|
650
|
-
</li>
|
651
|
-
<li
|
652
|
-
</li>
|
653
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">Int{8,16,64}/UInt{8,16,64}</span></code> 型のグループ化をサポートしました。以前のバージョンでは32bitのみがサポートされていました。</p>
|
654
|
-
</li>
|
655
|
-
<li><p class="first">ソートキーの指定がおかしいときにテーブル名もエラーメッセージに含めるようにしました。</p>
|
656
|
-
</li>
|
657
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] ドキュメントを更新しました。</p>
|
658
|
-
</li>
|
659
|
-
<li><p class="first">[<a class="reference internal" href="../reference/suggest/completion.html"><span class="doc">補完</span></a>] 実行例の誤字を修正しました。[groonga-dev,04008] [立川さんが報告]</p>
|
660
|
-
</li>
|
661
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] 後方互換を保つようにしました。ただし、<code class="docutils literal"><span class="pre">inspect</span></code> のかわりに <code class="docutils literal"><span class="pre">object_inspect</span></code> を使うようにしてください。</p>
|
662
|
-
</li>
|
663
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.9.15に更新しました。</p>
|
664
|
-
</li>
|
665
|
-
<li><p class="first">[rpm][centos] systemdをサポートしました。</p>
|
666
|
-
</li>
|
667
|
-
<li><p class="first">[doc] HTML形式のドキュメントのみをサポートするようにしました。 [GitHub#532] [Hiroshi Ohkuboさんがパッチ提供]</p>
|
668
|
-
</li>
|
669
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>][centos] 環境変数をカスタマイズできるようにしました。</p>
|
670
|
-
</li>
|
671
|
-
<li><p class="first">[<a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a>] <code class="docutils literal"><span class="pre">--with-package-platorm</span></code> オプションのドキュメントを更新しました。</p>
|
672
|
-
</li>
|
673
|
-
<li><p class="first">[ubuntu] Ubuntu 16.04 (Xenial Xerus)をサポートしました。</p>
|
674
|
-
</li>
|
477
|
+
<li>比較オペレータ(<code class="docutils literal"><span class="pre">></span></code>, <code class="docutils literal"><span class="pre">>=</span></code>, <code class="docutils literal"><span class="pre"><</span></code>, <code class="docutils literal"><span class="pre"><=</span></code>)でbool値をサポートしました。TRUEは1、FALSEは0とみなします。これによりbool値を返す関数を比較の際に使えるようになりました。</li>
|
478
|
+
<li>[groonga-http][<a class="reference internal" href="../reference/command/request_timeout.html"><span class="doc">リクエストタイムアウト</span></a>] <code class="docutils literal"><span class="pre">request_timeout</span></code> パラメータをサポートしました。リクエストがキャンセルされたときには、ステータスとして <code class="docutils literal"><span class="pre">HTTP/1.1</span> <span class="pre">408</span> <span class="pre">Request</span> <span class="pre">Timeout</span></code> を返します。</li>
|
479
|
+
<li>[<a class="reference internal" href="../reference/commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>] <code class="docutils literal"><span class="pre">index_column</span></code> オプションを追加しました。[GitHub#534] [村上さんがパッチ提供]</li>
|
480
|
+
<li>[<a class="reference internal" href="../reference/commands/table_tokenize.html"><span class="doc">table_tokenize</span></a>] <code class="docutils literal"><span class="pre">estimated_size</span></code> を出力できるようにしました。 [GitHub#518] [村上さんがパッチ提供]</li>
|
481
|
+
<li>[<a class="reference internal" href="../reference/functions/geo_in_rectangle.html"><span class="doc">geo_in_rectangle</span></a>][<a class="reference internal" href="../reference/functions/geo_in_circle.html"><span class="doc">geo_in_circle</span></a>] インデックスがなくても動作するようにしました。その場合、シーケンシャルサーチへとフォールバックして動作します。</li>
|
482
|
+
<li>不必要なループ処理を除去しました。これによりフレーズ検索のパフォーマンスが向上します。[GitHub#519] [村上さんがパッチ提供]</li>
|
483
|
+
<li>[<a class="reference internal" href="../contribution.html"><span class="doc">Groongaへのコントリビュート方法</span></a>] コントリビューション方法のドキュメントを更新しました。[GitHub#522] [Hiroshi Ohkuboさんがパッチ提供]</li>
|
484
|
+
<li>[<a class="reference internal" href="../reference/command/return_code.html"><span class="doc">リターンコード</span></a>] リターンコードのドキュメントを更新しました。</li>
|
485
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a>] <code class="docutils literal"><span class="pre">--default-request-timeout</span></code> オプションのドキュメントを追加しました。</li>
|
486
|
+
<li>[windows] DLLのバージョン表示に対応しました。</li>
|
487
|
+
<li>即値のみ指定されていても、インデックスを使って検索できるようにしました。例えば、<code class="docutils literal"><span class="pre">true</span> <span class="pre">||</span> <span class="pre">column</span> <span class="pre">></span> <span class="pre">0</span></code> というクエリでは <code class="docutils literal"><span class="pre">column</span></code> のインデックスがあっても使われませんでした。今回のリリースではインデックスが使われない問題が解決しています。</li>
|
488
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] 多段ドリルダウンをサポートしました。[GitHub#524,#526,#527,#528,#529] [村上さんがパッチ提供]</li>
|
489
|
+
<li><code class="docutils literal"><span class="pre">Int{8,16,64}/UInt{8,16,64}</span></code> 型のグループ化をサポートしました。以前のバージョンでは32bitのみがサポートされていました。</li>
|
490
|
+
<li>ソートキーの指定がおかしいときにテーブル名もエラーメッセージに含めるようにしました。</li>
|
491
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a>] ドキュメントを更新しました。</li>
|
492
|
+
<li>[<a class="reference internal" href="../reference/suggest/completion.html"><span class="doc">補完</span></a>] 実行例の誤字を修正しました。[groonga-dev,04008] [立川さんが報告]</li>
|
493
|
+
<li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] 後方互換を保つようにしました。ただし、<code class="docutils literal"><span class="pre">inspect</span></code> のかわりに <code class="docutils literal"><span class="pre">object_inspect</span></code> を使うようにしてください。</li>
|
494
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.9.15に更新しました。</li>
|
495
|
+
<li>[rpm][centos] systemdをサポートしました。</li>
|
496
|
+
<li>[doc] HTML形式のドキュメントのみをサポートするようにしました。 [GitHub#532] [Hiroshi Ohkuboさんがパッチ提供]</li>
|
497
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>][centos] 環境変数をカスタマイズできるようにしました。</li>
|
498
|
+
<li>[<a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a>] <code class="docutils literal"><span class="pre">--with-package-platorm</span></code> オプションのドキュメントを更新しました。</li>
|
499
|
+
<li>[ubuntu] Ubuntu 16.04 (Xenial Xerus)をサポートしました。</li>
|
675
500
|
</ul>
|
676
501
|
</div>
|
677
502
|
<div class="section" id="id31">
|
@@ -715,12 +540,9 @@
|
|
715
540
|
<div class="section" id="id32">
|
716
541
|
<h3>感謝<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
717
542
|
<ul class="simple">
|
718
|
-
<li
|
719
|
-
|
720
|
-
<li
|
721
|
-
</li>
|
722
|
-
<li><p class="first">立川さん</p>
|
723
|
-
</li>
|
543
|
+
<li>村上さん</li>
|
544
|
+
<li>Hiroshi Ohkuboさん</li>
|
545
|
+
<li>立川さん</li>
|
724
546
|
</ul>
|
725
547
|
</div>
|
726
548
|
</div>
|
@@ -777,35 +599,23 @@ load --table XXX --request_id x
|
|
777
599
|
<div class="section" id="id34">
|
778
600
|
<h3>修正<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
779
601
|
<ul class="simple">
|
780
|
-
<li
|
781
|
-
</li>
|
782
|
-
<li
|
783
|
-
</li>
|
784
|
-
<li
|
785
|
-
|
786
|
-
<li
|
787
|
-
</li>
|
788
|
-
<li><
|
789
|
-
</li>
|
790
|
-
<li
|
791
|
-
</li>
|
792
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] カラムを作成するのに失敗したときにクラッシュする不具合を修正しました。</p>
|
793
|
-
</li>
|
794
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] 存在しないテーブルを削除しようとするとクラッシュする不具合を修正しました。</p>
|
795
|
-
</li>
|
796
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">WITH_POSITION</span></code> フラグつきの(保存しているのがテキストでない)ベクターカラムに対してオフラインインデックス構築をすると位置情報が無視されてしまう不具合を修正しました。</p>
|
797
|
-
</li>
|
798
|
-
<li><p class="first">[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] 循環参照していると、スタックオーバーフローを引き起す不具合を修正しました。</p>
|
799
|
-
</li>
|
800
|
-
<li><p class="first">[deb] Ubuntu 15.04 (Vivid Vervet)のサポートをやめました。</p>
|
801
|
-
</li>
|
602
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] 存在しないカラムを指定したときに、クラッシュする不具合を修正しました。[GitHub#493]</li>
|
603
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] loadコマンドが適切なエラーコードを返さない不具合を修正しました。[GitHub#495]</li>
|
604
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] loadコマンドのカラムパラメータをパースするときにメモリリークしているのを修正しました。</li>
|
605
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">--columns</span></code> が指定されていないとき、 <code class="docutils literal"><span class="pre">--values</span></code> に含まれる最初の配列がカラム名のリストとして扱われてしまう不具合を修正しました。[GitHub#497]</li>
|
606
|
+
<li>[<a class="reference internal" href="../reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">--columns</span></code> をより厳密にチェックするようにしました。[GitHub#496]</li>
|
607
|
+
<li>スレッドセーフにするのに不十分なクリティカルセクションの扱いを修正しました。</li>
|
608
|
+
<li>[<a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a>] カラムを作成するのに失敗したときにクラッシュする不具合を修正しました。</li>
|
609
|
+
<li>[<a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] 存在しないテーブルを削除しようとするとクラッシュする不具合を修正しました。</li>
|
610
|
+
<li><code class="docutils literal"><span class="pre">WITH_POSITION</span></code> フラグつきの(保存しているのがテキストでない)ベクターカラムに対してオフラインインデックス構築をすると位置情報が無視されてしまう不具合を修正しました。</li>
|
611
|
+
<li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] 循環参照していると、スタックオーバーフローを引き起す不具合を修正しました。</li>
|
612
|
+
<li>[deb] Ubuntu 15.04 (Vivid Vervet)のサポートをやめました。</li>
|
802
613
|
</ul>
|
803
614
|
</div>
|
804
615
|
<div class="section" id="id35">
|
805
616
|
<h3>感謝<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
806
617
|
<ul class="simple">
|
807
|
-
<li
|
808
|
-
</li>
|
618
|
+
<li>結城洋志(Piro)さん</li>
|
809
619
|
</ul>
|
810
620
|
</div>
|
811
621
|
</div>
|
@@ -886,43 +696,27 @@ load --table XXX --request_id x
|
|
886
696
|
<div class="section" id="id37">
|
887
697
|
<h3>修正<a class="headerlink" href="#id37" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
888
698
|
<ul class="simple">
|
889
|
-
<li
|
890
|
-
</li>
|
891
|
-
<li
|
892
|
-
</li>
|
893
|
-
<li
|
894
|
-
</li>
|
895
|
-
<li><p class="first">[パトリシアトライ] パトリシアトライのキーが整数のとき、キーでソートするとソートされていない結果が返る問題を修正しました。 [GitHub#476][佐藤竜之介さんが報告]</p>
|
896
|
-
</li>
|
897
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">--query</span></code> に大量のキーワードを指定したときにクラッシュする問題を修正しました。 [GitHub#484][佐藤博之さんが報告]</p>
|
898
|
-
</li>
|
899
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <a class="reference internal" href="../reference/command/command_version.html"><span class="doc">コマンドバージョン</span></a> または <a class="reference internal" href="../reference/command/pretty_print.html"><span class="doc">プリティープリント</span></a> を使ったときに間違ったキャッシュが使われる問題を修正しました。 [GitHub#490][北市さんが報告]</p>
|
900
|
-
</li>
|
699
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] カラム出力処理にエラー処理を追加しました。 [GitHub#332][横山さんが報告]</li>
|
700
|
+
<li><code class="docutils literal"><span class="pre">function(インデックスがあるカラム)</span> <span class="pre">==</span> <span class="pre">29</span></code> が <code class="docutils literal"><span class="pre">function()</span></code> を無視する問題を修正しました。 [groonga-dev,03884][村上さんが報告]</li>
|
701
|
+
<li>[<a class="reference internal" href="../reference/commands/reindex.html"><span class="doc">reindex</span></a>] <code class="docutils literal"><span class="pre">reindex</span></code> がクエリーキャッシュをクリアーしない問題を修正しました。</li>
|
702
|
+
<li>[パトリシアトライ] パトリシアトライのキーが整数のとき、キーでソートするとソートされていない結果が返る問題を修正しました。 [GitHub#476][佐藤竜之介さんが報告]</li>
|
703
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">--query</span></code> に大量のキーワードを指定したときにクラッシュする問題を修正しました。 [GitHub#484][佐藤博之さんが報告]</li>
|
704
|
+
<li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] <a class="reference internal" href="../reference/command/command_version.html"><span class="doc">コマンドバージョン</span></a> または <a class="reference internal" href="../reference/command/pretty_print.html"><span class="doc">プリティープリント</span></a> を使ったときに間違ったキャッシュが使われる問題を修正しました。 [GitHub#490][北市さんが報告]</li>
|
901
705
|
</ul>
|
902
706
|
</div>
|
903
707
|
<div class="section" id="id38">
|
904
708
|
<h3>感謝<a class="headerlink" href="#id38" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
905
709
|
<ul class="simple">
|
906
|
-
<li
|
907
|
-
|
908
|
-
<li
|
909
|
-
|
910
|
-
<li
|
911
|
-
|
912
|
-
<li
|
913
|
-
|
914
|
-
<li
|
915
|
-
|
916
|
-
<li><p class="first">Dejan Latinovicさん</p>
|
917
|
-
</li>
|
918
|
-
<li><p class="first">Steve Langasekさん</p>
|
919
|
-
</li>
|
920
|
-
<li><p class="first">佐藤竜之介さん</p>
|
921
|
-
</li>
|
922
|
-
<li><p class="first">佐藤博之さん</p>
|
923
|
-
</li>
|
924
|
-
<li><p class="first">北市真さん</p>
|
925
|
-
</li>
|
710
|
+
<li>横山さん</li>
|
711
|
+
<li>村上さん</li>
|
712
|
+
<li>岩松信洋さん</li>
|
713
|
+
<li>Thorsten Glaserさん</li>
|
714
|
+
<li>YunQiang Suさん</li>
|
715
|
+
<li>Dejan Latinovicさん</li>
|
716
|
+
<li>Steve Langasekさん</li>
|
717
|
+
<li>佐藤竜之介さん</li>
|
718
|
+
<li>佐藤博之さん</li>
|
719
|
+
<li>北市真さん</li>
|
926
720
|
</ul>
|
927
721
|
</div>
|
928
722
|
</div>
|
@@ -1027,13 +821,6 @@ load --table XXX --request_id x
|
|
1027
821
|
</li>
|
1028
822
|
</ul>
|
1029
823
|
|
1030
|
-
<div role="note" aria-label="source link">
|
1031
|
-
<h3>このページ</h3>
|
1032
|
-
<ul class="this-page-menu">
|
1033
|
-
<li><a href="../_sources/news/6.x.txt"
|
1034
|
-
rel="nofollow">ソースコードを表示</a></li>
|
1035
|
-
</ul>
|
1036
|
-
</div>
|
1037
824
|
<div id="searchbox" style="display: none" role="search">
|
1038
825
|
<h3>クイック検索</h3>
|
1039
826
|
<form class="search" action="../search.html" method="get">
|
@@ -1054,11 +841,11 @@ load --table XXX --request_id x
|
|
1054
841
|
<li class="right" style="margin-right: 10px">
|
1055
842
|
<a href="../genindex.html" title="総合索引"
|
1056
843
|
>索引</a></li>
|
1057
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
844
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
1058
845
|
</ul>
|
1059
846
|
</div>
|
1060
847
|
<div class="footer" role="contentinfo">
|
1061
|
-
© Copyright 2009-
|
848
|
+
© Copyright 2009-2018, Brazil, Inc.
|
1062
849
|
</div>
|
1063
850
|
</body>
|
1064
851
|
</html>
|