rroonga 7.0.2-x64-mingw32 → 7.1.1-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Rakefile +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_seh-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 - 5.x — Groonga v7.0.1-160-gda23e59ドキュメント</title>
         
     | 
| 
       11 
     | 
    
         
            -
                
         
     | 
| 
      
 9 
     | 
    
         
            +
                <title>News - 5.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 
     | 
    
         | 
| 
         @@ -70,98 +67,57 @@ 
     | 
|
| 
       70 
67 
     | 
    
         
             
            <div class="section" id="improvements">
         
     | 
| 
       71 
68 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       72 
69 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       73 
     | 
    
         
            -
            <li 
     | 
| 
       74 
     | 
    
         
            -
            </li>
         
     | 
| 
       75 
     | 
    
         
            -
            <li 
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
            <li 
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
            <li 
     | 
| 
       80 
     | 
    
         
            -
            </li>
         
     | 
| 
       81 
     | 
    
         
            -
            <li 
     | 
| 
       82 
     | 
    
         
            -
            </li>
         
     | 
| 
       83 
     | 
    
         
            -
            <li>< 
     | 
| 
       84 
     | 
    
         
            -
            </li>
         
     | 
| 
       85 
     | 
    
         
            -
            <li>< 
     | 
| 
       86 
     | 
    
         
            -
            </li>
         
     | 
| 
       87 
     | 
    
         
            -
            <li>< 
     | 
| 
       88 
     | 
    
         
            -
            </li>
         
     | 
| 
       89 
     | 
    
         
            -
            <li 
     | 
| 
       90 
     | 
    
         
            -
            </li>
         
     | 
| 
       91 
     | 
    
         
            -
            <li 
     | 
| 
       92 
     | 
    
         
            -
            </li>
         
     | 
| 
       93 
     | 
    
         
            -
            <li 
     | 
| 
       94 
     | 
    
         
            -
            </li>
         
     | 
| 
       95 
     | 
    
         
            -
            <li 
     | 
| 
       96 
     | 
    
         
            -
            </li>
         
     | 
| 
       97 
     | 
    
         
            -
            <li 
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
            <li>< 
     | 
| 
       100 
     | 
    
         
            -
            </li>
         
     | 
| 
       101 
     | 
    
         
            -
            <li 
     | 
| 
       102 
     | 
    
         
            -
            </li>
         
     | 
| 
       103 
     | 
    
         
            -
            <li 
     | 
| 
       104 
     | 
    
         
            -
            </li>
         
     | 
| 
       105 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_config_delete()</span></code>] 設定項目を削除するAPIを追加しました。</p>
         
     | 
| 
       106 
     | 
    
         
            -
            </li>
         
     | 
| 
       107 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/config_set.html"><span class="doc">config_set</span></a>] 設定項目をセットするコマンドを追加しました。</p>
         
     | 
| 
       108 
     | 
    
         
            -
            </li>
         
     | 
| 
       109 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/config_get.html"><span class="doc">config_get</span></a>] 設定項目の値を取得するコマンドを追加しました。</p>
         
     | 
| 
       110 
     | 
    
         
            -
            </li>
         
     | 
| 
       111 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/config_delete.html"><span class="doc">config_delete</span></a>] 設定項目を削除するコマンドを追加しました。</p>
         
     | 
| 
       112 
     | 
    
         
            -
            </li>
         
     | 
| 
       113 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_config_cursor_open()</span></code>] すべての設定項目を列挙するカーソルを開くAPIを追加しました。</p>
         
     | 
| 
       114 
     | 
    
         
            -
            </li>
         
     | 
| 
       115 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_config_cursor_next()</span></code>] カーソルを次の設定項目に動かすAPIを追加しました。</p>
         
     | 
| 
       116 
     | 
    
         
            -
            </li>
         
     | 
| 
       117 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_config_cursor_get_key()</span></code>] 現在の設定項目のキーを取得するAPIを追加しました。</p>
         
     | 
| 
       118 
     | 
    
         
            -
            </li>
         
     | 
| 
       119 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_config_cursor_get_value()</span></code>] 現在の設定項目の値を取得するAPIを追加しました。</p>
         
     | 
| 
       120 
     | 
    
         
            -
            </li>
         
     | 
| 
       121 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/alias.html"><span class="doc">エイリアス</span></a>] テーブル・カラム名のエイリアスをサポートしました。</p>
         
     | 
| 
       122 
     | 
    
         
            -
            </li>
         
     | 
| 
       123 
     | 
    
         
            -
            <li><p class="first">[ハッシュテーブル] 総キーサイズのオーバーフローチェックを追加しました。</p>
         
     | 
| 
       124 
     | 
    
         
            -
            </li>
         
     | 
| 
       125 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] <a class="reference internal" href="../reference/commands/config_set.html"><span class="doc">config_set</span></a> で設定した設定項目のダンプに対応しました。</p>
         
     | 
| 
       126 
     | 
    
         
            -
            </li>
         
     | 
| 
       127 
     | 
    
         
            -
            <li><p class="first">[パトリシアトライ] インスペクションを改良しました。 [GitHub#452][GitHub#457][村上さんがパッチ提供]</p>
         
     | 
| 
       128 
     | 
    
         
            -
            </li>
         
     | 
| 
       129 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_get_global_error_message()</span></code>] プロセス内の現在のエラーメッセージを返すAPIを追加しました。</p>
         
     | 
| 
       130 
     | 
    
         
            -
            </li>
         
     | 
| 
       131 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/lock_acquire.html"><span class="doc">lock_acquire</span></a>] データベース・テーブル・カラムのロックを取得するコマンドを追加しました。</p>
         
     | 
| 
       132 
     | 
    
         
            -
            </li>
         
     | 
| 
       133 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/lock_release.html"><span class="doc">lock_release</span></a>] データベース・テーブル・カラムのロックを開放するコマンドを追加しました。</p>
         
     | 
| 
       134 
     | 
    
         
            -
            </li>
         
     | 
| 
       135 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] バンドルしているnginxのバージョンを1.9.7から1.9.10に更新しました。</p>
         
     | 
| 
       136 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 70 
     | 
    
         
            +
            <li>条件が <code class="docutils literal"><span class="pre">true</span></code> や <code class="docutils literal"><span class="pre">29</span></code> のような定数値のときのシーケンシャルサーチのパフォーマンスが向上しました。</li>
         
     | 
| 
      
 71 
     | 
    
         
            +
            <li>条件が <code class="docutils literal"><span class="pre">x</span> <span class="pre">==</span> <span class="pre">29</span></code> や <code class="docutils literal"><span class="pre">x</span> <span class="pre"><</span> <span class="pre">29</span></code> のような定数値との二項演算のときのシーケンシャルサーチのパフォーマンスが向上しました。</li>
         
     | 
| 
      
 72 
     | 
    
         
            +
            <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> が2のとき、スコアーの型を <code class="docutils literal"><span class="pre">Int32</span></code> から <code class="docutils literal"><span class="pre">Float</span></code> に変更しました。現在のデフォルトのコマンドバージョンは1です。コマンドバージョン2は実験的な扱いです。そのため、通常のユーザーはこの変更による影響はありません。 [GitHub#450][村上さんがパッチ提供]</li>
         
     | 
| 
      
 73 
     | 
    
         
            +
            <li>[grn_ts] マッチ演算子をサポートしました。</li>
         
     | 
| 
      
 74 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] <code class="docutils literal"><span class="pre">check</span></code> コマンドに <code class="docutils literal"><span class="pre">--target</span></code> オプションを追加しました。チェック対象を減らすことができます。</li>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <li>[Windows] バンドルしているmsgpackを1.0.1から1.3.0に更新しました。</li>
         
     | 
| 
      
 76 
     | 
    
         
            +
            <li>[Windows] バンドルしているMeCabを0.98から0.996に更新しました。</li>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_hash_size()</span></code>] ハッシュテーブルの内のレコード数を返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 78 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">GRN_HASH_TINY</span></code>] 省スペースバージョンのハッシュテーブルを作るためのフラグを追加しました。</li>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_dump_table_create_flags()</span></code>] テーブルの <code class="docutils literal"><span class="pre">flags</span></code> の値を <a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a> の <code class="docutils literal"><span class="pre">flags</span></code> パラメーターのフォーマットに変換するAPIを追加しました。</li>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_dump_column_create_flags()</span></code>] カラムの <code class="docutils literal"><span class="pre">flags</span></code> の値を <a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a> の <code class="docutils literal"><span class="pre">flags</span></code> パラメーターのフォーマットに変換するAPIを追加しました。</li>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_plugin_get_names()</span></code>] データベース内のすべてのプラグイン名を返すAPIを追加しました。</li>
         
     | 
| 
      
 82 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_column_get_all_index_data()</span></code>] テーブルまたはデータカラムに対するインデックス情報をすべて返すAPIを追加しました。</li>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/schema.html"><span class="doc">schema</span></a>] インデックスを張っているテーブルとデータカラムに、該当インデックスの情報を追加しました。</li>
         
     | 
| 
      
 84 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_get()</span></code>] <code class="docutils literal"><span class="pre">grn_conf_get()</span></code> からリネームしました。</li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_set()</span></code>] <code class="docutils literal"><span class="pre">grn_conf_set()</span></code> からリネームしました。</li>
         
     | 
| 
      
 86 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_delete()</span></code>] 設定項目を削除するAPIを追加しました。</li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/config_set.html"><span class="doc">config_set</span></a>] 設定項目をセットするコマンドを追加しました。</li>
         
     | 
| 
      
 88 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/config_get.html"><span class="doc">config_get</span></a>] 設定項目の値を取得するコマンドを追加しました。</li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/config_delete.html"><span class="doc">config_delete</span></a>] 設定項目を削除するコマンドを追加しました。</li>
         
     | 
| 
      
 90 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_cursor_open()</span></code>] すべての設定項目を列挙するカーソルを開くAPIを追加しました。</li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_cursor_next()</span></code>] カーソルを次の設定項目に動かすAPIを追加しました。</li>
         
     | 
| 
      
 92 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_cursor_get_key()</span></code>] 現在の設定項目のキーを取得するAPIを追加しました。</li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_config_cursor_get_value()</span></code>] 現在の設定項目の値を取得するAPIを追加しました。</li>
         
     | 
| 
      
 94 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/alias.html"><span class="doc">エイリアス</span></a>] テーブル・カラム名のエイリアスをサポートしました。</li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li>[ハッシュテーブル] 総キーサイズのオーバーフローチェックを追加しました。</li>
         
     | 
| 
      
 96 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] <a class="reference internal" href="../reference/commands/config_set.html"><span class="doc">config_set</span></a> で設定した設定項目のダンプに対応しました。</li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <li>[パトリシアトライ] インスペクションを改良しました。 [GitHub#452][GitHub#457][村上さんがパッチ提供]</li>
         
     | 
| 
      
 98 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_get_global_error_message()</span></code>] プロセス内の現在のエラーメッセージを返すAPIを追加しました。</li>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/lock_acquire.html"><span class="doc">lock_acquire</span></a>] データベース・テーブル・カラムのロックを取得するコマンドを追加しました。</li>
         
     | 
| 
      
 100 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/lock_release.html"><span class="doc">lock_release</span></a>] データベース・テーブル・カラムのロックを開放するコマンドを追加しました。</li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] バンドルしているnginxのバージョンを1.9.7から1.9.10に更新しました。</li>
         
     | 
| 
       137 
102 
     | 
    
         
             
            </ul>
         
     | 
| 
       138 
103 
     | 
    
         
             
            </div>
         
     | 
| 
       139 
104 
     | 
    
         
             
            <div class="section" id="fixes">
         
     | 
| 
       140 
105 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       141 
106 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       142 
     | 
    
         
            -
            <li 
     | 
| 
       143 
     | 
    
         
            -
            </li>
         
     | 
| 
       144 
     | 
    
         
            -
            <li 
     | 
| 
       145 
     | 
    
         
            -
            </li>
         
     | 
| 
       146 
     | 
    
         
            -
            <li>< 
     | 
| 
       147 
     | 
    
         
            -
            </li>
         
     | 
| 
       148 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../server/memcached.html"><span class="doc">Memcachedバイナリプロトコル</span></a>] 説明を追加しました。 [GitHub#454][佐藤さんがパッチ提供]</p>
         
     | 
| 
       149 
     | 
    
         
            -
            </li>
         
     | 
| 
       150 
     | 
    
         
            -
            <li><p class="first">リクエストの <code class="docutils literal"><span class="pre">command_version</span></code> パラメーターで指定した <a class="reference internal" href="../reference/command/command_version.html"><span class="doc">コマンドバージョン</span></a> がリセットされない問題を修正しました。</p>
         
     | 
| 
       151 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <li>mruby関連のクラッシュバグを修正しました。</li>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <li>[Windows] インストーラー内のラベルを修正しました。 [groonga-dev,03825][篠田さんが報告]</li>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li>[doc] 誤字を修正しました。 [GitHub#456][GitHub#458][tSU_RooTさんがパッチを提供]</li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../server/memcached.html"><span class="doc">Memcachedバイナリプロトコル</span></a>] 説明を追加しました。 [GitHub#454][佐藤さんがパッチ提供]</li>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li>リクエストの <code class="docutils literal"><span class="pre">command_version</span></code> パラメーターで指定した <a class="reference internal" href="../reference/command/command_version.html"><span class="doc">コマンドバージョン</span></a> がリセットされない問題を修正しました。</li>
         
     | 
| 
       152 
112 
     | 
    
         
             
            </ul>
         
     | 
| 
       153 
113 
     | 
    
         
             
            </div>
         
     | 
| 
       154 
114 
     | 
    
         
             
            <div class="section" id="thanks">
         
     | 
| 
       155 
115 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       156 
116 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       157 
     | 
    
         
            -
            <li 
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
            <li 
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
            <li><p class="first">tSU_RooTさん</p>
         
     | 
| 
       162 
     | 
    
         
            -
            </li>
         
     | 
| 
       163 
     | 
    
         
            -
            <li><p class="first">佐藤博之さん</p>
         
     | 
| 
       164 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 117 
     | 
    
         
            +
            <li>村上さん</li>
         
     | 
| 
      
 118 
     | 
    
         
            +
            <li>篠田さん</li>
         
     | 
| 
      
 119 
     | 
    
         
            +
            <li>tSU_RooTさん</li>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <li>佐藤博之さん</li>
         
     | 
| 
       165 
121 
     | 
    
         
             
            </ul>
         
     | 
| 
       166 
122 
     | 
    
         
             
            </div>
         
     | 
| 
       167 
123 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -170,42 +126,29 @@ 
     | 
|
| 
       170 
126 
     | 
    
         
             
            <div class="section" id="id1">
         
     | 
| 
       171 
127 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       172 
128 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       173 
     | 
    
         
            -
            <li 
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
            <li 
     | 
| 
       176 
     | 
    
         
            -
            </li>
         
     | 
| 
       177 
     | 
    
         
            -
            <li>< 
     | 
| 
       178 
     | 
    
         
            -
            </li>
         
     | 
| 
       179 
     | 
    
         
            -
            <li><p class="first">[<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>] 壊れたオブジェクトを検出できるようになりました。</p>
         
     | 
| 
       180 
     | 
    
         
            -
            </li>
         
     | 
| 
       181 
     | 
    
         
            -
            <li><p class="first"><code class="docutils literal"><span class="pre">COLUMN</span> <span class="pre">@~</span> <span class="pre">"CONSTANT_PATTERN"</span></code> のように定数のパターンを指定した <a class="reference internal" href="../reference/regular_expression.html"><span class="doc">正規表現</span></a> マッチでシーケンシャルスキャン検索になったときのパフォーマンスを改善しました。</p>
         
     | 
| 
       182 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 129 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a>] 特定の等価比較をサポートしているインデックスを使った検索を指定するために <code class="docutils literal"><span class="pre">INDEX_COLUMN</span> <span class="pre">==</span> <span class="pre">VALUE</span></code> と書けるようになりました。</li>
         
     | 
| 
      
 130 
     | 
    
         
            +
            <li>転置インデックスモジュールから出力された連続した同じメッセージを圧縮して「○件同じメッセージが出力された」というログに変換するようにしました。</li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <li>別のプロセスからtruncateされたテーブルを検出できるようになりました。 [GitHub#447] [groonga-dev,03761] [Yutaro SHIMAMURAさんが報告]</li>
         
     | 
| 
      
 132 
     | 
    
         
            +
            <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>] 壊れたオブジェクトを検出できるようになりました。</li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">COLUMN</span> <span class="pre">@~</span> <span class="pre">"CONSTANT_PATTERN"</span></code> のように定数のパターンを指定した <a class="reference internal" href="../reference/regular_expression.html"><span class="doc">正規表現</span></a> マッチでシーケンシャルスキャン検索になったときのパフォーマンスを改善しました。</li>
         
     | 
| 
       183 
134 
     | 
    
         
             
            </ul>
         
     | 
| 
       184 
135 
     | 
    
         
             
            </div>
         
     | 
| 
       185 
136 
     | 
    
         
             
            <div class="section" id="id2">
         
     | 
| 
       186 
137 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       187 
138 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       188 
     | 
    
         
            -
            <li 
     | 
| 
       189 
     | 
    
         
            -
             
     | 
| 
       190 
     | 
    
         
            -
            <li>< 
     | 
| 
       191 
     | 
    
         
            -
            </li>
         
     | 
| 
       192 
     | 
    
         
            -
            <li 
     | 
| 
       193 
     | 
    
         
            -
            </li>
         
     | 
| 
       194 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] <code class="docutils literal"><span class="pre">thread_limit?max=1</span></code> が返ってこないかもしれない問題を修正しました。</p>
         
     | 
| 
       195 
     | 
    
         
            -
            </li>
         
     | 
| 
       196 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/tuning.html"><span class="doc">チューニング</span></a>] <code class="docutils literal"><span class="pre">sysctl</span></code> の引数を修正しました。 [GitHub#448] [佐藤さんが報告]</p>
         
     | 
| 
       197 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 139 
     | 
    
         
            +
            <li>MessagePackサポート付きでビルドしたときのビルドエラーを修正しました。 [groonga-dev,03708] [杉本さんが報告]</li>
         
     | 
| 
      
 140 
     | 
    
         
            +
            <li>[mruby] エラー発生時のクラッシュバグを修正しました。現在のところ、回避策としてmrubyの例外機能を無効にしています。</li>
         
     | 
| 
      
 141 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] <code class="docutils literal"><span class="pre">thread_limit?max=1</span></code> が現在実行中のスレッド数を <code class="docutils literal"><span class="pre">1</span></code> にしない可能性がある問題を修正しました。</li>
         
     | 
| 
      
 142 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] <code class="docutils literal"><span class="pre">thread_limit?max=1</span></code> が返ってこないかもしれない問題を修正しました。</li>
         
     | 
| 
      
 143 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/tuning.html"><span class="doc">チューニング</span></a>] <code class="docutils literal"><span class="pre">sysctl</span></code> の引数を修正しました。 [GitHub#448] [佐藤さんが報告]</li>
         
     | 
| 
       198 
144 
     | 
    
         
             
            </ul>
         
     | 
| 
       199 
145 
     | 
    
         
             
            </div>
         
     | 
| 
       200 
146 
     | 
    
         
             
            <div class="section" id="id3">
         
     | 
| 
       201 
147 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       202 
148 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       203 
     | 
    
         
            -
            <li 
     | 
| 
       204 
     | 
    
         
            -
             
     | 
| 
       205 
     | 
    
         
            -
            <li 
     | 
| 
       206 
     | 
    
         
            -
            </li>
         
     | 
| 
       207 
     | 
    
         
            -
            <li><p class="first">佐藤博之さん</p>
         
     | 
| 
       208 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 149 
     | 
    
         
            +
            <li>杉本涼さん</li>
         
     | 
| 
      
 150 
     | 
    
         
            +
            <li>Yutaro SHIMAMURAさん</li>
         
     | 
| 
      
 151 
     | 
    
         
            +
            <li>佐藤博之さん</li>
         
     | 
| 
       209 
152 
     | 
    
         
             
            </ul>
         
     | 
| 
       210 
153 
     | 
    
         
             
            </div>
         
     | 
| 
       211 
154 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -214,52 +157,34 @@ 
     | 
|
| 
       214 
157 
     | 
    
         
             
            <div class="section" id="id4">
         
     | 
| 
       215 
158 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       216 
159 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       217 
     | 
    
         
            -
            <li 
     | 
| 
       218 
     | 
    
         
            -
            </li>
         
     | 
| 
       219 
     | 
    
         
            -
            <li 
     | 
| 
       220 
     | 
    
         
            -
            </li>
         
     | 
| 
       221 
     | 
    
         
            -
            <li 
     | 
| 
       222 
     | 
    
         
            -
            </li>
         
     | 
| 
       223 
     | 
    
         
            -
            <li>< 
     | 
| 
       224 
     | 
    
         
            -
            </li>
         
     | 
| 
       225 
     | 
    
         
            -
            <li>< 
     | 
| 
       226 
     | 
    
         
            -
            </li>
         
     | 
| 
       227 
     | 
    
         
            -
            <li 
     | 
| 
       228 
     | 
    
         
            -
            </li>
         
     | 
| 
       229 
     | 
    
         
            -
            <li 
     | 
| 
       230 
     | 
    
         
            -
             
     | 
| 
       231 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a>] レスポンスヘッダーに <code class="docutils literal"><span class="pre">Server:</span> <span class="pre">Groonga/VERSION</span></code> を追加しました。</p>
         
     | 
| 
       232 
     | 
    
         
            -
            </li>
         
     | 
| 
       233 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] <code class="docutils literal"><span class="pre">grn_ctx</span></code> オブジェクトを再利用することでパフォーマンスを改善しました。</p>
         
     | 
| 
       234 
     | 
    
         
            -
            </li>
         
     | 
| 
       235 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_file_reader</span></code>] <code class="docutils literal"><span class="pre">fgets()</span></code> と同等の機能を提供する新しいAPIを追加しました。これで <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> がクラッシュする問題を直しました。もし、 <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> がVisual Studioでビルドされていて、Cランタイムを組み込んでいるときはクラッシュしていました。</p>
         
     | 
| 
       236 
     | 
    
         
            -
            </li>
         
     | 
| 
       237 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/functions/prefix_rk_search.html"><span class="doc">prefix_rk_search</span></a>] 前方一致RK検索機能を提供する新しいセレクターを追加しました。</p>
         
     | 
| 
       238 
     | 
    
         
            -
            </li>
         
     | 
| 
       239 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_accessor()</span></code>] オブジェクトがアクセサーかどうかをチェックする新しい述語を追加しました。</p>
         
     | 
| 
       240 
     | 
    
         
            -
            </li>
         
     | 
| 
       241 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_key_accessor()</span></code>] オブジェクトが <code class="docutils literal"><span class="pre">_key</span></code> <a class="reference internal" href="../reference/columns/pseudo.html"><span class="doc">擬似カラム</span></a> かどうかをチェックする新しい述語を追加しました。</p>
         
     | 
| 
       242 
     | 
    
         
            -
            </li>
         
     | 
| 
       243 
     | 
    
         
            -
            <li><p class="first">JSON出力で <a class="reference internal" href="../reference/command/pretty_print.html"><span class="doc">プリティープリント</span></a> をサポートしました。</p>
         
     | 
| 
       244 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 160 
     | 
    
         
            +
            <li>[パトリシアトライ] 最大総キーサイズのチェックを追加しました。最大総キーサイズについては <a class="reference internal" href="../limitations.html"><span class="doc">制限事項</span></a> を参照してください。</li>
         
     | 
| 
      
 161 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a>] 壊れたオブジェクトがないかどうかのチェックを追加しました。このチェックでオブジェクトを開けないケースを検出できます。</li>
         
     | 
| 
      
 162 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_reindex()</span></code>] 既存のインデックスを作り直す新しいAPIを追加しました。</li>
         
     | 
| 
      
 163 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/reindex.html"><span class="doc">reindex</span></a>] 既存のインデックスを作り直す新しいコマンドを追加しました。</li>
         
     | 
| 
      
 164 
     | 
    
         
            +
            <li>[転置インデックス] クエリーに対する見積もり精度を改善しました。</li>
         
     | 
| 
      
 165 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] シーケンシャルサーチ用のフォールバックモードを追加しました。もし、シーケンシャルサーチでたくさんのレコードをチェックしても必要な件数のレコードが見つからなかった場合は、インデックスを使った検索に切り替えます。</li>
         
     | 
| 
      
 166 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_get_package_label()</span></code>] パッケージのラベルを返す新しいAPIを追加しました。 <code class="docutils literal"><span class="pre">Groonga</span></code> を返します。</li>
         
     | 
| 
      
 167 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a>] レスポンスヘッダーに <code class="docutils literal"><span class="pre">Server:</span> <span class="pre">Groonga/VERSION</span></code> を追加しました。</li>
         
     | 
| 
      
 168 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] <code class="docutils literal"><span class="pre">grn_ctx</span></code> オブジェクトを再利用することでパフォーマンスを改善しました。</li>
         
     | 
| 
      
 169 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_file_reader</span></code>] <code class="docutils literal"><span class="pre">fgets()</span></code> と同等の機能を提供する新しいAPIを追加しました。これで <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> がクラッシュする問題を直しました。もし、 <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> がVisual Studioでビルドされていて、Cランタイムを組み込んでいるときはクラッシュしていました。</li>
         
     | 
| 
      
 170 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/functions/prefix_rk_search.html"><span class="doc">prefix_rk_search</span></a>] 前方一致RK検索機能を提供する新しいセレクターを追加しました。</li>
         
     | 
| 
      
 171 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_is_accessor()</span></code>] オブジェクトがアクセサーかどうかをチェックする新しい述語を追加しました。</li>
         
     | 
| 
      
 172 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_is_key_accessor()</span></code>] オブジェクトが <code class="docutils literal"><span class="pre">_key</span></code> <a class="reference internal" href="../reference/columns/pseudo.html"><span class="doc">擬似カラム</span></a> かどうかをチェックする新しい述語を追加しました。</li>
         
     | 
| 
      
 173 
     | 
    
         
            +
            <li>JSON出力で <a class="reference internal" href="../reference/command/pretty_print.html"><span class="doc">プリティープリント</span></a> をサポートしました。</li>
         
     | 
| 
       245 
174 
     | 
    
         
             
            </ul>
         
     | 
| 
       246 
175 
     | 
    
         
             
            </div>
         
     | 
| 
       247 
176 
     | 
    
         
             
            <div class="section" id="id5">
         
     | 
| 
       248 
177 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       249 
178 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       250 
     | 
    
         
            -
            <li 
     | 
| 
       251 
     | 
    
         
            -
             
     | 
| 
       252 
     | 
    
         
            -
            <li 
     | 
| 
       253 
     | 
    
         
            -
            </li>
         
     | 
| 
       254 
     | 
    
         
            -
            <li><p class="first">[パトリシアトライ] 空のキーが指定されたときに不正な値が返る可能性がある問題を修正しました。 [groonga-dev,03632] [村上さんが報告]</p>
         
     | 
| 
       255 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 179 
     | 
    
         
            +
            <li>[転置インデックス] ログレベルが <code class="docutils literal"><span class="pre">debug</span></code> のときに無限ループになる可能性がある問題を修正しました。</li>
         
     | 
| 
      
 180 
     | 
    
         
            +
            <li>シーケンシャルサーチのとき、 <code class="docutils literal"><span class="pre">@</span></code> 演算子(マッチ演算子)がマッチするべきレコードにマッチしないことがある問題を修正しました。</li>
         
     | 
| 
      
 181 
     | 
    
         
            +
            <li>[パトリシアトライ] 空のキーが指定されたときに不正な値が返る可能性がある問題を修正しました。 [groonga-dev,03632] [村上さんが報告]</li>
         
     | 
| 
       256 
182 
     | 
    
         
             
            </ul>
         
     | 
| 
       257 
183 
     | 
    
         
             
            </div>
         
     | 
| 
       258 
184 
     | 
    
         
             
            <div class="section" id="id6">
         
     | 
| 
       259 
185 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       260 
186 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       261 
     | 
    
         
            -
            <li 
     | 
| 
       262 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 187 
     | 
    
         
            +
            <li>村上さん</li>
         
     | 
| 
       263 
188 
     | 
    
         
             
            </ul>
         
     | 
| 
       264 
189 
     | 
    
         
             
            </div>
         
     | 
| 
       265 
190 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -268,84 +193,50 @@ 
     | 
|
| 
       268 
193 
     | 
    
         
             
            <div class="section" id="id7">
         
     | 
| 
       269 
194 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       270 
195 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       271 
     | 
    
         
            -
            <li 
     | 
| 
       272 
     | 
    
         
            -
             
     | 
| 
       273 
     | 
    
         
            -
            <li>< 
     | 
| 
       274 
     | 
    
         
            -
             
     | 
| 
       275 
     | 
    
         
            -
            <li>< 
     | 
| 
       276 
     | 
    
         
            -
            </li>
         
     | 
| 
       277 
     | 
    
         
            -
            <li>< 
     | 
| 
       278 
     | 
    
         
            -
            </li>
         
     | 
| 
       279 
     | 
    
         
            -
            <li 
     | 
| 
       280 
     | 
    
         
            -
            </li>
         
     | 
| 
       281 
     | 
    
         
            -
            <li>< 
     | 
| 
       282 
     | 
    
         
            -
            </li>
         
     | 
| 
       283 
     | 
    
         
            -
            <li 
     | 
| 
       284 
     | 
    
         
            -
            </li>
         
     | 
| 
       285 
     | 
    
         
            -
            <li 
     | 
| 
       286 
     | 
    
         
            -
            </li>
         
     | 
| 
       287 
     | 
    
         
            -
            <li>< 
     | 
| 
       288 
     | 
    
         
            -
            </li>
         
     | 
| 
       289 
     | 
    
         
            -
            <li 
     | 
| 
       290 
     | 
    
         
            -
            </li>
         
     | 
| 
       291 
     | 
    
         
            -
            <li 
     | 
| 
       292 
     | 
    
         
            -
            </li>
         
     | 
| 
       293 
     | 
    
         
            -
            <li 
     | 
| 
       294 
     | 
    
         
            -
             
     | 
| 
       295 
     | 
    
         
            -
            <li 
     | 
| 
       296 
     | 
    
         
            -
            </li>
         
     | 
| 
       297 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_tokenizer_proc()</span></code>] 指定した値がトークナイザーオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
       298 
     | 
    
         
            -
            </li>
         
     | 
| 
       299 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_normalizer_proc()</span></code>] 指定した値がノーマライザーオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
       300 
     | 
    
         
            -
            </li>
         
     | 
| 
       301 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_obj_is_token_filter_proc()</span></code>] 指定した値がトークンフィルターオブジェクトの場合は真を返す新しいAPIを追加しました。</p>
         
     | 
| 
       302 
     | 
    
         
            -
            </li>
         
     | 
| 
       303 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_types()</span></code>] データベース中のすべての型オブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
       304 
     | 
    
         
            -
            </li>
         
     | 
| 
       305 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_tokenizers()</span></code>] データベース中のすべてのトークナイザーオブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
       306 
     | 
    
         
            -
            </li>
         
     | 
| 
       307 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_normalizers()</span></code>] データベース中のすべてのノーマライザーオブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
       308 
     | 
    
         
            -
            </li>
         
     | 
| 
       309 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_get_all_token_filters()</span></code>] データベース中のすべてのトークンフィルターオブジェクトを返す新しいAPIを追加しました。</p>
         
     | 
| 
       310 
     | 
    
         
            -
            </li>
         
     | 
| 
       311 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_output_uint64()</span></code>] 64bit符号なし整数を出力する新しいAPIを追加しました。</p>
         
     | 
| 
       312 
     | 
    
         
            -
            </li>
         
     | 
| 
       313 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">grn_ctx_output_null()</span></code>] <code class="docutils literal"><span class="pre">NULL</span></code> を出力する新しいAPIを追加しました。</p>
         
     | 
| 
       314 
     | 
    
         
            -
            </li>
         
     | 
| 
       315 
     | 
    
         
            -
            <li><p class="first">[<code class="docutils literal"><span class="pre">GRN_OBJ_IS_TRUE()</span></code>] 指定したオブジェクトが真と評価される値なら真を返す新しいAPIを追加しました。</p>
         
     | 
| 
       316 
     | 
    
         
            -
            </li>
         
     | 
| 
       317 
     | 
    
         
            -
            <li><p class="first">[実験的] デフォルトでgrn_tsを組み込みました。</p>
         
     | 
| 
       318 
     | 
    
         
            -
            </li>
         
     | 
| 
       319 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Ubuntu 15.10 Wily Werewolfのサポートを追加しました。</p>
         
     | 
| 
       320 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 196 
     | 
    
         
            +
            <li>[転置インデックス] 開発者向けのログのログレベルを下げました。</li>
         
     | 
| 
      
 197 
     | 
    
         
            +
            <li>新しいデータベースを作成したとき、変更をフラッシュするようにしました。これによりクラッシュしたときにデータベースが壊れにくくなります。</li>
         
     | 
| 
      
 198 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_geo_table_sort()</span></code>] 位置情報インデックスを使ってテーブルをソートする新しいAPIを追加しました。</li>
         
     | 
| 
      
 199 
     | 
    
         
            +
            <li>[実験的] 式を書き換える仕組み(式リライター)を追加しました。mrubyで独自の式リライターを実装できます。式リライターは式を最適化したり、条件を変更したりなどということができます。</li>
         
     | 
| 
      
 200 
     | 
    
         
            +
            <li>[実験的] データベース単位で設定値を保存できる仕組みを追加しました。データベースに設定値(キーと値のペア)を追加できます。 <a class="reference internal" href="../reference/token_filters.html#token-filter-stop-word"><span class="std std-ref">TokenFilterStopWord</span></a> は <code class="docutils literal"><span class="pre">is_stop_word</span></code> というカラム名をカスタマイズするためにこの仕組みを使う予定です。</li>
         
     | 
| 
      
 201 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_conf_set()</span></code>] 設定値を設定する新しいAPIを追加しました。</li>
         
     | 
| 
      
 202 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_conf_get()</span></code>] 設定値を取得する新しいAPIを追加しました。</li>
         
     | 
| 
      
 203 
     | 
    
         
            +
            <li>[deb] <code class="docutils literal"><span class="pre">Architecture</span></code> の値を <code class="docutils literal"><span class="pre">any</span></code> から <code class="docutils literal"><span class="pre">all</span></code> に変更しました。 [debian-bugs:799167][Matthias Kloseさんが報告]</li>
         
     | 
| 
      
 204 
     | 
    
         
            +
            <li>[Windows][CMake] MeCabをバンドルしてビルドできるようにしました。 [groonga-dev,03562][佐藤さんが報告]</li>
         
     | 
| 
      
 205 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/schema.html"><span class="doc">schema</span></a>] スキーマを返す新しいコマンドを追加しました。スキーマは次の情報を含みます。ロード済みプラグイン、ロード済みトークナイザー、ロード済みノーマライザー、ロード済みトークンフィルター、定義済みテーブル、定義済みカラムという情報です。</li>
         
     | 
| 
      
 206 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a>] 非推奨になりました。代わりに <a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a> を使ってください。</li>
         
     | 
| 
      
 207 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_windows_base_dir" title="grn_plugin_windows_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_windows_base_dir()</span></code></a>] <a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_win32_base_dir" title="grn_plugin_win32_base_dir"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_win32_base_dir()</span></code></a> からリネームしました。</li>
         
     | 
| 
      
 208 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_is_type()</span></code>] 指定した値が型オブジェクトの場合は真を返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 209 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_is_tokenizer_proc()</span></code>] 指定した値がトークナイザーオブジェクトの場合は真を返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 210 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_is_normalizer_proc()</span></code>] 指定した値がノーマライザーオブジェクトの場合は真を返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 211 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_obj_is_token_filter_proc()</span></code>] 指定した値がトークンフィルターオブジェクトの場合は真を返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 212 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_types()</span></code>] データベース中のすべての型オブジェクトを返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 213 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_tokenizers()</span></code>] データベース中のすべてのトークナイザーオブジェクトを返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 214 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_normalizers()</span></code>] データベース中のすべてのノーマライザーオブジェクトを返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 215 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_ctx_get_all_token_filters()</span></code>] データベース中のすべてのトークンフィルターオブジェクトを返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 216 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_ctx_output_uint64()</span></code>] 64bit符号なし整数を出力する新しいAPIを追加しました。</li>
         
     | 
| 
      
 217 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">grn_ctx_output_null()</span></code>] <code class="docutils literal"><span class="pre">NULL</span></code> を出力する新しいAPIを追加しました。</li>
         
     | 
| 
      
 218 
     | 
    
         
            +
            <li>[<code class="docutils literal"><span class="pre">GRN_OBJ_IS_TRUE()</span></code>] 指定したオブジェクトが真と評価される値なら真を返す新しいAPIを追加しました。</li>
         
     | 
| 
      
 219 
     | 
    
         
            +
            <li>[実験的] デフォルトでgrn_tsを組み込みました。</li>
         
     | 
| 
      
 220 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Ubuntu 15.10 Wily Werewolfのサポートを追加しました。</li>
         
     | 
| 
       321 
221 
     | 
    
         
             
            </ul>
         
     | 
| 
       322 
222 
     | 
    
         
             
            </div>
         
     | 
| 
       323 
223 
     | 
    
         
             
            <div class="section" id="id8">
         
     | 
| 
       324 
224 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       325 
225 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       326 
     | 
    
         
            -
            <li 
     | 
| 
       327 
     | 
    
         
            -
             
     | 
| 
       328 
     | 
    
         
            -
            <li>< 
     | 
| 
       329 
     | 
    
         
            -
            </li>
         
     | 
| 
       330 
     | 
    
         
            -
            <li 
     | 
| 
       331 
     | 
    
         
            -
             
     | 
| 
       332 
     | 
    
         
            -
            <li><p class="first">[パトリシアトライ] 要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#415][groonga-dev,03515][各務さんが報告]</p>
         
     | 
| 
       333 
     | 
    
         
            -
            </li>
         
     | 
| 
       334 
     | 
    
         
            -
            <li><p class="first">[パトリシアトライ] 存在しない要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#420]</p>
         
     | 
| 
       335 
     | 
    
         
            -
            </li>
         
     | 
| 
       336 
     | 
    
         
            -
            <li><p class="first">トークンフィルターオブジェクトに間違ったproc型を指定していた問題を修正しました。</p>
         
     | 
| 
       337 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 226 
     | 
    
         
            +
            <li>[パトリシアトライ] 新しいエントリーを追加したときに意図せずにレコード数が増えるかもしれない問題を修正しました。 [GitHub#417]</li>
         
     | 
| 
      
 227 
     | 
    
         
            +
            <li>[パトリシアトライ] 初期化せずに変数を使ってしまうかもしれない問題を修正しました。</li>
         
     | 
| 
      
 228 
     | 
    
         
            +
            <li>[パトリシアトライ] <code class="docutils literal"><span class="pre">grn_pat_cursor_next()</span></code> が無限ループに入ってしまうかもしれない問題を修正しました。 [GitHub#419]</li>
         
     | 
| 
      
 229 
     | 
    
         
            +
            <li>[パトリシアトライ] 要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#415][groonga-dev,03515][各務さんが報告]</li>
         
     | 
| 
      
 230 
     | 
    
         
            +
            <li>[パトリシアトライ] 存在しない要素を削除するとパトリシアトライを壊してしまうかもしれない問題を修正しました。 [GitHub#420]</li>
         
     | 
| 
      
 231 
     | 
    
         
            +
            <li>トークンフィルターオブジェクトに間違ったproc型を指定していた問題を修正しました。</li>
         
     | 
| 
       338 
232 
     | 
    
         
             
            </ul>
         
     | 
| 
       339 
233 
     | 
    
         
             
            </div>
         
     | 
| 
       340 
234 
     | 
    
         
             
            <div class="section" id="id9">
         
     | 
| 
       341 
235 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       342 
236 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       343 
     | 
    
         
            -
            <li 
     | 
| 
       344 
     | 
    
         
            -
             
     | 
| 
       345 
     | 
    
         
            -
            <li 
     | 
| 
       346 
     | 
    
         
            -
            </li>
         
     | 
| 
       347 
     | 
    
         
            -
            <li><p class="first">佐藤さん</p>
         
     | 
| 
       348 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 237 
     | 
    
         
            +
            <li>Matthias Kloseさん</li>
         
     | 
| 
      
 238 
     | 
    
         
            +
            <li>各務さん</li>
         
     | 
| 
      
 239 
     | 
    
         
            +
            <li>佐藤さん</li>
         
     | 
| 
       349 
240 
     | 
    
         
             
            </ul>
         
     | 
| 
       350 
241 
     | 
    
         
             
            </div>
         
     | 
| 
       351 
242 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -420,21 +311,16 @@ 
     | 
|
| 
       420 
311 
     | 
    
         
             
            <div class="section" id="id11">
         
     | 
| 
       421 
312 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       422 
313 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       423 
     | 
    
         
            -
            <li 
     | 
| 
       424 
     | 
    
         
            -
            </li>
         
     | 
| 
       425 
     | 
    
         
            -
            <li 
     | 
| 
       426 
     | 
    
         
            -
            </li>
         
     | 
| 
       427 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-equal-operator"><span class="std std-ref">等価演算子</span></a>] セクションが無視される問題を修正しました。</p>
         
     | 
| 
       428 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 314 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a>] 右辺が <code class="docutils literal"><span class="pre">true</span></code> のとき <code class="docutils literal"><span class="pre">&!</span></code> が動いていない問題を修正しました。</li>
         
     | 
| 
      
 315 
     | 
    
         
            +
            <li>libtool 2.4.6を使うと性能劣化する問題を修正しました。 [GitHub#406][GitHub#407] [佐藤博之さんがパッチ提供]</li>
         
     | 
| 
      
 316 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-equal-operator"><span class="std std-ref">等価演算子</span></a>] セクションが無視される問題を修正しました。</li>
         
     | 
| 
       429 
317 
     | 
    
         
             
            </ul>
         
     | 
| 
       430 
318 
     | 
    
         
             
            </div>
         
     | 
| 
       431 
319 
     | 
    
         
             
            <div class="section" id="id12">
         
     | 
| 
       432 
320 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       433 
321 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       434 
     | 
    
         
            -
            <li 
     | 
| 
       435 
     | 
    
         
            -
             
     | 
| 
       436 
     | 
    
         
            -
            <li><p class="first">Sergei Golubchikさん</p>
         
     | 
| 
       437 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 322 
     | 
    
         
            +
            <li>佐藤博之さん</li>
         
     | 
| 
      
 323 
     | 
    
         
            +
            <li>Sergei Golubchikさん</li>
         
     | 
| 
       438 
324 
     | 
    
         
             
            </ul>
         
     | 
| 
       439 
325 
     | 
    
         
             
            </div>
         
     | 
| 
       440 
326 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -449,12 +335,9 @@ 
     | 
|
| 
       449 
335 
     | 
    
         
             
            <li><p class="first">[実験的][Windows] スパースファイルをサポートしました。この機能は実験的な機能です。デフォルトでは無効です。 <code class="docutils literal"><span class="pre">GRN_IO_USE_SPARSE=yes</span></code> 環境変数を指定すると有効にできます。</p>
         
     | 
| 
       450 
336 
     | 
    
         
             
            <p>Windows上でデータベースのファイルサイズを小さくできます。この機能を試して結果を報告してください。Groonga開発者は次の点に興味があります。</p>
         
     | 
| 
       451 
337 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       452 
     | 
    
         
            -
            <li 
     | 
| 
       453 
     | 
    
         
            -
             
     | 
| 
       454 
     | 
    
         
            -
            <li 
     | 
| 
       455 
     | 
    
         
            -
            </li>
         
     | 
| 
       456 
     | 
    
         
            -
            <li><p class="first">メモリー使用量(特に仮想メモリー使用量)</p>
         
     | 
| 
       457 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 338 
     | 
    
         
            +
            <li>ディスク使用量</li>
         
     | 
| 
      
 339 
     | 
    
         
            +
            <li>パフォーマンス(速くなったか?遅くなったか?変化はないか?)</li>
         
     | 
| 
      
 340 
     | 
    
         
            +
            <li>メモリー使用量(特に仮想メモリー使用量)</li>
         
     | 
| 
       458 
341 
     | 
    
         
             
            </ul>
         
     | 
| 
       459 
342 
     | 
    
         
             
            </li>
         
     | 
| 
       460 
343 
     | 
    
         
             
            <li><p class="first">[実験的][<a class="reference internal" href="../reference/commands/logical_shard_list.html"><span class="doc">logical_shard_list</span></a>] 指定された論理テーブルのシャードのリストを返すコマンドを追加しました。</p>
         
     | 
| 
         @@ -524,16 +407,11 @@ 
     | 
|
| 
       524 
407 
     | 
    
         
             
            <div class="section" id="id15">
         
     | 
| 
       525 
408 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       526 
409 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       527 
     | 
    
         
            -
            <li 
     | 
| 
       528 
     | 
    
         
            -
             
     | 
| 
       529 
     | 
    
         
            -
            <li 
     | 
| 
       530 
     | 
    
         
            -
             
     | 
| 
       531 
     | 
    
         
            -
            <li 
     | 
| 
       532 
     | 
    
         
            -
            </li>
         
     | 
| 
       533 
     | 
    
         
            -
            <li><p class="first">畑ケさん</p>
         
     | 
| 
       534 
     | 
    
         
            -
            </li>
         
     | 
| 
       535 
     | 
    
         
            -
            <li><p class="first">吉岡さん</p>
         
     | 
| 
       536 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 410 
     | 
    
         
            +
            <li>佐藤博之さん</li>
         
     | 
| 
      
 411 
     | 
    
         
            +
            <li>Natanael Copaさん</li>
         
     | 
| 
      
 412 
     | 
    
         
            +
            <li>長内歩さん</li>
         
     | 
| 
      
 413 
     | 
    
         
            +
            <li>畑ケさん</li>
         
     | 
| 
      
 414 
     | 
    
         
            +
            <li>吉岡さん</li>
         
     | 
| 
       537 
415 
     | 
    
         
             
            </ul>
         
     | 
| 
       538 
416 
     | 
    
         
             
            </div>
         
     | 
| 
       539 
417 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -629,10 +507,8 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       629 
507 
     | 
    
         
             
            </li>
         
     | 
| 
       630 
508 
     | 
    
         
             
            <li><p class="first">shardingプラグインを更新しました。</p>
         
     | 
| 
       631 
509 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       632 
     | 
    
         
            -
            <li 
     | 
| 
       633 
     | 
    
         
            -
             
     | 
| 
       634 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 以下のパラメーターをサポートしました。</p>
         
     | 
| 
       635 
     | 
    
         
            -
            <ul>
         
     | 
| 
      
 510 
     | 
    
         
            +
            <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/select.html"><span class="doc">select</span></a> との互換フォーマットになるように修正しました。</li>
         
     | 
| 
      
 511 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 以下のパラメーターをサポートしました。<ul>
         
     | 
| 
       636 
512 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--output_columns</span></code></li>
         
     | 
| 
       637 
513 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--offset</span></code></li>
         
     | 
| 
       638 
514 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--limit</span></code></li>
         
     | 
| 
         @@ -642,70 +518,40 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       642 
518 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--drilldown_limit</span></code></li>
         
     | 
| 
       643 
519 
     | 
    
         
             
            </ul>
         
     | 
| 
       644 
520 
     | 
    
         
             
            </li>
         
     | 
| 
       645 
     | 
    
         
            -
            <li 
     | 
| 
       646 
     | 
    
         
            -
            </li>
         
     | 
| 
       647 
     | 
    
         
            -
            <li 
     | 
| 
       648 
     | 
    
         
            -
            </li>
         
     | 
| 
       649 
     | 
    
         
            -
            <li 
     | 
| 
       650 
     | 
    
         
            -
            </li>
         
     | 
| 
       651 
     | 
    
         
            -
            <li 
     | 
| 
       652 
     | 
    
         
            -
            </li>
         
     | 
| 
       653 
     | 
    
         
            -
            <li 
     | 
| 
       654 
     | 
    
         
            -
            </li>
         
     | 
| 
       655 
     | 
    
         
            -
            <li 
     | 
| 
       656 
     | 
    
         
            -
            </li>
         
     | 
| 
       657 
     | 
    
         
            -
            <li 
     | 
| 
       658 
     | 
    
         
            -
            </li>
         
     | 
| 
       659 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal"><span class="pre">use_range_index</span></code> パラメーターを追加しました。これはテスト用のパラメーターなので、本番で使うべきではありません。</p>
         
     | 
| 
       660 
     | 
    
         
            -
            </li>
         
     | 
| 
       661 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] どちらのモード(range-indexかselect mode)が使われているかログに出力するようにしました。</p>
         
     | 
| 
       662 
     | 
    
         
            -
            </li>
         
     | 
| 
       663 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] キャッシュをサポートしました。</p>
         
     | 
| 
       664 
     | 
    
         
            -
            </li>
         
     | 
| 
       665 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] ネストした参照ベクターカラムのアクセサーをサポートしました。</p>
         
     | 
| 
       666 
     | 
    
         
            -
            </li>
         
     | 
| 
       667 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <a class="reference internal" href="../reference/commands/logical_parameters.html"><span class="doc">logical_parameters</span></a> で設定されたrange_indexの値を使うようになりました。</p>
         
     | 
| 
       668 
     | 
    
         
            -
            </li>
         
     | 
| 
       669 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_parameters.html"><span class="doc">logical_parameters</span></a>] 追加しました。</p>
         
     | 
| 
       670 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 521 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 出力カラム(output_columns)に <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> のデフォルト( <code class="docutils literal"><span class="pre">"_id,</span> <span class="pre">_key,</span> <span class="pre">*"</span></code> )と同じものを使うようにしました。</li>
         
     | 
| 
      
 522 
     | 
    
         
            +
            <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-drilldowns-label-calc-types"><span class="std std-ref">drilldowns[${LABEL}].calc_types</span></a> と <a class="reference internal" href="../reference/commands/logical_select.html#logical-select-drilldowns-label-calc-target"><span class="std std-ref">drilldowns[${LABEL}].calc_target</span></a> をサポートしました。</li>
         
     | 
| 
      
 523 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] キャッシュをサポートしました。</li>
         
     | 
| 
      
 524 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 範囲インデックス(range index)が使われたかどうかのロギングをサポートしました。</li>
         
     | 
| 
      
 525 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 対象テーブル名をデバッグログに表示するようにしました。</li>
         
     | 
| 
      
 526 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] キャッシュをサポートしました。</li>
         
     | 
| 
      
 527 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal"><span class="pre">'fixed_size_type_vector_column</span> <span class="pre">@</span> <span class="pre">element'</span></code> をサポートしました。</li>
         
     | 
| 
      
 528 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal"><span class="pre">use_range_index</span></code> パラメーターを追加しました。これはテスト用のパラメーターなので、本番で使うべきではありません。</li>
         
     | 
| 
      
 529 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] どちらのモード(range-indexかselect mode)が使われているかログに出力するようにしました。</li>
         
     | 
| 
      
 530 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] キャッシュをサポートしました。</li>
         
     | 
| 
      
 531 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] ネストした参照ベクターカラムのアクセサーをサポートしました。</li>
         
     | 
| 
      
 532 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <a class="reference internal" href="../reference/commands/logical_parameters.html"><span class="doc">logical_parameters</span></a> で設定されたrange_indexの値を使うようになりました。</li>
         
     | 
| 
      
 533 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_parameters.html"><span class="doc">logical_parameters</span></a>] 追加しました。</li>
         
     | 
| 
       671 
534 
     | 
    
         
             
            </ul>
         
     | 
| 
       672 
535 
     | 
    
         
             
            </li>
         
     | 
| 
       673 
536 
     | 
    
         
             
            <li><p class="first">mrubyのAPIを追加しました。</p>
         
     | 
| 
       674 
537 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       675 
     | 
    
         
            -
            <li 
     | 
| 
       676 
     | 
    
         
            -
            </li>
         
     | 
| 
       677 
     | 
    
         
            -
            <li>< 
     | 
| 
       678 
     | 
    
         
            -
            </li>
         
     | 
| 
       679 
     | 
    
         
            -
            <li 
     | 
| 
       680 
     | 
    
         
            -
            </li>
         
     | 
| 
       681 
     | 
    
         
            -
            <li 
     | 
| 
       682 
     | 
    
         
            -
            </li>
         
     | 
| 
       683 
     | 
    
         
            -
            <li 
     | 
| 
       684 
     | 
    
         
            -
            </li>
         
     | 
| 
       685 
     | 
    
         
            -
            <li>< 
     | 
| 
       686 
     | 
    
         
            -
            </li>
         
     | 
| 
       687 
     | 
    
         
            -
            <li>< 
     | 
| 
       688 
     | 
    
         
            -
            </li>
         
     | 
| 
       689 
     | 
    
         
            -
            <li 
     | 
| 
       690 
     | 
    
         
            -
            </li>
         
     | 
| 
       691 
     | 
    
         
            -
            <li 
     | 
| 
       692 
     | 
    
         
            -
            </li>
         
     | 
| 
       693 
     | 
    
         
            -
            <li><p class="first">[mrb] <code class="docutils literal"><span class="pre">TableCursor#key</span></code> を追加。</p>
         
     | 
| 
       694 
     | 
    
         
            -
            </li>
         
     | 
| 
       695 
     | 
    
         
            -
            <li><p class="first">[mrb] <code class="xref c c-func docutils literal"><span class="pre">grn_command_input_get_arguments()</span></code> を <code class="docutils literal"><span class="pre">CommandInput#arguments</span></code> にバインド。</p>
         
     | 
| 
       696 
     | 
    
         
            -
            </li>
         
     | 
| 
       697 
     | 
    
         
            -
            <li><p class="first">[mrb] <a class="reference internal" href="../reference/api/grn_table.html#c.grn_table_group" title="grn_table_group"><code class="xref c c-func docutils literal"><span class="pre">grn_table_group()</span></code></a> を <code class="docutils literal"><span class="pre">Table#group</span></code> にバインド。</p>
         
     | 
| 
       698 
     | 
    
         
            -
            </li>
         
     | 
| 
       699 
     | 
    
         
            -
            <li><p class="first">[mrb] <a class="reference internal" href="../reference/api/grn_table.html#c.grn_table_group_flags" title="grn_table_group_flags"><code class="xref c c-func docutils literal"><span class="pre">grn_table_group_flags()</span></code></a> を <code class="docutils literal"><span class="pre">TableGroupFlags</span></code> にバインド。</p>
         
     | 
| 
       700 
     | 
    
         
            -
            </li>
         
     | 
| 
       701 
     | 
    
         
            -
            <li><p class="first">[mrb] <code class="docutils literal"><span class="pre">GRN_COMMAND_VERSION_DEFAULT</span></code> をバインド。</p>
         
     | 
| 
       702 
     | 
    
         
            -
            </li>
         
     | 
| 
       703 
     | 
    
         
            -
            <li><p class="first">[mrb] <code class="docutils literal"><span class="pre">grn_cache</span></code> をバインド。</p>
         
     | 
| 
       704 
     | 
    
         
            -
            </li>
         
     | 
| 
       705 
     | 
    
         
            -
            <li><p class="first">[mrb][estimate_size] <code class="docutils literal"><span class="pre">(...</span> <span class="pre">||</span> <span class="pre">...)</span> <span class="pre">&&</span> <span class="pre">(...</span> <span class="pre">||</span> <span class="pre">...)</span></code> のようなexpressionのケースをサポート。</p>
         
     | 
| 
       706 
     | 
    
         
            -
            </li>
         
     | 
| 
       707 
     | 
    
         
            -
            <li><p class="first">[mrb] クエリーログをサポートしました。</p>
         
     | 
| 
       708 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 538 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Accessor#name</span></code> を追加。</li>
         
     | 
| 
      
 539 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Column#[]</span></code> を追加。</li>
         
     | 
| 
      
 540 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Column#scalar?</span></code> と <code class="docutils literal"><span class="pre">Column#vector?</span></code> 、 <code class="docutils literal"><span class="pre">Column#index?</span></code> を追加。</li>
         
     | 
| 
      
 541 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Context#command_version</span></code> と <code class="docutils literal"><span class="pre">Context#command_version=</span></code> (アクセサー) を追加。</li>
         
     | 
| 
      
 542 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Context#with_command_version</span></code> を追加。</li>
         
     | 
| 
      
 543 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Database#each_name</span></code> を追加。</li>
         
     | 
| 
      
 544 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Groonga::Cache.current</span></code> を追加。</li>
         
     | 
| 
      
 545 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Record</span></code> を追加。</li>
         
     | 
| 
      
 546 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">Table#each</span></code> を追加。</li>
         
     | 
| 
      
 547 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">TableCursor#key</span></code> を追加。</li>
         
     | 
| 
      
 548 
     | 
    
         
            +
            <li>[mrb] <code class="xref c c-func docutils literal"><span class="pre">grn_command_input_get_arguments()</span></code> を <code class="docutils literal"><span class="pre">CommandInput#arguments</span></code> にバインド。</li>
         
     | 
| 
      
 549 
     | 
    
         
            +
            <li>[mrb] <a class="reference internal" href="../reference/api/grn_table.html#c.grn_table_group" title="grn_table_group"><code class="xref c c-func docutils literal"><span class="pre">grn_table_group()</span></code></a> を <code class="docutils literal"><span class="pre">Table#group</span></code> にバインド。</li>
         
     | 
| 
      
 550 
     | 
    
         
            +
            <li>[mrb] <a class="reference internal" href="../reference/api/grn_table.html#c.grn_table_group_flags" title="grn_table_group_flags"><code class="xref c c-func docutils literal"><span class="pre">grn_table_group_flags()</span></code></a> を <code class="docutils literal"><span class="pre">TableGroupFlags</span></code> にバインド。</li>
         
     | 
| 
      
 551 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">GRN_COMMAND_VERSION_DEFAULT</span></code> をバインド。</li>
         
     | 
| 
      
 552 
     | 
    
         
            +
            <li>[mrb] <code class="docutils literal"><span class="pre">grn_cache</span></code> をバインド。</li>
         
     | 
| 
      
 553 
     | 
    
         
            +
            <li>[mrb][estimate_size] <code class="docutils literal"><span class="pre">(...</span> <span class="pre">||</span> <span class="pre">...)</span> <span class="pre">&&</span> <span class="pre">(...</span> <span class="pre">||</span> <span class="pre">...)</span></code> のようなexpressionのケースをサポート。</li>
         
     | 
| 
      
 554 
     | 
    
         
            +
            <li>[mrb] クエリーログをサポートしました。</li>
         
     | 
| 
       709 
555 
     | 
    
         
             
            </ul>
         
     | 
| 
       710 
556 
     | 
    
         
             
            </li>
         
     | 
| 
       711 
557 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -745,16 +591,11 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       745 
591 
     | 
    
         
             
            <div class="section" id="id18">
         
     | 
| 
       746 
592 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       747 
593 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       748 
     | 
    
         
            -
            <li 
     | 
| 
       749 
     | 
    
         
            -
             
     | 
| 
       750 
     | 
    
         
            -
            <li 
     | 
| 
       751 
     | 
    
         
            -
             
     | 
| 
       752 
     | 
    
         
            -
            <li 
     | 
| 
       753 
     | 
    
         
            -
            </li>
         
     | 
| 
       754 
     | 
    
         
            -
            <li><p class="first">tiwawanさん</p>
         
     | 
| 
       755 
     | 
    
         
            -
            </li>
         
     | 
| 
       756 
     | 
    
         
            -
            <li><p class="first">Christian Kakesaさん</p>
         
     | 
| 
       757 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 594 
     | 
    
         
            +
            <li>Bill Parkerさん</li>
         
     | 
| 
      
 595 
     | 
    
         
            +
            <li>jacob16bitさん</li>
         
     | 
| 
      
 596 
     | 
    
         
            +
            <li>Hirotaka Takayamaさん</li>
         
     | 
| 
      
 597 
     | 
    
         
            +
            <li>tiwawanさん</li>
         
     | 
| 
      
 598 
     | 
    
         
            +
            <li>Christian Kakesaさん</li>
         
     | 
| 
       758 
599 
     | 
    
         
             
            </ul>
         
     | 
| 
       759 
600 
     | 
    
         
             
            </div>
         
     | 
| 
       760 
601 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -767,12 +608,9 @@ select Memos --filter 'numbers @ 2' 
     | 
|
| 
       767 
608 
     | 
    
         
             
            </li>
         
     | 
| 
       768 
609 
     | 
    
         
             
            <li><p class="first">ライブラリーとして使うときに、デフォルトのロガーのパスを設定しないようにしました。</p>
         
     | 
| 
       769 
610 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       770 
     | 
    
         
            -
            <li 
     | 
| 
       771 
     | 
    
         
            -
             
     | 
| 
       772 
     | 
    
         
            -
            <li 
     | 
| 
       773 
     | 
    
         
            -
            </li>
         
     | 
| 
       774 
     | 
    
         
            -
            <li><p class="first">ライブラリーとして使うとき(Rroongaやgroonga-gobjectなど)は、以前のバージョンでもデフォルトでログを取得できませんでした。デフォルトのログのパスは/var/log/groonga/groonga.logなどのシステムのパスでしたが、通常ユーザーはそのパスに対する書き込み権限がないためです。</p>
         
     | 
| 
       775 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 611 
     | 
    
         
            +
            <li>これは後方互換性のない変更ですが、ほとんどのユーザーには影響がありません。</li>
         
     | 
| 
      
 612 
     | 
    
         
            +
            <li>サーバーとして使うとき(groongaコマンドやMroonga、PGroongaなど)は、開発者がそれらのソフトウェアでログを設定するため、ユーザーはデフォルトでログを取得できます。</li>
         
     | 
| 
      
 613 
     | 
    
         
            +
            <li>ライブラリーとして使うとき(Rroongaやgroonga-gobjectなど)は、以前のバージョンでもデフォルトでログを取得できませんでした。デフォルトのログのパスは/var/log/groonga/groonga.logなどのシステムのパスでしたが、通常ユーザーはそのパスに対する書き込み権限がないためです。</li>
         
     | 
| 
       776 
614 
     | 
    
         
             
            </ul>
         
     | 
| 
       777 
615 
     | 
    
         
             
            </li>
         
     | 
| 
       778 
616 
     | 
    
         
             
            <li><p class="first">[windows] メモリ不足などで <code class="docutils literal"><span class="pre">CreateFileMapping()</span></code> が失敗した場合、エラー情報を表示するようにしました。</p>
         
     | 
| 
         @@ -809,19 +647,15 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       809 
647 
     | 
    
         
             
            <div class="section" id="id20">
         
     | 
| 
       810 
648 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       811 
649 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       812 
     | 
    
         
            -
            <li 
     | 
| 
       813 
     | 
    
         
            -
            </li>
         
     | 
| 
       814 
     | 
    
         
            -
            <li><p class="first">[rpm][<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 再起動が失敗する不具合を修正しました。 [GitHub#351] [jacob16bitさんがパッチ提供]</p>
         
     | 
| 
       815 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 650 
     | 
    
         
            +
            <li>netinet/in.hインクルード時の不正なマクロを修正しました。 [GitHub#348] [おばたさんが報告]</li>
         
     | 
| 
      
 651 
     | 
    
         
            +
            <li>[rpm][<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 再起動が失敗する不具合を修正しました。 [GitHub#351] [jacob16bitさんがパッチ提供]</li>
         
     | 
| 
       816 
652 
     | 
    
         
             
            </ul>
         
     | 
| 
       817 
653 
     | 
    
         
             
            </div>
         
     | 
| 
       818 
654 
     | 
    
         
             
            <div class="section" id="id21">
         
     | 
| 
       819 
655 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       820 
656 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       821 
     | 
    
         
            -
            <li 
     | 
| 
       822 
     | 
    
         
            -
             
     | 
| 
       823 
     | 
    
         
            -
            <li><p class="first">jacob16bitさん</p>
         
     | 
| 
       824 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 657 
     | 
    
         
            +
            <li>おばたさん</li>
         
     | 
| 
      
 658 
     | 
    
         
            +
            <li>jacob16bitさん</li>
         
     | 
| 
       825 
659 
     | 
    
         
             
            </ul>
         
     | 
| 
       826 
660 
     | 
    
         
             
            </div>
         
     | 
| 
       827 
661 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -830,80 +664,48 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       830 
664 
     | 
    
         
             
            <div class="section" id="id22">
         
     | 
| 
       831 
665 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       832 
666 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       833 
     | 
    
         
            -
            <li 
     | 
| 
       834 
     | 
    
         
            -
            </li>
         
     | 
| 
       835 
     | 
    
         
            -
            <li 
     | 
| 
       836 
     | 
    
         
            -
            </li>
         
     | 
| 
       837 
     | 
    
         
            -
            <li>< 
     | 
| 
       838 
     | 
    
         
            -
            </li>
         
     | 
| 
       839 
     | 
    
         
            -
            <li 
     | 
| 
       840 
     | 
    
         
            -
            </li>
         
     | 
| 
       841 
     | 
    
         
            -
            <li 
     | 
| 
       842 
     | 
    
         
            -
             
     | 
| 
       843 
     | 
    
         
            -
            <li 
     | 
| 
       844 
     | 
    
         
            -
            </li>
         
     | 
| 
       845 
     | 
    
         
            -
            <li>< 
     | 
| 
       846 
     | 
    
         
            -
             
     | 
| 
       847 
     | 
    
         
            -
            <li 
     | 
| 
       848 
     | 
    
         
            -
            </li>
         
     | 
| 
       849 
     | 
    
         
            -
            <li><p class="first">[example] Ruby 2.0以降のAPIを辞書の変換スクリプトで使うようにしました。</p>
         
     | 
| 
       850 
     | 
    
         
            -
            </li>
         
     | 
| 
       851 
     | 
    
         
            -
            <li><p class="first">テーブルのキーの型が正しくないときにエラーメッセージを表示するようにしました。</p>
         
     | 
| 
       852 
     | 
    
         
            -
            </li>
         
     | 
| 
       853 
     | 
    
         
            -
            <li><p class="first">[doc] メーリングリストの案内ページへのリンクをsourceforge.jpからosdn.meやosdn.jpに修正しました。</p>
         
     | 
| 
       854 
     | 
    
         
            -
            </li>
         
     | 
| 
       855 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/tokenize.html"><span class="doc">tokenize</span></a>] 各トークンの情報に <code class="docutils literal"><span class="pre">force_prefix</span></code> の値を追加しました。[村上さんがパッチ提供]</p>
         
     | 
| 
       856 
     | 
    
         
            -
            </li>
         
     | 
| 
       857 
     | 
    
         
            -
            <li><p class="first"><a class="reference internal" href="../reference/tokenizers.html#token-trigram"><span class="std std-ref">TokenTrigram</span></a> を使っていても、2文字以下の語句で検索できるようにしました。 [GitHub#341] [村上さんがパッチ提供]</p>
         
     | 
| 
       858 
     | 
    
         
            -
            </li>
         
     | 
| 
       859 
     | 
    
         
            -
            <li><p class="first">[deb] groonga-httpdとgroonga-server-gqtpのパッケージにSystemd用serviceファイルを追加しました。</p>
         
     | 
| 
       860 
     | 
    
         
            -
            </li>
         
     | 
| 
       861 
     | 
    
         
            -
            <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> の値が空白文字だけなら無視するようにしました。空白文字にはいわゆる全角スペース(Unicodeでいうと <code class="docutils literal"><span class="pre">U+3000</span> <span class="pre">IDEOGRAPHIC</span> <span class="pre">SPACE</span></code> )も含みます。 [TomyGXさんが提案]</p>
         
     | 
| 
       862 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 667 
     | 
    
         
            +
            <li>[mruby] <code class="docutils literal"><span class="pre">inspect</span></code> を意味のあるわかりやすいエラーメッセージを表示するために使うようにしました。</li>
         
     | 
| 
      
 668 
     | 
    
         
            +
            <li>[mruby] バルクオブジェクトを調査するための <code class="docutils literal"><span class="pre">Groonga::Bulk#inspect</span></code> をサポートしました。</li>
         
     | 
| 
      
 669 
     | 
    
         
            +
            <li>[mruby] バルクオブジェクトからレコードの値を取得するための <code class="docutils literal"><span class="pre">Bulk#value</span></code> をサポートしました。</li>
         
     | 
| 
      
 670 
     | 
    
         
            +
            <li>[mruby] <a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a> で参照型のカラムの値が特定のレコードのIDにマッチする場合 (<code class="docutils literal"><span class="pre">reference_column</span> <span class="pre">==</span> <span class="pre">record_id</span></code>) を効率良く検索するために必要なマッチするレコード数を見積もれるようになりました。</li>
         
     | 
| 
      
 671 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/functions/sub_filter.html"><span class="doc">sub_filter</span></a>] インデックスカラムを <code class="docutils literal"><span class="pre">scope</span></code> 引数に指定できるようになりました。</li>
         
     | 
| 
      
 672 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a>] 数値に関する記述をよりわかりやすくしました。 [GitHub groonga/groonga.org#16] [佐藤さんが提案]</li>
         
     | 
| 
      
 673 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] Select対象でない他のテーブルのレコードをフィルタに指定できるようになりました。 <code class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE[KEY].COLUMN'</span></code> といったようにフィルタで指定できます。</li>
         
     | 
| 
      
 674 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a>] テーブルのキーを指定するためにオペレータを使えるようになりました。たとえば、 <code class="docutils literal"><span class="pre">--filter</span> <span class="pre">'OTHER_TABLE["SOME</span> <span class="pre">STRING"</span> <span class="pre">+</span> <span class="pre">"ANOTHER</span> <span class="pre">STRING"]</span></code> というように連結した文字列という式でキーを指定することができます。</li>
         
     | 
| 
      
 675 
     | 
    
         
            +
            <li>[example] Ruby 2.0以降のAPIを辞書の変換スクリプトで使うようにしました。</li>
         
     | 
| 
      
 676 
     | 
    
         
            +
            <li>テーブルのキーの型が正しくないときにエラーメッセージを表示するようにしました。</li>
         
     | 
| 
      
 677 
     | 
    
         
            +
            <li>[doc] メーリングリストの案内ページへのリンクをsourceforge.jpからosdn.meやosdn.jpに修正しました。</li>
         
     | 
| 
      
 678 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/tokenize.html"><span class="doc">tokenize</span></a>] 各トークンの情報に <code class="docutils literal"><span class="pre">force_prefix</span></code> の値を追加しました。[村上さんがパッチ提供]</li>
         
     | 
| 
      
 679 
     | 
    
         
            +
            <li><a class="reference internal" href="../reference/tokenizers.html#token-trigram"><span class="std std-ref">TokenTrigram</span></a> を使っていても、2文字以下の語句で検索できるようにしました。 [GitHub#341] [村上さんがパッチ提供]</li>
         
     | 
| 
      
 680 
     | 
    
         
            +
            <li>[deb] groonga-httpdとgroonga-server-gqtpのパッケージにSystemd用serviceファイルを追加しました。</li>
         
     | 
| 
      
 681 
     | 
    
         
            +
            <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> の値が空白文字だけなら無視するようにしました。空白文字にはいわゆる全角スペース(Unicodeでいうと <code class="docutils literal"><span class="pre">U+3000</span> <span class="pre">IDEOGRAPHIC</span> <span class="pre">SPACE</span></code> )も含みます。 [TomyGXさんが提案]</li>
         
     | 
| 
       863 
682 
     | 
    
         
             
            </ul>
         
     | 
| 
       864 
683 
     | 
    
         
             
            </div>
         
     | 
| 
       865 
684 
     | 
    
         
             
            <div class="section" id="id23">
         
     | 
| 
       866 
685 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       867 
686 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       868 
     | 
    
         
            -
            <li 
     | 
| 
       869 
     | 
    
         
            -
            </li>
         
     | 
| 
       870 
     | 
    
         
            -
            <li 
     | 
| 
       871 
     | 
    
         
            -
            </li>
         
     | 
| 
       872 
     | 
    
         
            -
            <li 
     | 
| 
       873 
     | 
    
         
            -
            </li>
         
     | 
| 
       874 
     | 
    
         
            -
            <li>< 
     | 
| 
       875 
     | 
    
         
            -
            </li>
         
     | 
| 
       876 
     | 
    
         
            -
            <li 
     | 
| 
       877 
     | 
    
         
            -
             
     | 
| 
       878 
     | 
    
         
            -
            <li>< 
     | 
| 
       879 
     | 
    
         
            -
             
     | 
| 
       880 
     | 
    
         
            -
            <li><p class="first"><code class="docutils literal"><span class="pre">grn_ii_cursor_set_min()</span></code> を呼ぶごとに getenv()しないようにしました。これによりWindows上でのパフォーマンスのリグレッションが解決します。</p>
         
     | 
| 
       881 
     | 
    
         
            -
            </li>
         
     | 
| 
       882 
     | 
    
         
            -
            <li><p class="first">OpenBSDでビルドエラーになる不具合を修正しました。 [groonga-dev,03255] [fbnteqrさんが報告]</p>
         
     | 
| 
       883 
     | 
    
         
            -
            </li>
         
     | 
| 
       884 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 同じメッセージが重複してログに記録される不具合を修正しました。</p>
         
     | 
| 
       885 
     | 
    
         
            -
            </li>
         
     | 
| 
       886 
     | 
    
         
            -
            <li><p class="first">二重にメモリを開放することでクラッシュする不具合を修正しました。</p>
         
     | 
| 
       887 
     | 
    
         
            -
            </li>
         
     | 
| 
       888 
     | 
    
         
            -
            <li><p class="first">メモリリークを修正しました。 <code class="docutils literal"><span class="pre">--match_columns</span></code> と <code class="docutils literal"><span class="pre">--query</span></code> にインデックスを張っていないテキストカラムを指定し、そのテキストカラムの内容がバルクオブジェクトに収まりきらないと発生します。バルクオブジェクトに収まりきらないのは32byteを越える場合です。そのため、テキストがそれよりも短いものばかりならばこの不具合の影響を受けません。</p>
         
     | 
| 
       889 
     | 
    
         
            -
            </li>
         
     | 
| 
       890 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] [TokenRegexp] クエリに空白として扱われる文字が含まれている場合に正しく検索できない不具合を修正しました。典型的な例は改行 ("\n")が含まれている場合です。</p>
         
     | 
| 
       891 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 687 
     | 
    
         
            +
            <li>空のキーが <code class="docutils literal"><span class="pre">drilldown[label].keys</span></code> に指定されるとクラッシュする不具合を修正しました。</li>
         
     | 
| 
      
 688 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">grn_parse_query_flags</span></code> の返り値を適切にチェックしていないのを修正しました。 [GitHub#336] [Hiroaki Nakamuraさんが報告]</li>
         
     | 
| 
      
 689 
     | 
    
         
            +
            <li>BSD系でビルドエラーになる不具合を修正しました。 <code class="docutils literal"><span class="pre">sed</span></code> に <code class="docutils literal"><span class="pre">-i</span></code> オプションがないためエラーになっていました。</li>
         
     | 
| 
      
 690 
     | 
    
         
            +
            <li>Solarisでビルドエラーになる不具合を修正しました。<code class="docutils literal"><span class="pre">memset()</span></code> にて <code class="docutils literal"><span class="pre">sizeof(msghdr)</span></code> だけ初期化するようにしました。これは Solarisでは <code class="docutils literal"><span class="pre">msg_control</span></code> と <code class="docutils literal"><span class="pre">msg_controllen</span></code> と <code class="docutils literal"><span class="pre">msg_flags</span></code> が存在しないためです。</li>
         
     | 
| 
      
 691 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] ドキュメントの誤字を修正しました。[GitHub#338] [佐藤さんが報告]</li>
         
     | 
| 
      
 692 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/output.html"><span class="doc">出力</span></a>] ドキュメントのマークアップを修正しました。 [GitHub groonga/groonga.org#17] [佐藤さんが報告]</li>
         
     | 
| 
      
 693 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">grn_ii_cursor_set_min()</span></code> を呼ぶごとに getenv()しないようにしました。これによりWindows上でのパフォーマンスのリグレッションが解決します。</li>
         
     | 
| 
      
 694 
     | 
    
         
            +
            <li>OpenBSDでビルドエラーになる不具合を修正しました。 [groonga-dev,03255] [fbnteqrさんが報告]</li>
         
     | 
| 
      
 695 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 同じメッセージが重複してログに記録される不具合を修正しました。</li>
         
     | 
| 
      
 696 
     | 
    
         
            +
            <li>二重にメモリを開放することでクラッシュする不具合を修正しました。</li>
         
     | 
| 
      
 697 
     | 
    
         
            +
            <li>メモリリークを修正しました。 <code class="docutils literal"><span class="pre">--match_columns</span></code> と <code class="docutils literal"><span class="pre">--query</span></code> にインデックスを張っていないテキストカラムを指定し、そのテキストカラムの内容がバルクオブジェクトに収まりきらないと発生します。バルクオブジェクトに収まりきらないのは32byteを越える場合です。そのため、テキストがそれよりも短いものばかりならばこの不具合の影響を受けません。</li>
         
     | 
| 
      
 698 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] [TokenRegexp] クエリに空白として扱われる文字が含まれている場合に正しく検索できない不具合を修正しました。典型的な例は改行 ("\n")が含まれている場合です。</li>
         
     | 
| 
       892 
699 
     | 
    
         
             
            </ul>
         
     | 
| 
       893 
700 
     | 
    
         
             
            </div>
         
     | 
| 
       894 
701 
     | 
    
         
             
            <div class="section" id="id24">
         
     | 
| 
       895 
702 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       896 
703 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       897 
     | 
    
         
            -
            <li 
     | 
| 
       898 
     | 
    
         
            -
             
     | 
| 
       899 
     | 
    
         
            -
            <li 
     | 
| 
       900 
     | 
    
         
            -
             
     | 
| 
       901 
     | 
    
         
            -
            <li 
     | 
| 
       902 
     | 
    
         
            -
            </li>
         
     | 
| 
       903 
     | 
    
         
            -
            <li><p class="first">fbnteqrさん</p>
         
     | 
| 
       904 
     | 
    
         
            -
            </li>
         
     | 
| 
       905 
     | 
    
         
            -
            <li><p class="first">TomyGXさん</p>
         
     | 
| 
       906 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 704 
     | 
    
         
            +
            <li>Hiroaki Nakamuraさん</li>
         
     | 
| 
      
 705 
     | 
    
         
            +
            <li>佐藤博之さん</li>
         
     | 
| 
      
 706 
     | 
    
         
            +
            <li>村上さん</li>
         
     | 
| 
      
 707 
     | 
    
         
            +
            <li>fbnteqrさん</li>
         
     | 
| 
      
 708 
     | 
    
         
            +
            <li>TomyGXさん</li>
         
     | 
| 
       907 
709 
     | 
    
         
             
            </ul>
         
     | 
| 
       908 
710 
     | 
    
         
             
            </div>
         
     | 
| 
       909 
711 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -912,120 +714,77 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       912 
714 
     | 
    
         
             
            <div class="section" id="id25">
         
     | 
| 
       913 
715 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       914 
716 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       915 
     | 
    
         
            -
            <li 
     | 
| 
       916 
     | 
    
         
            -
             
     | 
| 
       917 
     | 
    
         
            -
            <li 
     | 
| 
       918 
     | 
    
         
            -
            </li>
         
     | 
| 
       919 
     | 
    
         
            -
            <li>< 
     | 
| 
       920 
     | 
    
         
            -
            </li>
         
     | 
| 
       921 
     | 
    
         
            -
            <li 
     | 
| 
       922 
     | 
    
         
            -
             
     | 
| 
       923 
     | 
    
         
            -
            <li 
     | 
| 
       924 
     | 
    
         
            -
            </ 
     | 
| 
       925 
     | 
    
         
            -
             
     | 
| 
       926 
     | 
    
         
            -
            </li>
         
     | 
| 
       927 
     | 
    
         
            -
            <li 
     | 
| 
       928 
     | 
    
         
            -
            <ul>
         
     | 
| 
       929 
     | 
    
         
            -
            <li><p class="first">threshold <= 0.0: 常に範囲インデックスを使う</p>
         
     | 
| 
       930 
     | 
    
         
            -
            </li>
         
     | 
| 
       931 
     | 
    
         
            -
            <li><p class="first">threshold >= 1.0: 範囲インデックスを全く使わない</p>
         
     | 
| 
       932 
     | 
    
         
            -
            </li>
         
     | 
| 
       933 
     | 
    
         
            -
            </ul>
         
     | 
| 
       934 
     | 
    
         
            -
            </li>
         
     | 
| 
       935 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] プラグインに対応しました。</p>
         
     | 
| 
       936 
     | 
    
         
            -
            </li>
         
     | 
| 
       937 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] 以下のオプションを追加しました。</p>
         
     | 
| 
       938 
     | 
    
         
            -
            <ul>
         
     | 
| 
      
 717 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/tokenizers.html"><span class="doc">トークナイザー</span></a>][<a class="reference internal" href="../reference/regular_expression.html"><span class="doc">正規表現</span></a>] 最後の一文字のトークンをスキップするようにしました。</li>
         
     | 
| 
      
 718 
     | 
    
         
            +
            <li>[mruby] 正規表現パターンのサイズ推定をサポートしました。</li>
         
     | 
| 
      
 719 
     | 
    
         
            +
            <li>[mruby] アクセサーのサイズ推定をサポートしました。</li>
         
     | 
| 
      
 720 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] Groonga 5.0.2で導入された <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_ENABLED</span></code> 環境変数を削除しました。範囲インデックス検索を無効にするには <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_THRESHOLD=0</span></code> を使ってください。</li>
         
     | 
| 
      
 721 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] 負の上限値とオフセットをサポートしました。</li>
         
     | 
| 
      
 722 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../install/windows.html"><span class="doc">Windows</span></a>] パッケージで <a class="reference external" href="https://github.com/groonga/groonga-admin">Groonga Admin</a> を使うようにしました。</li>
         
     | 
| 
      
 723 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] 閾値の意味を変更しました。<ul>
         
     | 
| 
      
 724 
     | 
    
         
            +
            <li>threshold <= 0.0: 常に範囲インデックスを使う</li>
         
     | 
| 
      
 725 
     | 
    
         
            +
            <li>threshold >= 1.0: 範囲インデックスを全く使わない</li>
         
     | 
| 
      
 726 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 727 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 728 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] プラグインに対応しました。</li>
         
     | 
| 
      
 729 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] 以下のオプションを追加しました。<ul>
         
     | 
| 
       939 
730 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--dump_plugins</span> <span class="pre">[yes(default)/no]</span></code></li>
         
     | 
| 
       940 
731 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--dump_schema</span> <span class="pre">[yes(default)/no]</span></code></li>
         
     | 
| 
       941 
732 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--dump_records</span> <span class="pre">[yes(default)/no]</span></code></li>
         
     | 
| 
       942 
733 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--dump_indexes</span> <span class="pre">[yes(default)/no]</span></code></li>
         
     | 
| 
       943 
734 
     | 
    
         
             
            </ul>
         
     | 
| 
       944 
735 
     | 
    
         
             
            </li>
         
     | 
| 
       945 
     | 
    
         
            -
            <li 
     | 
| 
       946 
     | 
    
         
            -
            </li>
         
     | 
| 
       947 
     | 
    
         
            -
            <li 
     | 
| 
       948 
     | 
    
         
            -
            </li>
         
     | 
| 
       949 
     | 
    
         
            -
            <li 
     | 
| 
       950 
     | 
    
         
            -
             
     | 
| 
       951 
     | 
    
         
            -
            <li 
     | 
| 
       952 
     | 
    
         
            -
             
     | 
| 
       953 
     | 
    
         
            -
            <li 
     | 
| 
       954 
     | 
    
         
            -
            </li>
         
     | 
| 
       955 
     | 
    
         
            -
            <li>< 
     | 
| 
       956 
     | 
    
         
            -
            </li>
         
     | 
| 
       957 
     | 
    
         
            -
            <li 
     | 
| 
       958 
     | 
    
         
            -
             
     | 
| 
       959 
     | 
    
         
            -
            <li 
     | 
| 
       960 
     | 
    
         
            -
            </li>
         
     | 
| 
       961 
     | 
    
         
            -
            <li><p class="first">存在しない参照カラムにインデックスを使うようにしました。</p>
         
     | 
| 
       962 
     | 
    
         
            -
            </li>
         
     | 
| 
       963 
     | 
    
         
            -
            <li><p class="first">[実験的] <a class="reference internal" href="../reference/functions/vector_size.html"><span class="doc">vector_size</span></a> 関数を含むfunctions/vectorプラグインを追加しました。</p>
         
     | 
| 
       964 
     | 
    
         
            -
            </li>
         
     | 
| 
       965 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../install/windows.html"><span class="doc">Windows</span></a>] Visual Studioのバージョンを更新しました。 [GitHub groonga/meetup#4] [Hiroyuki Mizuharaさんが報告]</p>
         
     | 
| 
       966 
     | 
    
         
            -
            </li>
         
     | 
| 
       967 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/cache_limit.html"><span class="doc">cache_limit</span></a>] キャッシュの上限値が減ったときに古いキャッシュから無効にするようにしました。 [株式会社ぐるなびさんが提案]</p>
         
     | 
| 
       968 
     | 
    
         
            -
            </li>
         
     | 
| 
       969 
     | 
    
         
            -
            <li><p class="first">エラー時にerrnoなどの情報を表示するようにしました。</p>
         
     | 
| 
       970 
     | 
    
         
            -
            </li>
         
     | 
| 
       971 
     | 
    
         
            -
            <li><p class="first">[windows] 安全な関数を使うようにしました。</p>
         
     | 
| 
       972 
     | 
    
         
            -
            </li>
         
     | 
| 
       973 
     | 
    
         
            -
            <li><p class="first">ログローテーションの閾値を変更するためのAPIを追加しました。</p>
         
     | 
| 
       974 
     | 
    
         
            -
            <ul>
         
     | 
| 
      
 736 
     | 
    
         
            +
            <li>[API] <code class="xref c c-func docutils literal"><span class="pre">grn_plugin_get_ruby_suffix()</span></code> を追加しました。</li>
         
     | 
| 
      
 737 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] インデックスカラムは参照カラムを参照するので、インデックスカラムを参照カラムの後に置くように修正しました。</li>
         
     | 
| 
      
 738 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] 語彙表のレコードをダンプしないようにしました。</li>
         
     | 
| 
      
 739 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] 再度 <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> のときに <code class="docutils literal"><span class="pre">_id</span></code> を表示するようにしました。</li>
         
     | 
| 
      
 740 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] オフラインインデックス構築するようにしました。</li>
         
     | 
| 
      
 741 
     | 
    
         
            +
            <li>ハッシュのキーサイズの上限値を4KiB(4096バイト)から64KiB - 1(65535バイト)に増やしました。</li>
         
     | 
| 
      
 742 
     | 
    
         
            +
            <li>キャッシュのキーサイズの上限値を4KiB(4096バイト)から64KiB - 1(65535バイト)に増やしました。</li>
         
     | 
| 
      
 743 
     | 
    
         
            +
            <li>ネストしたインデックス検索のパフォーマンスを改善しました。</li>
         
     | 
| 
      
 744 
     | 
    
         
            +
            <li>存在しない参照カラムにインデックスを使うようにしました。</li>
         
     | 
| 
      
 745 
     | 
    
         
            +
            <li>[実験的] <a class="reference internal" href="../reference/functions/vector_size.html"><span class="doc">vector_size</span></a> 関数を含むfunctions/vectorプラグインを追加しました。</li>
         
     | 
| 
      
 746 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../install/windows.html"><span class="doc">Windows</span></a>] Visual Studioのバージョンを更新しました。 [GitHub groonga/meetup#4] [Hiroyuki Mizuharaさんが報告]</li>
         
     | 
| 
      
 747 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/cache_limit.html"><span class="doc">cache_limit</span></a>] キャッシュの上限値が減ったときに古いキャッシュから無効にするようにしました。 [株式会社ぐるなびさんが提案]</li>
         
     | 
| 
      
 748 
     | 
    
         
            +
            <li>エラー時にerrnoなどの情報を表示するようにしました。</li>
         
     | 
| 
      
 749 
     | 
    
         
            +
            <li>[windows] 安全な関数を使うようにしました。</li>
         
     | 
| 
      
 750 
     | 
    
         
            +
            <li>ログローテーションの閾値を変更するためのAPIを追加しました。<ul>
         
     | 
| 
       975 
751 
     | 
    
         
             
            <li><code class="xref c c-func docutils literal"><span class="pre">grn_default_logger_set_rotate_threshold_size()</span></code></li>
         
     | 
| 
       976 
752 
     | 
    
         
             
            <li><code class="xref c c-func docutils literal"><span class="pre">grn_default_logger_get_rotate_threshold_size()</span></code></li>
         
     | 
| 
       977 
753 
     | 
    
         
             
            <li><code class="xref c c-func docutils literal"><span class="pre">grn_default_query_logger_set_rotate_threshold_size()</span></code></li>
         
     | 
| 
       978 
754 
     | 
    
         
             
            <li><code class="xref c c-func docutils literal"><span class="pre">grn_default_query_logger_get_rotate_threshold_size()</span></code></li>
         
     | 
| 
       979 
755 
     | 
    
         
             
            </ul>
         
     | 
| 
       980 
756 
     | 
    
         
             
            </li>
         
     | 
| 
       981 
     | 
    
         
            -
            <li 
     | 
| 
       982 
     | 
    
         
            -
            <ul>
         
     | 
| 
      
 757 
     | 
    
         
            +
            <li>[実験的] ログローテーションをサポートしました。この機能はデフォルトでは無効です。以下のオプションで有効にできます。<ul>
         
     | 
| 
       983 
758 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--log-rotate-threshold-size</span></code></li>
         
     | 
| 
       984 
759 
     | 
    
         
             
            <li><code class="docutils literal"><span class="pre">--query-log-rotate-threshold-size</span></code></li>
         
     | 
| 
       985 
760 
     | 
    
         
             
            </ul>
         
     | 
| 
       986 
761 
     | 
    
         
             
            </li>
         
     | 
| 
       987 
     | 
    
         
            -
            <li 
     | 
| 
       988 
     | 
    
         
            -
             
     | 
| 
       989 
     | 
    
         
            -
            <li 
     | 
| 
       990 
     | 
    
         
            -
             
     | 
| 
       991 
     | 
    
         
            -
            <li>< 
     | 
| 
       992 
     | 
    
         
            -
            </li>
         
     | 
| 
       993 
     | 
    
         
            -
            <li><p class="first">Debian 8.0 (Jessie)をサポートしました。</p>
         
     | 
| 
       994 
     | 
    
         
            -
            </li>
         
     | 
| 
       995 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] バンドルしているnginxのバージョンを最新(1.8.0)に更新しました。</p>
         
     | 
| 
       996 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 762 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../server/gqtp.html"><span class="doc">GQTP</span></a>] GQTPサーバーについてのドキュメントを追加しました。</li>
         
     | 
| 
      
 763 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a>] groonga実行ファイルのドキュメントを一部追加しました。</li>
         
     | 
| 
      
 764 
     | 
    
         
            +
            <li>Ubuntu 15.04 (Vivid Vervet)をサポートしました。</li>
         
     | 
| 
      
 765 
     | 
    
         
            +
            <li>Debian 8.0 (Jessie)をサポートしました。</li>
         
     | 
| 
      
 766 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] バンドルしているnginxのバージョンを最新(1.8.0)に更新しました。</li>
         
     | 
| 
       997 
767 
     | 
    
         
             
            </ul>
         
     | 
| 
       998 
768 
     | 
    
         
             
            </div>
         
     | 
| 
       999 
769 
     | 
    
         
             
            <div class="section" id="id26">
         
     | 
| 
       1000 
770 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1001 
771 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1002 
     | 
    
         
            -
            <li 
     | 
| 
       1003 
     | 
    
         
            -
             
     | 
| 
       1004 
     | 
    
         
            -
            <li>< 
     | 
| 
       1005 
     | 
    
         
            -
             
     | 
| 
       1006 
     | 
    
         
            -
            <li>< 
     | 
| 
       1007 
     | 
    
         
            -
            </li>
         
     | 
| 
       1008 
     | 
    
         
            -
            <li>< 
     | 
| 
       1009 
     | 
    
         
            -
            </li>
         
     | 
| 
       1010 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal"><span class="pre">:order</span> <span class="pre">=></span> <span class="pre">"descending"</span></code> が動作しない不具合を修正しました。</p>
         
     | 
| 
       1011 
     | 
    
         
            -
            </li>
         
     | 
| 
       1012 
     | 
    
         
            -
            <li><p class="first">[<a class="reference internal" href="../reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 範囲インデックスの集計を再度サポートしました。</p>
         
     | 
| 
       1013 
     | 
    
         
            -
            </li>
         
     | 
| 
       1014 
     | 
    
         
            -
            <li><p class="first">誤動作の原因となる <code class="xref c c-func docutils literal"><span class="pre">grn_pat_del()</span></code> の不具合を修正し、無効なパトリシアトライノードのテストを追加しました。 [groonga-dev,03177] [yuya sakoさんが報告]</p>
         
     | 
| 
       1015 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 772 
     | 
    
         
            +
            <li>[windows] Microsoft Visual C++でビルドしたGroongaで、大きいデータ(少なくとも1GB以上)のオフラインインデックス構築(<a class="reference internal" href="../reference/indexing.html#offline-index-construction"><span class="std std-ref">静的なインデックス構築方法</span></a>) に失敗していた不具合を修正しました。 [Hideki ARAIさんが報告]</li>
         
     | 
| 
      
 773 
     | 
    
         
            +
            <li>[mruby] 正規表現の中の <code class="docutils literal"><span class="pre">\\</span></code> をインデックス検索可能にしました。</li>
         
     | 
| 
      
 774 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">GRN_II_CURSOR_SET_MIN_ENABLE=yes</span></code> のときにいくつかマッチ済みのレコードを返していなかった不具合を修正しました。</li>
         
     | 
| 
      
 775 
     | 
    
         
            +
            <li>[sharding] 部分範囲がすべての範囲として扱われる不具合を修正しました。</li>
         
     | 
| 
      
 776 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal"><span class="pre">:order</span> <span class="pre">=></span> <span class="pre">"descending"</span></code> が動作しない不具合を修正しました。</li>
         
     | 
| 
      
 777 
     | 
    
         
            +
            <li>[<a class="reference internal" href="../reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 範囲インデックスの集計を再度サポートしました。</li>
         
     | 
| 
      
 778 
     | 
    
         
            +
            <li>誤動作の原因となる <code class="xref c c-func docutils literal"><span class="pre">grn_pat_del()</span></code> の不具合を修正し、無効なパトリシアトライノードのテストを追加しました。 [groonga-dev,03177] [yuya sakoさんが報告]</li>
         
     | 
| 
       1016 
779 
     | 
    
         
             
            </ul>
         
     | 
| 
       1017 
780 
     | 
    
         
             
            </div>
         
     | 
| 
       1018 
781 
     | 
    
         
             
            <div class="section" id="id27">
         
     | 
| 
       1019 
782 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1020 
783 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1021 
     | 
    
         
            -
            <li 
     | 
| 
       1022 
     | 
    
         
            -
             
     | 
| 
       1023 
     | 
    
         
            -
            <li 
     | 
| 
       1024 
     | 
    
         
            -
             
     | 
| 
       1025 
     | 
    
         
            -
            <li><p class="first">株式会社ぐるなびさん</p>
         
     | 
| 
       1026 
     | 
    
         
            -
            </li>
         
     | 
| 
       1027 
     | 
    
         
            -
            <li><p class="first">yuya sakoさん</p>
         
     | 
| 
       1028 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 784 
     | 
    
         
            +
            <li>Hideki ARAIさん</li>
         
     | 
| 
      
 785 
     | 
    
         
            +
            <li>Hiroyuki Mizuharaさん</li>
         
     | 
| 
      
 786 
     | 
    
         
            +
            <li>株式会社ぐるなびさん</li>
         
     | 
| 
      
 787 
     | 
    
         
            +
            <li>yuya sakoさん</li>
         
     | 
| 
       1029 
788 
     | 
    
         
             
            </ul>
         
     | 
| 
       1030 
789 
     | 
    
         
             
            </div>
         
     | 
| 
       1031 
790 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -1035,30 +794,23 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       1035 
794 
     | 
    
         
             
            <div class="section" id="id28">
         
     | 
| 
       1036 
795 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1037 
796 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1038 
     | 
    
         
            -
            <li 
     | 
| 
       1039 
     | 
    
         
            -
            </li>
         
     | 
| 
       1040 
     | 
    
         
            -
            <li><p class="first">[logical_range_filter] 範囲検索をデフォルトで無効にした。 環境変数 <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_ENABLED</span></code> に <code class="docutils literal"><span class="pre">yes</span></code> を設定すれば有効になる。</p>
         
     | 
| 
       1041 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 797 
     | 
    
         
            +
            <li>MessagePack 1.0.1をサポート。 [畑ケさんが報告]</li>
         
     | 
| 
      
 798 
     | 
    
         
            +
            <li>[logical_range_filter] 範囲検索をデフォルトで無効にした。 環境変数 <code class="docutils literal"><span class="pre">GRN_LOGICAL_RANGE_FILTER_ENABLED</span></code> に <code class="docutils literal"><span class="pre">yes</span></code> を設定すれば有効になる。</li>
         
     | 
| 
       1042 
799 
     | 
    
         
             
            </ul>
         
     | 
| 
       1043 
800 
     | 
    
         
             
            </div>
         
     | 
| 
       1044 
801 
     | 
    
         
             
            <div class="section" id="id29">
         
     | 
| 
       1045 
802 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1046 
803 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1047 
     | 
    
         
            -
            <li 
     | 
| 
       1048 
     | 
    
         
            -
            </li>
         
     | 
| 
       1049 
     | 
    
         
            -
            <li 
     | 
| 
       1050 
     | 
    
         
            -
            </li>
         
     | 
| 
       1051 
     | 
    
         
            -
            <li><p class="first">libeditが正しく初期化されない不具合を修正。CentOS 7などの環境で問題が解消される。</p>
         
     | 
| 
       1052 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 804 
     | 
    
         
            +
            <li>JSONPが動作していなかった不具合を修正。これはGroonga 4.1.1で入った不具合。</li>
         
     | 
| 
      
 805 
     | 
    
         
            +
            <li>Groonga 5.0.1がx86環境でクラッシュする不具合を修正。[groonga-dev,03131] [篠田さんが報告]</li>
         
     | 
| 
      
 806 
     | 
    
         
            +
            <li>libeditが正しく初期化されない不具合を修正。CentOS 7などの環境で問題が解消される。</li>
         
     | 
| 
       1053 
807 
     | 
    
         
             
            </ul>
         
     | 
| 
       1054 
808 
     | 
    
         
             
            </div>
         
     | 
| 
       1055 
809 
     | 
    
         
             
            <div class="section" id="id30">
         
     | 
| 
       1056 
810 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1057 
811 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1058 
     | 
    
         
            -
            <li 
     | 
| 
       1059 
     | 
    
         
            -
             
     | 
| 
       1060 
     | 
    
         
            -
            <li><p class="first">畑ケさん</p>
         
     | 
| 
       1061 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 812 
     | 
    
         
            +
            <li>篠田さん</li>
         
     | 
| 
      
 813 
     | 
    
         
            +
            <li>畑ケさん</li>
         
     | 
| 
       1062 
814 
     | 
    
         
             
            </ul>
         
     | 
| 
       1063 
815 
     | 
    
         
             
            </div>
         
     | 
| 
       1064 
816 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -1160,83 +912,58 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       1160 
912 
     | 
    
         
             
            <div class="section" id="id32">
         
     | 
| 
       1161 
913 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1162 
914 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1163 
     | 
    
         
            -
            <li 
     | 
| 
       1164 
     | 
    
         
            -
            </li>
         
     | 
| 
       1165 
     | 
    
         
            -
            <li 
     | 
| 
       1166 
     | 
    
         
            -
             
     | 
| 
       1167 
     | 
    
         
            -
            <li 
     | 
| 
       1168 
     | 
    
         
            -
             
     | 
| 
       1169 
     | 
    
         
            -
            <li 
     | 
| 
       1170 
     | 
    
         
            -
            <ul>
         
     | 
| 
       1171 
     | 
    
         
            -
            <li><p class="first">複数のインデックスが張られている</p>
         
     | 
| 
       1172 
     | 
    
         
            -
            </li>
         
     | 
| 
       1173 
     | 
    
         
            -
            <li><p class="first">最初に定義したインデックスか最後に定義したインデックスがマルチカラムインデックスを使っている</p>
         
     | 
| 
       1174 
     | 
    
         
            -
            </li>
         
     | 
| 
       1175 
     | 
    
         
            -
            <li><p class="first">最初に定義したインデックスと最後に定義したインデックスがマルチカラムインデックスだったとき、そのソースカラムの指定順が異なっている</p>
         
     | 
| 
       1176 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 915 
     | 
    
         
            +
            <li>非推奨の <code class="docutils literal"><span class="pre">--address</span></code> 引数をGroongaのデフォルト設定ファイル(groonga.conf)で使わないようにしました。かわりに <code class="docutils literal"><span class="pre">--bind-address</span></code> を使います。 [Groonga-talk] [Dewanggaさんが報告]</li>
         
     | 
| 
      
 916 
     | 
    
         
            +
            <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-no-key"><span class="std std-ref">TABLE_NO_KEY</span></a> なテーブルでtruncateができない問題を修正しました。</li>
         
     | 
| 
      
 917 
     | 
    
         
            +
            <li>[mecab] 不必要な "empty token" や "ignore empty token" といったログが出力されないようにしました。</li>
         
     | 
| 
      
 918 
     | 
    
         
            +
            <li>誤ったインデックスのセクションが使われてしまう不具合を修正しました。これにより誤った検索結果を返していました。次の条件をすべて満すと発生します。<ul>
         
     | 
| 
      
 919 
     | 
    
         
            +
            <li>複数のインデックスが張られている</li>
         
     | 
| 
      
 920 
     | 
    
         
            +
            <li>最初に定義したインデックスか最後に定義したインデックスがマルチカラムインデックスを使っている</li>
         
     | 
| 
      
 921 
     | 
    
         
            +
            <li>最初に定義したインデックスと最後に定義したインデックスがマルチカラムインデックスだったとき、そのソースカラムの指定順が異なっている</li>
         
     | 
| 
       1177 
922 
     | 
    
         
             
            </ul>
         
     | 
| 
       1178 
923 
     | 
    
         
             
            </li>
         
     | 
| 
       1179 
     | 
    
         
            -
            <li 
     | 
| 
       1180 
     | 
    
         
            -
            </li>
         
     | 
| 
       1181 
     | 
    
         
            -
            <li>< 
     | 
| 
       1182 
     | 
    
         
            -
            </li>
         
     | 
| 
       1183 
     | 
    
         
            -
            <li><p class="first"><a class="reference internal" href="../reference/commands/select.html#select-match-columns"><span class="std std-ref">match_columns</span></a> に <code class="docutils literal"><span class="pre">Lexicon.index.source_column_name</span></code> を指定しても動作しない不具合を修正しました。<code class="docutils literal"><span class="pre">source_column_name</span></code> として指定されたカラムが2つ以上のインデックスをもつ場合に発生します。 [村上さんが報告]</p>
         
     | 
| 
       1184 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 924 
     | 
    
         
            +
            <li>シェルのコマンドラインからGroongaのコマンドを <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> に渡すと常に <code class="docutils literal"><span class="pre">0</span></code> を終了コードとして返す不具合を修正しました。 例えば、 <code class="docutils literal"><span class="pre">groonga</span> <span class="pre">DB_PATH</span> <span class="pre">存在しないコマンド名</span></code> を実行しても終了コードとして <code class="docutils literal"><span class="pre">0</span></code> を常に返します。</li>
         
     | 
| 
      
 925 
     | 
    
         
            +
            <li>2つ以上のプラグインを登録しているときにプラグインのパスが壊れてしまう不具合を修正しました。 [村上さんが報告]</li>
         
     | 
| 
      
 926 
     | 
    
         
            +
            <li><a class="reference internal" href="../reference/commands/select.html#select-match-columns"><span class="std std-ref">match_columns</span></a> に <code class="docutils literal"><span class="pre">Lexicon.index.source_column_name</span></code> を指定しても動作しない不具合を修正しました。<code class="docutils literal"><span class="pre">source_column_name</span></code> として指定されたカラムが2つ以上のインデックスをもつ場合に発生します。 [村上さんが報告]</li>
         
     | 
| 
       1185 
927 
     | 
    
         
             
            </ul>
         
     | 
| 
       1186 
928 
     | 
    
         
             
            </div>
         
     | 
| 
       1187 
929 
     | 
    
         
             
            <div class="section" id="id33">
         
     | 
| 
       1188 
930 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1189 
931 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1190 
     | 
    
         
            -
            <li 
     | 
| 
       1191 
     | 
    
         
            -
             
     | 
| 
       1192 
     | 
    
         
            -
            <li 
     | 
| 
       1193 
     | 
    
         
            -
             
     | 
| 
       1194 
     | 
    
         
            -
            <li 
     | 
| 
       1195 
     | 
    
         
            -
             
     | 
| 
       1196 
     | 
    
         
            -
            <li><p class="first">栗山さん</p>
         
     | 
| 
       1197 
     | 
    
         
            -
            </li>
         
     | 
| 
       1198 
     | 
    
         
            -
            <li><p class="first">ongaeshiさん</p>
         
     | 
| 
       1199 
     | 
    
         
            -
            </li>
         
     | 
| 
       1200 
     | 
    
         
            -
            <li><p class="first">村上さん</p>
         
     | 
| 
       1201 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 932 
     | 
    
         
            +
            <li>Masatoshi Teruyaさん</li>
         
     | 
| 
      
 933 
     | 
    
         
            +
            <li>末永さん</li>
         
     | 
| 
      
 934 
     | 
    
         
            +
            <li>Dewanggaさん</li>
         
     | 
| 
      
 935 
     | 
    
         
            +
            <li>栗山さん</li>
         
     | 
| 
      
 936 
     | 
    
         
            +
            <li>ongaeshiさん</li>
         
     | 
| 
      
 937 
     | 
    
         
            +
            <li>村上さん</li>
         
     | 
| 
       1202 
938 
     | 
    
         
             
            </ul>
         
     | 
| 
       1203 
939 
     | 
    
         
             
            </div>
         
     | 
| 
       1204 
940 
     | 
    
         
             
            </div>
         
     | 
| 
       1205 
941 
     | 
    
         
             
            <div class="section" id="release-5-0-0-2015-02-09">
         
     | 
| 
       1206 
942 
     | 
    
         
             
            <span id="release-5-0-0"></span><h2>5.0.0リリース - 2015-02-09<a class="headerlink" href="#release-5-0-0-2015-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       1207 
943 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1208 
     | 
    
         
            -
            <li 
     | 
| 
       1209 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 944 
     | 
    
         
            +
            <li>バージョン5.0.0になりました!</li>
         
     | 
| 
       1210 
945 
     | 
    
         
             
            </ul>
         
     | 
| 
       1211 
946 
     | 
    
         
             
            <div class="section" id="id34">
         
     | 
| 
       1212 
947 
     | 
    
         
             
            <h3>改良<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1213 
948 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1214 
     | 
    
         
            -
            <li 
     | 
| 
       1215 
     | 
    
         
            -
            </li>
         
     | 
| 
       1216 
     | 
    
         
            -
            <li 
     | 
| 
       1217 
     | 
    
         
            -
            </li>
         
     | 
| 
       1218 
     | 
    
         
            -
            <li><p class="first">[cmake] FreeBSD 10.1でのコンパイルエラーを修正しました。<a class="reference external" href="https://mariadb.atlassian.net/browse/MDEV-7293">[MDEV-7293]</a> [Bernard Spilさんが報告]</p>
         
     | 
| 
       1219 
     | 
    
         
            -
            </li>
         
     | 
| 
       1220 
     | 
    
         
            -
            <li><p class="first">プラグインのディレクトリをカスタマイズできるようにしました。 その場合 <cite>GRN_PLUGINS_DIR</cite> 環境変数を設定します。</p>
         
     | 
| 
       1221 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 949 
     | 
    
         
            +
            <li>[doc] <a class="reference internal" href="../reference/grn_expr/script_syntax.html"><span class="doc">スクリプト構文</span></a> の <a class="reference internal" href="../reference/grn_expr/script_syntax.html#script-syntax-security"><span class="std std-ref">セキュリティー</span></a> に関して追加しました。</li>
         
     | 
| 
      
 950 
     | 
    
         
            +
            <li>[実験的] シャーディングするためのプラグインを追加しました。有効にするには <cite>register sharding</cite> を前もって実行します。レコード数を取得するには <a class="reference internal" href="../reference/commands/logical_count.html"><span class="doc">logical_count</span></a> を使います。</li>
         
     | 
| 
      
 951 
     | 
    
         
            +
            <li>[cmake] FreeBSD 10.1でのコンパイルエラーを修正しました。<a class="reference external" href="https://mariadb.atlassian.net/browse/MDEV-7293">[MDEV-7293]</a> [Bernard Spilさんが報告]</li>
         
     | 
| 
      
 952 
     | 
    
         
            +
            <li>プラグインのディレクトリをカスタマイズできるようにしました。 その場合 <cite>GRN_PLUGINS_DIR</cite> 環境変数を設定します。</li>
         
     | 
| 
       1222 
953 
     | 
    
         
             
            </ul>
         
     | 
| 
       1223 
954 
     | 
    
         
             
            </div>
         
     | 
| 
       1224 
955 
     | 
    
         
             
            <div class="section" id="id35">
         
     | 
| 
       1225 
956 
     | 
    
         
             
            <h3>修正<a class="headerlink" href="#id35" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1226 
957 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1227 
     | 
    
         
            -
            <li 
     | 
| 
       1228 
     | 
    
         
            -
            </li>
         
     | 
| 
       1229 
     | 
    
         
            -
            <li><p class="first">MSVCのtime関連でビルドに失敗する問題を修正しました。 [GitHub#237]</p>
         
     | 
| 
       1230 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 958 
     | 
    
         
            +
            <li>システムに互換性のないバージョンのonigmoもしくはonigurumaのヘッダーがインストールされているとビルドに失敗する問題を修正しました。 [GitHub#276] [武者さんがパッチ提供]</li>
         
     | 
| 
      
 959 
     | 
    
         
            +
            <li>MSVCのtime関連でビルドに失敗する問題を修正しました。 [GitHub#237]</li>
         
     | 
| 
       1231 
960 
     | 
    
         
             
            </ul>
         
     | 
| 
       1232 
961 
     | 
    
         
             
            </div>
         
     | 
| 
       1233 
962 
     | 
    
         
             
            <div class="section" id="id36">
         
     | 
| 
       1234 
963 
     | 
    
         
             
            <h3>感謝<a class="headerlink" href="#id36" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       1235 
964 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       1236 
     | 
    
         
            -
            <li 
     | 
| 
       1237 
     | 
    
         
            -
             
     | 
| 
       1238 
     | 
    
         
            -
            <li><p class="first">Bernard Spilさん</p>
         
     | 
| 
       1239 
     | 
    
         
            -
            </li>
         
     | 
| 
      
 965 
     | 
    
         
            +
            <li>武者さん</li>
         
     | 
| 
      
 966 
     | 
    
         
            +
            <li>Bernard Spilさん</li>
         
     | 
| 
       1240 
967 
     | 
    
         
             
            </ul>
         
     | 
| 
       1241 
968 
     | 
    
         
             
            </div>
         
     | 
| 
       1242 
969 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -1333,13 +1060,6 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       1333 
1060 
     | 
    
         
             
            </li>
         
     | 
| 
       1334 
1061 
     | 
    
         
             
            </ul>
         
     | 
| 
       1335 
1062 
     | 
    
         | 
| 
       1336 
     | 
    
         
            -
              <div role="note" aria-label="source link">
         
     | 
| 
       1337 
     | 
    
         
            -
                <h3>このページ</h3>
         
     | 
| 
       1338 
     | 
    
         
            -
                <ul class="this-page-menu">
         
     | 
| 
       1339 
     | 
    
         
            -
                  <li><a href="../_sources/news/5.x.txt"
         
     | 
| 
       1340 
     | 
    
         
            -
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       1341 
     | 
    
         
            -
                </ul>
         
     | 
| 
       1342 
     | 
    
         
            -
               </div>
         
     | 
| 
       1343 
1063 
     | 
    
         
             
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       1344 
1064 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       1345 
1065 
     | 
    
         
             
                <form class="search" action="../search.html" method="get">
         
     | 
| 
         @@ -1360,11 +1080,11 @@ XXX_20150604 <- includes only 2015-06-04 records 
     | 
|
| 
       1360 
1080 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1361 
1081 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       1362 
1082 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1363 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0 
     | 
| 
      
 1083 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li> 
         
     | 
| 
       1364 
1084 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1365 
1085 
     | 
    
         
             
                </div>
         
     | 
| 
       1366 
1086 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       1367 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 1087 
     | 
    
         
            +
                    © Copyright 2009-2018, Brazil, Inc.
         
     | 
| 
       1368 
1088 
     | 
    
         
             
                </div>
         
     | 
| 
       1369 
1089 
     | 
    
         
             
              </body>
         
     | 
| 
       1370 
1090 
     | 
    
         
             
            </html>
         
     |