rroonga 7.0.2-x64-mingw32 → 7.1.1-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_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 - 4.x — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>News - 4.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,44 +67,30 @@
|
|
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
|
-
</li>
|
77
|
-
<li
|
78
|
-
</li>
|
79
|
-
<li><p class="first">[実験的] <code class="docutils literal"><span class="pre">--with-jemalloc</span></code> オプションを指定すると <code class="docutils literal"><span class="pre">malloc()/free()</span></code> に <code class="docutils literal"><span class="pre">jemalloc</span></code> の実装を使えるようになりました。マルチスレッドでのパフォーマンス改善が見込めます。例えば、<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> や <a class="reference external" href="http://mroonga.org/">Mroonga</a> でパフォーマンスを改善できるでしょう。<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a> は別で、groonga-httpd はマルチスレッドではなく、マルチプロセスモデルで動作しているためです。</p>
|
80
|
-
</li>
|
81
|
-
<li><p class="first">groonga-httpd: 2048バイトを越える越えるエラーメッセージをサポートしました。この変更により、2048バイトを越えてもエラーメッセージが途中で切られることはありません。</p>
|
82
|
-
</li>
|
83
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] ストリーム処理できるようになりました。</p>
|
84
|
-
</li>
|
70
|
+
<li>[windows] エラーコードのかわりにエラーメッセージを表示するようにしました。これによりエラーがわかりやすくなります。</li>
|
71
|
+
<li>[実験的][windows] データベースの初期サイズを小さくできるようにしました。以前のバージョンではUNIXとは異なりかなりサイズが大きい初期ファイルをデフォルトで使っていました。この機能を有効にするには <code class="docutils literal"><span class="pre">GRN_IO_VERSION=1</span></code> 環境変数を指定します。まだ実験的な機能なためデフォルトでは有効にしていません。</li>
|
72
|
+
<li>drilldownで <code class="docutils literal"><span class="pre">SUM</span></code> (合計)、 <code class="docutils literal"><span class="pre">MIN</span></code> (最小値)、 <code class="docutils literal"><span class="pre">MAX</span></code> (最大値)、 <code class="docutils literal"><span class="pre">AVG</span></code> (平均) を算出する機能を使えるようにしました。この機能はラベルつきのdrilldown構文を拡張することで実現しています。<a class="reference internal" href="../reference/commands/select.html#select-drilldown-calc-types"><span class="std std-ref">drilldown_calc_types</span></a> に <code class="docutils literal"><span class="pre">SUM</span></code>、 <code class="docutils literal"><span class="pre">MIN</span></code>、 <code class="docutils literal"><span class="pre">MAX</span></code> もしくは <code class="docutils literal"><span class="pre">AVG</span></code> を指定します。対象となるカラムは <a class="reference internal" href="../reference/commands/select.html#select-drilldown-calc-target"><span class="std std-ref">drilldown_calc_target</span></a> として指定します。返り値はdrilldownによるグループ化した結果から算出されます。</li>
|
73
|
+
<li>[実験的] <code class="docutils literal"><span class="pre">--with-jemalloc</span></code> オプションを指定すると <code class="docutils literal"><span class="pre">malloc()/free()</span></code> に <code class="docutils literal"><span class="pre">jemalloc</span></code> の実装を使えるようになりました。マルチスレッドでのパフォーマンス改善が見込めます。例えば、<a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> や <a class="reference external" href="http://mroonga.org/">Mroonga</a> でパフォーマンスを改善できるでしょう。<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a> は別で、groonga-httpd はマルチスレッドではなく、マルチプロセスモデルで動作しているためです。</li>
|
74
|
+
<li>groonga-httpd: 2048バイトを越える越えるエラーメッセージをサポートしました。この変更により、2048バイトを越えてもエラーメッセージが途中で切られることはありません。</li>
|
75
|
+
<li>[<a class="reference internal" href="../reference/commands/dump.html"><span class="doc">dump</span></a>] ストリーム処理できるようになりました。</li>
|
85
76
|
</ul>
|
86
77
|
</div>
|
87
78
|
<div class="section" id="fixes">
|
88
79
|
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
89
80
|
<ul class="simple">
|
90
|
-
<li
|
91
|
-
|
92
|
-
<li
|
93
|
-
</li>
|
94
|
-
<li><
|
95
|
-
|
96
|
-
<li
|
97
|
-
</li>
|
98
|
-
<li><p class="first">mecab: MeCab 0.993で発生する <code class="docutils literal"><span class="pre">mecab_strerror(NULL)</span></code> に対する回避策を追加しました。この修正がないとMeCabの辞書がない場合にGroongaが強制終了します。 [田沼さんが報告]</p>
|
99
|
-
</li>
|
100
|
-
<li><p class="first">groonga-httpd: カスタムログの指定が無視される不具合を修正しました。</p>
|
101
|
-
</li>
|
102
|
-
<li><p class="first">groonga-httpd: データベースが空の状態でdumpすると返ってこない不具合を修正しました。</p>
|
103
|
-
</li>
|
81
|
+
<li>エラー発生時のエラーコードとエラーメッセージが <code class="docutils literal"><span class="pre">strerror()</span></code> を呼んで失敗したときに一致しない不具合を修正しました。このせいで、syscallエラーとして不適切なエラーコードを表示することがありました。</li>
|
82
|
+
<li>未定義エラーが発生したときにエラーメッセージにエラーコード(errno)を表示するようにしました。</li>
|
83
|
+
<li>[windows] 適切なエラーコードを返すようにしました。</li>
|
84
|
+
<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">memo_index</span></code> という <code class="docutils literal"><span class="pre">title</span></code> カラムと <code class="docutils literal"><span class="pre">content</span></code> カラムを対象としたマルチカラムインデックスがあるとします。この不具合は <code class="docutils literal"><span class="pre">memo_index[0]</span></code> というように <code class="docutils literal"><span class="pre">title</span></code> カラムのインデックスが <a class="reference internal" href="../reference/commands/select.html#select-match-columns"><span class="std std-ref">match_columns</span></a> に指定されている場合に発生します。</li>
|
85
|
+
<li>mecab: MeCab 0.993で発生する <code class="docutils literal"><span class="pre">mecab_strerror(NULL)</span></code> に対する回避策を追加しました。この修正がないとMeCabの辞書がない場合にGroongaが強制終了します。 [田沼さんが報告]</li>
|
86
|
+
<li>groonga-httpd: カスタムログの指定が無視される不具合を修正しました。</li>
|
87
|
+
<li>groonga-httpd: データベースが空の状態でdumpすると返ってこない不具合を修正しました。</li>
|
104
88
|
</ul>
|
105
89
|
</div>
|
106
90
|
<div class="section" id="thanks">
|
107
91
|
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
108
92
|
<ul class="simple">
|
109
|
-
<li
|
110
|
-
</li>
|
93
|
+
<li>田沼修平さん</li>
|
111
94
|
</ul>
|
112
95
|
</div>
|
113
96
|
</div>
|
@@ -133,10 +116,8 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
133
116
|
<div class="section" id="id1">
|
134
117
|
<h3>修正<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
135
118
|
<ul class="simple">
|
136
|
-
<li
|
137
|
-
<
|
138
|
-
<li><p class="first">インデックス化された値を一度に大量に削除または更新するとクラッシュする問題を修正しました。 [groonga-dev,02942] [kashiharaさんが報告]</p>
|
139
|
-
</li>
|
119
|
+
<li>インデックスが壊れるかもしれない問題を修正しました。ただし、Groonga 4.0.9で修正した次の問題は再発します。<ul>
|
120
|
+
<li>インデックス化された値を一度に大量に削除または更新するとクラッシュする問題を修正しました。 [groonga-dev,02942] [kashiharaさんが報告]</li>
|
140
121
|
</ul>
|
141
122
|
</li>
|
142
123
|
</ul>
|
@@ -151,84 +132,50 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
151
132
|
<div class="section" id="id2">
|
152
133
|
<h3>改良<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
153
134
|
<ul class="simple">
|
154
|
-
<li
|
155
|
-
</li>
|
156
|
-
<li><
|
157
|
-
</li>
|
158
|
-
<li
|
159
|
-
</li>
|
160
|
-
<li
|
161
|
-
|
162
|
-
<li
|
163
|
-
</li>
|
164
|
-
<li
|
165
|
-
</li>
|
166
|
-
<li
|
167
|
-
</li>
|
168
|
-
<li><
|
169
|
-
</li>
|
170
|
-
<li><
|
171
|
-
</li>
|
172
|
-
<li><p class="first">[ドキュメント] <a class="reference internal" href="../contribution/documentation/introduction.html"><span class="doc">導入</span></a> を更新しました。 [GitHub#270] [玉野さんがパッチ提供]</p>
|
173
|
-
</li>
|
174
|
-
<li><p class="first">[ドキュメント] <a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a> を更新しました。 [GitHub#271] [畑ケさんがパッチ提供]</p>
|
175
|
-
</li>
|
176
|
-
<li><p class="first">[<a class="reference internal" href="../reference/token_filters.html#token-filter-stem"><span class="std std-ref">TokenFilterStem</span></a>] 大文字アルファベット、数字、 <code class="docutils literal"><span class="pre">-</span></code> 、 <code class="docutils literal"><span class="pre">'</span></code> だけで構成されているトークンに対応しました。これにより、 <a class="reference internal" href="../reference/token_filters.html#token-filter-stem"><span class="std std-ref">TokenFilterStem</span></a> はMySQL互換ノーマライザーと一緒に使うことができるようになりました。</p>
|
177
|
-
</li>
|
178
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] カラムに対応しました。</p>
|
179
|
-
</li>
|
180
|
-
<li><p class="first">[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] パラメーター名を <code class="docutils literal"><span class="pre">table</span></code> から <code class="docutils literal"><span class="pre">target_name</span></code> に変更しました。後方互換性のために <code class="docutils literal"><span class="pre">table</span></code> パラメーターも使うことはできますが、新しく書くコードでは使わないでください。</p>
|
181
|
-
</li>
|
182
|
-
<li><p class="first"><a class="reference internal" href="../reference/api/grn_column.html#c.grn_column_truncate" title="grn_column_truncate"><code class="xref c c-func docutils literal"><span class="pre">grn_column_truncate()</span></code></a> を公開しました。</p>
|
183
|
-
</li>
|
184
|
-
<li><p class="first"><a class="reference internal" href="../reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a> を追加しました。</p>
|
185
|
-
</li>
|
186
|
-
<li><p class="first"><a class="reference internal" href="../reference/commands/clearlock.html"><span class="doc">clearlock</span></a> を非推奨扱いにしました。</p>
|
187
|
-
</li>
|
188
|
-
<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">umask(0)</span></code> 環境で新しく作るファイルのパーミッションを誰でも書き込めるパーミッションにすることを止めました。これは後方非互換な変更ですが、以前の挙動はセキュリティーリスクがあるため変更します。</p>
|
189
|
-
</li>
|
135
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] 正式機能扱いにしました。</li>
|
136
|
+
<li>[ドキュメント] <code class="docutils literal"><span class="pre">groonga-token-filter-stem</span></code> パッケージの説明を追加しました。 [GitHub#259] [横山さんがパッチを提供]</li>
|
137
|
+
<li>[ビルド] <code class="docutils literal"><span class="pre">make</span></code> なしでの <code class="docutils literal"><span class="pre">make</span> <span class="pre">install</span></code> に対応しました。 [やまだあきらさんが報告]</li>
|
138
|
+
<li>[実験的] 実行中のリクエストを中断する <a class="reference internal" href="../reference/commands/request_cancel.html"><span class="doc">request_cancel</span></a> コマンドを追加しました。</li>
|
139
|
+
<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>
|
140
|
+
<li><code class="docutils literal"><span class="pre">UInt64</span></code> のベクターのように固定長の値のベクターの索引作成に対応しました。 [groonga-dev,03014] [ふなとさんが報告]</li>
|
141
|
+
<li>[実験的] <a class="reference internal" href="../reference/executables/grndb.html"><span class="doc">grndb</span></a> を追加しました。</li>
|
142
|
+
<li>[deb] armhfアーキテクチャーに対応しました。</li>
|
143
|
+
<li>[<a class="reference internal" href="../reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a>] HEADに対応しました。</li>
|
144
|
+
<li>[ドキュメント] <a class="reference internal" href="../contribution/documentation/introduction.html"><span class="doc">導入</span></a> を更新しました。 [GitHub#270] [玉野さんがパッチ提供]</li>
|
145
|
+
<li>[ドキュメント] <a class="reference internal" href="../install/others.html"><span class="doc">その他</span></a> を更新しました。 [GitHub#271] [畑ケさんがパッチ提供]</li>
|
146
|
+
<li>[<a class="reference internal" href="../reference/token_filters.html#token-filter-stem"><span class="std std-ref">TokenFilterStem</span></a>] 大文字アルファベット、数字、 <code class="docutils literal"><span class="pre">-</span></code> 、 <code class="docutils literal"><span class="pre">'</span></code> だけで構成されているトークンに対応しました。これにより、 <a class="reference internal" href="../reference/token_filters.html#token-filter-stem"><span class="std std-ref">TokenFilterStem</span></a> はMySQL互換ノーマライザーと一緒に使うことができるようになりました。</li>
|
147
|
+
<li>[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] カラムに対応しました。</li>
|
148
|
+
<li>[<a class="reference internal" href="../reference/commands/truncate.html"><span class="doc">truncate</span></a>] パラメーター名を <code class="docutils literal"><span class="pre">table</span></code> から <code class="docutils literal"><span class="pre">target_name</span></code> に変更しました。後方互換性のために <code class="docutils literal"><span class="pre">table</span></code> パラメーターも使うことはできますが、新しく書くコードでは使わないでください。</li>
|
149
|
+
<li><a class="reference internal" href="../reference/api/grn_column.html#c.grn_column_truncate" title="grn_column_truncate"><code class="xref c c-func docutils literal"><span class="pre">grn_column_truncate()</span></code></a> を公開しました。</li>
|
150
|
+
<li><a class="reference internal" href="../reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a> を追加しました。</li>
|
151
|
+
<li><a class="reference internal" href="../reference/commands/clearlock.html"><span class="doc">clearlock</span></a> を非推奨扱いにしました。</li>
|
152
|
+
<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">umask(0)</span></code> 環境で新しく作るファイルのパーミッションを誰でも書き込めるパーミッションにすることを止めました。これは後方非互換な変更ですが、以前の挙動はセキュリティーリスクがあるため変更します。</li>
|
190
153
|
</ul>
|
191
154
|
</div>
|
192
155
|
<div class="section" id="id3">
|
193
156
|
<h3>修正<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
194
157
|
<ul class="simple">
|
195
|
-
<li
|
196
|
-
</li>
|
197
|
-
<li
|
198
|
-
</li>
|
199
|
-
<li
|
200
|
-
</li>
|
201
|
-
<li
|
202
|
-
</li>
|
203
|
-
<li><p class="first">BSDベースのシステムで静的インデックス構築が動かないというリグレッションバグを修正しました。 [GitHub#264] [長内さんが報告]</p>
|
204
|
-
</li>
|
205
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">--with-libstemmer</span></code> configureオプションが無視されるという問題を修正しました。</p>
|
206
|
-
</li>
|
207
|
-
<li><p class="first">[deb] logrotateスクリプトがシンタックスエラーになっている問題を修正しました。</p>
|
208
|
-
</li>
|
209
|
-
<li><p class="first"><a class="reference internal" href="../reference/command/command_version.html"><span class="doc">コマンドバージョン</span></a> が <code class="docutils literal"><span class="pre">2</span></code> のとき、グループ化した結果を取得できない問題を修正しました。 [GitHub ranguba/rroonga#38] [結城さんが報告]</p>
|
210
|
-
</li>
|
158
|
+
<li>BSDベースのシステムでのビルドエラーを修正しました。 [GitHub#253] [畑ケさんが報告]</li>
|
159
|
+
<li>OS Xでのビルドエラーを修正しました。 [GitHub#253] [畑ケさんが報告]</li>
|
160
|
+
<li>存在しない参照に対する等価演算が常にマッチするというリグレッションバグを修正しました。</li>
|
161
|
+
<li>インデックス化された値を一度に大量に削除または更新するとクラッシュする問題を修正しました。 [groonga-dev,02942] [kashiharaさんが報告]</li>
|
162
|
+
<li>BSDベースのシステムで静的インデックス構築が動かないというリグレッションバグを修正しました。 [GitHub#264] [長内さんが報告]</li>
|
163
|
+
<li><code class="docutils literal"><span class="pre">--with-libstemmer</span></code> configureオプションが無視されるという問題を修正しました。</li>
|
164
|
+
<li>[deb] logrotateスクリプトがシンタックスエラーになっている問題を修正しました。</li>
|
165
|
+
<li><a class="reference internal" href="../reference/command/command_version.html"><span class="doc">コマンドバージョン</span></a> が <code class="docutils literal"><span class="pre">2</span></code> のとき、グループ化した結果を取得できない問題を修正しました。 [GitHub ranguba/rroonga#38] [結城さんが報告]</li>
|
211
166
|
</ul>
|
212
167
|
</div>
|
213
168
|
<div class="section" id="id4">
|
214
169
|
<h3>感謝<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
215
170
|
<ul class="simple">
|
216
|
-
<li
|
217
|
-
|
218
|
-
<li
|
219
|
-
|
220
|
-
<li
|
221
|
-
|
222
|
-
<li
|
223
|
-
|
224
|
-
<li><p class="first">長内歩さん</p>
|
225
|
-
</li>
|
226
|
-
<li><p class="first">ふなとさん</p>
|
227
|
-
</li>
|
228
|
-
<li><p class="first">結城洋志(Piro)さん</p>
|
229
|
-
</li>
|
230
|
-
<li><p class="first">玉野裕也さん</p>
|
231
|
-
</li>
|
171
|
+
<li>畑ケさん</li>
|
172
|
+
<li>横山さん</li>
|
173
|
+
<li>やまだあきらさん</li>
|
174
|
+
<li>kashiharaさん</li>
|
175
|
+
<li>長内歩さん</li>
|
176
|
+
<li>ふなとさん</li>
|
177
|
+
<li>結城洋志(Piro)さん</li>
|
178
|
+
<li>玉野裕也さん</li>
|
232
179
|
</ul>
|
233
180
|
</div>
|
234
181
|
</div>
|
@@ -237,72 +184,44 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
237
184
|
<div class="section" id="id5">
|
238
185
|
<h3>改良<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
239
186
|
<ul class="simple">
|
240
|
-
<li
|
241
|
-
|
242
|
-
<li><
|
243
|
-
</li>
|
244
|
-
<li
|
245
|
-
|
246
|
-
<li
|
247
|
-
</li>
|
248
|
-
<li><
|
249
|
-
</li>
|
250
|
-
<li><
|
251
|
-
</li>
|
252
|
-
<li
|
253
|
-
</li>
|
254
|
-
<li
|
255
|
-
</li>
|
256
|
-
<li><p class="first">[実験的] <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> コマンドで複数のキーを指定してドリルダウンできるようになりました。この機能のために構文を拡張しています。新しいドリルダウンの構文では <code class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></code> をキーの指定に使います。output_columnsの場合は <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></code> です。以前のバージョンでは、複数のキーによるドリルダウンを実現するにはクライアントアプリケーション側でそのような機能を実装するしかありませんでした。ドリルダウンでグループ化されたレコードのキーを参照するには、 <code class="docutils literal"><span class="pre">_key[N]</span></code> を使います。</p>
|
257
|
-
</li>
|
258
|
-
<li><p class="first">インデックスなしでも <code class="docutils literal"><span class="pre">'参照型のカラム</span> <span class="pre">@</span> <span class="pre">"query"'</span></code> で検索できるようになりました。</p>
|
259
|
-
</li>
|
260
|
-
<li><p class="first">[実験的] <a class="reference internal" href="../reference/commands/range_filter.html"><span class="doc">range_filter</span></a> コマンドを追加しました。たいていの場合、特定の範囲のレコードを取得するなら <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> コマンドよりも速いです。これはマッチしたレコード数を返さないので、そのためのレコードの走査が不要なためです。ただし、ドリルダウンをサポートしていないなどの制限があります。 <code class="docutils literal"><span class="pre">range_filter</span></code> は特定の範囲の最初の <code class="docutils literal"><span class="pre">N</span></code> レコードを必要とするランキングなどの用途に向いています。</p>
|
261
|
-
</li>
|
262
|
-
<li><p class="first">[windows] Windows上でも <code class="docutils literal"><span class="pre">groonga-httpd</span></code> が使えるようになりました。</p>
|
263
|
-
</li>
|
264
|
-
<li><p class="first">ドリルダウンでベクター型のカラムをサポートしました。</p>
|
265
|
-
</li>
|
266
|
-
<li><p class="first">[deb] デフォルトのHTTPサーバーパッケージを <code class="docutils literal"><span class="pre">groonga-httpd</span></code> にしました。 <code class="docutils literal"><span class="pre">groonga-server-http</span></code> は非推奨です。ただし、 <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> のHTTPサーバー機能自体はまだ使えます。もし従来のような簡易HTTPサーバーを使いたいなら、適宜引数を <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> へとコマンドライン経由で渡します。</p>
|
267
|
-
</li>
|
268
|
-
<li><p class="first">WindowsのCI環境であるAppVeyor向けの設定ファイルを追加しました。 [groonga-dev,02970,02981] [畑ケさんがパッチ提供]</p>
|
269
|
-
</li>
|
187
|
+
<li>[deb] Travis-CIの動作環境であるUbuntu 12.04のサポートを再び有効にしました。</li>
|
188
|
+
<li>[mruby] デバッグ用途に <code class="docutils literal"><span class="pre">"pp"</span></code> をサポートしました。内部のオブジェクトをよりわかりやすく表示できるようになりました。</li>
|
189
|
+
<li>全文検索のクエリで <code class="docutils literal"><span class="pre">--match_columns</span></code> と <code class="docutils literal"><span class="pre">--query</span></code> の組み合わせでインデックスが使えず逐次検索になる場合、 <code class="docutils literal"><span class="pre">--match_columns</span></code> に指定されているカラムが1つだけなら検索できるようにしました。 [groonga-dev,02902] [篠田さんが報告]</li>
|
190
|
+
<li>[実験的] <a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a> で逐次検索に自動的に切り替えられるようにしました。逐次検索のほうがインデックスを使った検索よりも速い場合があります。たとえば、絞り込む前のレコードの件数が、さらに <code class="docutils literal"><span class="pre">in_values</span></code> と <code class="docutils literal"><span class="pre">AND</span></code> で絞り込むのに使うレコード数に比べてだいぶ少ないような場合です。このとき <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> 環境変数の値が逐次検索をするのか、インデックスを使って検索をするのかの閾値として使われます。</li>
|
191
|
+
<li>[mruby] 相対パスのスクリプトの読み込みをサポートしました。</li>
|
192
|
+
<li>mrubyが有効な場合にクエリオプティマイザーのテストを簡単に書けるようになりました。</li>
|
193
|
+
<li>トークンフィルターを使った静的なインデックス作成をサポートしました。 [GitHub#239] [村上さんがパッチ提供]</li>
|
194
|
+
<li>[実験的] <a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a> でも逐次検索への自動切り替えをサポートしました。 <code class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></code> 環境変数を閾値として使います。基本的な考え方は <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> と同じです。</li>
|
195
|
+
<li>[実験的] <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> コマンドで複数のキーを指定してドリルダウンできるようになりました。この機能のために構文を拡張しています。新しいドリルダウンの構文では <code class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></code> をキーの指定に使います。output_columnsの場合は <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></code> です。以前のバージョンでは、複数のキーによるドリルダウンを実現するにはクライアントアプリケーション側でそのような機能を実装するしかありませんでした。ドリルダウンでグループ化されたレコードのキーを参照するには、 <code class="docutils literal"><span class="pre">_key[N]</span></code> を使います。</li>
|
196
|
+
<li>インデックスなしでも <code class="docutils literal"><span class="pre">'参照型のカラム</span> <span class="pre">@</span> <span class="pre">"query"'</span></code> で検索できるようになりました。</li>
|
197
|
+
<li>[実験的] <a class="reference internal" href="../reference/commands/range_filter.html"><span class="doc">range_filter</span></a> コマンドを追加しました。たいていの場合、特定の範囲のレコードを取得するなら <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> コマンドよりも速いです。これはマッチしたレコード数を返さないので、そのためのレコードの走査が不要なためです。ただし、ドリルダウンをサポートしていないなどの制限があります。 <code class="docutils literal"><span class="pre">range_filter</span></code> は特定の範囲の最初の <code class="docutils literal"><span class="pre">N</span></code> レコードを必要とするランキングなどの用途に向いています。</li>
|
198
|
+
<li>[windows] Windows上でも <code class="docutils literal"><span class="pre">groonga-httpd</span></code> が使えるようになりました。</li>
|
199
|
+
<li>ドリルダウンでベクター型のカラムをサポートしました。</li>
|
200
|
+
<li>[deb] デフォルトのHTTPサーバーパッケージを <code class="docutils literal"><span class="pre">groonga-httpd</span></code> にしました。 <code class="docutils literal"><span class="pre">groonga-server-http</span></code> は非推奨です。ただし、 <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> のHTTPサーバー機能自体はまだ使えます。もし従来のような簡易HTTPサーバーを使いたいなら、適宜引数を <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> へとコマンドライン経由で渡します。</li>
|
201
|
+
<li>WindowsのCI環境であるAppVeyor向けの設定ファイルを追加しました。 [groonga-dev,02970,02981] [畑ケさんがパッチ提供]</li>
|
270
202
|
</ul>
|
271
203
|
</div>
|
272
204
|
<div class="section" id="id6">
|
273
205
|
<h3>修正<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
274
206
|
<ul class="simple">
|
275
|
-
<li
|
276
|
-
</li>
|
277
|
-
<li
|
278
|
-
</li>
|
279
|
-
<li><
|
280
|
-
</li>
|
281
|
-
<li><
|
282
|
-
</li>
|
283
|
-
<li><p class="first">Time型と文字列型の比較( <code class="docutils literal"><span class="pre"><</span></code> , <code class="docutils literal"><span class="pre"><=</span></code> , <code class="docutils literal"><span class="pre">></span></code> , <code class="docutils literal"><span class="pre">>=</span></code> , <code class="docutils literal"><span class="pre">!=</span></code> )が誤った結果を返す不具合を修正しました。</p>
|
284
|
-
</li>
|
285
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">"x*"</span></code> といった一文字の前方一致検索が行えない不具合を修正しました。[GitHub#242] [村上さんがパッチ提供]</p>
|
286
|
-
</li>
|
287
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">ShortText</span></code> 型の値に対するドリルダウンを <code class="docutils literal"><span class="pre">--filter</span></code> と一緒に使ったときにメモリリークしていたのを修正しました。</p>
|
288
|
-
</li>
|
289
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">"DDL:set_token_filters"</span></code> のログに <code class="docutils literal"><span class="pre">","</span></code> が抜けていたのを修正しました。 [村上さんが報告]</p>
|
290
|
-
</li>
|
207
|
+
<li>[doc] <a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a> の重複した実行例を修正しました。[GitHub groonga.org#14] [横山さんが報告]</li>
|
208
|
+
<li>ネストしたインデックスで <code class="docutils literal"><span class="pre">X._key</span></code> に対する全文検索をしたときに空の結果を返す不具合を修正しました。</li>
|
209
|
+
<li>BSD で仕様が厳密になった <code class="docutils literal"><span class="pre">mkostemp(3)</span></code> に対して渡しているフラグを修正しました。 [GitHub#240] [Kuriyamaさんがパッチ提供]</li>
|
210
|
+
<li><a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> コマンドが 誤った値の型(table)をインデックスカラムの値の型として返す不具合を修正しました。 <code class="docutils literal"><span class="pre">UInt32</span></code> を返すように修正しています。この変更はレスポンスのヘッダー部分にのみ影響します。これにより検索結果は変りません。</li>
|
211
|
+
<li>Time型と文字列型の比較( <code class="docutils literal"><span class="pre"><</span></code> , <code class="docutils literal"><span class="pre"><=</span></code> , <code class="docutils literal"><span class="pre">></span></code> , <code class="docutils literal"><span class="pre">>=</span></code> , <code class="docutils literal"><span class="pre">!=</span></code> )が誤った結果を返す不具合を修正しました。</li>
|
212
|
+
<li><code class="docutils literal"><span class="pre">"x*"</span></code> といった一文字の前方一致検索が行えない不具合を修正しました。[GitHub#242] [村上さんがパッチ提供]</li>
|
213
|
+
<li><code class="docutils literal"><span class="pre">ShortText</span></code> 型の値に対するドリルダウンを <code class="docutils literal"><span class="pre">--filter</span></code> と一緒に使ったときにメモリリークしていたのを修正しました。</li>
|
214
|
+
<li><code class="docutils literal"><span class="pre">"DDL:set_token_filters"</span></code> のログに <code class="docutils literal"><span class="pre">","</span></code> が抜けていたのを修正しました。 [村上さんが報告]</li>
|
291
215
|
</ul>
|
292
216
|
</div>
|
293
217
|
<div class="section" id="id7">
|
294
218
|
<h3>感謝<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
295
219
|
<ul class="simple">
|
296
|
-
<li
|
297
|
-
|
298
|
-
<li
|
299
|
-
|
300
|
-
<li
|
301
|
-
</li>
|
302
|
-
<li><p class="first">栗山さん</p>
|
303
|
-
</li>
|
304
|
-
<li><p class="first">畑ケさん</p>
|
305
|
-
</li>
|
220
|
+
<li>篠田さん</li>
|
221
|
+
<li>横山さん</li>
|
222
|
+
<li>村上さん</li>
|
223
|
+
<li>栗山さん</li>
|
224
|
+
<li>畑ケさん</li>
|
306
225
|
</ul>
|
307
226
|
</div>
|
308
227
|
</div>
|
@@ -311,72 +230,44 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
311
230
|
<div class="section" id="id8">
|
312
231
|
<h3>改良<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
313
232
|
<ul class="simple">
|
314
|
-
<li
|
315
|
-
|
316
|
-
<li><
|
317
|
-
</li>
|
318
|
-
<li><
|
319
|
-
</li>
|
320
|
-
<li
|
321
|
-
|
322
|
-
<li
|
323
|
-
</li>
|
324
|
-
<li><
|
325
|
-
</li>
|
326
|
-
<li><
|
327
|
-
</li>
|
328
|
-
<li><p class="first">LZOによる圧縮サポートをやめました。</p>
|
329
|
-
</li>
|
330
|
-
<li><p class="first">LZ4による圧縮をサポートしました。 [GitHub#223] [村上さんがパッチ提供]</p>
|
331
|
-
</li>
|
332
|
-
<li><p class="first"><a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a> を追加しました。<code class="docutils literal"><span class="pre">==</span></code> や <code class="docutils literal"><span class="pre">OR</span></code> を繋げて書いていたクエリ ( <code class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">"a")</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">"b")</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">"c"))</span></code> ) のかわりにこれを使うのがパフォーマンスの観点からお勧めです。</p>
|
333
|
-
</li>
|
334
|
-
<li><p class="first">[load] <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> を使ったテーブルで既存のレコードを <code class="docutils literal"><span class="pre">_id</span></code> を指定して更新できるようになりました。</p>
|
335
|
-
</li>
|
336
|
-
<li><p class="first"><a class="reference internal" href="../reference/token_filters.html#token-filter-stem"><span class="std std-ref">TokenFilterStem</span></a> プラグインを追加しました。ステミングの機能を追加します。この機能をトークンフィルタで使うには、<a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> ライブラリーが必要です。</p>
|
337
|
-
</li>
|
338
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/token_filters.html"><span class="doc">トークンフィルター</span></a> のドキュメントを追加しました。 [GitHub#227] [村上さんがパッチ提供]</p>
|
339
|
-
</li>
|
233
|
+
<li>[windows] Windows上でもmrubyを組み込んで使えるようにしました。</li>
|
234
|
+
<li>プラグインAPIとしてトークンフィルタを追加しました。</li>
|
235
|
+
<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> カラムの値がtrueのものをストップワードとして扱います。</li>
|
236
|
+
<li>[doc] クライアントライブラリーへのリンク先を紹介する <a class="reference internal" href="../client.html"><span class="doc">クライアント</span></a> セクションを追加しました。 [GitHub#210] [村上さんがパッチ提供]</li>
|
237
|
+
<li>[doc] ドキュメント構成を見直しました。 <a class="reference internal" href="../reference/suggest.html"><span class="doc">サジェスト</span></a> や <a class="reference internal" href="../reference/operations/geolocation_search.html"><span class="doc">位置情報検索</span></a> は <a class="reference internal" href="../reference.html"><span class="doc">リファレンスマニュアル</span></a> 以下にまとめました。 [GitHub#206] [村上さんがパッチ提供]</li>
|
238
|
+
<li>[deb] ストップワードトークンフィルタープラグインを追加しました。 [GitHub#216] [畑ヶさんがパッチ提供]</li>
|
239
|
+
<li>[deb] 同梱しているファイルの著作権表記を debian/copyright でより明確にしました。</li>
|
240
|
+
<li>LZOによる圧縮サポートをやめました。</li>
|
241
|
+
<li>LZ4による圧縮をサポートしました。 [GitHub#223] [村上さんがパッチ提供]</li>
|
242
|
+
<li><a class="reference internal" href="../reference/functions/in_values.html"><span class="doc">in_values</span></a> を追加しました。<code class="docutils literal"><span class="pre">==</span></code> や <code class="docutils literal"><span class="pre">OR</span></code> を繋げて書いていたクエリ ( <code class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">"a")</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">"b")</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">"c"))</span></code> ) のかわりにこれを使うのがパフォーマンスの観点からお勧めです。</li>
|
243
|
+
<li>[load] <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> を使ったテーブルで既存のレコードを <code class="docutils literal"><span class="pre">_id</span></code> を指定して更新できるようになりました。</li>
|
244
|
+
<li><a class="reference internal" href="../reference/token_filters.html#token-filter-stem"><span class="std std-ref">TokenFilterStem</span></a> プラグインを追加しました。ステミングの機能を追加します。この機能をトークンフィルタで使うには、<a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> ライブラリーが必要です。</li>
|
245
|
+
<li>[doc] <a class="reference internal" href="../reference/token_filters.html"><span class="doc">トークンフィルター</span></a> のドキュメントを追加しました。 [GitHub#227] [村上さんがパッチ提供]</li>
|
340
246
|
</ul>
|
341
247
|
</div>
|
342
248
|
<div class="section" id="id9">
|
343
249
|
<h3>修正<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
344
250
|
<ul class="simple">
|
345
|
-
<li
|
346
|
-
</li>
|
347
|
-
<li
|
348
|
-
</li>
|
349
|
-
<li><
|
350
|
-
|
351
|
-
<li
|
352
|
-
</li>
|
353
|
-
<li
|
354
|
-
</li>
|
355
|
-
<li
|
356
|
-
</li>
|
357
|
-
<li><p class="first">Zlibカラム圧縮でメモリリークする問題を修正しました。 [GitHub#221] [村上さんがパッチ提供]</p>
|
358
|
-
</li>
|
359
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">--filter</span></code> で <code class="docutils literal"><span class="pre">Int8</span></code> カラムの値に100以下を指定したときに意図しない true を返すことがある不具合を修正しました。この問題により意図しないレコードが検索結果含まれていました。</p>
|
360
|
-
</li>
|
361
|
-
<li><p class="first">ベクターカラムに対する四則演算はエラーになるようにしました。</p>
|
362
|
-
</li>
|
363
|
-
<li><p class="first">ビッグエンディアンの環境では、 <code class="docutils literal"><span class="pre">!XXX</span></code> が逆の結果を返すのを修正しました。</p>
|
364
|
-
</li>
|
365
|
-
<li><p class="first">重みつきベクターカラムの内容を出力するさいメモリリークするのを修正しました。</p>
|
366
|
-
</li>
|
367
|
-
<li><p class="first">[dump] <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> 関連のエラーを修正しました。 [GitHub#215] [村上さんがパッチ提供]</p>
|
368
|
-
</li>
|
251
|
+
<li>[doc] Rangubaプロジェクトへのリンクを修正しました。 [GitHub#212] [村上さんがパッチ提供]</li>
|
252
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.7.6に更新しました。 [GitHub#208] [畑ヶさんがパッチ提供]</li>
|
253
|
+
<li>[power8] ビルドに失敗していたのを修正しました。詳細は <a class="reference external" href="http://lists.askmonty.org/pipermail/commits/2014-October/006752.html">http://lists.askmonty.org/pipermail/commits/2014-October/006752.html</a> を参照してください。 [Sergey Vojtovichさんがパッチ提供]</li>
|
254
|
+
<li><code class="docutils literal"><span class="pre">char</span></code> が <code class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></code> としてビルドされているとURLエンコーディングに失敗する不具合を修正しました。 [GitHub#217]</li>
|
255
|
+
<li><code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> テーブルを <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> したときに検索結果が空になる不具合を修正しました。 [GitHub#220]</li>
|
256
|
+
<li>ベクターカラムを表示するときにメモリリークするのを修正しました。エラーが発生したときの詳細表示で発生します。</li>
|
257
|
+
<li>Zlibカラム圧縮でメモリリークする問題を修正しました。 [GitHub#221] [村上さんがパッチ提供]</li>
|
258
|
+
<li><code class="docutils literal"><span class="pre">--filter</span></code> で <code class="docutils literal"><span class="pre">Int8</span></code> カラムの値に100以下を指定したときに意図しない true を返すことがある不具合を修正しました。この問題により意図しないレコードが検索結果含まれていました。</li>
|
259
|
+
<li>ベクターカラムに対する四則演算はエラーになるようにしました。</li>
|
260
|
+
<li>ビッグエンディアンの環境では、 <code class="docutils literal"><span class="pre">!XXX</span></code> が逆の結果を返すのを修正しました。</li>
|
261
|
+
<li>重みつきベクターカラムの内容を出力するさいメモリリークするのを修正しました。</li>
|
262
|
+
<li>[dump] <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> 関連のエラーを修正しました。 [GitHub#215] [村上さんがパッチ提供]</li>
|
369
263
|
</ul>
|
370
264
|
</div>
|
371
265
|
<div class="section" id="id10">
|
372
266
|
<h3>感謝<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
373
267
|
<ul class="simple">
|
374
|
-
<li
|
375
|
-
|
376
|
-
<li
|
377
|
-
</li>
|
378
|
-
<li><p class="first">Sergey Vojtovichさん</p>
|
379
|
-
</li>
|
268
|
+
<li>村上さん</li>
|
269
|
+
<li>畑ケさん</li>
|
270
|
+
<li>Sergey Vojtovichさん</li>
|
380
271
|
</ul>
|
381
272
|
</div>
|
382
273
|
</div>
|
@@ -385,66 +276,41 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
385
276
|
<div class="section" id="id11">
|
386
277
|
<h3>改良<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
387
278
|
<ul class="simple">
|
388
|
-
<li
|
389
|
-
|
390
|
-
<li><
|
391
|
-
</li>
|
392
|
-
<li
|
393
|
-
</li>
|
394
|
-
<li
|
395
|
-
</li>
|
396
|
-
<li><
|
397
|
-
|
398
|
-
<li><p class="first">[doc] バグレポートの報告先として GitHub を推奨することにしました。これまではRedmineで、アカウントは管理者による承認が必要でした。これからは、GitHubで気軽に問題を報告してください。 [GitHub#202] [cosmo0920さんがパッチ提供]</p>
|
399
|
-
</li>
|
400
|
-
<li><p class="first">[doc] C APIのドキュメントを翻訳しました。 [GitHub#203] [野首さんがパッチ提供]</p>
|
401
|
-
</li>
|
402
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">'*S10"..."'</span></code> というシンタックスで類似度の閾値をカスタマイズできるようにしました。</p>
|
403
|
-
</li>
|
404
|
-
<li><p class="first"><a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a> は <code class="docutils literal"><span class="pre">false</span></code> を返し、カラムは作られません。</p>
|
405
|
-
</li>
|
406
|
-
<li><p class="first">[deb] Debian jessieとsidのサポートをやめました。</p>
|
407
|
-
</li>
|
279
|
+
<li>debian/copyrightを機械可読な形式でルールに沿うように更新しました。[やまねさんが報告]</li>
|
280
|
+
<li>[deb][rpm] HTTP経由でnginxをコントロールするのではなくシグナルを使うようにしました。このほうがnginxらしいinit scriptです。</li>
|
281
|
+
<li>[doc] [ <a class="reference internal" href="../reference/executables.html"><span class="doc">実行ファイル</span></a> ] の英語ドキュメントを更新しました。 [GitHub#196] [横山さんがパッチ提供]</li>
|
282
|
+
<li>[OS X] HomebrewでSphinxに関するエラーメッセージへの対処方法を追加しました。 [GitHub#198] [cosmo0920さんがパッチ提供]</li>
|
283
|
+
<li>[mruby] mrubyによるクエリオプティマイザが範囲検索で実用的になりました。例えば、mrubyを使うことによるオーバーヘッドは、次のようなクエリで無視できます。"between(X, 0, 'exclude', 100, 'include')" - "X > 0 && X <= 100"。</li>
|
284
|
+
<li>[doc] バグレポートの報告先として GitHub を推奨することにしました。これまではRedmineで、アカウントは管理者による承認が必要でした。これからは、GitHubで気軽に問題を報告してください。 [GitHub#202] [cosmo0920さんがパッチ提供]</li>
|
285
|
+
<li>[doc] C APIのドキュメントを翻訳しました。 [GitHub#203] [野首さんがパッチ提供]</li>
|
286
|
+
<li><code class="docutils literal"><span class="pre">'*S10"..."'</span></code> というシンタックスで類似度の閾値をカスタマイズできるようにしました。</li>
|
287
|
+
<li><a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="../reference/commands/column_create.html"><span class="doc">column_create</span></a> は <code class="docutils literal"><span class="pre">false</span></code> を返し、カラムは作られません。</li>
|
288
|
+
<li>[deb] Debian jessieとsidのサポートをやめました。</li>
|
408
289
|
</ul>
|
409
290
|
</div>
|
410
291
|
<div class="section" id="id12">
|
411
292
|
<h3>修正<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
412
293
|
<ul class="simple">
|
413
|
-
<li
|
414
|
-
</li>
|
415
|
-
<li
|
416
|
-
|
417
|
-
<li><
|
418
|
-
</li>
|
419
|
-
<li
|
420
|
-
|
421
|
-
<li><p class="first">[mruby] <code class="docutils literal"><span class="pre">--disable-mruby</span></code> でビルドしたときのエラーを修正しました。 [GitHub#200] [cosmo0920さんがパッチ提供]</p>
|
422
|
-
</li>
|
423
|
-
<li><p class="first">MariaDBにMroongaをバンドルしたパッケージをビルドする際の警告(CMP0014)を修正しました。 [GitHub#201] [cosmo0920さんがパッチ提供]</p>
|
424
|
-
</li>
|
425
|
-
<li><p class="first">"*" が空文字列に対する前方一致検索として扱われてしまう不具合を修正しました。 [groonga-dev,02796] [かずひこさんが報告]</p>
|
426
|
-
</li>
|
427
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.5に更新しました。セキュリティーに関する修正(CVE-2014-3616)を含んでいます。</p>
|
428
|
-
</li>
|
294
|
+
<li>類似文書検索で、トークンを選択する際にIDF (逆文書出現頻度) を使っていない不具合を修正しました。以前のバージョンでは、IDFではなく、トークンのIDを使ってしまっていました。[groonga-dev,02731] [groonga-dev,02754] [三谷さん、warp kawadaさんが報告]</li>
|
295
|
+
<li>レコードを削除する際にクラッシュする問題を修正しました。この問題は、削除を行うクエリに <code class="docutils literal"><span class="pre">_key</span></code> が含まれており、その <code class="docutils literal"><span class="pre">_key</span></code> を参照するインデックスカラムが2つ以上ある場合に発生します。</li>
|
296
|
+
<li>未使用変数 'e' に対するコンパイラの警告を修正しました。 [GitHub#197] [cosmo0920さんがパッチ提供]</li>
|
297
|
+
<li>[fedora][httpd] ログディレクトリがないとサービス開始時に失敗するのを修正しました。</li>
|
298
|
+
<li>[mruby] <code class="docutils literal"><span class="pre">--disable-mruby</span></code> でビルドしたときのエラーを修正しました。 [GitHub#200] [cosmo0920さんがパッチ提供]</li>
|
299
|
+
<li>MariaDBにMroongaをバンドルしたパッケージをビルドする際の警告(CMP0014)を修正しました。 [GitHub#201] [cosmo0920さんがパッチ提供]</li>
|
300
|
+
<li>"*" が空文字列に対する前方一致検索として扱われてしまう不具合を修正しました。 [groonga-dev,02796] [かずひこさんが報告]</li>
|
301
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.7.5に更新しました。セキュリティーに関する修正(CVE-2014-3616)を含んでいます。</li>
|
429
302
|
</ul>
|
430
303
|
</div>
|
431
304
|
<div class="section" id="id13">
|
432
305
|
<h3>感謝<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
433
306
|
<ul class="simple">
|
434
|
-
<li
|
435
|
-
|
436
|
-
<li
|
437
|
-
|
438
|
-
<li
|
439
|
-
|
440
|
-
<li
|
441
|
-
</li>
|
442
|
-
<li><p class="first">三谷さん</p>
|
443
|
-
</li>
|
444
|
-
<li><p class="first">warp kawadaさん</p>
|
445
|
-
</li>
|
446
|
-
<li><p class="first">かずひこさん</p>
|
447
|
-
</li>
|
307
|
+
<li>やまねひできさん</li>
|
308
|
+
<li>横山さん</li>
|
309
|
+
<li>cosmo0920さん</li>
|
310
|
+
<li>野首さん</li>
|
311
|
+
<li>三谷さん</li>
|
312
|
+
<li>warp kawadaさん</li>
|
313
|
+
<li>かずひこさん</li>
|
448
314
|
</ul>
|
449
315
|
</div>
|
450
316
|
</div>
|
@@ -453,64 +319,40 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
453
319
|
<div class="section" id="id14">
|
454
320
|
<h3>改良<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
455
321
|
<ul class="simple">
|
456
|
-
<li
|
457
|
-
|
458
|
-
<li><
|
459
|
-
|
460
|
-
<li><
|
461
|
-
</li>
|
462
|
-
<li
|
463
|
-
</li>
|
464
|
-
<li
|
465
|
-
|
466
|
-
<li
|
467
|
-
</li>
|
468
|
-
<li
|
469
|
-
</li>
|
470
|
-
<li><p class="first">プラグイン開発者向けに <code class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></code> と <code class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></code> を公開しました。 [GitHub#190] [村上さんがパッチ提供]</p>
|
471
|
-
</li>
|
472
|
-
<li><p class="first">[ <a class="reference internal" href="../reference/commands/tokenize.html"><span class="doc">tokenize</span></a> ] "mode" オプションを追加して、振舞いを変更できるようにしました。<code class="docutils literal"><span class="pre">GET</span></code> あるいは <code class="docutils literal"><span class="pre">ADD</span></code> を指定できます。 [GitHub#191] [GitHub#192] [村上さんがパッチ提供]</p>
|
473
|
-
</li>
|
474
|
-
<li><p class="first">近傍検索で、'*N"A Z"' という構文をサポートしました。</p>
|
475
|
-
</li>
|
476
|
-
<li><p class="first">トークンをスキップしたり、トークンだけでなくその位置もスキップするかどうかをカスタマイズできるようにしました。この機能はトークナイザープラグインを開発するときに有用です。 [GitHub#193] [村上さんがパッチ提供]</p>
|
477
|
-
</li>
|
478
|
-
<li><p class="first">[doc] GitHubのIssuesによるバグレポートで日本語も受けつけるようにしました。 [6elzさんが報告] [groonga-dev,02651]</p>
|
479
|
-
</li>
|
480
|
-
<li><p class="first">[doc] チュートリアルの英語版を更新しました。[GitHub#194] [cosmo0920さんがパッチ提供]</p>
|
481
|
-
</li>
|
322
|
+
<li>Ubuntu 13.10 (Saucy Salamander)のサポートをやめました。</li>
|
323
|
+
<li>重みつきベクターカラムの表示をXML出力のときにもサポートしました。</li>
|
324
|
+
<li>[ <a class="reference internal" href="../reference/functions/between.html"><span class="doc">between</span></a> ] 範囲外のキーも指定できるようにしました。 [GitHub#183] [村上さんがパッチ提供]</li>
|
325
|
+
<li>[mruby] バンドルしている正規表現の実装をOnigmoに変更しました。</li>
|
326
|
+
<li>タグ出力のために <a class="reference internal" href="../reference/functions/highlight_full.html"><span class="doc">highlight_full</span></a> と <a class="reference internal" href="../reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a> を追加しました。 [GitHub#185] [村上さんがパッチ提供]</li>
|
327
|
+
<li>[doc] 古くなっていた functions/commands リファレンスを更新しました。 [GitHub#188] [GitHub#189] [村上さんがパッチ提供]</li>
|
328
|
+
<li>[benchmark] 平均と中央値をベンチマーク結果に含めるようにしました。</li>
|
329
|
+
<li>プラグイン開発者向けに <code class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></code> と <code class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></code> を公開しました。 [GitHub#190] [村上さんがパッチ提供]</li>
|
330
|
+
<li>[ <a class="reference internal" href="../reference/commands/tokenize.html"><span class="doc">tokenize</span></a> ] "mode" オプションを追加して、振舞いを変更できるようにしました。<code class="docutils literal"><span class="pre">GET</span></code> あるいは <code class="docutils literal"><span class="pre">ADD</span></code> を指定できます。 [GitHub#191] [GitHub#192] [村上さんがパッチ提供]</li>
|
331
|
+
<li>近傍検索で、'*N"A Z"' という構文をサポートしました。</li>
|
332
|
+
<li>トークンをスキップしたり、トークンだけでなくその位置もスキップするかどうかをカスタマイズできるようにしました。この機能はトークナイザープラグインを開発するときに有用です。 [GitHub#193] [村上さんがパッチ提供]</li>
|
333
|
+
<li>[doc] GitHubのIssuesによるバグレポートで日本語も受けつけるようにしました。 [6elzさんが報告] [groonga-dev,02651]</li>
|
334
|
+
<li>[doc] チュートリアルの英語版を更新しました。[GitHub#194] [cosmo0920さんがパッチ提供]</li>
|
482
335
|
</ul>
|
483
336
|
</div>
|
484
337
|
<div class="section" id="id15">
|
485
338
|
<h3>修正<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
486
339
|
<ul class="simple">
|
487
|
-
<li
|
488
|
-
</li>
|
489
|
-
<li
|
490
|
-
|
491
|
-
<li
|
492
|
-
</li>
|
493
|
-
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.4に更新しました。セキュリティーに関する修正を含んでいます。</p>
|
494
|
-
</li>
|
495
|
-
<li><p class="first">インデックス更新の際に無限ループが発生することがある問題を修正しました。[groonga-dev,02673] [皆川さんが報告]</p>
|
496
|
-
</li>
|
497
|
-
<li><p class="first"><a class="reference internal" href="../reference/indexing.html#offline-index-construction"><span class="std std-ref">静的なインデックス構築方法</span></a> を使ったときに、トークンを含むドキュメント数(document frequency)の値が不正な値になっている問題を修正しました。 [groonga-dev,02691] [村上さんが報告]</p>
|
498
|
-
</li>
|
340
|
+
<li>[php] <code class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></code> を呼び出したときのメモリリークを修正しました。[GitHub#184] [@do-akiさんがパッチ提供]</li>
|
341
|
+
<li>[php] <a class="reference internal" href="../reference/api/grn_ctx.html#c.grn_ctx_close" title="grn_ctx_close"><code class="xref c c-func docutils literal"><span class="pre">grn_ctx_close()</span></code></a> を呼んだときにメモリを二重に解放しないようにしました。[GitHub#184] [@do-akiさんがパッチ提供]</li>
|
342
|
+
<li>ツリー外でのビルドを再度サポートしました。</li>
|
343
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.7.4に更新しました。セキュリティーに関する修正を含んでいます。</li>
|
344
|
+
<li>インデックス更新の際に無限ループが発生することがある問題を修正しました。[groonga-dev,02673] [皆川さんが報告]</li>
|
345
|
+
<li><a class="reference internal" href="../reference/indexing.html#offline-index-construction"><span class="std std-ref">静的なインデックス構築方法</span></a> を使ったときに、トークンを含むドキュメント数(document frequency)の値が不正な値になっている問題を修正しました。 [groonga-dev,02691] [村上さんが報告]</li>
|
499
346
|
</ul>
|
500
347
|
</div>
|
501
348
|
<div class="section" id="id16">
|
502
349
|
<h3>感謝<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
503
350
|
<ul class="simple">
|
504
|
-
<li
|
505
|
-
|
506
|
-
<li
|
507
|
-
|
508
|
-
<li
|
509
|
-
</li>
|
510
|
-
<li><p class="first">皆川さん</p>
|
511
|
-
</li>
|
512
|
-
<li><p class="first">cosmo0920さん</p>
|
513
|
-
</li>
|
351
|
+
<li>@do-akiさん</li>
|
352
|
+
<li>村上さん</li>
|
353
|
+
<li>6elzさん</li>
|
354
|
+
<li>皆川さん</li>
|
355
|
+
<li>cosmo0920さん</li>
|
514
356
|
</ul>
|
515
357
|
</div>
|
516
358
|
</div>
|
@@ -519,34 +361,25 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
519
361
|
<div class="section" id="id17">
|
520
362
|
<h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
521
363
|
<ul class="simple">
|
522
|
-
<li
|
523
|
-
|
524
|
-
<li><
|
525
|
-
|
526
|
-
<li
|
527
|
-
|
528
|
-
<li><p class="first">[ <a class="reference internal" href="../tutorial.html"><span class="doc">チュートリアル</span></a> ] 英語のドキュメントを更新しました。</p>
|
529
|
-
</li>
|
530
|
-
<li><p class="first">[example] Ruby 1.9以降でedict2grn.rbが動作するようにしました。</p>
|
531
|
-
</li>
|
532
|
-
<li><p class="first">[http][admin] 管理画面で英語を標準にしました。</p>
|
533
|
-
</li>
|
364
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.7.3に更新しました。</li>
|
365
|
+
<li>重みつきベクターカラムを正しく扱えるようにしました。</li>
|
366
|
+
<li>[ <a class="reference internal" href="../reference/executables/groonga-benchmark.html"><span class="doc">groonga-benchmark</span></a> ] HTTPに関する説明を追加しました。</li>
|
367
|
+
<li>[ <a class="reference internal" href="../tutorial.html"><span class="doc">チュートリアル</span></a> ] 英語のドキュメントを更新しました。</li>
|
368
|
+
<li>[example] Ruby 1.9以降でedict2grn.rbが動作するようにしました。</li>
|
369
|
+
<li>[http][admin] 管理画面で英語を標準にしました。</li>
|
534
370
|
</ul>
|
535
371
|
</div>
|
536
372
|
<div class="section" id="id18">
|
537
373
|
<h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
538
374
|
<ul class="simple">
|
539
|
-
<li
|
540
|
-
</li>
|
541
|
-
<li><p class="first">[httpd] Clangでビルドエラーとなる問題を修正しました。 [GitHub clear-code/rurema-search#11] [nikuさんが報告]</p>
|
542
|
-
</li>
|
375
|
+
<li>レスポンスでシンタックスエラーの発生個所を正しく表示できるようにしました。</li>
|
376
|
+
<li>[httpd] Clangでビルドエラーとなる問題を修正しました。 [GitHub clear-code/rurema-search#11] [nikuさんが報告]</li>
|
543
377
|
</ul>
|
544
378
|
</div>
|
545
379
|
<div class="section" id="id19">
|
546
380
|
<h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
547
381
|
<ul class="simple">
|
548
|
-
<li
|
549
|
-
</li>
|
382
|
+
<li>nikuさん</li>
|
550
383
|
</ul>
|
551
384
|
</div>
|
552
385
|
</div>
|
@@ -555,66 +388,41 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
555
388
|
<div class="section" id="id20">
|
556
389
|
<h3>改良<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
557
390
|
<ul class="simple">
|
558
|
-
<li
|
559
|
-
</li>
|
560
|
-
<li><
|
561
|
-
</li>
|
562
|
-
<li
|
563
|
-
</li>
|
564
|
-
<li><
|
565
|
-
</li>
|
566
|
-
<li><
|
567
|
-
</li>
|
568
|
-
<li><
|
569
|
-
</li>
|
570
|
-
<li
|
571
|
-
</li>
|
572
|
-
<li><
|
573
|
-
|
574
|
-
<li
|
575
|
-
</li>
|
576
|
-
<li
|
577
|
-
</li>
|
578
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_text_printf()</span></code> を追加。</p>
|
579
|
-
</li>
|
580
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_text_vprintf()</span></code> を追加。</p>
|
581
|
-
</li>
|
582
|
-
<li><p class="first">それぞれのクエリーログのサイズ制限を撤廃。</p>
|
583
|
-
</li>
|
584
|
-
<li><p class="first"><a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_expr_var_init()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
|
585
|
-
</li>
|
586
|
-
<li><p class="first"><a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_command_create()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
|
587
|
-
</li>
|
588
|
-
<li><p class="first">[GitHub#176] 重み付きの参照ベクターカラムをサポート。</p>
|
589
|
-
</li>
|
590
|
-
<li><p class="first">[plugin] 内部APIではなく公開APIを使うように変更。 [GitHub#177][GitHub#178] [村上さんがパッチ提供]</p>
|
591
|
-
</li>
|
592
|
-
<li><p class="first">[doc][plugin] プラグイン用のAPIを追加。 [GitHub#179] [村上さんがパッチ提供]</p>
|
593
|
-
</li>
|
594
|
-
<li><p class="first">[windows] Visual C++ 2010を再サポート。 [groonga-dev,02454] [cosmo0920さんが報告]。</p>
|
595
|
-
</li>
|
391
|
+
<li>[実験的][ <a class="reference internal" href="../reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a> ] POSTをサポート。</li>
|
392
|
+
<li>[windows] libwinpthread-1.dllをバンドル。新しいlibgcc_s_sjlj-1.dllがlibwinpthread-1.dllに依存しているため。 [groonga-dev,02398] [横山さんが報告]</li>
|
393
|
+
<li>[ <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> ] GQTPのデフォルトポート番号を10043に変更。サーバーパッケージではデフォルトで10043を使っているため。 [GitHub#172] [村上さんがパッチ提供]</li>
|
394
|
+
<li>[ <a class="reference internal" href="../reference/commands/normalize.html"><span class="doc">normalize</span></a> ] 引数チェックを強化。 [groonga-dev,02409][GitHub:#174] [GMOメディア株式会社さんが報告][村上さんがパッチ提供]</li>
|
395
|
+
<li>[ <a class="reference internal" href="../reference/commands/tokenize.html"><span class="doc">tokenize</span></a> ] 引数チェックを強化。</li>
|
396
|
+
<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">Expect:</span> <span class="pre">100-Continue</span></code> を使うリクエストをサポート。</li>
|
397
|
+
<li><code class="docutils literal"><span class="pre">grn_proc_get_type()</span></code> を公開。</li>
|
398
|
+
<li>[ <a class="reference internal" href="../reference/executables/groonga-suggest-learner.html"><span class="doc">groonga-suggest-learner</span></a> ] <code class="docutils literal"><span class="pre">--log-path</span></code> オプションと <code class="docutils literal"><span class="pre">--log-level</span></code> オプションを追加。</li>
|
399
|
+
<li><code class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></code> を非推奨にした。</li>
|
400
|
+
<li><code class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></code> を非推奨にした。</li>
|
401
|
+
<li><code class="docutils literal"><span class="pre">grn_text_printf()</span></code> を追加。</li>
|
402
|
+
<li><code class="docutils literal"><span class="pre">grn_text_vprintf()</span></code> を追加。</li>
|
403
|
+
<li>それぞれのクエリーログのサイズ制限を撤廃。</li>
|
404
|
+
<li><a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_expr_var_init()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</li>
|
405
|
+
<li><a class="reference internal" href="../reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_command_create()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</li>
|
406
|
+
<li>[GitHub#176] 重み付きの参照ベクターカラムをサポート。</li>
|
407
|
+
<li>[plugin] 内部APIではなく公開APIを使うように変更。 [GitHub#177][GitHub#178] [村上さんがパッチ提供]</li>
|
408
|
+
<li>[doc][plugin] プラグイン用のAPIを追加。 [GitHub#179] [村上さんがパッチ提供]</li>
|
409
|
+
<li>[windows] Visual C++ 2010を再サポート。 [groonga-dev,02454] [cosmo0920さんが報告]。</li>
|
596
410
|
</ul>
|
597
411
|
</div>
|
598
412
|
<div class="section" id="id21">
|
599
413
|
<h3>修正<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
600
414
|
<ul class="simple">
|
601
|
-
<li
|
602
|
-
</li>
|
603
|
-
<li><p class="first">[ <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> ] <a class="reference internal" href="../reference/commands/select.html#select-adjuster"><span class="std std-ref">adjuster</span></a> に指定した値がシンタックスエラーだとクラッシュする問題を修正。</p>
|
604
|
-
</li>
|
415
|
+
<li>[rpm][groonga-server-gqtp] GQTPではなくHTTPが使われる問題を修正。 [GitHub#173] [村上さんがパッチ提供]</li>
|
416
|
+
<li>[ <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> ] <a class="reference internal" href="../reference/commands/select.html#select-adjuster"><span class="std std-ref">adjuster</span></a> に指定した値がシンタックスエラーだとクラッシュする問題を修正。</li>
|
605
417
|
</ul>
|
606
418
|
</div>
|
607
419
|
<div class="section" id="id22">
|
608
420
|
<h3>感謝<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
609
421
|
<ul class="simple">
|
610
|
-
<li
|
611
|
-
|
612
|
-
<li
|
613
|
-
|
614
|
-
<li><p class="first">GMOメディア株式会社さん</p>
|
615
|
-
</li>
|
616
|
-
<li><p class="first">cosmo0920さん</p>
|
617
|
-
</li>
|
422
|
+
<li>横山さん</li>
|
423
|
+
<li>村上さん</li>
|
424
|
+
<li>GMOメディア株式会社さん</li>
|
425
|
+
<li>cosmo0920さん</li>
|
618
426
|
</ul>
|
619
427
|
</div>
|
620
428
|
</div>
|
@@ -623,72 +431,45 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
623
431
|
<div class="section" id="id23">
|
624
432
|
<h3>改良<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
625
433
|
<ul class="simple">
|
626
|
-
<li
|
627
|
-
</li>
|
628
|
-
<li
|
629
|
-
|
630
|
-
<li
|
631
|
-
</li>
|
632
|
-
<li><
|
633
|
-
</li>
|
634
|
-
<li
|
635
|
-
</li>
|
636
|
-
<li><
|
637
|
-
</li>
|
638
|
-
<li
|
639
|
-
|
640
|
-
<li><
|
641
|
-
</li>
|
642
|
-
<li><p class="first">夏時間をサポートしました。 [#2546]</p>
|
643
|
-
</li>
|
644
|
-
<li><p class="first">[doc] <a class="reference internal" href="../install/mac_os_x.html"><span class="doc">Mac OS X</span></a> に <code class="docutils literal"><span class="pre">--with-mecab</span></code> の説明を追加しました。</p>
|
645
|
-
</li>
|
646
|
-
<li><p class="first">[http] シンタックスエラーが発生したときのHTTPのリターンコードを <code class="docutils literal"><span class="pre">500</span> <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></code> から <code class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></code> に変更しました。</p>
|
647
|
-
</li>
|
648
|
-
<li><p class="first">[http][admin] jQueryのJSONプラグインを削除しました。 [GitHub#168] [大関さんがパッチ提供]</p>
|
649
|
-
</li>
|
650
|
-
<li><p class="first">[http][admin] strictモードを有効にしました。 [GitHub#169] [大関さんがパッチ提供]</p>
|
651
|
-
</li>
|
652
|
-
<li><p class="first">変数の値を取得するAPIを <a class="reference internal" href="../reference/api/plugin.html"><span class="doc">Plugin</span></a> のAPIとして使えるようにしました。 [GitHub#170] [村上さんがパッチを提供]</p>
|
653
|
-
<ul>
|
654
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></code> を追加。</p>
|
655
|
-
</li>
|
656
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></code> を追加。</p>
|
657
|
-
</li>
|
434
|
+
<li>[doc] <a class="reference internal" href="../reference/executables/groonga-suggest-learner.html"><span class="doc">groonga-suggest-learner</span></a> のドキュメントを更新しました。</li>
|
435
|
+
<li>[doc] ファイルの更新方法に関するドキュメントを更新しました。 [GitHub#160] [cosmo0920さんがパッチ提供]</li>
|
436
|
+
<li>[doc] ドキュメント中で「Groonga」という標記を使うようにしました。 [GitHub#162][GitHub#163][GitHub#164] [cosmo0920さんがパッチ提供]</li>
|
437
|
+
<li>Ubuntu 14.04 Trusty Tahrをサポート。</li>
|
438
|
+
<li>Ubuntu 12.10のサポートを終了しました。</li>
|
439
|
+
<li>Ubuntuパッケージの配布場所としてLaunchpadのPPAを使うようにしました。詳細は <a class="reference internal" href="../install/ubuntu.html"><span class="doc">Ubuntu</span></a> を確認してください。</li>
|
440
|
+
<li><code class="docutils literal"><span class="pre">/d/</span></code> から始まるリクエストはすべてAPIリクエストとして処理するようになりました。GroongaのHTTPサービスでファイルを提供したい場合は、 <code class="docutils literal"><span class="pre">/d/</span></code> 以外から始まるパスにファイルを置いてください。</li>
|
441
|
+
<li>[munin] <a class="reference internal" href="../reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a> をサポートしました。 [村上さんが報告]</li>
|
442
|
+
<li>夏時間をサポートしました。 [#2546]</li>
|
443
|
+
<li>[doc] <a class="reference internal" href="../install/mac_os_x.html"><span class="doc">Mac OS X</span></a> に <code class="docutils literal"><span class="pre">--with-mecab</span></code> の説明を追加しました。</li>
|
444
|
+
<li>[http] シンタックスエラーが発生したときのHTTPのリターンコードを <code class="docutils literal"><span class="pre">500</span> <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></code> から <code class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></code> に変更しました。</li>
|
445
|
+
<li>[http][admin] jQueryのJSONプラグインを削除しました。 [GitHub#168] [大関さんがパッチ提供]</li>
|
446
|
+
<li>[http][admin] strictモードを有効にしました。 [GitHub#169] [大関さんがパッチ提供]</li>
|
447
|
+
<li>変数の値を取得するAPIを <a class="reference internal" href="../reference/api/plugin.html"><span class="doc">Plugin</span></a> のAPIとして使えるようにしました。 [GitHub#170] [村上さんがパッチを提供]<ul>
|
448
|
+
<li><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></code> を追加。</li>
|
449
|
+
<li><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></code> を追加。</li>
|
658
450
|
</ul>
|
659
451
|
</li>
|
660
|
-
<li
|
661
|
-
</li>
|
662
|
-
<li><p class="first">[実験的] <a class="reference internal" href="../reference/commands/normalizer_list.html"><span class="doc">normalizer_list</span></a> を追加しました。 [GitHub#171] [村上さんがパッチ提供]</p>
|
663
|
-
</li>
|
452
|
+
<li>[実験的] <a class="reference internal" href="../reference/commands/tokenizer_list.html"><span class="doc">tokenizer_list</span></a> を追加しました。 [GitHub#171] [村上さんがパッチ提供]</li>
|
453
|
+
<li>[実験的] <a class="reference internal" href="../reference/commands/normalizer_list.html"><span class="doc">normalizer_list</span></a> を追加しました。 [GitHub#171] [村上さんがパッチ提供]</li>
|
664
454
|
</ul>
|
665
455
|
</div>
|
666
456
|
<div class="section" id="id24">
|
667
457
|
<h3>修正<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
668
458
|
<ul class="simple">
|
669
|
-
<li
|
670
|
-
</li>
|
671
|
-
<li
|
672
|
-
</li>
|
673
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> で <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> のデフォルト値が間違っていた問題を修正しました。 [GitHub#167] [村上さんがパッチ提供]</p>
|
674
|
-
</li>
|
675
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> で不足していた <code class="docutils literal"><span class="pre">\</span></code> エスケープの例外ケースを追加しました。 [@Yappoさんが報告]</p>
|
676
|
-
</li>
|
459
|
+
<li>[index] 最大セグメント数が間違っていた問題を修正しました。この問題によりインデックスカラム用のすべてのリソースを使い切るとクラッシュしていました。 [#2438] [GMOメディア株式会社さんが報告]</li>
|
460
|
+
<li>[doc] <a class="reference internal" href="../install/centos.html"><span class="doc">CentOS</span></a> の中のtypoを修正しました。 [GitHub#166] [村上さんがパッチ提供]</li>
|
461
|
+
<li>[doc] <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> で <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> のデフォルト値が間違っていた問題を修正しました。 [GitHub#167] [村上さんがパッチ提供]</li>
|
462
|
+
<li>[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> で不足していた <code class="docutils literal"><span class="pre">\</span></code> エスケープの例外ケースを追加しました。 [@Yappoさんが報告]</li>
|
677
463
|
</ul>
|
678
464
|
</div>
|
679
465
|
<div class="section" id="id25">
|
680
466
|
<h3>感謝<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
681
467
|
<ul class="simple">
|
682
|
-
<li
|
683
|
-
|
684
|
-
<li
|
685
|
-
|
686
|
-
<li
|
687
|
-
</li>
|
688
|
-
<li><p class="first">GMOメディア株式会社さん</p>
|
689
|
-
</li>
|
690
|
-
<li><p class="first">@Yappoさん</p>
|
691
|
-
</li>
|
468
|
+
<li>cosmo0920さん</li>
|
469
|
+
<li>村上さん</li>
|
470
|
+
<li>大関さん</li>
|
471
|
+
<li>GMOメディア株式会社さん</li>
|
472
|
+
<li>@Yappoさん</li>
|
692
473
|
</ul>
|
693
474
|
</div>
|
694
475
|
</div>
|
@@ -697,100 +478,68 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
697
478
|
<div class="section" id="id26">
|
698
479
|
<h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
699
480
|
<ul class="simple">
|
700
|
-
<li
|
701
|
-
|
702
|
-
<li><
|
703
|
-
|
704
|
-
<li
|
705
|
-
|
706
|
-
<li
|
707
|
-
|
708
|
-
<li><
|
709
|
-
|
710
|
-
<li
|
711
|
-
</li>
|
712
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a> のGETパラメータに関するドキュメントを追加しました。</p>
|
713
|
-
</li>
|
714
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/column.html"><span class="doc">カラム</span></a> のドキュメントを追加しました。</p>
|
715
|
-
</li>
|
716
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/columns/vector.html"><span class="doc">ベクターカラム</span></a> のドキュメントを追加しました。</p>
|
717
|
-
</li>
|
718
|
-
<li><p class="first">[column_list] 重みつきベクターカラムを表示できるようにしました。</p>
|
719
|
-
</li>
|
720
|
-
<li><p class="first">[column_create] マルチカラムインデックスを作成するときに、WITH_SECTIONフラグが指定されていない場合のエラーチェックを追加しました。</p>
|
721
|
-
</li>
|
722
|
-
<li><p class="first">[httpd] NginxHttpStubStatusModuleをgroonga-httpdで有効にしました。[長野雅広さんが提案]</p>
|
723
|
-
</li>
|
481
|
+
<li>[doc] 返り値のヘッダ詳細 (<a class="reference internal" href="../reference/command/output_format.html"><span class="doc">出力形式</span></a>) についてのリンクを追加しました。</li>
|
482
|
+
<li>JSONロード時のベクターの値とオブジェクトの値を表示できるようにしました。ロードに失敗したときのデータの詳細がわかるようになりました。</li>
|
483
|
+
<li>selectコマンドに <code class="docutils literal"><span class="pre">adjuster</span></code> オプションを追加しました。adjusterオプションのシンタックスは INDEX_COLUMN @ STRING_LITERAL (* FACTOR) です。</li>
|
484
|
+
<li><a class="reference internal" href="../reference/columns/vector.html#weight-vector-column"><span class="std std-ref">重み付きベクターカラム</span></a> をサポートしました。重みつきベクターを使うにはカラム作成時に 'COLUMN_VECTOR|WITH_WEIGHT' を指定する必要があります。</li>
|
485
|
+
<li>SunOSでビルドに必要なMIN/MAXの定義がなかったので追加しました。[GitHub#154] [Sebastian Wiedenrothさんがパッチ提供]</li>
|
486
|
+
<li>使われなくなった領域を再利用するように改善しました。これによりデータべースの肥大化を抑制します。</li>
|
487
|
+
<li>[doc] <a class="reference internal" href="../reference/executables/groonga-suggest-httpd.html"><span class="doc">groonga-suggest-httpd</span></a> のGETパラメータに関するドキュメントを追加しました。</li>
|
488
|
+
<li>[doc] <a class="reference internal" href="../reference/column.html"><span class="doc">カラム</span></a> のドキュメントを追加しました。</li>
|
489
|
+
<li>[doc] <a class="reference internal" href="../reference/columns/vector.html"><span class="doc">ベクターカラム</span></a> のドキュメントを追加しました。</li>
|
490
|
+
<li>[column_list] 重みつきベクターカラムを表示できるようにしました。</li>
|
491
|
+
<li>[column_create] マルチカラムインデックスを作成するときに、WITH_SECTIONフラグが指定されていない場合のエラーチェックを追加しました。</li>
|
492
|
+
<li>[httpd] NginxHttpStubStatusModuleをgroonga-httpdで有効にしました。[長野雅広さんが提案]</li>
|
724
493
|
</ul>
|
725
494
|
</div>
|
726
495
|
<div class="section" id="id27">
|
727
496
|
<h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
728
497
|
<ul class="simple">
|
729
|
-
<li
|
730
|
-
</li>
|
731
|
-
<li
|
732
|
-
</li>
|
733
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/commands/column_rename.html"><span class="doc">column_rename</span></a> のドキュメントの説明の誤りを修正しました。 [nise_nabeさんが報告]</p>
|
734
|
-
</li>
|
735
|
-
<li><p class="first">配列の領域外アクセスが発生しうる問題を修正しました。[GitHub#158] [dcb314さんが報告]</p>
|
736
|
-
</li>
|
498
|
+
<li>除算によるオーバーフローが発生する不具合を修正しました。例えば、'COLUMN(最小値) / -1' をInt32やInt64で定義したカラムに適用すると発生します。[#2307]</li>
|
499
|
+
<li>剰余演算 '%' ではなく、除算 '/' を行ってしまう不具合を修正しました。[#2307]</li>
|
500
|
+
<li>[doc] <a class="reference internal" href="../reference/commands/column_rename.html"><span class="doc">column_rename</span></a> のドキュメントの説明の誤りを修正しました。 [nise_nabeさんが報告]</li>
|
501
|
+
<li>配列の領域外アクセスが発生しうる問題を修正しました。[GitHub#158] [dcb314さんが報告]</li>
|
737
502
|
</ul>
|
738
503
|
</div>
|
739
504
|
<div class="section" id="id28">
|
740
505
|
<h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
741
506
|
<ul class="simple">
|
742
|
-
<li
|
743
|
-
|
744
|
-
<li
|
745
|
-
|
746
|
-
<li><p class="first">nise_nabeさん</p>
|
747
|
-
</li>
|
748
|
-
<li><p class="first">dcb314さん</p>
|
749
|
-
</li>
|
507
|
+
<li>Sebastian Wiedenrothさん</li>
|
508
|
+
<li>長野雅広さん</li>
|
509
|
+
<li>nise_nabeさん</li>
|
510
|
+
<li>dcb314さん</li>
|
750
511
|
</ul>
|
751
512
|
</div>
|
752
513
|
</div>
|
753
514
|
<div class="section" id="release-4-0-0-2014-02-09">
|
754
515
|
<span id="release-4-0-0"></span><h2>4.0.0リリース - 2014-02-09<a class="headerlink" href="#release-4-0-0-2014-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
755
516
|
<ul class="simple">
|
756
|
-
<li
|
757
|
-
</li>
|
517
|
+
<li>バージョン4.0.0になりました!</li>
|
758
518
|
</ul>
|
759
519
|
<div class="section" id="id29">
|
760
520
|
<h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
761
521
|
<ul class="simple">
|
762
|
-
<li
|
763
|
-
|
764
|
-
<li><p class="first">[deb] Ubuntu 13.04 (Raring Ringtail)のサポートをやめました。</p>
|
765
|
-
</li>
|
522
|
+
<li>[normalizer] "checks" というノーマライズ前の文字列だと次の文字の位置がどこか計算するのに使う値を表示できるようにしました。この機能を有効にするには <cite>WITH_CHECK</cite> フラグを使用します。</li>
|
523
|
+
<li>[deb] Ubuntu 13.04 (Raring Ringtail)のサポートをやめました。</li>
|
766
524
|
</ul>
|
767
525
|
</div>
|
768
526
|
<div class="section" id="id30">
|
769
527
|
<h3>修正<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
770
528
|
<ul class="simple">
|
771
|
-
<li><
|
772
|
-
</li>
|
773
|
-
<li><
|
774
|
-
</li>
|
775
|
-
<li
|
776
|
-
</li>
|
777
|
-
<li><p class="first">[snippet_html] --queryが空のときにクラッシュする不具合を修正しました。 [groonga-dev,02097] [村上さんが報告]</p>
|
778
|
-
</li>
|
779
|
-
<li><p class="first">[snippet_html] カラムの中身が空のときのALERTレベルのメッセージを抑制するようにしました。 [groonga-dev,02097] [村上さんが報告]</p>
|
780
|
-
</li>
|
781
|
-
<li><p class="first">[groonga-httpd] "off" が通常のパス名として <code class="docutils literal"><span class="pre">groonga_query_log_path</span></code> で使われてしまう不具合を修正しました。 [groonga-dev,02113] [山本良二さんが報告]</p>
|
782
|
-
</li>
|
529
|
+
<li><code class="docutils literal"><span class="pre">grn_expr</span></code> のオブジェクトが解放後にアクセスされクラッシュしてしまう不具合を修正しました。Groongaサーバーを利用している場合にはこの不具合に該当しません。主にこの不具合の影響を受けるのはRroongaユーザーです。この不具合はRroongaのAPIに <code class="docutils literal"><span class="pre">_key</span></code> のような疑似カラム名を含んだ指定をすることで発生します。</li>
|
530
|
+
<li>Groonga 3.0.8で導入されたカスケード削除を意図せず実行しないようにしました。参照元とインデックスのドメインが異なる場合にはカスケード削除を実行しないようにしました。 [groonga-dev,02073] [yokuさんが報告]</li>
|
531
|
+
<li><code class="docutils literal"><span class="pre">grn_snip</span></code> 構造体を公開しないようにしました。 <code class="docutils literal"><span class="pre">grn_snip</span></code> のかわりに <code class="docutils literal"><span class="pre">grn_obj</span></code> を使うようにしてください。もし <code class="docutils literal"><span class="pre">grn_snip_close</span></code> を使っていたら、 <code class="docutils literal"><span class="pre">grn_obj_close</span></code> に置き換えてください。</li>
|
532
|
+
<li>[snippet_html] --queryが空のときにクラッシュする不具合を修正しました。 [groonga-dev,02097] [村上さんが報告]</li>
|
533
|
+
<li>[snippet_html] カラムの中身が空のときのALERTレベルのメッセージを抑制するようにしました。 [groonga-dev,02097] [村上さんが報告]</li>
|
534
|
+
<li>[groonga-httpd] "off" が通常のパス名として <code class="docutils literal"><span class="pre">groonga_query_log_path</span></code> で使われてしまう不具合を修正しました。 [groonga-dev,02113] [山本良二さんが報告]</li>
|
783
535
|
</ul>
|
784
536
|
</div>
|
785
537
|
<div class="section" id="id31">
|
786
538
|
<h3>感謝<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
787
539
|
<ul class="simple">
|
788
|
-
<li
|
789
|
-
|
790
|
-
<li
|
791
|
-
</li>
|
792
|
-
<li><p class="first">山本良二さん</p>
|
793
|
-
</li>
|
540
|
+
<li>yokuさん</li>
|
541
|
+
<li>村上さん</li>
|
542
|
+
<li>山本良二さん</li>
|
794
543
|
</ul>
|
795
544
|
</div>
|
796
545
|
</div>
|
@@ -879,13 +628,6 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
879
628
|
</li>
|
880
629
|
</ul>
|
881
630
|
|
882
|
-
<div role="note" aria-label="source link">
|
883
|
-
<h3>このページ</h3>
|
884
|
-
<ul class="this-page-menu">
|
885
|
-
<li><a href="../_sources/news/4.x.txt"
|
886
|
-
rel="nofollow">ソースコードを表示</a></li>
|
887
|
-
</ul>
|
888
|
-
</div>
|
889
631
|
<div id="searchbox" style="display: none" role="search">
|
890
632
|
<h3>クイック検索</h3>
|
891
633
|
<form class="search" action="../search.html" method="get">
|
@@ -906,11 +648,11 @@ column_create TABLE INDEX_COLUMN COLUMN_INDEX|...
|
|
906
648
|
<li class="right" style="margin-right: 10px">
|
907
649
|
<a href="../genindex.html" title="総合索引"
|
908
650
|
>索引</a></li>
|
909
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
651
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
910
652
|
</ul>
|
911
653
|
</div>
|
912
654
|
<div class="footer" role="contentinfo">
|
913
|
-
© Copyright 2009-
|
655
|
+
© Copyright 2009-2018, Brazil, Inc.
|
914
656
|
</div>
|
915
657
|
</body>
|
916
658
|
</html>
|