rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga.hpp +21 -0
- data/vendor/local/include/groonga/groonga/arrow.h +38 -0
- data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
- data/vendor/local/include/groonga/groonga/column.h +9 -0
- data/vendor/local/include/groonga/groonga/expr.h +9 -1
- data/vendor/local/include/groonga/groonga/groonga.h +19 -3
- data/vendor/local/include/groonga/groonga/obj.h +3 -0
- data/vendor/local/include/groonga/groonga/operator.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +8 -0
- data/vendor/local/include/groonga/groonga/portability.h +19 -1
- data/vendor/local/include/groonga/groonga/table.h +14 -0
- data/vendor/local/include/groonga/groonga/util.h +3 -0
- data/vendor/local/include/groonga/groonga/window_function.h +2 -0
- data/vendor/local/include/pcre.h +2 -2
- data/vendor/local/include/pcre_stringpiece.h +2 -2
- data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
- data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
- data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
- data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
- data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
- data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
- data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
- data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
- data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
- data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
- data/vendor/local/share/doc/pcre/AUTHORS +3 -3
- data/vendor/local/share/doc/pcre/ChangeLog +94 -0
- data/vendor/local/share/doc/pcre/LICENCE +3 -3
- data/vendor/local/share/doc/pcre/NEWS +12 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
- data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
- data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
- data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
- data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
- data/vendor/local/share/groonga/groonga-log/README.md +44 -0
- data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
- data/vendor/local/share/license/cv2pdb/README +138 -0
- data/vendor/local/share/license/groonga-log/README.md +44 -0
- data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/license/pcre/LICENCE +3 -3
- data/vendor/local/share/man/man1/pcretest.1 +7 -3
- data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
- data/vendor/local/share/man/man3/pcrejit.3 +48 -6
- data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
- metadata +102 -559
- data/lib/groonga/statistic-measurer.rb +0 -37
- data/test/test-statistic-measurer.rb +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>2.4. Ubuntu — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>2.4. Ubuntu — 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>
|
@@ -28,12 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
|
-
<link rel="up" title="2. インストール" href="../install.html" />
|
33
29
|
<link rel="next" title="2.5. CentOS" href="centos.html" />
|
34
30
|
<link rel="prev" title="2.3. Debian GNU/Linux" href="debian.html" />
|
35
31
|
</head>
|
36
|
-
<body
|
32
|
+
<body>
|
37
33
|
<div class="header">
|
38
34
|
<h1 class="title">
|
39
35
|
<a id="top-link" href="../index.html">
|
@@ -63,7 +59,7 @@
|
|
63
59
|
<li class="right" >
|
64
60
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
65
61
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
67
63
|
<li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
64
|
</ul>
|
69
65
|
</div>
|
@@ -85,7 +81,8 @@
|
|
85
81
|
<div><ul class="simple">
|
86
82
|
<li>14.04 LTS Trusty Tahr</li>
|
87
83
|
<li>16.04 LTS Xenial Xerus</li>
|
88
|
-
<li>
|
84
|
+
<li>17.04 Zesty Zapus</li>
|
85
|
+
<li>17.10 Artful Aardvark</li>
|
89
86
|
</ul>
|
90
87
|
</div></blockquote>
|
91
88
|
<p>Groongaをインストールするためにuniverseリポジトリを有効にしてください:</p>
|
@@ -107,14 +104,12 @@
|
|
107
104
|
<p><code class="docutils literal"><span class="pre">groonga</span></code> パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。</p>
|
108
105
|
<p>サーバー用途のための2つのパッケージがあります。</p>
|
109
106
|
<ul class="simple">
|
110
|
-
<li
|
111
|
-
</li>
|
112
|
-
<li><p class="first">groonga-server-gqtp (GQTPサーバー)</p>
|
113
|
-
</li>
|
107
|
+
<li>groonga-httpd (nginxを元にしたHTTPサーバー)</li>
|
108
|
+
<li>groonga-server-gqtp (GQTPサーバー)</li>
|
114
109
|
</ul>
|
115
110
|
<p class="last">詳細は <a class="reference internal" href="../server.html"><span class="doc">サーバー</span></a> を参照してください。</p>
|
116
111
|
</div>
|
117
|
-
<p><a class="reference external" href="
|
112
|
+
<p><a class="reference external" href="https://taku910.github.io/mecab/">MeCab</a> をトークナイザーとして使いたいときは、groonga-tokenizer-mecabパッケージをインストールしてください。</p>
|
118
113
|
<p>groonga-tokenizer-mecabパッケージのインストール:</p>
|
119
114
|
<div class="highlight-none"><div class="highlight"><pre><span></span>% sudo apt-get -y install groonga-tokenizer-mecab
|
120
115
|
</pre></div>
|
@@ -142,9 +137,9 @@
|
|
142
137
|
</pre></div>
|
143
138
|
</div>
|
144
139
|
<p>ソースをダウンロードします:</p>
|
145
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-7.
|
146
|
-
% tar xvzf groonga-7.
|
147
|
-
% cd groonga-7.
|
140
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>% wget https://packages.groonga.org/source/groonga/groonga-7.1.1.tar.gz
|
141
|
+
% tar xvzf groonga-7.1.1.tar.gz
|
142
|
+
% cd groonga-7.1.1
|
148
143
|
</pre></div>
|
149
144
|
</div>
|
150
145
|
<p>configureを実行します( <code class="docutils literal"><span class="pre">configure</span></code> のオプションについては <a class="reference internal" href="others.html#source-configure"><span class="std std-ref">configure</span></a> を参照してください):</p>
|
@@ -183,13 +178,6 @@
|
|
183
178
|
<h4>次のトピックへ</h4>
|
184
179
|
<p class="topless"><a href="centos.html"
|
185
180
|
title="次の章へ">2.5. CentOS</a></p>
|
186
|
-
<div role="note" aria-label="source link">
|
187
|
-
<h3>このページ</h3>
|
188
|
-
<ul class="this-page-menu">
|
189
|
-
<li><a href="../_sources/install/ubuntu.txt"
|
190
|
-
rel="nofollow">ソースコードを表示</a></li>
|
191
|
-
</ul>
|
192
|
-
</div>
|
193
181
|
<div id="searchbox" style="display: none" role="search">
|
194
182
|
<h3>クイック検索</h3>
|
195
183
|
<form class="search" action="../search.html" method="get">
|
@@ -216,12 +204,12 @@
|
|
216
204
|
<li class="right" >
|
217
205
|
<a href="debian.html" title="2.3. Debian GNU/Linux"
|
218
206
|
>前へ</a> |</li>
|
219
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
207
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
220
208
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li>
|
221
209
|
</ul>
|
222
210
|
</div>
|
223
211
|
<div class="footer" role="contentinfo">
|
224
|
-
© Copyright 2009-
|
212
|
+
© Copyright 2009-2018, Brazil, Inc.
|
225
213
|
</div>
|
226
214
|
</body>
|
227
215
|
</html>
|
@@ -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>2.1. Windows — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>2.1. Windows — 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>
|
@@ -28,12 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
32
|
-
<link rel="up" title="2. インストール" href="../install.html" />
|
33
29
|
<link rel="next" title="2.2. Mac OS X" href="mac_os_x.html" />
|
34
30
|
<link rel="prev" title="2. インストール" href="../install.html" />
|
35
31
|
</head>
|
36
|
-
<body
|
32
|
+
<body>
|
37
33
|
<div class="header">
|
38
34
|
<h1 class="title">
|
39
35
|
<a id="top-link" href="../index.html">
|
@@ -63,7 +59,7 @@
|
|
63
59
|
<li class="right" >
|
64
60
|
<a href="../install.html" title="2. インストール"
|
65
61
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
67
63
|
<li class="nav-item nav-item-1"><a href="../install.html" accesskey="U">2. インストール</a> »</li>
|
68
64
|
</ul>
|
69
65
|
</div>
|
@@ -82,14 +78,14 @@
|
|
82
78
|
<p>32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
83
79
|
<blockquote>
|
84
80
|
<div><ul class="simple">
|
85
|
-
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.
|
81
|
+
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.1.1-x86.exe">https://packages.groonga.org/windows/groonga/groonga-7.1.1-x86.exe</a></li>
|
86
82
|
</ul>
|
87
83
|
</div></blockquote>
|
88
84
|
<p>その後、バイナリを実行します。</p>
|
89
85
|
<p>64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてください。</p>
|
90
86
|
<blockquote>
|
91
87
|
<div><ul class="simple">
|
92
|
-
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.
|
88
|
+
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.1.1-x64.exe">https://packages.groonga.org/windows/groonga/groonga-7.1.1-x64.exe</a></li>
|
93
89
|
</ul>
|
94
90
|
</div></blockquote>
|
95
91
|
<p>その後、バイナリを実行します。</p>
|
@@ -100,14 +96,14 @@
|
|
100
96
|
<p>32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
101
97
|
<blockquote>
|
102
98
|
<div><ul class="simple">
|
103
|
-
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.
|
99
|
+
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.1.1-x86.zip">https://packages.groonga.org/windows/groonga/groonga-7.1.1-x86.zip</a></li>
|
104
100
|
</ul>
|
105
101
|
</div></blockquote>
|
106
102
|
<p>その後、アーカイブを展開します。</p>
|
107
103
|
<p>64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
108
104
|
<blockquote>
|
109
105
|
<div><ul class="simple">
|
110
|
-
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.
|
106
|
+
<li><a class="reference external" href="https://packages.groonga.org/windows/groonga/groonga-7.1.1-x64.zip">https://packages.groonga.org/windows/groonga/groonga-7.1.1-x64.zip</a></li>
|
111
107
|
</ul>
|
112
108
|
</div></blockquote>
|
113
109
|
<p>その後、アーカイブを展開します。</p>
|
@@ -125,24 +121,24 @@
|
|
125
121
|
<p>zipアーカイブをpackages.groonga.orgからダウンロードしてください。</p>
|
126
122
|
<blockquote>
|
127
123
|
<div><ul class="simple">
|
128
|
-
<li><a class="reference external" href="https://packages.groonga.org/source/groonga/groonga-7.
|
124
|
+
<li><a class="reference external" href="https://packages.groonga.org/source/groonga/groonga-7.1.1.zip">https://packages.groonga.org/source/groonga/groonga-7.1.1.zip</a></li>
|
129
125
|
</ul>
|
130
126
|
</div></blockquote>
|
131
127
|
<p>その後、アーカイブを展開します。</p>
|
132
128
|
<p>Groongaのソースフォルダへと移動します:</p>
|
133
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>> cd c:\Users\%USERNAME%\Downloads\groonga-7.
|
129
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>> cd c:\Users\%USERNAME%\Downloads\groonga-7.1.1
|
134
130
|
</pre></div>
|
135
131
|
</div>
|
136
132
|
<p><code class="docutils literal"><span class="pre">cmake</span></code> でビルドオプションを設定します。以下のコマンドラインは64-bit用のGroongaをビルドするためのものです。32-bit用のGroongaをビルドする場合は代わりに <code class="docutils literal"><span class="pre">-G</span> <span class="pre">"Visual</span> <span class="pre">Studio</span> <span class="pre">12</span> <span class="pre">2013"</span></code> パラメーターを指定してください:</p>
|
137
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-7.
|
133
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-7.1.1> cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX=C:\Groonga
|
138
134
|
</pre></div>
|
139
135
|
</div>
|
140
136
|
<p>ビルド:</p>
|
141
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-7.
|
137
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-7.1.1> cmake --build . --config Release
|
142
138
|
</pre></div>
|
143
139
|
</div>
|
144
140
|
<p>インストール:</p>
|
145
|
-
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-7.
|
141
|
+
<div class="highlight-none"><div class="highlight"><pre><span></span>groonga-7.1.1> cmake --build . --config Release --target Install
|
146
142
|
</pre></div>
|
147
143
|
</div>
|
148
144
|
<p>以上の手順で <a class="reference internal" href="../reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a> が <code class="docutils literal"><span class="pre">c:\Groonga\bin\groonga.exe</span></code> にインストールされます。</p>
|
@@ -171,13 +167,6 @@
|
|
171
167
|
<h4>次のトピックへ</h4>
|
172
168
|
<p class="topless"><a href="mac_os_x.html"
|
173
169
|
title="次の章へ">2.2. Mac OS X</a></p>
|
174
|
-
<div role="note" aria-label="source link">
|
175
|
-
<h3>このページ</h3>
|
176
|
-
<ul class="this-page-menu">
|
177
|
-
<li><a href="../_sources/install/windows.txt"
|
178
|
-
rel="nofollow">ソースコードを表示</a></li>
|
179
|
-
</ul>
|
180
|
-
</div>
|
181
170
|
<div id="searchbox" style="display: none" role="search">
|
182
171
|
<h3>クイック検索</h3>
|
183
172
|
<form class="search" action="../search.html" method="get">
|
@@ -204,12 +193,12 @@
|
|
204
193
|
<li class="right" >
|
205
194
|
<a href="../install.html" title="2. インストール"
|
206
195
|
>前へ</a> |</li>
|
207
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
196
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
208
197
|
<li class="nav-item nav-item-1"><a href="../install.html" >2. インストール</a> »</li>
|
209
198
|
</ul>
|
210
199
|
</div>
|
211
200
|
<div class="footer" role="contentinfo">
|
212
|
-
© Copyright 2009-
|
201
|
+
© Copyright 2009-2018, Brazil, Inc.
|
213
202
|
</div>
|
214
203
|
</body>
|
215
204
|
</html>
|
@@ -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>9. 制限事項 — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>9. 制限事項 — 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>
|
@@ -28,11 +26,10 @@
|
|
28
26
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="genindex.html" />
|
30
28
|
<link rel="search" title="検索" href="search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="index.html" />
|
32
29
|
<link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
|
33
30
|
<link rel="prev" title="8.2. 検索" href="spec/search.html" />
|
34
31
|
</head>
|
35
|
-
<body
|
32
|
+
<body>
|
36
33
|
<div class="header">
|
37
34
|
<h1 class="title">
|
38
35
|
<a id="top-link" href="index.html">
|
@@ -62,7 +59,7 @@
|
|
62
59
|
<li class="right" >
|
63
60
|
<a href="spec/search.html" title="8.2. 検索"
|
64
61
|
accesskey="P">前へ</a> |</li>
|
65
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
62
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
66
63
|
</ul>
|
67
64
|
</div>
|
68
65
|
|
@@ -78,18 +75,13 @@
|
|
78
75
|
<h2>9.1. テーブルの制限<a class="headerlink" href="#limitations-of-table" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
79
76
|
<p>テーブルには以下の制限があります。</p>
|
80
77
|
<ul class="simple">
|
81
|
-
<li
|
82
|
-
|
83
|
-
<li
|
84
|
-
<
|
85
|
-
<li><p class="first">デフォルトは4GiB。</p>
|
86
|
-
</li>
|
87
|
-
<li><p class="first"><a class="reference internal" href="reference/commands/table_create.html#table-create-flags"><span class="std std-ref">flags</span></a> に <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> フラグを指定すると1TiB。ただし、 <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> は <a class="reference internal" href="reference/tables.html#table-hash-key"><span class="std std-ref">TABLE_HASH_KEY</span></a> でしか使えない。</p>
|
88
|
-
</li>
|
78
|
+
<li>1つのキーの最大サイズ:4KiB</li>
|
79
|
+
<li>キーに格納した値の合計サイズの上限値:<ul>
|
80
|
+
<li>デフォルトは4GiB。</li>
|
81
|
+
<li><a class="reference internal" href="reference/commands/table_create.html#table-create-flags"><span class="std std-ref">flags</span></a> に <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> フラグを指定すると1TiB。ただし、 <code class="docutils literal"><span class="pre">KEY_LARGE</span></code> は <a class="reference internal" href="reference/tables.html#table-hash-key"><span class="std std-ref">TABLE_HASH_KEY</span></a> でしか使えない。</li>
|
89
82
|
</ul>
|
90
83
|
</li>
|
91
|
-
<li
|
92
|
-
<ul>
|
84
|
+
<li>最大レコード数:<ul>
|
93
85
|
<li><a class="reference internal" href="reference/tables.html#table-no-key"><span class="std std-ref">TABLE_NO_KEY</span></a>: 1,073,741,815 (2 <sup>30</sup> - 9)</li>
|
94
86
|
<li><a class="reference internal" href="reference/tables.html#table-hash-key"><span class="std std-ref">TABLE_HASH_KEY</span></a>: 536,870,912 (2 <sup>29</sup>)</li>
|
95
87
|
<li><a class="reference internal" href="reference/tables.html#table-pat-key"><span class="std std-ref">TABLE_PAT_KEY</span></a>: 1,073,741,823 (2 <sup>30</sup> - 1)</li>
|
@@ -104,10 +96,8 @@
|
|
104
96
|
<h2>9.2. インデックス上限値<a class="headerlink" href="#limitations-of-indexing" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
105
97
|
<p>1つのインデックスにおける論理上の上限値は以下のとおりです。</p>
|
106
98
|
<ul class="simple">
|
107
|
-
<li
|
108
|
-
</li>
|
109
|
-
<li><p class="first">最大インデックスサイズ: 256GiB</p>
|
110
|
-
</li>
|
99
|
+
<li>最大語彙数: 268,435,455 (約2億6千万)</li>
|
100
|
+
<li>最大インデックスサイズ: 256GiB</li>
|
111
101
|
</ul>
|
112
102
|
<p>実際には他の諸条件の制約により上記の値まで到達しない場合もあります。</p>
|
113
103
|
</div>
|
@@ -115,8 +105,7 @@
|
|
115
105
|
<h2>9.3. カラムの制限<a class="headerlink" href="#limitations-of-column" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
116
106
|
<p>1つのカラムにつき、次の制限があります。</p>
|
117
107
|
<ul class="simple">
|
118
|
-
<li
|
119
|
-
</li>
|
108
|
+
<li>カラムに格納した値の合計サイズの上限値: 256GiB</li>
|
120
109
|
</ul>
|
121
110
|
</div>
|
122
111
|
</div>
|
@@ -143,13 +132,6 @@
|
|
143
132
|
<h4>次のトピックへ</h4>
|
144
133
|
<p class="topless"><a href="troubleshooting.html"
|
145
134
|
title="次の章へ">10. トラブルシューティング</a></p>
|
146
|
-
<div role="note" aria-label="source link">
|
147
|
-
<h3>このページ</h3>
|
148
|
-
<ul class="this-page-menu">
|
149
|
-
<li><a href="_sources/limitations.txt"
|
150
|
-
rel="nofollow">ソースコードを表示</a></li>
|
151
|
-
</ul>
|
152
|
-
</div>
|
153
135
|
<div id="searchbox" style="display: none" role="search">
|
154
136
|
<h3>クイック検索</h3>
|
155
137
|
<form class="search" action="search.html" method="get">
|
@@ -176,11 +158,11 @@
|
|
176
158
|
<li class="right" >
|
177
159
|
<a href="spec/search.html" title="8.2. 検索"
|
178
160
|
>前へ</a> |</li>
|
179
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
161
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
180
162
|
</ul>
|
181
163
|
</div>
|
182
164
|
<div class="footer" role="contentinfo">
|
183
|
-
© Copyright 2009-
|
165
|
+
© Copyright 2009-2018, Brazil, Inc.
|
184
166
|
</div>
|
185
167
|
</body>
|
186
168
|
</html>
|
@@ -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>お知らせ — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>お知らせ — 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
|
|
@@ -65,214 +62,530 @@
|
|
65
62
|
|
66
63
|
<div class="section" id="news">
|
67
64
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
68
|
-
<div class="section" id="release-7-
|
69
|
-
<span id="release-7-
|
65
|
+
<div class="section" id="release-7-1-1-2018-01-29">
|
66
|
+
<span id="release-7-1-1"></span><h2>7.1.1リリース - 2018-01-29<a class="headerlink" href="#release-7-1-1-2018-01-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
70
67
|
<div class="section" id="improvements">
|
71
68
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
72
|
-
<ul class="simple">
|
73
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></a> と <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-group-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></a> で複数のキーを指定できるようになりました。</p>
|
74
|
-
</li>
|
75
|
-
<li><p class="first">[Windows] バンドルしているLZ4を1.7.5に更新しました。</p>
|
76
|
-
</li>
|
77
|
-
<li><p class="first">[cache] 永続化キャッシュをサポートしました。</p>
|
78
|
-
</li>
|
79
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/log_level.html"><span class="doc">log_level</span></a>] 英語のドキュメントを更新しました。</p>
|
80
|
-
</li>
|
81
|
-
<li><p class="first">以下のAPIを公開しました。</p>
|
82
69
|
<ul>
|
83
|
-
<li><
|
84
|
-
<
|
85
|
-
<li><code class="docutils literal"><span class="pre">grn_persistent_cache_open()</span></code></li>
|
86
|
-
<li><code class="docutils literal"><span class="pre">grn_cache_default_open()</span></code></li>
|
87
|
-
</ul>
|
88
|
-
</li>
|
89
|
-
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html#cmdoption-groonga--cache-base-path"><code class="xref std std-option docutils literal"><span class="pre">groonga</span> <span class="pre">--cache-base-path</span></code></a>] 永続キャッシュを使うための新しいオプションを追加しました。</p>
|
70
|
+
<li><p class="first">Quorum matchをサポートしました。スクリプト構文でもクエリー構文でもquorum matchを使うことができます。</p>
|
71
|
+
<p>TODO: quorum matchの構文をドキュメントへ追加、それらのドキュメントへのリンク生成</p>
|
90
72
|
</li>
|
91
|
-
<li><p class="first"
|
73
|
+
<li><p class="first">スクリプト構文で類似度のカスタマイズをサポートしました。スクリプト構文内で類似度のカスタマイズができます。</p>
|
74
|
+
<p>TODO: 類似度のカスタマイズの構文をドキュメントへ追加、それらのドキュメントへのリンク生成</p>
|
92
75
|
</li>
|
93
|
-
<li><p class="first">[
|
76
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>][<a class="reference internal" href="reference/executables/grndb.html#grndb-force-lock-clear"><span class="std std-ref">--force-lock-clear</span></a>] <code class="docutils literal"><span class="pre">--force-lock-clear</span></code> を追加しました。このオプションは、データベースやテーブル、データカラムのロックを強制的に解除します。データベースやテーブル、データカラムにロックが残っていても再度データベースを使えるようになります。</p>
|
77
|
+
<p>しかし、このオプションはとても危険です。通常は使うべきではありません。データベースが壊れている場合は、データベースは依然として破損しています。このオプションはロックを無視するだけです。</p>
|
94
78
|
</li>
|
95
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/
|
79
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] サロゲートペアをエスケープ可能にしました。例えば、 <code class="docutils literal"><span class="pre">\uD83C\uDF7A</span></code> は <code class="docutils literal"><span class="pre">🍺</span></code> として処理されます。</p>
|
96
80
|
</li>
|
97
|
-
<li><p class="first"
|
81
|
+
<li><p class="first">[Windows] Windows上でスパースファイルを使用するように変更しました。ディスク容量を節約できます。パフォーマンス上のデメリットはありません。</p>
|
98
82
|
</li>
|
99
|
-
<li><p class="first">[<a class="reference internal" href="reference/
|
83
|
+
<li><p class="first">[<a class="reference internal" href="reference/indexing.html#online-index-construction"><span class="std std-ref">動的なインデックス構築方法</span></a>] インデックスカラム内のメモリーマップをいつ開放するかをコントロールする環境変数 <code class="docutils literal"><span class="pre">GRN_II_REDUCE_EXPIRE_THRESHOLD</span></code> を追加しました。デフォルトは <code class="docutils literal"><span class="pre">-1</span></code> です。 <code class="docutils literal"><span class="pre">-1</span></code> のときはインデックスカラムのサイズによって動的に開放するタイミングを決めます。インデックスカラムが小さければ頻繁に解放し、大きければ頻度を下げます。</p>
|
84
|
+
<p><code class="docutils literal"><span class="pre">0</span></code> を設定すると従来と同じ挙動になります。従来の挙動とは、Groongaは開放できそうなときはいつも開放しようとするという挙動です。</p>
|
100
85
|
</li>
|
101
|
-
<li><p class="first">[<a class="reference internal" href="
|
86
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] [<a class="reference internal" href="reference/commands/logical_range_filter.html#logical-range-filter-post-filter"><span class="std std-ref">post_filter</span></a>]フィルタータイミングを新規追加しました。 <code class="docutils literal"><span class="pre">filtered</span></code> ステージで生成されるカラムが生成された後に実行されます。</p>
|
102
87
|
</li>
|
103
88
|
</ul>
|
104
89
|
</div>
|
105
90
|
<div class="section" id="fixes">
|
106
91
|
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
107
92
|
<ul class="simple">
|
108
|
-
<li
|
109
|
-
</li>
|
110
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 動的カラムが作成されない不具合を修正しました。レコードにマッチしない場合に発生していました。</p>
|
111
|
-
</li>
|
112
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/reindex.html"><span class="doc">reindex</span></a>] reindexコマンドの実行によりデータが失われてしまう不具合を修正しました。</p>
|
113
|
-
</li>
|
114
|
-
<li><p class="first">[httpd] 別のユーザーでワーカーを動かしている時、 <a class="reference internal" href="reference/commands/quit.html"><span class="doc">quit</span></a> と <a class="reference internal" href="reference/commands/shutdown.html"><span class="doc">shutdown</span></a> のレスポンスが壊れている問題を修正しました。 [GitHub ranguba/groonga-client#12]</p>
|
115
|
-
</li>
|
93
|
+
<li>参照ベクタのインデックスを作成する際に使用するリソースを削減しました。[GitHub#806][村上さんが報告]</li>
|
94
|
+
<li>[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] <code class="docutils literal"><span class="pre">token_filters</span></code> が無効であってもテーブルが作成される不具合を修正しました。</li>
|
116
95
|
</ul>
|
117
96
|
</div>
|
97
|
+
<div class="section" id="thanks">
|
98
|
+
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
99
|
+
<ul class="simple">
|
100
|
+
<li>付超群さん</li>
|
101
|
+
<li>村上さん</li>
|
102
|
+
</ul>
|
118
103
|
</div>
|
119
|
-
|
120
|
-
<
|
104
|
+
</div>
|
105
|
+
<div class="section" id="release-7-1-0-2017-12-29">
|
106
|
+
<span id="release-7-1-0"></span><h2>7.1.0リリース - 2017-12-29<a class="headerlink" href="#release-7-1-0-2017-12-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
121
107
|
<div class="section" id="id1">
|
122
108
|
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
123
|
-
<ul class="simple">
|
124
|
-
<li><p class="first">以下のAPIを公開しました。</p>
|
125
109
|
<ul>
|
126
|
-
<li>
|
127
|
-
<
|
128
|
-
<
|
129
|
-
<li
|
130
|
-
<li
|
110
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">load</span></code> コマンドのクエリーログのフォーマットを改良しました。<code class="docutils literal"><span class="pre">load</span></code> コマンドのクエリーログに以下の項目が追加されます。</p>
|
111
|
+
<blockquote>
|
112
|
+
<div><ul class="simple">
|
113
|
+
<li>ロードしたレコード数を表示します。</li>
|
114
|
+
<li>ロードがエラーになったレコードとカラムの数を表示します。</li>
|
115
|
+
<li>ロード後の総レコード数を表示します。</li>
|
131
116
|
</ul>
|
117
|
+
</div></blockquote>
|
132
118
|
</li>
|
133
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/
|
134
|
-
|
135
|
-
<
|
136
|
-
|
137
|
-
<li><p class="first">インデックスを使った <code class="docutils literal"><span class="pre">!(XXX</span> <span class="pre">OPERATOR</span> <span class="pre">VALUE)</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>、 <code class="docutils literal"><span class="pre">==</span></code> や <code class="docutils literal"><span class="pre">!=</span></code> も使えます。</p>
|
138
|
-
</li>
|
139
|
-
<li><p class="first">インデックスを使って <code class="docutils literal"><span class="pre">!(column</span> <span class="pre">==</span> <span class="pre">CONSTANT)</span></code> を検索できるようになりました。例えば <code class="docutils literal"><span class="pre">!(column</span> <span class="pre">==</span> <span class="pre">29)</span></code> などです。</p>
|
140
|
-
</li>
|
141
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">!</span></code> の最適化を以下のパターンでサポートしました。</p>
|
142
|
-
<ul>
|
143
|
-
<li><code class="docutils literal"><span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span> <span class="pre">&&</span> <span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span></code></li>
|
144
|
-
<li><code class="docutils literal"><span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span> <span class="pre">&&</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span></code></li>
|
145
|
-
<li><code class="docutils literal"><span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span> <span class="pre">&!</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span></code></li>
|
119
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] <code class="docutils literal"><span class="pre">logical_count</span></code> コマンドのクエリーログのフォーマットを改良しました。<code class="docutils literal"><span class="pre">logical_count</span></code> コマンドのクエリーログに以下の項目が追加されます。</p>
|
120
|
+
<blockquote>
|
121
|
+
<div><ul class="simple">
|
122
|
+
<li>マッチしたレコード数を表示します。</li>
|
146
123
|
</ul>
|
124
|
+
</div></blockquote>
|
125
|
+
</li>
|
126
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">logical_select</span></code> コマンドのクエリーログのフォーマットを改良しました。 <code class="docutils literal"><span class="pre">logical_select</span></code> コマンドのクエリーログに以下の項目が追加されます。</p>
|
127
|
+
<blockquote>
|
128
|
+
<div><ul class="simple">
|
129
|
+
<li>マッチしたレコード数を表示します。</li>
|
130
|
+
<li>ドリルダウンした数を表示します。</li>
|
131
|
+
<li>ラベルつきのドリルダウンをした数を表示します。</li>
|
132
|
+
<li>それぞれのシャードで検索にマッチした数を表示します。</li>
|
133
|
+
<li>検索対象のシャードの情報を"[...]"を使って表示します。</li>
|
134
|
+
</ul>
|
135
|
+
</div></blockquote>
|
147
136
|
</li>
|
148
|
-
<li><p class="first"
|
149
|
-
|
150
|
-
<
|
151
|
-
|
152
|
-
<li
|
153
|
-
</
|
154
|
-
|
155
|
-
</li>
|
156
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">drilldown</span></code> のクエリログのフォーマットを変更しました。これは非互換な変更ですが、クエリログを変換するようなプログラムを独自に開発しているユーザー以外には影響ありません。</p>
|
157
|
-
</li>
|
158
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] 一時的なメモリ使用量を削減しました。スレッドの最大数が0のときに有効になります。</p>
|
159
|
-
</li>
|
160
|
-
<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">columns[LABEL](N)</span></code> がクエリログのフォーマットとして使われます。以前は <code class="docutils literal"><span class="pre">columns(N)[LABEL]</span></code> でした。</p>
|
161
|
-
</li>
|
162
|
-
<li><p class="first">[<a class="reference internal" href="tutorial/query_expansion.html"><span class="doc">クエリ拡張</span></a>] ベクターカラムを使った推奨例に更新しました。[ぐるなびさんが報告]</p>
|
163
|
-
</li>
|
164
|
-
<li><p class="first">ロック中にリクエストがキャンセルされたことを検出できるようにしました。これは <code class="docutils literal"><span class="pre">request_cancel</span></code> がロック中に意図せず無視されないようにします。</p>
|
137
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/delete.html"><span class="doc">delete</span></a>] <code class="docutils literal"><span class="pre">delete</span></code> コマンドのクエリーログのフォーマットを改良しました。 <code class="docutils literal"><span class="pre">delete</span></code> コマンドのクエリーログに以下の項目が追加されます。</p>
|
138
|
+
<blockquote>
|
139
|
+
<div><ul class="simple">
|
140
|
+
<li>削除したレコード数と削除に失敗したレコード数を表示します。</li>
|
141
|
+
<li>削除後に残ったレコード数を表示します。</li>
|
142
|
+
</ul>
|
143
|
+
</div></blockquote>
|
165
144
|
</li>
|
166
|
-
<li><p class="first">[<a class="reference internal" href="reference/
|
145
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga-server-http.html"><span class="doc">Groonga HTTPサーバー</span></a>] <code class="docutils literal"><span class="pre">groonga</span> <span class="pre">-s</span></code> で実行したサーバーをC-c で確実に停止出来るようにしました。</p>
|
167
146
|
</li>
|
168
|
-
<li><p class="first">
|
147
|
+
<li><p class="first">Lisp表現( <code class="docutils literal"><span class="pre">#<nan></span></code> 、 <code class="docutils literal"><span class="pre">#i1/0</span></code> 、 <code class="docutils literal"><span class="pre">#-i1/0</span></code> )の代わりに <code class="docutils literal"><span class="pre">Nan</span></code> と <code class="docutils literal"><span class="pre">Infinity</span></code> 、 <code class="docutils literal"><span class="pre">-Infinity</span></code> を使用するように改良しました。</p>
|
169
148
|
</li>
|
170
|
-
<li><p class="first"
|
149
|
+
<li><p class="first">ドリルダウンでベクター型のカラムをサポートしました。</p>
|
171
150
|
</li>
|
172
|
-
<li><p class="first"
|
151
|
+
<li><p class="first">部分的に正規表現を用いた検索から、キーワードを抽出出来るように改良しました。これにより、正規表現を用いた検索に <code class="docutils literal"><span class="pre">highlight_html</span></code> と <code class="docutils literal"><span class="pre">snippet_html</span></code> を使えるようになります。[takagi01さんに報告いただきました]</p>
|
173
152
|
</li>
|
174
|
-
<li><p class="first"
|
153
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_bulk_*()</span></code> APIにおいて、 <code class="docutils literal"><span class="pre">realloc()</span></code> が呼ばれる回数を削減しました。</p>
|
154
|
+
<p>Windowsにおいて出力が大きいケースでパフォーマンスが向上します。例えば、出力が100MBを超える場合には、約100倍速くなります。</p>
|
155
|
+
<p><code class="docutils literal"><span class="pre">realloc()</span></code> はWindowsでは重い処理であるためです。</p>
|
175
156
|
</li>
|
176
|
-
<li><p class="first"
|
157
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> の値にyesが設定された時のみ <code class="docutils literal"><span class="pre">GRN_II_OVERLAP_TOKEN_SKIP_ENABLE</span></code> を有効にするようにしました。</p>
|
177
158
|
</li>
|
178
|
-
<li><p class="first"
|
159
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_DISABLE</span></code> は非推奨になりました。代わりに <code class="docutils literal"><span class="pre">GRN_NGRAM_TOKENIZER_REMOVE_BLANK_ENABL=no</span></code> を使って下さい。</p>
|
179
160
|
</li>
|
180
|
-
<li><p class="first"
|
161
|
+
<li><p class="first">関数 <code class="docutils literal"><span class="pre">index_column_source_records</span></code> を新規に追加しました。インデックスカラムのソースを取得することができます。[村上さんがパッチを提供]</p>
|
181
162
|
</li>
|
182
|
-
<li><p class="first">[
|
163
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] offsetに負の値を設定出来るようにしました。</p>
|
183
164
|
</li>
|
184
|
-
<li><p class="first"
|
165
|
+
<li><p class="first">固定サイズのカラムの値を取得する際のパフォーマンスを向上しました。</p>
|
185
166
|
</li>
|
186
|
-
<li><p class="first">[<a class="reference internal" href="reference/
|
167
|
+
<li><p class="first">[<a class="reference internal" href="reference/executables/groonga.html"><span class="doc">groonga 実行ファイル</span></a>] groongaコマンドの引数に <code class="docutils literal"><span class="pre">--listen-backlog</span></code> オプションを追加しました。listenシステムコールのbacklogをカスタマイズできます。</p>
|
187
168
|
</li>
|
188
|
-
<li><p class="first">[
|
169
|
+
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.13.8に更新しました。</p>
|
189
170
|
</li>
|
190
171
|
</ul>
|
191
172
|
</div>
|
192
173
|
<div class="section" id="id2">
|
193
174
|
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
194
|
-
<ul
|
195
|
-
<li><p class="first"
|
196
|
-
</li>
|
197
|
-
<li><p class="first">自然言語に対する動的インデックス更新でインデックスサイズが肥大化する問題を修正しました。Groonga 6.1.4から発生していました。</p>
|
198
|
-
</li>
|
199
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] "A && B.C @ X" というクエリでマッチすべきレコードを返さないことがある不具合を修正しました。</p>
|
200
|
-
</li>
|
201
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_io_flush()</span></code> と <code class="docutils literal"><span class="pre">grn_io_expire()</span></code> がコンフリクトする問題を修正しました。この修正がないと、 <code class="docutils literal"><span class="pre">io_flush</span></code> と <code class="docutils literal"><span class="pre">load</span></code> が同時に特定のタイミングで実行されるとクラッシュする不具合がありました。</p>
|
175
|
+
<ul>
|
176
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">highlight_full</span></code> 関数を使用するとメモリリークする問題を修正しました。</p>
|
202
177
|
</li>
|
203
|
-
<li><p class="first">
|
178
|
+
<li><p class="first">Mroongaで以下ような呼び出しを行った際にクラッシュする問題を修正しました。</p>
|
179
|
+
<blockquote>
|
180
|
+
<div><ol class="arabic simple">
|
181
|
+
<li><code class="docutils literal"><span class="pre">grn_expr_append_const("_id")</span></code></li>
|
182
|
+
<li><code class="docutils literal"><span class="pre">grn_expr_append_op(GRN_OP_GET_VALUE)</span></code></li>
|
183
|
+
</ol>
|
184
|
+
</div></blockquote>
|
204
185
|
</li>
|
205
186
|
</ul>
|
206
187
|
</div>
|
207
|
-
<div class="section" id="
|
208
|
-
<h3>感謝<a class="headerlink" href="#
|
188
|
+
<div class="section" id="id3">
|
189
|
+
<h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
209
190
|
<ul class="simple">
|
210
|
-
<li
|
211
|
-
|
191
|
+
<li>takagi01</li>
|
192
|
+
<li>村上さん</li>
|
212
193
|
</ul>
|
213
194
|
</div>
|
214
195
|
</div>
|
215
|
-
<div class="section" id="release-7-0-
|
216
|
-
<span id="release-7-0-
|
217
|
-
<div class="section" id="
|
218
|
-
<h3>改良<a class="headerlink" href="#
|
196
|
+
<div class="section" id="release-7-0-9-2017-11-29">
|
197
|
+
<span id="release-7-0-9"></span><h2>7.0.9リリース - 2017-11-29<a class="headerlink" href="#release-7-0-9-2017-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
198
|
+
<div class="section" id="id4">
|
199
|
+
<h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
219
200
|
<ul class="simple">
|
220
|
-
<li
|
221
|
-
|
222
|
-
<li
|
223
|
-
</
|
224
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] DBのメタデータを不必要に更新しないようにしました。 <code class="docutils literal"><span class="pre">select</span></code> コマンドを使っているだけなのにDBにロックがかかったままになってしまうのを防ぎます。</p>
|
225
|
-
</li>
|
226
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] <code class="docutils literal"><span class="pre">lock_clear</span></code> でDBのメタデータに対するロックも削除できるようにしました。</p>
|
227
|
-
</li>
|
228
|
-
<li><p class="first">[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] GroongaをAmazon LinuxでもインストールできるようにEPELをデフォルトで有効にするようにしました。</p>
|
201
|
+
<li>Apache Arrowの新しいバージョンをサポートしました。このリリースでは、Apache Arrowサポートを有効にするには0.8.0以降が必要です。</li>
|
202
|
+
<li>[sharding] 動的カラムの新しいAPIを追加しました。<ul>
|
203
|
+
<li>Groonga::LabeledArguments</li>
|
204
|
+
</ul>
|
229
205
|
</li>
|
230
|
-
<li
|
206
|
+
<li>[sharding] 便利メソッドである <code class="docutils literal"><span class="pre">Table#select_all</span></code> を追加しました。</li>
|
207
|
+
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] 動的カラムをサポートしました。 <code class="docutils literal"><span class="pre">initial</span></code> と <code class="docutils literal"><span class="pre">filtered</span></code> ステージのみをサポートしています。</li>
|
208
|
+
<li>[<a class="reference internal" href="reference/commands/logical_range_filter.html"><span class="doc">logical_range_filter</span></a>] <code class="docutils literal"><span class="pre">cache</span></code> 引数と動的カラムに関するドキュメントを追加しました。</li>
|
209
|
+
<li>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 動的カラムをサポートしました。<code class="docutils literal"><span class="pre">initial</span></code> ステージのみサポートしています。</li>
|
210
|
+
<li>[<a class="reference internal" href="reference/commands/logical_count.html"><span class="doc">logical_count</span></a>] 名前付き引数のドキュメントを追加しました。</li>
|
211
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">--match_columns</span> <span class="pre">_key</span></code> をインデックスを使わない場合でもサポートしました。</li>
|
212
|
+
<li>[<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>] 126を超える引数を指定できるようにしました。 [GitHub#760] [GitHub#781] [groonga-dev,04449] [むらたさんが報告]</li>
|
213
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.13.7に更新しました。</li>
|
214
|
+
</ul>
|
215
|
+
</div>
|
216
|
+
<div class="section" id="id5">
|
217
|
+
<h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
218
|
+
<ul class="simple">
|
219
|
+
<li>[httpd] 古いバージョンのGroongaがすでにインストールされている場合にそちらを参照してしまい、ビルドエラーになる問題を修正しました。 [GitHub#775] [myamanishi3さんが報告]</li>
|
220
|
+
<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> に多すぎる引数を指定するとクラッシュする不具合を修正しました。この不具合は126を超える引数をサポートする過程で見つかりました。 [GitHub#780]</li>
|
221
|
+
<li>[cmake] LZ4 と MessagePack をビルド時に正しく検出できるようにしました。 [Sergei Golubchikさんが報告]</li>
|
222
|
+
<li>[<a class="reference internal" href="reference/indexing.html#offline-index-construction"><span class="std std-ref">静的なインデックス構築方法</span></a>] ベクターカラムの静的索引構築時に必要以上のリソースを使用する問題を修正しました。1つのベクターカラムの要素数が多く、大量のレコードがある場合はGroongaがクラッシュしていました。 [groonga-dev,04533][内山敏郎さんが報告]</li>
|
223
|
+
</ul>
|
224
|
+
</div>
|
225
|
+
<div class="section" id="id6">
|
226
|
+
<h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
227
|
+
<ul class="simple">
|
228
|
+
<li>むらたさん</li>
|
229
|
+
<li>myamanishi3さん</li>
|
230
|
+
<li>Sergei Golubchikさん</li>
|
231
|
+
<li>内山敏郎さん</li>
|
232
|
+
</ul>
|
233
|
+
</div>
|
234
|
+
</div>
|
235
|
+
<div class="section" id="release-7-0-8-2017-10-29">
|
236
|
+
<span id="release-7-0-8"></span><h2>7.0.8リリース - 2017-10-29<a class="headerlink" href="#release-7-0-8-2017-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
237
|
+
<div class="section" id="id7">
|
238
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
239
|
+
<ul class="simple">
|
240
|
+
<li>[windows] クラッシュした際にバックトレースを出せるようにしました。関数呼び出しだけでなく、ソースコードの該当行も可能な限り表示します。バックトレースのサポートにより、問題の素早い解決につながります。</li>
|
241
|
+
<li><code class="docutils literal"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> を指定してあれば "( )" を <code class="docutils literal"><span class="pre">--query</span></code> に指定して実行できるようにしました。 以前のバージョンでは、エラーになっていました。 [GitHub#767]</li>
|
242
|
+
<li><code class="docutils literal"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> を指定してあれば "(+)" を <code class="docutils literal"><span class="pre">--query</span></code> に指定して実行できるようにしました。 以前のバージョンでは、エラーになっていました。 [GitHub#767]</li>
|
243
|
+
<li><code class="docutils literal"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> を指定してあれば <code class="docutils literal"><span class="pre">--query</span> <span class="pre">"~y"</span></code> (~ではじまる)クエリーを実行できるようにしました。 以前のバージョンでは、エラーになっていました。 [GitHub#767]</li>
|
244
|
+
<li><code class="docutils literal"><span class="pre">expired</span></code> のログレベルを <code class="docutils literal"><span class="pre">info</span></code> から <code class="docutils literal"><span class="pre">debug</span></code> に変更しました。 <code class="docutils literal"><span class="pre">2017-10-29</span> <span class="pre">14:05:34.123456|i|</span> <span class="pre"><0000000012345678:0></span> <span class="pre">expired</span> <span class="pre">i=000000000B123456</span> <span class="pre">max=10</span> <span class="pre">(2/2)</span></code> このメッセージはインデックスをメモリーにマップした後で開放されたときに記録されます。つまり、メモリーの使用状況に関するデバッグには有用ですが、通常の運用においては有用ではありません。そのためログレベルを <code class="docutils literal"><span class="pre">debug</span></code> に変更しました。</li>
|
245
|
+
<li>Ubuntu 17.10 Artful Aardvarkをサポート。</li>
|
246
|
+
</ul>
|
247
|
+
</div>
|
248
|
+
<div class="section" id="id8">
|
249
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
250
|
+
<ul class="simple">
|
251
|
+
<li>[dat] データベースを拡張する際、意図せず大きなファイルが(ワーストケースで)作成されてしまうことのある不具合を修正しました。この不具合はインデックスカラムを頻繁に作成/削除を繰り返したときに発生する可能性があります。7.0.7ではこの不具合に関連して"大量にキーを削除したケースで <code class="docutils literal"><span class="pre">table_create</span></code> に失敗する"問題を修正しましたが、その修正が不十分なケースに対応しました。</li>
|
252
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">offset</span></code> と <code class="docutils literal"><span class="pre">limit</span></code> が複数のシャードに対して適用されたとき、実際よりも少ないレコードが返される不具合を修正しました。</li>
|
253
|
+
</ul>
|
254
|
+
</div>
|
255
|
+
</div>
|
256
|
+
<div class="section" id="release-7-0-7-2017-09-29">
|
257
|
+
<span id="release-7-0-7"></span><h2>7.0.7リリース - 2017-09-29<a class="headerlink" href="#release-7-0-7-2017-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
258
|
+
<div class="section" id="id9">
|
259
|
+
<h3>改良<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
260
|
+
<ul>
|
261
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> を <code class="docutils literal"><span class="pre">+</span></code> のみのクエリーに指定したときにも動作するようにしました。以前のバージョンではそのようなクエリーはエラーになっていました。</p>
|
231
262
|
</li>
|
232
|
-
<li><p class="first">[
|
263
|
+
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.13.5に更新しました。</p>
|
233
264
|
</li>
|
234
|
-
<li><p class="first">[
|
265
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] 引数のデフォルト値を構文のセクションに追加しました。</p>
|
235
266
|
</li>
|
236
|
-
<li><p class="first">[<a class="reference internal" href="reference/
|
267
|
+
<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">--default-command-version</span> <span class="pre">3</span></code> に対応しました。</p>
|
237
268
|
</li>
|
238
|
-
<li><p class="first"
|
269
|
+
<li><p class="first">関数呼び出し時に検索結果をキャッシュできるようにしました。ほとんどの関数の呼び出し結果はキャッシュされます。例外は <code class="docutils literal"><span class="pre">now()</span></code> と <code class="docutils literal"><span class="pre">rand()</span></code> を使った場合です。標準でキャッシュするように振る舞いを変更したので、新たにAPIを追加しました。</p>
|
270
|
+
<ul class="simple">
|
271
|
+
<li><code class="docutils literal"><span class="pre">grn_proc_set_is_stable()</span></code> を追加。</li>
|
272
|
+
<li><code class="docutils literal"><span class="pre">grn_proc_is_stable()</span></code> を追加。</li>
|
273
|
+
</ul>
|
274
|
+
<p>呼び出しごとに結果が異なる関数を新規に追加する場合、<code class="docutils literal"><span class="pre">grn_proc_is_stable(ctx,</span> <span class="pre">proc,</span> <span class="pre">GRN_FALSE)</span></code> を呼ばなければなりません。もし呼ばなかった場合には、検索結果がキャッシュされるので、期待と異なり誤った結果を返します。</p>
|
239
275
|
</li>
|
240
|
-
|
276
|
+
</ul>
|
277
|
+
</div>
|
278
|
+
<div class="section" id="id10">
|
279
|
+
<h3>修正<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
280
|
+
<ul>
|
281
|
+
<li><p class="first">[windows] <code class="docutils literal"><span class="pre">database_unmap</span></code> が実行される前のファイルハンドルのエラー処理を適切に行うようにしました。<code class="docutils literal"><span class="pre">database_unmap</span></code> 実行前にリクエストがキャンセルされた場合、排他制御部分が未初期化となる場合がありました。その場合、クラッシュしていました。</p>
|
241
282
|
</li>
|
242
|
-
<li><p class="first"
|
283
|
+
<li><p class="first">[<a class="reference internal" href="reference/tokenizers.html"><span class="doc">トークナイザー</span></a>] トークナイザー名のドキュメントを修正しました。<code class="docutils literal"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlpha</span></code> や <code class="docutils literal"><span class="pre">TokenBigramIgnoreBlankSplitSymbolAlphaDigit</span></code> であるべきでした。</p>
|
243
284
|
</li>
|
244
|
-
<li><p class="first"
|
285
|
+
<li><p class="first">エラー時に空のファイルが残らないようにしました。</p>
|
286
|
+
<p>以前のバージョンでは、空のファイルがエラー時に残っていました。</p>
|
287
|
+
<p>再現するためのシナリオは以下です。:</p>
|
288
|
+
<blockquote>
|
289
|
+
<div><ol class="arabic simple">
|
290
|
+
<li><code class="docutils literal"><span class="pre">grn_fileinfo_open</span></code> によりファイルの作成に成功する</li>
|
291
|
+
<li><code class="docutils literal"><span class="pre">DO_MAP</span></code> によりファイルマッピングに失敗する</li>
|
292
|
+
</ol>
|
293
|
+
</div></blockquote>
|
294
|
+
<p>そのような場合、Groongaの管理下にないファイルのせいで「すでにファイルが存在します。」という別のエラーが発生します。そういったファイルは後始末の段階で削除すべきでした。</p>
|
245
295
|
</li>
|
246
|
-
<li><p class="first"
|
296
|
+
<li><p class="first">短時間に多数の更新を行っている状況で検索した場合にクラッシュすることがある不具合を修正しました。</p>
|
247
297
|
</li>
|
248
|
-
<li><p class="first">[<a class="reference internal" href="reference/commands/
|
298
|
+
<li><p class="first">[<a class="reference internal" href="reference/commands/table_create.html"><span class="doc">table_create</span></a>] 大量に削除されたキーがDATテーブルに存在する場合、<code class="docutils literal"><span class="pre">table_create</span></code> の実行に失敗する不具合を修正しました。</p>
|
249
299
|
</li>
|
250
|
-
|
300
|
+
</ul>
|
301
|
+
</div>
|
302
|
+
</div>
|
303
|
+
<div class="section" id="release-7-0-6-2017-08-29">
|
304
|
+
<span id="release-7-0-6"></span><h2>7.0.6リリース - 2017-08-29<a class="headerlink" href="#release-7-0-6-2017-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
305
|
+
<div class="section" id="id11">
|
306
|
+
<h3>改良<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
307
|
+
<ul class="simple">
|
308
|
+
<li>前方一致検索を複数インデックスを指定してできるようになりました。 (例 <code class="docutils literal"><span class="pre">--query</span> <span class="pre">"Foo*"</span> <span class="pre">--match_columns</span> <span class="pre">"TITLE_INDEX_COLUMN||BODY_INDEX_COLUMN"</span></code>)</li>
|
309
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_count.html"><span class="doc">window_count</span></a>] <code class="docutils literal"><span class="pre">window_count</span></code> 関数を追加しました。検索した結果にカウントした値を追加するのに使います。検索結果をもとに分析したり、カウント結果をもとにフィルタしたりすると便利です。</li>
|
310
|
+
<li>以下のAPIを公開しました。<ul>
|
311
|
+
<li><code class="docutils literal"><span class="pre">grn_obj_get_disk_usage()</span></code> を追加。</li>
|
312
|
+
<li><code class="docutils literal"><span class="pre">GRN_EXPR_QUERY_NO_SYNTAX_ERROR</span></code> を追加。</li>
|
313
|
+
<li><code class="docutils literal"><span class="pre">grn_expr_syntax_expand_query_by_table()</span></code> を追加。</li>
|
314
|
+
<li><code class="docutils literal"><span class="pre">grn_table_find_reference_object()</span></code> を追加。</li>
|
315
|
+
</ul>
|
251
316
|
</li>
|
252
|
-
<li><
|
317
|
+
<li>[<a class="reference internal" href="reference/commands/object_inspect.html"><span class="doc">object_inspect</span></a>] 指定したオブジェクトのディスク使用量を表示できるようになりました。</li>
|
318
|
+
<li>クエリーをパースする際にフォールバックする機能をサポートしました。 <code class="docutils literal"><span class="pre">QUERY_NO_SYNTAX_ERROR</span></code> フラグが <code class="docutils literal"><span class="pre">query_flags</span></code> に指定されていると有効になります。(標準では無効です) このフラグが設定されていると、シンタックスエラーが発生しなくなります。例えば、"A +" というクエリーは自動的にエスケープされて "A +" という扱いになります。この振る舞いはアプリケーションがユーザーの入力をそのまま検索語句として使い、シンタックスエラーやログに記録されないようにしたい場合に便利です。</li>
|
319
|
+
<li>クエリー内の語のスコアを調整できるようになりました。">", "<" と "~"がサポートされています。例えば ">Groonga" は "Groonga" のスコアをインクリメントします。"<Groonga" は "Groonga" のスコアをデクリメントします。"~Groonga" は検索結果についてマッチしたドキュメントのスコアをデクリメントします。"~" は検索結果そのものには影響しません。</li>
|
320
|
+
<li>テーブルを削除するときのパフォーマンスを改善しました。 <code class="docutils literal"><span class="pre">thread_limit=1</span></code> する必要はありません。参照されているテーブルが存在するかチェックする処理をオブジェクトを開かなくてもできるようにしました。その結果としてパフォーマンスが改善しました。</li>
|
321
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.13.4に更新しました。</li>
|
322
|
+
</ul>
|
323
|
+
</div>
|
324
|
+
<div class="section" id="id12">
|
325
|
+
<h3>修正<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
326
|
+
<ul class="simple">
|
327
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] 7番目の引数 ( <code class="docutils literal"><span class="pre">--sort_hash_table</span></code> )が名前無しだと無視される不具合を修正しました。</li>
|
328
|
+
<li>[<a class="reference internal" href="reference/commands/schema.html"><span class="doc">schema</span></a>] コマンドラインパラメータの誤りを修正しました。<cite>source</cite> であるべきところが <cite>sources</cite> になっていました。[groonga-dev,04449] [むらたさんが報告]</li>
|
329
|
+
<li>[<a class="reference internal" href="reference/commands/ruby_eval.html"><span class="doc">ruby_eval</span></a>] ruby_evalコマンドがシンタックスエラーのときにクラッシュする問題を修正しました。 [GitHub#751] [ryo-pinusさんがパッチ提供]</li>
|
330
|
+
</ul>
|
331
|
+
</div>
|
332
|
+
<div class="section" id="id13">
|
333
|
+
<h3>感謝<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
334
|
+
<ul class="simple">
|
335
|
+
<li>murata satoshi</li>
|
336
|
+
<li>ryo-pinus</li>
|
337
|
+
</ul>
|
338
|
+
</div>
|
339
|
+
</div>
|
340
|
+
<div class="section" id="release-7-0-5-2017-07-29">
|
341
|
+
<span id="release-7-0-5"></span><h2>7.0.5リリース - 2017-07-29<a class="headerlink" href="#release-7-0-5-2017-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
342
|
+
<div class="section" id="id14">
|
343
|
+
<h3>改良<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
344
|
+
<ul class="simple">
|
345
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.13.3に更新しました。セキュリティーに関する修正(CVE-2017-7529)を含んでいます。</li>
|
346
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] UInt64の最大値をロードできるようにしました。以前のバージョンでは意図せず0に変換されてしまっていました。</li>
|
347
|
+
<li>以下のAPIを公開しました。<ul>
|
348
|
+
<li><code class="docutils literal"><span class="pre">grn_window_get_size()</span></code> [GitHub#725] [村上さんがパッチ提供]</li>
|
349
|
+
</ul>
|
253
350
|
</li>
|
351
|
+
<li>[<a class="reference internal" href="reference/functions/math_abs.html"><span class="doc">math_abs</span></a>] 絶対値を計算するための <code class="docutils literal"><span class="pre">math_abs()</span></code> 関数を追加しました。 [GitHub#721]</li>
|
352
|
+
<li><code class="docutils literal"><span class="pre">grn_default_logger_set_path()</span></code> と <code class="docutils literal"><span class="pre">grn_default_query_logger_set_path()</span></code> をスレッドセーフにしました。</li>
|
353
|
+
<li>[Windows] バンドルしているpcreを8.41に更新しました。</li>
|
354
|
+
<li>[<a class="reference internal" href="reference/commands/normalize.html"><span class="doc">normalize</span></a>] エラー時に冗長な空文字列が出力されないようにしました。</li>
|
355
|
+
<li>[functions/time] 0除算が発生したときにエラーメッセージを出力するようにしました。 [GitHub#733] [村上さんがパッチ提供]</li>
|
356
|
+
<li>[windows] <code class="docutils literal"><span class="pre">ERROR_NO_SYSTEM_RESOURCES</span></code> エラーを <code class="docutils literal"><span class="pre">GRN_RESOURCE_TEMPORARILY_UNAVAILABLE</span></code> にマッピングするようにしました。以前は <code class="docutils literal"><span class="pre">rc=-1</span></code> をエラーコードとして返していました。ただし実際にどんな問題がおきたのかこれではわかりにくいので、 今回の修正では <code class="docutils literal"><span class="pre">rc=-12</span></code> を返すようにしています。</li>
|
357
|
+
<li>[functions/min][functions/max] ベクターカラムをサポートしました。これでカラムがスカラーなのかベクターなのか気にせず使えるようになりました。 [GitHub#735] [村上さんがパッチ提供]</li>
|
358
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] <code class="docutils literal"><span class="pre">--sort_hash_table</span></code> オプションをサポートしました。ハッシュテーブルの <code class="docutils literal"><span class="pre">_key</span></code> でのソートには <code class="docutils literal"><span class="pre">--sort_hash_table</span> <span class="pre">yes</span></code> を指定します。</li>
|
359
|
+
<li>[<a class="reference internal" href="reference/functions/between.html"><span class="doc">between</span></a>] インデックスカラムを指定できるようになりました。 [GitHub#740] [村上さんがパッチ提供]</li>
|
360
|
+
<li>[load] Apache Arrow 0.5.0 以降をサポート。</li>
|
361
|
+
<li>[<a class="reference internal" href="troubleshooting/how_to_analyze_error_message.html"><span class="doc">エラーメッセージの解析方法</span></a>] エラーメッセージの解析方法のドキュメントを追加しました。</li>
|
362
|
+
<li>[<a class="reference internal" href="install/debian.html"><span class="doc">Debian GNU/Linux</span></a>] ソースからビルドするときに必要なパッケージのリストを更新しました。</li>
|
363
|
+
<li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] Ubuntu 16.10(Yakkety Yak)のサポートをやめました。2017年7月20日でサポートが切れた(EOLになった)ためです。</li>
|
254
364
|
</ul>
|
255
365
|
</div>
|
256
|
-
<div class="section" id="
|
257
|
-
<h3>修正<a class="headerlink" href="#
|
366
|
+
<div class="section" id="id15">
|
367
|
+
<h3>修正<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
368
|
+
<ul class="simple">
|
369
|
+
<li>テキスト型( <code class="docutils literal"><span class="pre">ShortText</span></code> など)のベクターカラムに対するインデックスを正しく構築できるようにしました。この修正でインデックス更新後に全文検索でマッチしない問題が解決します。 [GitHub#494]</li>
|
370
|
+
<li>[<a class="reference internal" href="reference/commands/thread_limit.html"><span class="doc">thread_limit</span></a>] <code class="docutils literal"><span class="pre">thread_limit?max=1</span></code> というリクエストが同時にきたときにデッドロックが発生する問題を修正しました。</li>
|
371
|
+
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] デフォルトのPIDのパスと再起動時に想定しているPIDのパスがあっていない問題を修正しました。そのせいで groonga-httpd の再起動に失敗していました。 [GitHub#743] [sozakiさんが報告]</li>
|
372
|
+
</ul>
|
373
|
+
</div>
|
374
|
+
<div class="section" id="id16">
|
375
|
+
<h3>感謝<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
376
|
+
<ul class="simple">
|
377
|
+
<li>村上さん</li>
|
378
|
+
</ul>
|
379
|
+
</div>
|
380
|
+
</div>
|
381
|
+
<div class="section" id="release-7-0-4-2017-06-29">
|
382
|
+
<span id="release-7-0-4"></span><h2>7.0.4リリース - 2017-06-29<a class="headerlink" href="#release-7-0-4-2017-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
383
|
+
<div class="section" id="id17">
|
384
|
+
<h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
258
385
|
<ul class="simple">
|
259
|
-
<li
|
386
|
+
<li>物理的なファイルの作成/削除のログを障害の切り分けのために記録するようにしました。 [GitHub#700,#701]</li>
|
387
|
+
<li>[<a class="reference internal" href="reference/functions/in_records.html"><span class="doc">in_records</span></a>] 固定長カラムの検索パフォーマンスを改善しました。速度が50%程度改善する可能性があります。</li>
|
388
|
+
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] <code class="docutils literal"><span class="pre">--log-path</span></code> オプションを追加しました。</li>
|
389
|
+
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] <code class="docutils literal"><span class="pre">--log-level</span></code> オプションを追加しました。</li>
|
390
|
+
<li>以下のAPIを公開しました。<ul>
|
391
|
+
<li><code class="docutils literal"><span class="pre">grn_operator_to_exec_func()</span></code></li>
|
392
|
+
<li><code class="docutils literal"><span class="pre">grn_obj_is_corrupt()</span></code></li>
|
393
|
+
</ul>
|
260
394
|
</li>
|
261
|
-
<li><
|
395
|
+
<li>"固定長カラム 演算子 定数" というようなクエリのパフォーマンスを改善しました。対応している演算子は <code class="docutils literal"><span class="pre">==</span></code>, <code class="docutils literal"><span class="pre">!=</span></code>, <code class="docutils literal"><span class="pre"><</span></code>, <code class="docutils literal"><span class="pre">></span></code>, <code class="docutils literal"><span class="pre"><=</span></code> と <code class="docutils literal"><span class="pre">>=</span></code> です。</li>
|
396
|
+
<li>"カラム 演算子 値 && カラム 演算子 値 && ..." というようなクエリのパフォーマンスを改善しました。</li>
|
397
|
+
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] <code class="docutils literal"><span class="pre">grndb</span> <span class="pre">check</span></code> で壊れたオブジェクトの検出をサポートしました。</li>
|
398
|
+
<li>[<a class="reference internal" href="reference/commands/io_flush.html"><span class="doc">io_flush</span></a>] <code class="docutils literal"><span class="pre">--only_opened</span></code> オプションをサポートしました。開いているデータベースオブジェクトのみをフラッシュすることができます。</li>
|
399
|
+
<li>[<a class="reference internal" href="reference/executables/grndb.html"><span class="doc">grndb</span></a>] 参照先のない "inspect" オブジェクトの検出と削除をサポートしました。この状態はコマンド名が <code class="docutils literal"><span class="pre">inspect</span></code> から <code class="docutils literal"><span class="pre">object_inspect</span></code> に変更されたことによって発生していました。</li>
|
400
|
+
</ul>
|
401
|
+
</div>
|
402
|
+
<div class="section" id="id18">
|
403
|
+
<h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
404
|
+
<ul class="simple">
|
405
|
+
<li>[rpm][centos] カスタマイズ版のビルドで意図しないマクロ展開が発生する問題を修正しました。この不具合はGroongaをSRPMからビルドする際にspecファイルの <code class="docutils literal"><span class="pre">additional_configure_options</span></code> パラメータを使ってリビルドするときのみ発生していました。</li>
|
406
|
+
<li><code class="docutils literal"><span class="pre">grn_table_setoperation()</span></code> のNULLチェックを追加しました。インデックスが壊れている際に、クラッシュする可能性がありました。 [GitHub#699]</li>
|
407
|
+
</ul>
|
408
|
+
</div>
|
409
|
+
<div class="section" id="id19">
|
410
|
+
<h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
411
|
+
</div>
|
412
|
+
</div>
|
413
|
+
<div class="section" id="release-7-0-3-2017-05-29">
|
414
|
+
<span id="release-7-0-3"></span><h2>7.0.3リリース - 2017-05-29<a class="headerlink" href="#release-7-0-3-2017-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
415
|
+
<div class="section" id="id20">
|
416
|
+
<h3>改良<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
417
|
+
<ul class="simple">
|
418
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <a class="reference internal" href="tutorial/match_columns.html#full-text-search-with-specific-index-name"><span class="std std-ref">インデックス名を指定した全文検索</span></a> のドキュメントを追加しました。</li>
|
419
|
+
<li>[インデックス] どのレコードに対するポスティングリストが長すぎるのかわかるように、警告メッセージをログに出すようにしました。</li>
|
420
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>][<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] Apache Arrowをサポートするようにしました。 [GitHub#691]</li>
|
421
|
+
<li>[cmake] 静的ライブラリとしてビルドする際に、LZ4をリンクできるようにしました。 [Sergei Golubchikさんがパッチを提供]</li>
|
422
|
+
<li>[<a class="reference internal" href="reference/commands/delete.html"><span class="doc">delete</span></a>] キャンセルできるようにしました。</li>
|
423
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.13.0に更新しました。</li>
|
424
|
+
<li>以下のAPIを公開しました。<ul>
|
425
|
+
<li><code class="docutils literal"><span class="pre">grn_plugin_proc_get_caller()</span></code> を追加。</li>
|
426
|
+
</ul>
|
262
427
|
</li>
|
263
|
-
<li
|
428
|
+
<li>インデックスカラムに関連した関数とセレクタを追加しました。<ul>
|
429
|
+
<li>追加されたセレクタ: <code class="docutils literal"><span class="pre">index_column_df_ratio_between()</span></code></li>
|
430
|
+
<li>追加された関数: <code class="docutils literal"><span class="pre">index_column_df_ratio()</span></code></li>
|
431
|
+
</ul>
|
264
432
|
</li>
|
265
|
-
|
433
|
+
</ul>
|
434
|
+
</div>
|
435
|
+
<div class="section" id="id21">
|
436
|
+
<h3>修正<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
437
|
+
<ul class="simple">
|
438
|
+
<li>[<a class="reference internal" href="reference/commands/delete.html"><span class="doc">delete</span></a>] エラーが適切にクリアされていない不具合を修正しました。そのせいで、後続の削除処理に影響し意図しない振る舞いをしていました。</li>
|
439
|
+
<li>[windows] ファイルを <code class="docutils literal"><span class="pre">O_CREAT</span></code> フラグ付きで開くときに、IOのバージョンが正しく検出されない不具合を修正しました。</li>
|
440
|
+
<li>[<a class="reference internal" href="reference/functions/vector_slice.html"><span class="doc">vector_slice</span></a>] (型のサイズが)4バイトでないベクターカラムをsliceできない不具合を修正しました。 [GitHub#695] [村上さんがパッチ提供]</li>
|
441
|
+
<li>(型のサイズが)4バイトでないベクターカラムでベクターの要素をインデックスで指定するとシーケンシャルサーチでマッチしない不具合を修正しました。 [GitHub#696] [村上さんがパッチ提供]</li>
|
442
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">min</span></code> に月の最終日を指定すると "argument out of range" が発生する不具合を修正しました。</li>
|
443
|
+
</ul>
|
444
|
+
</div>
|
445
|
+
<div class="section" id="id22">
|
446
|
+
<h3>感謝<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
447
|
+
<ul class="simple">
|
448
|
+
<li>Sergei Golubchikさん</li>
|
449
|
+
<li>村上さん</li>
|
450
|
+
</ul>
|
451
|
+
</div>
|
452
|
+
</div>
|
453
|
+
<div class="section" id="release-7-0-2-2017-04-29">
|
454
|
+
<span id="release-7-0-2"></span><h2>7.0.2リリース - 2017-04-29<a class="headerlink" href="#release-7-0-2-2017-04-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
455
|
+
<div class="section" id="id23">
|
456
|
+
<h3>改良<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
457
|
+
<ul class="simple">
|
458
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-sort-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.sort_keys</span></a> と <a class="reference internal" href="reference/commands/logical_select.html#logical-select-drilldowns-label-columns-name-window-group-keys"><span class="std std-ref">drilldowns[${LABEL}].columns[${NAME}].window.group_keys</span></a> で複数のキーを指定できるようになりました。</li>
|
459
|
+
<li>[Windows] バンドルしているLZ4を1.7.5に更新しました。</li>
|
460
|
+
<li>[cache] 永続化キャッシュをサポートしました。</li>
|
461
|
+
<li>[<a class="reference internal" href="reference/commands/log_level.html"><span class="doc">log_level</span></a>] 英語のドキュメントを更新しました。</li>
|
462
|
+
<li>以下のAPIを公開しました。<ul>
|
463
|
+
<li><code class="docutils literal"><span class="pre">grn_set_default_cache_base_path()</span></code></li>
|
464
|
+
<li><code class="docutils literal"><span class="pre">grn_get_default_cache_base_path()</span></code></li>
|
465
|
+
<li><code class="docutils literal"><span class="pre">grn_persistent_cache_open()</span></code></li>
|
466
|
+
<li><code class="docutils literal"><span class="pre">grn_cache_default_open()</span></code></li>
|
467
|
+
</ul>
|
266
468
|
</li>
|
469
|
+
<li>[<a class="reference internal" href="reference/executables/groonga.html#cmdoption-groonga-cache-base-path"><code class="xref std std-option docutils literal"><span class="pre">groonga</span> <span class="pre">--cache-base-path</span></code></a>] 永続キャッシュを使うための新しいオプションを追加しました。</li>
|
470
|
+
<li>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><span class="doc">groonga-httpd</span></a>] [<a class="reference internal" href="reference/executables/groonga-httpd.html#groonga-httpd-groonga-cache-base-path"><span class="std std-ref">groonga_cache_base_path</span></a>] 永続キャッシュを使うための新しい設定を追加しました。</li>
|
471
|
+
<li>[Windows] バンドルしているmsgpackを2.1.1に更新しました。</li>
|
472
|
+
<li>[<a class="reference internal" href="reference/commands/object_inspect.html"><span class="doc">object_inspect</span></a>] カラム情報を表示するだけでなく、インデックスカラムの統計情報も表示できるようにしました。</li>
|
473
|
+
<li>正規表現の「 <code class="docutils literal"><span class="pre">.*</span></code> 」というパターンでインデックスを使って検索できるようになりました。 この機能はデフォルトで有効です。環境変数に <code class="docutils literal"><span class="pre">GRN_SCAN_INFO_REGEXP_DOT_ASTERISK_ENABLE=no</span></code> を設定すると無効化できます。</li>
|
474
|
+
<li>[<a class="reference internal" href="reference/functions/in_records.html"><span class="doc">in_records</span></a>] 既存のテーブルを条件のパターンを指定するのに使うことのできる関数を追加しました。</li>
|
475
|
+
<li>[<a class="reference internal" href="install/ubuntu.html"><span class="doc">Ubuntu</span></a>] EOLのため、Ubuntu 12.04のサポートをやめました。</li>
|
267
476
|
</ul>
|
268
477
|
</div>
|
269
|
-
<div class="section" id="
|
270
|
-
<h3
|
478
|
+
<div class="section" id="id24">
|
479
|
+
<h3>修正<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
480
|
+
<ul class="simple">
|
481
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 異なるキャッシュが使われてしまう不具合を修正しました。この問題は動的カラムを使っているときに発生していました。</li>
|
482
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 動的カラムが作成されない不具合を修正しました。レコードにマッチしない場合に発生していました。</li>
|
483
|
+
<li>[<a class="reference internal" href="reference/commands/reindex.html"><span class="doc">reindex</span></a>] reindexコマンドの実行によりデータが失われてしまう不具合を修正しました。</li>
|
484
|
+
<li>[httpd] 別のユーザーでワーカーを動かしている時、 <a class="reference internal" href="reference/commands/quit.html"><span class="doc">quit</span></a> と <a class="reference internal" href="reference/commands/shutdown.html"><span class="doc">shutdown</span></a> のレスポンスが壊れている問題を修正しました。 [GitHub ranguba/groonga-client#12]</li>
|
485
|
+
</ul>
|
486
|
+
</div>
|
487
|
+
</div>
|
488
|
+
<div class="section" id="release-7-0-1-2017-03-29">
|
489
|
+
<span id="release-7-0-1"></span><h2>7.0.1リリース - 2017-03-29<a class="headerlink" href="#release-7-0-1-2017-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
490
|
+
<div class="section" id="id25">
|
491
|
+
<h3>改良<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
271
492
|
<ul class="simple">
|
272
|
-
<li
|
493
|
+
<li>以下のAPIを公開しました。<ul>
|
494
|
+
<li>grn_ii_cursor_next_pos()</li>
|
495
|
+
<li>grn_table_apply_expr()</li>
|
496
|
+
<li>grn_obj_is_data_column()</li>
|
497
|
+
<li>grn_obj_is_expr()</li>
|
498
|
+
<li>grn_obj_is_scalar_column()</li>
|
499
|
+
</ul>
|
273
500
|
</li>
|
274
|
-
<li><
|
501
|
+
<li>[<a class="reference internal" href="reference/commands/column_copy.html"><span class="doc">column_copy</span></a>] 参照型のベクタのダンプをサポートしました。</li>
|
502
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">array<object></span></code> スタイルの重み付きベクターカラムのloadをサポートしました。 <code class="docutils literal"><span class="pre">array<object></span></code> の例: <code class="docutils literal"><span class="pre">[{"key1":</span> <span class="pre">weight1},</span> <span class="pre">{"key2":</span> <span class="pre">weight2}]</span></code></li>
|
503
|
+
<li>インデックスを使った <code class="docutils literal"><span class="pre">!(XXX</span> <span class="pre">OPERATOR</span> <span class="pre">VALUE)</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>、 <code class="docutils literal"><span class="pre">==</span></code> や <code class="docutils literal"><span class="pre">!=</span></code> も使えます。</li>
|
504
|
+
<li>インデックスを使って <code class="docutils literal"><span class="pre">!(column</span> <span class="pre">==</span> <span class="pre">CONSTANT)</span></code> を検索できるようになりました。例えば <code class="docutils literal"><span class="pre">!(column</span> <span class="pre">==</span> <span class="pre">29)</span></code> などです。</li>
|
505
|
+
<li><code class="docutils literal"><span class="pre">!</span></code> の最適化を以下のパターンでサポートしました。<ul>
|
506
|
+
<li><code class="docutils literal"><span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span> <span class="pre">&&</span> <span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span></code></li>
|
507
|
+
<li><code class="docutils literal"><span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span> <span class="pre">&&</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span></code></li>
|
508
|
+
<li><code class="docutils literal"><span class="pre">(column</span> <span class="pre">@</span> <span class="pre">"Y")</span> <span class="pre">&!</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"X")</span></code></li>
|
509
|
+
</ul>
|
275
510
|
</li>
|
511
|
+
<li><code class="docutils literal"><span class="pre">XXX</span> <span class="pre">||</span> <span class="pre">!(column</span> <span class="pre">@</span> <span class="pre">"xxx")</span></code> をインデックスを使って検索できるようになりました。</li>
|
512
|
+
<li>[<a class="reference internal" href="reference/commands/dump.html"><span class="doc">dump</span></a>] <code class="docutils literal"><span class="pre">'{"x":</span> <span class="pre">1,</span> <span class="pre">"y":</span> <span class="pre">2}'</span></code> というスタイルを参照されていない重み付きベクターカラムで使うようにしました。この変更は古いGroongaには影響しません。もともとサポートされているからです。</li>
|
513
|
+
<li>[実験的] <code class="docutils literal"><span class="pre">GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE</span></code> 環境変数をサポートしました。この変数はクエリの最適化を予想されるヒット件数に応じて行うかどうかを切り替えるのに使用します。この機能はデフォルトでは無効です。有効にするには <code class="docutils literal"><span class="pre">GRN_ORDER_BY_ESTIMATED_SIZE_ENABLE=yes</span></code> を指定します。</li>
|
514
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">columns</span></code> や <code class="docutils literal"><span class="pre">drilldown</span></code> の評価結果をクエリログに追加するようにしました。</li>
|
515
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">drilldown</span></code> のクエリログのフォーマットを変更しました。これは非互換な変更ですが、クエリログを変換するようなプログラムを独自に開発しているユーザー以外には影響ありません。</li>
|
516
|
+
<li>[<a class="reference internal" href="reference/commands/table_remove.html"><span class="doc">table_remove</span></a>] 一時的なメモリ使用量を削減しました。スレッドの最大数が0のときに有効になります。</li>
|
517
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">columns[LABEL](N)</span></code> がクエリログのフォーマットとして使われます。以前は <code class="docutils literal"><span class="pre">columns(N)[LABEL]</span></code> でした。</li>
|
518
|
+
<li>[<a class="reference internal" href="tutorial/query_expansion.html"><span class="doc">クエリ拡張</span></a>] ベクターカラムを使った推奨例に更新しました。[ぐるなびさんが報告]</li>
|
519
|
+
<li>ロック中にリクエストがキャンセルされたことを検出できるようにしました。これは <code class="docutils literal"><span class="pre">request_cancel</span></code> がロック中に意図せず無視されないようにします。</li>
|
520
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">initial</span></code> および <code class="docutils literal"><span class="pre">filtered</span></code> 動的カラムをサポートしました。使用例は <code class="docutils literal"><span class="pre">--columns[LABEL].stage</span> <span class="pre">initial</span></code> や <code class="docutils literal"><span class="pre">--columns[LABEL].stage</span> <span class="pre">filtered</span></code> です。</li>
|
521
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">match_columns</span></code> や <code class="docutils literal"><span class="pre">query</span></code> 、 <code class="docutils literal"><span class="pre">drilldown_filter</span></code> オプションをサポートしました。</li>
|
522
|
+
<li>[<a class="reference internal" href="reference/functions/highlight_html.html"><span class="doc">highlight_html</span></a>] 類似文書検索をサポートしました。</li>
|
523
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] <code class="docutils literal"><span class="pre">initial</span></code> および <code class="docutils literal"><span class="pre">filtered</span></code> 動的カラムをサポートしました。使用例は <code class="docutils literal"><span class="pre">--columns[LABEL].stage</span> <span class="pre">initial</span></code> や <code class="docutils literal"><span class="pre">--columns[LABEL].stage</span> <span class="pre">filtered</span></code> です。</li>
|
524
|
+
<li>[<a class="reference internal" href="reference/commands/logical_select.html"><span class="doc">logical_select</span></a>] 動的カラムでウィンドウ関数をサポートしました。</li>
|
525
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 動的カラムに関するドキュメントを追加しました。</li>
|
526
|
+
<li>[<a class="reference internal" href="reference/window_function.html"><span class="doc">ウィンドウ関数</span></a>] ウィンドウ関数のセクションをドキュメントに追加しました。</li>
|
527
|
+
<li>[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] EOLのため、CentOS 5のサポートをやめました。</li>
|
528
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.12に更新しました。</li>
|
529
|
+
<li>ANDでのマッチ最適化を環境変数で無効化できるようにしました。この機能は <code class="docutils literal"><span class="pre">GRN_TABLE_SELECT_AND_MIN_SKIP_ENABLE=no</span></code> を設定することで無効化できます。デフォルトでは有効になっています。</li>
|
530
|
+
<li>[<a class="reference internal" href="reference/functions/vector_new.html"><span class="doc">vector_new</span></a>] 新規ベクターを作成するための関数を追加しました。</li>
|
531
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] <code class="docutils literal"><span class="pre">drilldown_filter</span></code> のドキュメントを追加しました。</li>
|
532
|
+
</ul>
|
533
|
+
</div>
|
534
|
+
<div class="section" id="id26">
|
535
|
+
<h3>修正<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
536
|
+
<ul class="simple">
|
537
|
+
<li>[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] テンポラリデータベースに対して実行するとクラッシュする不具合を修正しました。</li>
|
538
|
+
<li>自然言語に対する動的インデックス更新でインデックスサイズが肥大化する問題を修正しました。Groonga 6.1.4から発生していました。</li>
|
539
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] "A && B.C @ X" というクエリでマッチすべきレコードを返さないことがある不具合を修正しました。</li>
|
540
|
+
<li><code class="docutils literal"><span class="pre">grn_io_flush()</span></code> と <code class="docutils literal"><span class="pre">grn_io_expire()</span></code> がコンフリクトする問題を修正しました。この修正がないと、 <code class="docutils literal"><span class="pre">io_flush</span></code> と <code class="docutils literal"><span class="pre">load</span></code> が同時に特定のタイミングで実行されるとクラッシュする不具合がありました。</li>
|
541
|
+
<li>[<a class="reference internal" href="reference/commands/logical_table_remove.html"><span class="doc">logical_table_remove</span></a>] 最大スレッド数が1のときにクラッシュする不具合を修正しました。</li>
|
542
|
+
</ul>
|
543
|
+
</div>
|
544
|
+
<div class="section" id="id27">
|
545
|
+
<h3>感謝<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
546
|
+
<ul class="simple">
|
547
|
+
<li>株式会社ぐるなびさん</li>
|
548
|
+
</ul>
|
549
|
+
</div>
|
550
|
+
</div>
|
551
|
+
<div class="section" id="release-7-0-0-2017-02-09">
|
552
|
+
<span id="release-7-0-0"></span><h2>7.0.0リリース - 2017-02-09<a class="headerlink" href="#release-7-0-0-2017-02-09" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
553
|
+
<div class="section" id="id28">
|
554
|
+
<h3>改良<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
555
|
+
<ul class="simple">
|
556
|
+
<li>[<a class="reference internal" href="reference/functions/in_values.html"><span class="doc">in_values</span></a>] 参照型ベクターカラムのシーケンシャルサーチに対応しました。 [GitHub#629] [村上さんがパッチ提供]</li>
|
557
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] 誤った <code class="docutils literal"><span class="pre">drilldown[LABEL].sort_keys</span></code> が指定されたとき、無視するのではなく、エラーを報告するようにしました。</li>
|
558
|
+
<li>[<a class="reference internal" href="reference/commands/select.html"><span class="doc">select</span></a>] DBのメタデータを不必要に更新しないようにしました。 <code class="docutils literal"><span class="pre">select</span></code> コマンドを使っているだけなのにDBにロックがかかったままになってしまうのを防ぎます。</li>
|
559
|
+
<li>[<a class="reference internal" href="reference/commands/lock_clear.html"><span class="doc">lock_clear</span></a>] <code class="docutils literal"><span class="pre">lock_clear</span></code> でDBのメタデータに対するロックも削除できるようにしました。</li>
|
560
|
+
<li>[<a class="reference internal" href="install/centos.html"><span class="doc">CentOS</span></a>] GroongaをAmazon LinuxでもインストールできるようにEPELをデフォルトで有効にするようにしました。</li>
|
561
|
+
<li>[<a class="reference internal" href="reference/functions/query.html"><span class="doc">query</span></a>] <code class="docutils literal"><span class="pre">default_mode</span></code> オプションで "@X" スタイルのエイリアスが使えるようになりました。</li>
|
562
|
+
<li>[<a class="reference internal" href="reference/functions/query.html"><span class="doc">query</span></a>] 動作モードのリストに関するドキュメントを更新しました。動作モードの既定値は <code class="docutils literal"><span class="pre">MATCH</span></code> ("@") で全文検索を実行します。</li>
|
563
|
+
<li>[rpm][centos] CentOS 7で groonga-token-filter-stem パッケージを提供するようにしました。 ステミングに対応するための <code class="docutils literal"><span class="pre">TokenFilterStem</span></code> トークンフィルターを提供します。 [GitHub#633] [Tim Bellefleurさんが報告]</li>
|
564
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_record_number.html"><span class="doc">window_record_number</span></a>] <code class="docutils literal"><span class="pre">record_number</span></code> が非推奨になりました。代わりに <code class="docutils literal"><span class="pre">window_record_number</span></code> を使ってください。 <code class="docutils literal"><span class="pre">record_number</span></code> は互換性のためだけに残っています。</li>
|
565
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_sum.html"><span class="doc">window_sum</span></a>] <code class="docutils literal"><span class="pre">window_sum</span></code> ウィンドウ関数を追加しました。PostgreSQLのsum()と同様のウィンドウ関数を提供します。</li>
|
566
|
+
<li><code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> テーブルをインメモリで使ったときに静的インデックス構築をできるようにしました。 [GitHub#623] [村上さんが報告]</li>
|
567
|
+
<li>バンドルしている鬼雲を6.1.1へと更新しました。</li>
|
568
|
+
<li><code class="docutils literal"><span class="pre">columns[LABEL].window.group_keys</span></code> をサポートしました。ウィンドウ関数をグループごとに提供することができます。</li>
|
569
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] 誤ったキーが指定されていたときにエラーを報告するようにしました。キーの型が異なっている場合でも気付けるようになります。</li>
|
570
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] <code class="docutils literal"><span class="pre">--output_errors</span> <span class="pre">yes</span></code> オプションをサポートしました。"yes"を指定すると、どのレコードのloadに失敗したのかエラーを取得できるようになります。この機能を使う場合には、コマンドバージョン3を指定します。</li>
|
571
|
+
<li>[<a class="reference internal" href="reference/commands/load.html"><span class="doc">load</span></a>] キーのキャストに失敗したときのエラーメッセージをわかりやすくしました。以前は単に "cast failed" と表示していましたが、テーブルのキーの型とキャスト対象となるキーの型もメッセージに含まれるようになりました。</li>
|
572
|
+
<li>[httpd] バンドルしているnginxのバージョンを1.11.9に更新しました。</li>
|
573
|
+
</ul>
|
574
|
+
</div>
|
575
|
+
<div class="section" id="id29">
|
576
|
+
<h3>修正<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
577
|
+
<ul class="simple">
|
578
|
+
<li>存在しないソートキーを <code class="docutils literal"><span class="pre">drilldowns[LABEL]</span></code> や <code class="docutils literal"><span class="pre">slices[LABEL]</span></code> に指定するとJSONパースエラーとなる不具合を修正しました。 [GitHub#627] [村上さんがパッチ提供]</li>
|
579
|
+
<li>存在しないグループのサブレコードにアクセスしようとするとクラッシュする不具合を修正しました。例えば、 <code class="docutils literal"><span class="pre">drilldowns[LABEL].sort_keys</span> <span class="pre">_sum</span></code> を <code class="docutils literal"><span class="pre">calc_types</span></code> の指定なしに使っていた場合に問題が発生していました。 [GitHub#625] [村上さんがパッチ提供]</li>
|
580
|
+
<li>tokenizerでエラーが発生するとクラッシュする不具合を修正しました。tokenizer と token filterを登録していて、tokenizer にエラーがあると発生していました。</li>
|
581
|
+
<li>[<a class="reference internal" href="reference/window_functions/window_record_number.html"><span class="doc">window_record_number</span></a>] ウィンドウ関数の引数が正しく渡されていない不具合を修正しました。 [GitHub#634] [村上さんがパッチ提供]</li>
|
582
|
+
</ul>
|
583
|
+
</div>
|
584
|
+
<div class="section" id="id30">
|
585
|
+
<h3>感謝<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
586
|
+
<ul class="simple">
|
587
|
+
<li>村上さん</li>
|
588
|
+
<li>aomi-nさん</li>
|
276
589
|
</ul>
|
277
590
|
</div>
|
278
591
|
</div>
|
@@ -429,21 +742,73 @@
|
|
429
742
|
<h3><a href="index.html">目次</a></h3>
|
430
743
|
<ul>
|
431
744
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
432
|
-
<li><a class="reference internal" href="#release-7-
|
745
|
+
<li><a class="reference internal" href="#release-7-1-1-2018-01-29">7.1.1リリース - 2018-01-29</a><ul>
|
433
746
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
434
747
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
748
|
+
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
435
749
|
</ul>
|
436
750
|
</li>
|
437
|
-
<li><a class="reference internal" href="#release-7-0-
|
751
|
+
<li><a class="reference internal" href="#release-7-1-0-2017-12-29">7.1.0リリース - 2017-12-29</a><ul>
|
438
752
|
<li><a class="reference internal" href="#id1">改良</a></li>
|
439
753
|
<li><a class="reference internal" href="#id2">修正</a></li>
|
440
|
-
<li><a class="reference internal" href="#
|
754
|
+
<li><a class="reference internal" href="#id3">感謝</a></li>
|
755
|
+
</ul>
|
756
|
+
</li>
|
757
|
+
<li><a class="reference internal" href="#release-7-0-9-2017-11-29">7.0.9リリース - 2017-11-29</a><ul>
|
758
|
+
<li><a class="reference internal" href="#id4">改良</a></li>
|
759
|
+
<li><a class="reference internal" href="#id5">修正</a></li>
|
760
|
+
<li><a class="reference internal" href="#id6">感謝</a></li>
|
761
|
+
</ul>
|
762
|
+
</li>
|
763
|
+
<li><a class="reference internal" href="#release-7-0-8-2017-10-29">7.0.8リリース - 2017-10-29</a><ul>
|
764
|
+
<li><a class="reference internal" href="#id7">改良</a></li>
|
765
|
+
<li><a class="reference internal" href="#id8">修正</a></li>
|
766
|
+
</ul>
|
767
|
+
</li>
|
768
|
+
<li><a class="reference internal" href="#release-7-0-7-2017-09-29">7.0.7リリース - 2017-09-29</a><ul>
|
769
|
+
<li><a class="reference internal" href="#id9">改良</a></li>
|
770
|
+
<li><a class="reference internal" href="#id10">修正</a></li>
|
771
|
+
</ul>
|
772
|
+
</li>
|
773
|
+
<li><a class="reference internal" href="#release-7-0-6-2017-08-29">7.0.6リリース - 2017-08-29</a><ul>
|
774
|
+
<li><a class="reference internal" href="#id11">改良</a></li>
|
775
|
+
<li><a class="reference internal" href="#id12">修正</a></li>
|
776
|
+
<li><a class="reference internal" href="#id13">感謝</a></li>
|
777
|
+
</ul>
|
778
|
+
</li>
|
779
|
+
<li><a class="reference internal" href="#release-7-0-5-2017-07-29">7.0.5リリース - 2017-07-29</a><ul>
|
780
|
+
<li><a class="reference internal" href="#id14">改良</a></li>
|
781
|
+
<li><a class="reference internal" href="#id15">修正</a></li>
|
782
|
+
<li><a class="reference internal" href="#id16">感謝</a></li>
|
783
|
+
</ul>
|
784
|
+
</li>
|
785
|
+
<li><a class="reference internal" href="#release-7-0-4-2017-06-29">7.0.4リリース - 2017-06-29</a><ul>
|
786
|
+
<li><a class="reference internal" href="#id17">改良</a></li>
|
787
|
+
<li><a class="reference internal" href="#id18">修正</a></li>
|
788
|
+
<li><a class="reference internal" href="#id19">感謝</a></li>
|
789
|
+
</ul>
|
790
|
+
</li>
|
791
|
+
<li><a class="reference internal" href="#release-7-0-3-2017-05-29">7.0.3リリース - 2017-05-29</a><ul>
|
792
|
+
<li><a class="reference internal" href="#id20">改良</a></li>
|
793
|
+
<li><a class="reference internal" href="#id21">修正</a></li>
|
794
|
+
<li><a class="reference internal" href="#id22">感謝</a></li>
|
795
|
+
</ul>
|
796
|
+
</li>
|
797
|
+
<li><a class="reference internal" href="#release-7-0-2-2017-04-29">7.0.2リリース - 2017-04-29</a><ul>
|
798
|
+
<li><a class="reference internal" href="#id23">改良</a></li>
|
799
|
+
<li><a class="reference internal" href="#id24">修正</a></li>
|
800
|
+
</ul>
|
801
|
+
</li>
|
802
|
+
<li><a class="reference internal" href="#release-7-0-1-2017-03-29">7.0.1リリース - 2017-03-29</a><ul>
|
803
|
+
<li><a class="reference internal" href="#id25">改良</a></li>
|
804
|
+
<li><a class="reference internal" href="#id26">修正</a></li>
|
805
|
+
<li><a class="reference internal" href="#id27">感謝</a></li>
|
441
806
|
</ul>
|
442
807
|
</li>
|
443
808
|
<li><a class="reference internal" href="#release-7-0-0-2017-02-09">7.0.0リリース - 2017-02-09</a><ul>
|
444
|
-
<li><a class="reference internal" href="#
|
445
|
-
<li><a class="reference internal" href="#
|
446
|
-
<li><a class="reference internal" href="#
|
809
|
+
<li><a class="reference internal" href="#id28">改良</a></li>
|
810
|
+
<li><a class="reference internal" href="#id29">修正</a></li>
|
811
|
+
<li><a class="reference internal" href="#id30">感謝</a></li>
|
447
812
|
</ul>
|
448
813
|
</li>
|
449
814
|
<li><a class="reference internal" href="#the-old-releases">古いリリース</a></li>
|
@@ -451,13 +816,6 @@
|
|
451
816
|
</li>
|
452
817
|
</ul>
|
453
818
|
|
454
|
-
<div role="note" aria-label="source link">
|
455
|
-
<h3>このページ</h3>
|
456
|
-
<ul class="this-page-menu">
|
457
|
-
<li><a href="_sources/news.txt"
|
458
|
-
rel="nofollow">ソースコードを表示</a></li>
|
459
|
-
</ul>
|
460
|
-
</div>
|
461
819
|
<div id="searchbox" style="display: none" role="search">
|
462
820
|
<h3>クイック検索</h3>
|
463
821
|
<form class="search" action="search.html" method="get">
|
@@ -478,11 +836,11 @@
|
|
478
836
|
<li class="right" style="margin-right: 10px">
|
479
837
|
<a href="genindex.html" title="総合索引"
|
480
838
|
>索引</a></li>
|
481
|
-
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.0
|
839
|
+
<li class="nav-item nav-item-0"><a href="index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
482
840
|
</ul>
|
483
841
|
</div>
|
484
842
|
<div class="footer" role="contentinfo">
|
485
|
-
© Copyright 2009-
|
843
|
+
© Copyright 2009-2018, Brazil, Inc.
|
486
844
|
</div>
|
487
845
|
</body>
|
488
846
|
</html>
|