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,1250 +0,0 @@
|
|
1
|
-
.. -*- rst -*-
|
2
|
-
|
3
|
-
.. highlightlang:: none
|
4
|
-
|
5
|
-
News - 5.x
|
6
|
-
==========
|
7
|
-
|
8
|
-
.. _release-5-1-2:
|
9
|
-
|
10
|
-
Release 5.1.2 - 2016-01-29
|
11
|
-
--------------------------
|
12
|
-
|
13
|
-
Improvements
|
14
|
-
^^^^^^^^^^^^
|
15
|
-
|
16
|
-
* Improved performance for sequential search against constant value
|
17
|
-
such as ``true`` and ``29``.
|
18
|
-
|
19
|
-
* Improved performance for sequential search against binary operation
|
20
|
-
with constant value such as ``x == 29`` and ``x < 29``.
|
21
|
-
|
22
|
-
* [:doc:`/reference/commands/select`] Changed score type to ``Float``
|
23
|
-
from ``Int32`` when :doc:`/reference/command/command_version` is 2.
|
24
|
-
The current default command version is 1. Command version 2 is
|
25
|
-
experimental. So this change isn't affected to normal users.
|
26
|
-
[GitHub#450][Patch by Naoya Murakami]
|
27
|
-
|
28
|
-
* [grn_ts] Supported match operator.
|
29
|
-
|
30
|
-
* [:doc:`/reference/executables/grndb`] Added ``--target`` option to
|
31
|
-
``check`` command. It reduces check target.
|
32
|
-
|
33
|
-
* [Windows] Updated bundled msgpack to 1.3.0 from 1.0.1.
|
34
|
-
|
35
|
-
* [Windows] Updated bundled MeCab to 0.996 from 0.98.
|
36
|
-
|
37
|
-
* [``grn_hash_size()``] Added a new API that returns the number of
|
38
|
-
records in the hash table.
|
39
|
-
|
40
|
-
* [``GRN_HASH_TINY``] Added a new flag to create tiny hash table.
|
41
|
-
|
42
|
-
* [``grn_dump_table_create_flags()``] Added a new API that converts
|
43
|
-
``flags`` value of a table to ``flags`` parameter format of
|
44
|
-
:doc:`/reference/commands/table_create`.
|
45
|
-
|
46
|
-
* [``grn_dump_column_create_flags()``] Added a new API that converts
|
47
|
-
``flags`` value of a column to ``flags`` parameter format of
|
48
|
-
:doc:`/reference/commands/column_create`.
|
49
|
-
|
50
|
-
* [``grn_plugin_get_names()``] Added a new API that returns all plugin
|
51
|
-
names in a database.
|
52
|
-
|
53
|
-
* [``grn_column_get_all_index_data()``] Added a new API that returns
|
54
|
-
all index data for a table or data column.
|
55
|
-
|
56
|
-
* [:doc:`/reference/commands/schema`] Added indexes information to
|
57
|
-
indexed tables and data columns.
|
58
|
-
|
59
|
-
* [``grn_config_get()``] Renamed from ``grn_conf_get()``.
|
60
|
-
|
61
|
-
* [``grn_config_set()``] Renamed from ``grn_conf_set()``.
|
62
|
-
|
63
|
-
* [``grn_config_delete()``] Added a new API that deletes a
|
64
|
-
configuration item.
|
65
|
-
|
66
|
-
* [:doc:`/reference/commands/config_set`] Added a new command that
|
67
|
-
sets a configuration item.
|
68
|
-
|
69
|
-
* [:doc:`/reference/commands/config_get`] Added a new command that
|
70
|
-
gets a configuration item value.
|
71
|
-
|
72
|
-
* [:doc:`/reference/commands/config_delete`] Added a new command that
|
73
|
-
deletes a configuration item.
|
74
|
-
|
75
|
-
* [``grn_config_cursor_open()``] Added a new API that opens a new
|
76
|
-
cursor that iterates all configuration items.
|
77
|
-
|
78
|
-
* [``grn_config_cursor_next()``] Added a new API that moves to the
|
79
|
-
next configuration item in the cursor.
|
80
|
-
|
81
|
-
* [``grn_config_cursor_get_key()``] Added a new API that gets the
|
82
|
-
key of the current configuration item.
|
83
|
-
|
84
|
-
* [``grn_config_cursor_get_value()``] Added a new API that gets the
|
85
|
-
value of the current configuration item.
|
86
|
-
|
87
|
-
* [:doc:`/reference/alias`] Supported aliasing table and column names.
|
88
|
-
|
89
|
-
* [hash table] Added total key size overflow check.
|
90
|
-
|
91
|
-
* [:doc:`/reference/commands/dump`] Supported dumping configurations
|
92
|
-
set by :doc:`/reference/commands/config_set`.
|
93
|
-
|
94
|
-
* [patricia trie] Improved inspection.
|
95
|
-
[GitHub#452][GitHub#457][Patch by Naoya Murakami]
|
96
|
-
|
97
|
-
* [``grn_get_global_error_message()``] Added a new API that gets the
|
98
|
-
current error message in the process.
|
99
|
-
|
100
|
-
* [:doc:`/reference/commands/lock_acquire`] Added a new command that
|
101
|
-
acquires a lock of a database, table or column.
|
102
|
-
|
103
|
-
* [:doc:`/reference/commands/lock_release`] Added a new command that
|
104
|
-
releases a lock of a database, table or column.
|
105
|
-
|
106
|
-
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
|
107
|
-
version to 1.9.10 from 1.9.7.
|
108
|
-
|
109
|
-
Fixes
|
110
|
-
^^^^^
|
111
|
-
|
112
|
-
* Fixed mruby related crash bugs.
|
113
|
-
|
114
|
-
* [Windows] Fixed label in installer.
|
115
|
-
[groonga-dev,03825][Reported by Atsushi Shinoda]
|
116
|
-
|
117
|
-
* [doc] Fixed typos.
|
118
|
-
[GitHub#456][GitHub#458][Patch by tSU_RooT]
|
119
|
-
|
120
|
-
* [:doc:`/server/memcached`] Added more description.
|
121
|
-
[GitHub#454][Patch by Hiroyuki Sato]
|
122
|
-
|
123
|
-
* Fixed a bug that :doc:`/reference/command/command_version` specified
|
124
|
-
by ``command_version`` parameter in a request isn't reset.
|
125
|
-
|
126
|
-
Thanks
|
127
|
-
^^^^^^
|
128
|
-
|
129
|
-
* Naoya Murakami
|
130
|
-
|
131
|
-
* Atsushi Shinoda
|
132
|
-
|
133
|
-
* tSU_RooT
|
134
|
-
|
135
|
-
* Hiroyuki Sato
|
136
|
-
|
137
|
-
.. _release-5-1-1:
|
138
|
-
|
139
|
-
Release 5.1.1 - 2015-12-29
|
140
|
-
--------------------------
|
141
|
-
|
142
|
-
Improvements
|
143
|
-
^^^^^^^^^^^^
|
144
|
-
|
145
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Supported ``INDEX_COLUMN
|
146
|
-
== VALUE`` as index search with an equal supported index.
|
147
|
-
|
148
|
-
* Reduced the continuous same messages from inverted index module.
|
149
|
-
|
150
|
-
* Supported detecting truncated tables by another process.
|
151
|
-
[GitHub#447] [groonga-dev,03761] [Reported by Yutaro SHIMAMURA]
|
152
|
-
|
153
|
-
* [:c:func:`grn_db_recover()`] Supported detecting a broken object.
|
154
|
-
|
155
|
-
* Improved performance for sequential scan search by
|
156
|
-
:doc:`/reference/regular_expression` match with constant pattern
|
157
|
-
such as ``COLUMN @~ "CONSTANT_PATTERN"``.
|
158
|
-
|
159
|
-
Fixes
|
160
|
-
^^^^^
|
161
|
-
|
162
|
-
* Fixed build error on MessagePack support build.
|
163
|
-
[groonga-dev,03708] [Reported by Ryo Sugimoto]
|
164
|
-
|
165
|
-
* [mruby] Fixed a crash bug on error.
|
166
|
-
mruby exception feature is disabled as workaround for now.
|
167
|
-
|
168
|
-
* [:doc:`/reference/commands/thread_limit`] Fixed a bug that
|
169
|
-
``thread_limit?max=1`` may not reduce the number of current running
|
170
|
-
threads to ``1``.
|
171
|
-
|
172
|
-
* [:doc:`/reference/commands/thread_limit`] Fixed a bug that
|
173
|
-
``thread_limit?max=1`` may not return.
|
174
|
-
|
175
|
-
* [:doc:`/reference/tuning`] Fixed wrong ``sysctl`` argument.
|
176
|
-
[GitHub#448] [Reported by Hiroyuki Sato]
|
177
|
-
|
178
|
-
Thanks
|
179
|
-
^^^^^^
|
180
|
-
|
181
|
-
* Ryo Sugimoto
|
182
|
-
* Yutaro SHIMAMURA
|
183
|
-
* Hiroyuki Sato
|
184
|
-
|
185
|
-
.. _release-5-1-0:
|
186
|
-
|
187
|
-
Release 5.1.0 - 2015-11-29
|
188
|
-
--------------------------
|
189
|
-
|
190
|
-
Improvements
|
191
|
-
^^^^^^^^^^^^
|
192
|
-
|
193
|
-
* [patiricia trie] Added an error check for the max total key
|
194
|
-
size. See :doc:`/limitations` about the max total key size.
|
195
|
-
|
196
|
-
* [:doc:`/reference/executables/grndb`] Added a check for broken
|
197
|
-
object. The check can detect a case that the object can't be opened.
|
198
|
-
|
199
|
-
* [``grn_obj_reindex()``] Added a new API that recreates existing
|
200
|
-
indexes.
|
201
|
-
|
202
|
-
* [:doc:`/reference/commands/reindex`] Added a new command that
|
203
|
-
recreates existing indexes.
|
204
|
-
|
205
|
-
* [inverted index] Improved estimation precision for query.
|
206
|
-
|
207
|
-
* [:doc:`/reference/commands/logical_range_filter`] Added fallback
|
208
|
-
mode for sequential search. If sequential search checked many
|
209
|
-
records but didn't find required the number of records, index search
|
210
|
-
is used as fallback.
|
211
|
-
|
212
|
-
* [``grn_get_package_label()``] Added a new API that returns package
|
213
|
-
label. It returns ``Groonga``.
|
214
|
-
|
215
|
-
* [:doc:`/reference/executables/groonga-server-http`] Added ``Server:
|
216
|
-
Groonga/VERSION`` response header.
|
217
|
-
|
218
|
-
* [:doc:`/reference/executables/groonga-httpd`] Improved performance
|
219
|
-
by reusing ``grn_ctx`` object.
|
220
|
-
|
221
|
-
* [``grn_file_reader``] Added a new API that provides ``fgets()``
|
222
|
-
feature. It fixes a crash bug of
|
223
|
-
:doc:`/reference/executables/groonga`. If
|
224
|
-
:doc:`/reference/executables/groonga` is built with static C runtime
|
225
|
-
by Visual Studio, the crash bug is occurred.
|
226
|
-
|
227
|
-
* [:doc:`/reference/functions/prefix_rk_search`] Added a new selector
|
228
|
-
that provides prefix RK search feature.
|
229
|
-
|
230
|
-
* [``grn_obj_is_accessor()``] Added a new predicate that checks
|
231
|
-
whether the object is an accessor.
|
232
|
-
|
233
|
-
* [``grn_obj_is_key_accessor()``] Added a new predicate that checks
|
234
|
-
whether the object is an accessor for ``_key``
|
235
|
-
:doc:`/reference/columns/pseudo`.
|
236
|
-
|
237
|
-
* Supported :doc:`/reference/command/pretty_print` for JSON output.
|
238
|
-
|
239
|
-
Fixes
|
240
|
-
^^^^^
|
241
|
-
|
242
|
-
* [inverted index] Fixed a possible infinite loop bug when log level
|
243
|
-
is ``debug``.
|
244
|
-
|
245
|
-
* Fixed a bug that ``@`` operator (match operator) may not match
|
246
|
-
record that should be matched in sequential search mode.
|
247
|
-
|
248
|
-
* [patricia trie] Fixed a bug that invalid value may be returned for
|
249
|
-
empty string key. [groonga-dev,03632] [Reported by Naoya Murakami]
|
250
|
-
|
251
|
-
Thanks
|
252
|
-
^^^^^^
|
253
|
-
|
254
|
-
* Naoya Murakami
|
255
|
-
|
256
|
-
.. _release-5-0-9:
|
257
|
-
|
258
|
-
Release 5.0.9 - 2015-10-29
|
259
|
-
--------------------------
|
260
|
-
|
261
|
-
Improvements
|
262
|
-
^^^^^^^^^^^^
|
263
|
-
|
264
|
-
* [inverted index] Reduced log levels of logs for developers.
|
265
|
-
|
266
|
-
* Flushed pending changed on creating new database. It guards database
|
267
|
-
from crash.
|
268
|
-
|
269
|
-
* [``grn_geo_table_sort()``] Added a new API that sorts table by
|
270
|
-
geometry index.
|
271
|
-
|
272
|
-
* [experimental] Added expression rewrite mechanism. You can write
|
273
|
-
custom expression rewriter by mruby. Expression rewriter can be used
|
274
|
-
for optimizing an expression, changing conditions in an expression
|
275
|
-
and so on.
|
276
|
-
|
277
|
-
* [experimental] Added database global configuration mechanism. You
|
278
|
-
can put configurations (key and value pairs) into database. For
|
279
|
-
example, it will be used in :ref:`token-filter-stop-word` to custom
|
280
|
-
column name from ``is_stop_word``.
|
281
|
-
|
282
|
-
* [``grn_conf_set()``] Added a new API that sets a configuration.
|
283
|
-
|
284
|
-
* [``grn_conf_get()``] Added a new API that gets a configuration.
|
285
|
-
|
286
|
-
* [deb] Changed to ``all`` from ``any`` for
|
287
|
-
``Architecture`` value.
|
288
|
-
[debian-bugs:799167][Reported by Matthias Klose]
|
289
|
-
|
290
|
-
* [Windows][CMake] Supported building bundled MeCab.
|
291
|
-
[groonga-dev,03562][Reported by Sato]
|
292
|
-
|
293
|
-
* [:doc:`/reference/commands/schema`] Added a new command that returns
|
294
|
-
schema. Schema is consists with loaded plugins, loaded tokenizers,
|
295
|
-
loaded normalizers, loaded token filters, defined tables and defined
|
296
|
-
columns.
|
297
|
-
|
298
|
-
* [:c:func:`grn_plugin_win32_base_dir()`] Deprecated. Use
|
299
|
-
:c:func:`grn_plugin_windows_base_dir()` instead.
|
300
|
-
|
301
|
-
* [:c:func:`grn_plugin_windows_base_dir()`] Renamed from
|
302
|
-
:c:func:`grn_plugin_win32_base_dir()`.
|
303
|
-
|
304
|
-
* [``grn_obj_is_type()``] Add a new API that returns true when the
|
305
|
-
passed object is a type object.
|
306
|
-
|
307
|
-
* [``grn_obj_is_tokenizer_proc()``] Add a new API that returns true
|
308
|
-
when the passed object is a tokenizer object.
|
309
|
-
|
310
|
-
* [``grn_obj_is_normalizer_proc()``] Add a new API that returns true
|
311
|
-
when the passed object is a normalizer object.
|
312
|
-
|
313
|
-
* [``grn_obj_is_token_filter_proc()``] Add a new API that returns true
|
314
|
-
when the passed object is a token filter object.
|
315
|
-
|
316
|
-
* [``grn_ctx_get_all_types()``] Add a new API that returns all type
|
317
|
-
objects in database.
|
318
|
-
|
319
|
-
* [``grn_ctx_get_all_tokenizers()``] Add a new API that returns all
|
320
|
-
tokenizer objects in database.
|
321
|
-
|
322
|
-
* [``grn_ctx_get_all_normalizers()``] Add a new API that returns all
|
323
|
-
normalizer objects in database.
|
324
|
-
|
325
|
-
* [``grn_ctx_get_all_token_filters()``] Add a new API that returns all
|
326
|
-
token filter objects in database.
|
327
|
-
|
328
|
-
* [``grn_ctx_output_uint64()``] Add a new API that outputs 64bit
|
329
|
-
unsigned integer value.
|
330
|
-
|
331
|
-
* [``grn_ctx_output_null()``] Add a new API that outputs ``NULL``.
|
332
|
-
|
333
|
-
* [``GRN_OBJ_IS_TRUE()``] Add a new API that returns true when the
|
334
|
-
passed object is true value.
|
335
|
-
|
336
|
-
* [experimental] Enabled grn_ts by default.
|
337
|
-
|
338
|
-
* [:doc:`/install/ubuntu`] Added Ubuntu 15.10 Wily Werewolf support.
|
339
|
-
|
340
|
-
Fixes
|
341
|
-
^^^^^
|
342
|
-
|
343
|
-
* [patricia trie] Fixed a bug that the number of records may be
|
344
|
-
counted up unexpectedly on adding a new entry. [GitHub#417]
|
345
|
-
|
346
|
-
* [patricia trie] Fixed a bug that a variable may be used
|
347
|
-
uninitialized.
|
348
|
-
|
349
|
-
* [patricia trie] Fixed a bug that ``grn_pat_cursor_next()`` may enter
|
350
|
-
an infinite loop. [GitHub#419]
|
351
|
-
|
352
|
-
* [patricia trie] Fixed a bug that deleting an entry may break
|
353
|
-
patricia trie.
|
354
|
-
[GitHub#415][groonga-dev,03515][Reported by Hiroshi Kagami]
|
355
|
-
|
356
|
-
* [patricia trie] Fixed a bug that deleting a nonexistent entry may
|
357
|
-
break patricia trie. [GitHub#420]
|
358
|
-
|
359
|
-
* Fixed a bug that wrong proc type is used for token filter objects.
|
360
|
-
|
361
|
-
Thanks
|
362
|
-
^^^^^^
|
363
|
-
|
364
|
-
* Matthias Klose
|
365
|
-
* Hiroshi Kagami
|
366
|
-
* Sato
|
367
|
-
|
368
|
-
.. _release-5-0-8:
|
369
|
-
|
370
|
-
Release 5.0.8 - 2015-09-29
|
371
|
-
--------------------------
|
372
|
-
|
373
|
-
Improvements
|
374
|
-
^^^^^^^^^^^^
|
375
|
-
|
376
|
-
* [Windows] Supported build with MySQL again.
|
377
|
-
|
378
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Changed return value type
|
379
|
-
to ``Bool`` from ``Int32`` for predicate operations such as
|
380
|
-
:ref:`script-syntax-match-operator` and
|
381
|
-
:ref:`script-syntax-equal-operator`.
|
382
|
-
|
383
|
-
* [:doc:`/reference/api`] Supported owning other ``grn_obj`` by
|
384
|
-
``GRN_PTR`` and ``GRN_PVECTOR`` bulk. If you specify ``GRN_OBJ_OWN``
|
385
|
-
flag to ``GRN_PTR`` and ``GRN_PVECTOR`` bulks, they call
|
386
|
-
:c:func:`grn_obj_close()` against ``grn_obj`` that is held by
|
387
|
-
them when they are closed.
|
388
|
-
|
389
|
-
* [incompatible][:doc:`/reference/regular_expression`] Changed to
|
390
|
-
normalize regular expression match target text before matching. It's
|
391
|
-
for consistency and performance.
|
392
|
-
|
393
|
-
Other operations such as :ref:`script-syntax-prefix-search-operator`
|
394
|
-
normalize target text.
|
395
|
-
|
396
|
-
Some simple regular expressions such as ``\Ahello`` can be
|
397
|
-
evaluated by index. It's fast.
|
398
|
-
|
399
|
-
If target text isn't normalized, you need to use complex regular
|
400
|
-
expressions such as ``\A[Hh]ello`` and ``\A(?i)hello``. Complex
|
401
|
-
regular expressions can't be evaluated by index. If target text is
|
402
|
-
normalized, you can use simple regular expressions. They may be
|
403
|
-
evaluated by index. It's fast.
|
404
|
-
|
405
|
-
* [doc] Improved documents.
|
406
|
-
[GitHub#393][GitHub#396][GitHub#397][GitHub#399][GitHub#403]
|
407
|
-
[GitHub#405][GitHub#409]
|
408
|
-
[Reported by Hiroyuki Sato][Patch by Hiroyuki Sato]
|
409
|
-
|
410
|
-
* [:doc:`/reference/functions/highlight_html`] Improved performance.
|
411
|
-
[groonga-dev,03427] [Reported by Hiroyuki Sato]
|
412
|
-
|
413
|
-
* [:doc:`/reference/functions/snippet_html`] Improved performance.
|
414
|
-
|
415
|
-
* [CMake] Stopped to run ``pkg-config`` twice.
|
416
|
-
[Patch by Sergei Golubchik]
|
417
|
-
|
418
|
-
* Removed needless check for year in time. B.C. is always invalid time
|
419
|
-
without this change. B.C. is valid time when system (``mktime()``)
|
420
|
-
supports it with this change.
|
421
|
-
|
422
|
-
* [:c:func:`grn_ctx_is_opened()`] Added a new API that checks whether
|
423
|
-
object with the ID is opened or not.
|
424
|
-
|
425
|
-
* [:c:func:`grn_obj_remove()`] Reduced the maximum memory usage. If
|
426
|
-
:c:func:`grn_thread_get_limit()` returns ``1``, it closes temporary
|
427
|
-
opened objects after it finished to use them.
|
428
|
-
|
429
|
-
* [doc][:doc:`/reference/commands/table_remove`] Updated with many
|
430
|
-
descriptions.
|
431
|
-
|
432
|
-
* [:doc:`/reference/executables/groonga`] Ensured to add the last new
|
433
|
-
line to :doc:`/reference/commands/dump` result on stand alone mode.
|
434
|
-
|
435
|
-
* [:ref:`process-log`] Added Groonga version into ``grn_init`` log.
|
436
|
-
|
437
|
-
* Opened `chat room on Gitter <https://gitter.im/groonga/public>`_.
|
438
|
-
|
439
|
-
* [:doc:`/reference/commands/status`] Added ``start_time`` as alias of
|
440
|
-
``starttime`` for consistency. Other keys use ``snake_case`` style.
|
441
|
-
``starttime`` is deprecated. Use ``start_time`` instead.
|
442
|
-
|
443
|
-
* Updated bundled Onigmo.
|
444
|
-
|
445
|
-
* [doc][:doc:`/reference/scorers/scorer_tf_at_most`] Documented.
|
446
|
-
|
447
|
-
* Supported columns for temporary table. It's only available C API
|
448
|
-
users for now. :doc:`/reference/commands/select` will use this
|
449
|
-
feature in the next release.
|
450
|
-
|
451
|
-
* [``grn_vector_pop_element()``] Exported.
|
452
|
-
|
453
|
-
* [:doc:`/reference/executables/groonga`] Added checks whether
|
454
|
-
acquiring lock is succeeded or not.
|
455
|
-
|
456
|
-
* [:doc:`/reference/executables/groonga-suggest-create-dataset`]
|
457
|
-
Changed to use ``--normalizer`` instead of ``KEY_NORMALIZE`` because
|
458
|
-
``KEY_NORMALIZE`` is deprecated.
|
459
|
-
|
460
|
-
* [``grn_obj_cast()``] Exported.
|
461
|
-
|
462
|
-
* [experimental][``grn_ii_cursor``] Exported.
|
463
|
-
|
464
|
-
* [experimental][``grn_ii_cursor_open()``] Exported.
|
465
|
-
|
466
|
-
* [experimental][``grn_ii_cursor_next()``] Exported.
|
467
|
-
|
468
|
-
* [experimental][``grn_ii_cursor_close()``] Exported.
|
469
|
-
|
470
|
-
* [:ref:`script-syntax-match-operator`] Improved index detection.
|
471
|
-
Index its lexicon has a tokenizer is preferred.
|
472
|
-
|
473
|
-
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx
|
474
|
-
to 1.9.5 that supports HTTP/2. HTTP/2 module is enabled.
|
475
|
-
|
476
|
-
Fixes
|
477
|
-
^^^^^
|
478
|
-
|
479
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Fixed a bug that ``&!``
|
480
|
-
does nothing when right hand side is ``true``.
|
481
|
-
|
482
|
-
* Fixed performance regression with libtool 2.4.6.
|
483
|
-
[GitHub#406][GitHub#407] [Patch by Hiroyuki Sato]
|
484
|
-
|
485
|
-
* [:ref:`script-syntax-equal-operator`] Fixed a bug that section is
|
486
|
-
ignored.
|
487
|
-
|
488
|
-
Thanks
|
489
|
-
^^^^^^
|
490
|
-
|
491
|
-
* Hiroyuki Sato
|
492
|
-
* Sergei Golubchik
|
493
|
-
|
494
|
-
.. _release-5-0-7:
|
495
|
-
|
496
|
-
Release 5.0.7 - 2015-08-31
|
497
|
-
--------------------------
|
498
|
-
|
499
|
-
This release includes a bug fix of :ref:`offline-index-construction`.
|
500
|
-
|
501
|
-
If you're using any multiple column index (index column with
|
502
|
-
``WITH_SECTION`` flag) and :ref:`offline-index-construction`, we
|
503
|
-
recommend that you upgrade your Groonga.
|
504
|
-
|
505
|
-
This release has an important experimental feature for Windows users.
|
506
|
-
See "sparse file support" entry in the following improvement list for
|
507
|
-
details.
|
508
|
-
|
509
|
-
Improvements
|
510
|
-
^^^^^^^^^^^^
|
511
|
-
|
512
|
-
* [experimental][Windows] Added sparse file support. It's experimental
|
513
|
-
feature. It's disabled by default. You can enable it by specifying
|
514
|
-
``GRN_IO_USE_SPARSE=yes`` environment variable.
|
515
|
-
|
516
|
-
It reduces database file size on Windows. Please try the feature and
|
517
|
-
report the result. Groonga developers are interested in the
|
518
|
-
followings:
|
519
|
-
|
520
|
-
* Disk usage
|
521
|
-
* Performance (Improved? Degraded? No difference?)
|
522
|
-
* Memory usage (Especially virtual memory usage)
|
523
|
-
|
524
|
-
* [experimental][:doc:`/reference/commands/logical_shard_list`] Added
|
525
|
-
a command that returns a shard list of the specified logical table.
|
526
|
-
|
527
|
-
* [experimental][:ref:`script-syntax-regular-expression-operator`]
|
528
|
-
Supported regular expression match against vector column without
|
529
|
-
index.
|
530
|
-
|
531
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported
|
532
|
-
``--cache no`` option. It's same as :ref:`select-cache` option in
|
533
|
-
:doc:`/reference/commands/select`.
|
534
|
-
|
535
|
-
* [:doc:`/reference/executables/groonga-httpd`] Supported returning
|
536
|
-
the max number of threads feature of
|
537
|
-
:doc:`/reference/commands/thread_limit`. You can't set the max
|
538
|
-
number of threads.
|
539
|
-
|
540
|
-
* [:c:func:`grn_db_unmap()`] Added a new API that unmaps all opened
|
541
|
-
tables and columns. It's a thread unsafe operation. You can't touch
|
542
|
-
the database while :c:func:`grn_db_unmap()` is running.
|
543
|
-
|
544
|
-
* [:doc:`/reference/commands/database_unmap`] Added a command that
|
545
|
-
unmaps all opened tables and columns in database.
|
546
|
-
|
547
|
-
* [:doc:`/reference/commands/object_exist`] Added a command that
|
548
|
-
checks whether object with the specified name exists or not in
|
549
|
-
database.
|
550
|
-
|
551
|
-
* [:doc:`/reference/commands/column_copy`] Added a command that copies
|
552
|
-
all values from source column to destination column.
|
553
|
-
|
554
|
-
You can use this command to change column value type, column type,
|
555
|
-
table type and so on.
|
556
|
-
|
557
|
-
* Stopped to use non-standard ``__uint32_t``
|
558
|
-
type. [GitHub#375][Reported by Natanael Copa]
|
559
|
-
|
560
|
-
* [experimental][Windows] Supported Windows Event log.
|
561
|
-
|
562
|
-
* [mruby] Supported error handling on mruby initialization error.
|
563
|
-
|
564
|
-
* [experimental][:doc:`/reference/commands/thread_limit`] Renamed from
|
565
|
-
``thread_count``.
|
566
|
-
|
567
|
-
* Supported logging used indexes in ``info`` level and ``debug``
|
568
|
-
level. It can be used like ``EXPLAIN`` in RDBMS. It's useful to
|
569
|
-
improve slow query.
|
570
|
-
|
571
|
-
* [doc] Replaced deprecated ``KEY_NORMALIZE`` flags.
|
572
|
-
[GitHub#378][GitHub#380][GitHub#382] [Patch by Hiroyuki Sato]
|
573
|
-
|
574
|
-
* [doc] Removed needless Sphinx configurations.
|
575
|
-
[GitHub#379] [Patch by Ayumu Osanai]
|
576
|
-
|
577
|
-
* [experimental][incompatible][:ref:`script-syntax-regular-expression-operator`]
|
578
|
-
Changed ``.`` match behavior. ``.`` matches new line. It's backward
|
579
|
-
incompatible change.
|
580
|
-
|
581
|
-
* [doc][:doc:`/contribution/development/build`] Added a document about
|
582
|
-
building Groonga as Groonga developer.
|
583
|
-
[GitHub#353] [Suggested by Hiro Yoshioka]
|
584
|
-
|
585
|
-
Fixes
|
586
|
-
^^^^^
|
587
|
-
|
588
|
-
* [mruby] Fixed a time overflow bug.
|
589
|
-
|
590
|
-
* [:doc:`/reference/executables/groonga`] Fixed a crash bug when
|
591
|
-
PID file can't be created. [GitHub#368] [Reported by Hiroyuki Sato]
|
592
|
-
|
593
|
-
* Fixed a bug that :ref:`offline-index-construction` may generate
|
594
|
-
broken index. It may be caused for multiple column index. In other
|
595
|
-
words, index column with ``WITH_SECTION`` flag may be broken.
|
596
|
-
|
597
|
-
If you're using :ref:`online-index-construction` for index columns
|
598
|
-
with ``WITH_SECTION`` flag, this bug isn't affected.
|
599
|
-
|
600
|
-
You can recover this bug by recreating existing multiple column
|
601
|
-
indexes.
|
602
|
-
|
603
|
-
* [:doc:`/reference/functions/query`] Fixed a crash bug when
|
604
|
-
:doc:`/reference/functions/query` is used in :ref:`select-scorer`.
|
605
|
-
|
606
|
-
* [:ref:`select-filter`] Fixed a bug that
|
607
|
-
:ref:`script-syntax-bitwise-not` against unsigned int value doesn't
|
608
|
-
work for comparing to ``-NUMBER_LITERAL``.
|
609
|
-
|
610
|
-
For example, the following expression doesn't work::
|
611
|
-
|
612
|
-
~UINT32_COLUMN == -6
|
613
|
-
|
614
|
-
* Fixed a bug that :ref:`script-syntax-regular-expression-operator`
|
615
|
-
doesn't work in multithread.
|
616
|
-
|
617
|
-
* Fixed some memory leaks.
|
618
|
-
|
619
|
-
* Fixed a build error. [GitHub#381] [Patch by Hiroshi Hatake]
|
620
|
-
|
621
|
-
Thanks
|
622
|
-
^^^^^^
|
623
|
-
|
624
|
-
* Hiroyuki Sato
|
625
|
-
* Natanael Copa
|
626
|
-
* Ayumu Osanai
|
627
|
-
* Hiroshi Hatake
|
628
|
-
* Hiro Yoshioka
|
629
|
-
|
630
|
-
.. _release-5-0-6:
|
631
|
-
|
632
|
-
Release 5.0.6 - 2015-07-29
|
633
|
-
--------------------------
|
634
|
-
|
635
|
-
Improvements
|
636
|
-
^^^^^^^^^^^^
|
637
|
-
|
638
|
-
* [:doc:`/install/ubuntu`] Dropped Ubuntu 14.10 (Utopic Unicorn) support. It had been
|
639
|
-
End of Life on July 23, 2015.
|
640
|
-
* Supported offline index construction for reference vector. For example, ``load``
|
641
|
-
data before ``column_create`` an index::
|
642
|
-
|
643
|
-
table_create Entries TABLE_NO_KEY
|
644
|
-
column_create Entries numbers COLUMN_VECTOR Int32
|
645
|
-
|
646
|
-
load --table Entries
|
647
|
-
[
|
648
|
-
["numbers"],
|
649
|
-
[[18, 19, 20]],
|
650
|
-
[[100, 200]]
|
651
|
-
]
|
652
|
-
|
653
|
-
table_create Numbers TABLE_PAT_KEY Int32
|
654
|
-
column_create Numbers entries_numbers COLUMN_INDEX Entries numbers
|
655
|
-
|
656
|
-
select Numbers --output_columns _key
|
657
|
-
|
658
|
-
* Supported ``'vector_text_column @ "element"'`` without index. For example, the
|
659
|
-
``select`` command in the following commands::
|
660
|
-
|
661
|
-
table_create Memos TABLE_NO_KEY
|
662
|
-
column_create Memos tags COLUMN_VECTOR Text
|
663
|
-
|
664
|
-
load --table Memos
|
665
|
-
[
|
666
|
-
{"tags": ["Groonga", "Rroonga", "Mroonga"]}
|
667
|
-
]
|
668
|
-
|
669
|
-
select Memos --filter 'tags @ "Rroonga"'
|
670
|
-
|
671
|
-
* Supported ``'fixed_size_type_vector_column @ n'`` without index. For example, the
|
672
|
-
``select`` command in the following commands::
|
673
|
-
|
674
|
-
table_create Memos TABLE_NO_KEY
|
675
|
-
column_create Memos numbers COLUMN_VECTOR Int32
|
676
|
-
|
677
|
-
load --table Memos
|
678
|
-
[
|
679
|
-
{"numbers": [1, 2, 3]}
|
680
|
-
]
|
681
|
-
|
682
|
-
select Memos --filter 'numbers @ 2'
|
683
|
-
|
684
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][:doc:`/reference/executables/groonga-httpd`]
|
685
|
-
Show exit status. [GitHub#357] [Patch by jacob16bit]
|
686
|
-
* [:doc:`/install/windows`][:doc:`/reference/executables/groonga`] Supported ``--pid-path``.
|
687
|
-
* [:doc:`/install/windows`] Allowed to delete file that is opened by other process.
|
688
|
-
* Accepted selector only proc. Note that the proc can't be used as function. It means
|
689
|
-
that the proc can't be used with sequential search.
|
690
|
-
* Supported function call with complex argument. An example complex argument is
|
691
|
-
``Table["key"].column``. For example::
|
692
|
-
|
693
|
-
function(_key, Table["key"].column)
|
694
|
-
|
695
|
-
* [doc][:doc:`/tutorial`] Added more description about database creation fails if DB_PATH
|
696
|
-
points to an existing file. [GitHub#354] [Suggested by Hirotaka Takayama]
|
697
|
-
* [doc][:doc:`/tutorial`] Described JSON formatting tools.
|
698
|
-
[GitHub#355] [Suggested by tiwawan]
|
699
|
-
* [experimental] Added an API to get/set the number of threads. It's a experimental API.
|
700
|
-
* [experimental][``thread_count``] Added a command that get/set the number of threads.
|
701
|
-
It's a experimental command.
|
702
|
-
* [experimental][:doc:`/reference/executables/groonga`] Supported changing the number
|
703
|
-
of threads by ``thread_count`` command. It's a experimental feature.
|
704
|
-
* [experimental][:doc:`/install/windows`] Added Windows event log support.
|
705
|
-
It's a experimental feature.
|
706
|
-
* [experimental][:doc:`/reference/executables/groonga`] Added Windows event log related
|
707
|
-
option ``--use-windows-event-log``. It reports logs as Windows events.
|
708
|
-
It's a experimental feature.
|
709
|
-
* [:doc:`/install/windows`] Used Groonga's default encoding for log message.
|
710
|
-
* Log used indexes in ``INFO`` level. The default level ``NOTICE``. So the logs aren't
|
711
|
-
showed by default.
|
712
|
-
* [API] Added :c:func:`grn_log_level_to_string()` and :c:func:`grn_log_level_parse()`.
|
713
|
-
* [:doc:`/reference/executables/groonga`] Accepted log level name (e.g. ``info``,
|
714
|
-
``debug`` and so on) for ``--log-level`` value.
|
715
|
-
* [:doc:`/reference/commands/log_level`][:doc:`/reference/commands/log_put`]
|
716
|
-
Accepted log level name for ``--level`` argument.
|
717
|
-
* [plugin] Added :c:func:`grn_command_input_get_arguments()`.
|
718
|
-
* Updated sharding plugins.
|
719
|
-
|
720
|
-
* [:doc:`/reference/commands/logical_select`] Fixed output format.
|
721
|
-
It has become :doc:`/reference/commands/select` compatible format.
|
722
|
-
* [:doc:`/reference/commands/logical_select`] Supported the following parameters.
|
723
|
-
|
724
|
-
* ``--output_columns``
|
725
|
-
* ``--offset``
|
726
|
-
* ``--limit``
|
727
|
-
* ``--drilldown``
|
728
|
-
* ``--drilldown_sortby``
|
729
|
-
* ``--drilldown_offset``
|
730
|
-
* ``--drilldown_limit``
|
731
|
-
|
732
|
-
* [:doc:`/reference/commands/logical_select`] Used the same default output_columns
|
733
|
-
(``"_id, _key, *"``) as :doc:`/reference/commands/select`.
|
734
|
-
* [:doc:`/reference/commands/logical_select`] Supported
|
735
|
-
:ref:`logical-select-drilldowns-label-calc-types` and
|
736
|
-
:ref:`logical-select-drilldowns-label-calc-target` for labeled drilldown.
|
737
|
-
* [:doc:`/reference/commands/logical_select`] Supported cache.
|
738
|
-
* [:doc:`/reference/commands/logical_count`] Supported logging whether range index is
|
739
|
-
used or not.
|
740
|
-
* [:doc:`/reference/commands/logical_count`] Show target table name in debug log.
|
741
|
-
* [:doc:`/reference/commands/logical_count`] Supported cache.
|
742
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported
|
743
|
-
``'fixed_size_type_vector_column @ element'``.
|
744
|
-
* [:doc:`/reference/commands/logical_range_filter`] Added ``use_range_index`` parameter.
|
745
|
-
It's a parameter for test. It should not be used for production.
|
746
|
-
* [:doc:`/reference/commands/logical_range_filter`] Log which mode (range-index or
|
747
|
-
select mode) is used.
|
748
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported cache.
|
749
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported nested reference vector
|
750
|
-
accessor.
|
751
|
-
* [:doc:`/reference/commands/logical_range_filter`] Used range_index value set by
|
752
|
-
:doc:`/reference/commands/logical_parameters`.
|
753
|
-
* [:doc:`/reference/commands/logical_parameters`] Added.
|
754
|
-
|
755
|
-
* Added mruby APIs.
|
756
|
-
|
757
|
-
* [mrb] Added ``Accessor#name``.
|
758
|
-
* [mrb] Added ``Column#[]``.
|
759
|
-
* [mrb] Added ``Column#scalar?``, ``Column#vector?`` and ``Column#index?``.
|
760
|
-
* [mrb] Added ``Context#command_version`` and ``Context#command_version=`` (accessors).
|
761
|
-
* [mrb] Added ``Context#with_command_version``.
|
762
|
-
* [mrb] Added ``Database#each_name``.
|
763
|
-
* [mrb] Added ``Groonga::Cache.current``.
|
764
|
-
* [mrb] Added ``Record``.
|
765
|
-
* [mrb] Added ``Table#each``.
|
766
|
-
* [mrb] Added ``TableCursor#key``.
|
767
|
-
* [mrb] Binded :c:func:`grn_command_input_get_arguments()` to ``CommandInput#arguments``.
|
768
|
-
* [mrb] Binded :c:func:`grn_table_group()` to ``Table#group``.
|
769
|
-
* [mrb] Binded :c:func:`grn_table_group_flags()` to ``TableGroupFlags``.
|
770
|
-
* [mrb] Binded ``GRN_COMMAND_VERSION_DEFAULT``.
|
771
|
-
* [mrb] Binded ``grn_cache``.
|
772
|
-
* [mrb][estimate_size] Supported ``(... || ...) && (... || ...)`` as expression case.
|
773
|
-
* [mrb] Supported query log.
|
774
|
-
|
775
|
-
Fixes
|
776
|
-
^^^^^
|
777
|
-
|
778
|
-
* Fixed a memory leak when an error is occurred in :c:func:`grn_expr_exec()`.
|
779
|
-
For example, unsupported operator (e.g. ``GRN_OP_TERM_EXTRACT``) is used
|
780
|
-
(``not implemented operator assigned`` is occurred for the case).
|
781
|
-
* [bindings/php] Added a missing check for a memory allocation failure.
|
782
|
-
[Reported by Bill Parker]
|
783
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Fixed syntax error in script.
|
784
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Fixed wrong daemon running check.
|
785
|
-
* [:doc:`/install/centos`][:doc:`/server/package`][logrotate] Stop to set owner/group to log files.
|
786
|
-
Because it's not consistent. groonga-httpd creates log files with root
|
787
|
-
owner/group. But logrotated log files are created with groonga
|
788
|
-
owner/group. [GitHub#358] [Reported by jacob16bit]
|
789
|
-
* [:doc:`/reference/executables/groonga`] Fixed reported the maximum number of threads.
|
790
|
-
* [:doc:`/reference/executables/groonga-httpd`] Remove a needless space in log message::
|
791
|
-
|
792
|
-
|n| grn_fin (0) ->
|
793
|
-
|n| grn_fin (0)
|
794
|
-
^
|
795
|
-
|
796
|
-
* Fixed a bug that estimating size by regexp query with anchor (e.g. ``\\\\A`` in
|
797
|
-
``--filter 'comment @~ "\\\\Abc"'``) doesn't work. The feature is used in
|
798
|
-
:doc:`/reference/commands/logical_range_filter`.
|
799
|
-
* [:doc:`/reference/command/request_id`] Fixed a memory leak when ``request_id`` byte size >= 24.
|
800
|
-
* [:doc:`/reference/commands/lock_clear`] Fixed a typo in command name in Syntax section.
|
801
|
-
[GitHub#363] [Reported by Christian Kakesa]
|
802
|
-
* [sharding] Fixed wrong min include detection for month range type.
|
803
|
-
|
804
|
-
Thanks
|
805
|
-
^^^^^^
|
806
|
-
|
807
|
-
* Bill Parker
|
808
|
-
* jacob16bit
|
809
|
-
* Hirotaka Takayama
|
810
|
-
* tiwawan
|
811
|
-
* Christian Kakesa
|
812
|
-
|
813
|
-
.. _release-5-0-5:
|
814
|
-
|
815
|
-
Release 5.0.5 - 2015-06-29
|
816
|
-
--------------------------
|
817
|
-
|
818
|
-
Improvements
|
819
|
-
^^^^^^^^^^^^
|
820
|
-
|
821
|
-
* Show correct error information such as NoSuchFileOrDirectory when opening a database.
|
822
|
-
* Don't set the default logger path for library use.
|
823
|
-
|
824
|
-
* It's backward incompatible change. But it will not effect to many users.
|
825
|
-
* Server use (groonga command, Mroonga, PGroonga and so on) users can get
|
826
|
-
log by default. In server use, developers set up log in their software.
|
827
|
-
* Most library use (Rroonga, groonga-gobject and so on) users couldn't get
|
828
|
-
log by default with earlier versions. The default log path is system
|
829
|
-
path such as /var/log/groonga/groonga.log. It's not writable for normal
|
830
|
-
users.
|
831
|
-
|
832
|
-
* [windows] Show error information when memory isn't enough on failing ``CreateFileMapping()``.
|
833
|
-
* [:doc:`/reference/commands/tokenize`] Updated example to show new "force_prefix" value.
|
834
|
-
This value is added since 5.0.4.
|
835
|
-
* [windows] Show error information when disk has any problem (disk full and so on) on failing ``FlushViewOfFile()``.
|
836
|
-
* [API] Added :c:func:`grn_obj_flush()`.
|
837
|
-
* [API] Added :c:func:`grn_obj_flush_recursive()`.
|
838
|
-
* [:doc:`/reference/commands/io_flush`] Added. It flushes memory mapped data to disk.
|
839
|
-
Usually memory data automatically flush by an OS, but you can explicitly flush with
|
840
|
-
this command.
|
841
|
-
* [mruby] Binded ``grn_obj_remove()`` to Object#remove.
|
842
|
-
* [mruby] Binded ``grn_table_delete()`` and ``grn_table_delete_by_id()`` to Table#delete.
|
843
|
-
* [:doc:`/reference/commands/logical_table_remove`] Added.
|
844
|
-
* [:doc:`/reference/commands/logical_select`] Added. ``--filter`` is only supported for now.
|
845
|
-
* [cmake] Supported embedded MeCab tokenizer.
|
846
|
-
* [:doc:`/reference/commands/logical_count`] Supported month and day mixed shards.
|
847
|
-
In the same month, month shard must have earlier records rather than day
|
848
|
-
shards in the same month. For example::
|
849
|
-
|
850
|
-
XXX_201506 <- includes only 2015-06-01 and 2015-06-02 records
|
851
|
-
XXX_20150603 <- includes only 2015-06-03 records
|
852
|
-
XXX_20150604 <- includes only 2015-06-04 records
|
853
|
-
|
854
|
-
Fixes
|
855
|
-
^^^^^
|
856
|
-
|
857
|
-
* Fixed wrong macro to include netinet/in.h.
|
858
|
-
[GitHub#348] [Reported by OBATA Akio]
|
859
|
-
* [rpm][:doc:`/reference/executables/groonga-httpd`] Fixed failing restart.
|
860
|
-
[GitHub#351] [Patch by jacob16bit]
|
861
|
-
|
862
|
-
Thanks
|
863
|
-
^^^^^^
|
864
|
-
|
865
|
-
* OBATA Akio
|
866
|
-
* jacob16bit
|
867
|
-
|
868
|
-
.. _release-5-0-4:
|
869
|
-
|
870
|
-
Release 5.0.4 - 2015-05-29
|
871
|
-
--------------------------
|
872
|
-
|
873
|
-
Improvements
|
874
|
-
^^^^^^^^^^^^
|
875
|
-
|
876
|
-
* [mruby] Changed to use ``inspect`` to show meaningful error message for error value.
|
877
|
-
* [mruby] Supported ``Groonga::Bulk#inspect`` to inspect bulk content.
|
878
|
-
* [mruby] Supported ``Bulk#value`` to extract the value of record from bulk content.
|
879
|
-
* [mruby] Supported estimating size for ``reference_column == record_id`` in
|
880
|
-
:doc:`/reference/commands/logical_range_filter`. In above case, it can be searched
|
881
|
-
more effectively.
|
882
|
-
* [:doc:`/reference/functions/sub_filter`] Supported index column as ``scope`` parameter.
|
883
|
-
* [:doc:`/reference/grn_expr/script_syntax`] Described clearly about numerical
|
884
|
-
value. [GitHub groonga/groonga.org#16] [Suggested by Hiroyuki Sato]
|
885
|
-
* [:doc:`/reference/commands/select`] Supported accessing other table's record in filter.
|
886
|
-
You can use ``--filter 'OTHER_TABLE[KEY].COLUMN'`` for example.
|
887
|
-
* [:doc:`/reference/commands/select`] Supported operator in table key.
|
888
|
-
You can use ``--filter 'OTHER_TABLE["SOME STRING" + "ANOTHER STRING"].COLUMN'"`` for example.
|
889
|
-
* [example] Used Ruby 2.0 or later API in script for converting dictionary data.
|
890
|
-
* Changed to show error message about invalid type of keys about table.
|
891
|
-
* [doc] Fixed link from sourceforge.jp to osdn.me or osdn.jp about mailing list preference page.
|
892
|
-
SourceForge.jp is marked as obsoleted because of branding issue since May 11, 2015.
|
893
|
-
* [:doc:`/reference/commands/tokenize`] Added ``force_prefix`` value to each token information. [Patch by Naoya Murakami]
|
894
|
-
* Supported to search by shorter words such as 2 or less characters for :ref:`token-trigram`.
|
895
|
-
[Patch by Naoya Murakami]
|
896
|
-
* [deb] Added service file for Systemd into groonga-httpd and groonga-server-gqtp packages.
|
897
|
-
* [:doc:`/reference/commands/select`] Ignored ``--query`` when its
|
898
|
-
value consists of only space characters. Space characters include
|
899
|
-
full-width space (``U+3000 IDEOGRAPHIC SPACE`` in
|
900
|
-
Unicode). [Suggested by TomyGX]
|
901
|
-
|
902
|
-
Fixes
|
903
|
-
^^^^^
|
904
|
-
|
905
|
-
* Fixed a crash bug when empty key is specified for ``drilldown[label].keys``.
|
906
|
-
* Fixed a bug that the return value of ``grn_parse_query_flags`` is not properly checked.
|
907
|
-
[GitHub#336] [Reported by Hiroaki Nakamura]
|
908
|
-
* Fixed a build error on some BSD systems. They doesn't have ``-i`` option for ``sed``.
|
909
|
-
* Fixed a build error on Solaris. It is changed to initialize by ``sizeof(msghdr)`` in ``memset()`` because
|
910
|
-
``msg_control``, ``msg_controllen`` and ``msg_flags`` doesn't exist on Solaris by default.
|
911
|
-
* [:doc:`/reference/tokenizers`] Fixed a typo. [GitHub#338] [Reported by Hiroyuki Sato]
|
912
|
-
* [:doc:`/reference/output`] Fixed markup. [GitHub groonga/groonga.org#17]
|
913
|
-
[Reported by Hiroyuki Sato]
|
914
|
-
* Reduced getenv() in each ``grn_ii_cursor_set_min()``. This fixes performance
|
915
|
-
regression on Windows.
|
916
|
-
* Fixed a build error on OpenBSD. [groonga-dev,03255] [Reported by fbnteqr]
|
917
|
-
* [:doc:`/reference/executables/groonga-httpd`] Fixed a bug that same message is
|
918
|
-
logged.
|
919
|
-
* Fixed a crash bug which is caused by double free memory.
|
920
|
-
* Fixed a memory leak. It's occurred when ``--match_columns`` and ``--query`` are
|
921
|
-
used for non indexed text field and text fields have a value that isn't bulk
|
922
|
-
embeddable. Normally, 32byte over size text isn't bulk embeddable, so this bug
|
923
|
-
doesn't affect to the case if only small text less than 32byte are stored.
|
924
|
-
* [:doc:`/reference/tokenizers`] [TokenRegexp] Fixed a bug that it can't be searched
|
925
|
-
correctly when query contains characters which are treated as blank character.
|
926
|
-
For example, the newline - "\\n" is typical one.
|
927
|
-
|
928
|
-
Thanks
|
929
|
-
^^^^^^
|
930
|
-
|
931
|
-
* Hiroaki Nakamura
|
932
|
-
* Hiroyuki Sato
|
933
|
-
* Naoya Murakami
|
934
|
-
* fbnteqr
|
935
|
-
* TomyGX
|
936
|
-
|
937
|
-
.. _release-5-0-3:
|
938
|
-
|
939
|
-
Release 5.0.3 - 2015-04-29
|
940
|
-
--------------------------
|
941
|
-
|
942
|
-
Improvements
|
943
|
-
^^^^^^^^^^^^
|
944
|
-
|
945
|
-
* [:doc:`/reference/tokenizers`][:doc:`/reference/regular_expression`]
|
946
|
-
Skip the last one character token.
|
947
|
-
* [mruby] Supported regexp pattern for estimating size.
|
948
|
-
* [mruby] Supported size estimation for accessor.
|
949
|
-
* [:doc:`/reference/commands/logical_range_filter`] Removed ``GRN_LOGICAL_RANGE_FILTER_ENABLED``
|
950
|
-
environment variable which is introduced since Groonga 5.0.2.
|
951
|
-
Use ``GRN_LOGICAL_RANGE_FILTER_THRESHOLD=0`` to disable range index search
|
952
|
-
feature.
|
953
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported negative limit and offset.
|
954
|
-
* [:doc:`/install/windows`] Used `Groonga Admin <https://github.com/groonga/groonga-admin>`_ in package.
|
955
|
-
* [:doc:`/reference/commands/logical_range_filter`] Changed threshold meaning:
|
956
|
-
|
957
|
-
* threshold <= 0.0: always use range index
|
958
|
-
* threshold >= 1.0: never use range index
|
959
|
-
|
960
|
-
* [:doc:`/reference/commands/dump`] Supported plugin.
|
961
|
-
* [:doc:`/reference/commands/dump`] Added the following options:
|
962
|
-
|
963
|
-
* ``--dump_plugins [yes(default)/no]``
|
964
|
-
* ``--dump_schema [yes(default)/no]``
|
965
|
-
* ``--dump_records [yes(default)/no]``
|
966
|
-
* ``--dump_indexes [yes(default)/no]``
|
967
|
-
|
968
|
-
* [API] Added :c:func:`grn_plugin_get_ruby_suffix()`.
|
969
|
-
* [:doc:`/reference/commands/dump`] Fixed order to put index columns after reference columns
|
970
|
-
because index column may refer reference columns.
|
971
|
-
* [:doc:`/reference/commands/dump`] Don't dump records of lexicon.
|
972
|
-
* [:doc:`/reference/commands/dump`] Show ``_id`` for ``TABLE_NO_KEY`` again.
|
973
|
-
* [:doc:`/reference/commands/dump`] Used offline index construnction.
|
974
|
-
* Increased max hash key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
|
975
|
-
* Increased max cache key size from 4KiB (4096Byte) to 64KiB - 1 (65535Byte).
|
976
|
-
* Improved performance for nested index search.
|
977
|
-
* Used index for nonexistent reference column value.
|
978
|
-
* [experimental] Added plugin functions/vector. It includes :doc:`/reference/functions/vector_size` function.
|
979
|
-
* [:doc:`/install/windows`] Updated Visual Studio version
|
980
|
-
[GitHub groonga/meetup#4] [Reported by Hiroyuki Mizuhara]
|
981
|
-
* [:doc:`/reference/commands/cache_limit`] Expired old caches when the max N caches is decreased.
|
982
|
-
[Suggested by Gurunavi, Inc.]
|
983
|
-
* Show more information such as errno for errors.
|
984
|
-
* [windows] Used secure functions on Windows.
|
985
|
-
* Added the following APIs to change log rotate threshold in file size.
|
986
|
-
|
987
|
-
* :c:func:`grn_default_logger_set_rotate_threshold_size()`
|
988
|
-
* :c:func:`grn_default_logger_get_rotate_threshold_size()`
|
989
|
-
* :c:func:`grn_default_query_logger_set_rotate_threshold_size()`
|
990
|
-
* :c:func:`grn_default_query_logger_get_rotate_threshold_size()`
|
991
|
-
|
992
|
-
* [experimental] Supported log rotation. The feature is disabled by default.
|
993
|
-
You can enable log rotation by the following options:
|
994
|
-
|
995
|
-
* ``--log-rotate-threshold-size``
|
996
|
-
* ``--query-log-rotate-threshold-size``
|
997
|
-
|
998
|
-
* [:doc:`/server/gqtp`] Documented about GQTP server.
|
999
|
-
* [:doc:`/reference/executables/groonga`] Documented groonga executable file partially.
|
1000
|
-
* Supported Ubuntu 15.04 (Vivid Vervet).
|
1001
|
-
* Supported Debian 8.0 (Jessie).
|
1002
|
-
* [:doc:`/reference/executables/groonga-httpd`] Updated bundled nginx version to the latest mainline (1.8.0).
|
1003
|
-
|
1004
|
-
Fixes
|
1005
|
-
^^^^^
|
1006
|
-
|
1007
|
-
* [windows] Fixed a bug that :ref:`offline-index-construction` is
|
1008
|
-
failed for large data (at least 1GB or larger) with Groonga built by
|
1009
|
-
Microsoft Visual C++. [Reported by Hideki ARAI]
|
1010
|
-
* [mruby] Made ``\\`` index searchable in regular expression.
|
1011
|
-
* Fixed a bug that ``GRN_II_CURSOR_SET_MIN_ENABLE=yes`` doesn't return some matched records.
|
1012
|
-
* [sharding] Fixed a bug that partial range is handled as all range.
|
1013
|
-
* [:doc:`/reference/commands/logical_range_filter`] Fixed a bug that ``:order => "descending"`` doesn't work.
|
1014
|
-
* [:doc:`/reference/commands/logical_count`] Re-supported counting with range index.
|
1015
|
-
* Fixed a bug causing malfunction of :c:func:`grn_pat_del()`
|
1016
|
-
and added a test for invalid patricia trie node add case.
|
1017
|
-
[groonga-dev,03177] [Reported by yuya sako]
|
1018
|
-
|
1019
|
-
Thanks
|
1020
|
-
^^^^^^
|
1021
|
-
|
1022
|
-
* Hideki ARAI
|
1023
|
-
* Hiroyuki Mizuhara
|
1024
|
-
* Gurunavi, Inc.
|
1025
|
-
* yuya sako
|
1026
|
-
|
1027
|
-
.. _release-5-0-2:
|
1028
|
-
|
1029
|
-
Release 5.0.2 - 2015-03-31
|
1030
|
-
--------------------------
|
1031
|
-
|
1032
|
-
It's a bug fix release of 5.0.1.
|
1033
|
-
|
1034
|
-
Improvements
|
1035
|
-
^^^^^^^^^^^^
|
1036
|
-
|
1037
|
-
* Supported MessagePack 1.0.1. [Reported by Hiroshi Hatake]
|
1038
|
-
* [logical_range_filter] Disabled range index by default. It's enabled
|
1039
|
-
when you set the enviromnent variable ``GRN_LOGICAL_RANGE_FILTER_ENABLED``
|
1040
|
-
to ``yes``.
|
1041
|
-
|
1042
|
-
Fixes
|
1043
|
-
^^^^^
|
1044
|
-
|
1045
|
-
* Fixed a regression bug that JSONP doesn't work. It was introduced
|
1046
|
-
in Groonga 4.1.1.
|
1047
|
-
* [windows] Fixed a bug that crash on x86 for Groonga 5.0.1.
|
1048
|
-
[groonga-dev,03131] [Reported by Atsushi Shinoda]
|
1049
|
-
* Fixed a crash bug that libedit is not properly initialized. The
|
1050
|
-
problem is fixed in the environment such as CentOS 7.
|
1051
|
-
|
1052
|
-
Thanks
|
1053
|
-
^^^^^^
|
1054
|
-
|
1055
|
-
* Atsushi Shinoda
|
1056
|
-
* Hiroshi Hatake
|
1057
|
-
|
1058
|
-
.. _release-5-0-1:
|
1059
|
-
|
1060
|
-
Release 5.0.1 - 2015-03-29
|
1061
|
-
--------------------------
|
1062
|
-
|
1063
|
-
Improvements
|
1064
|
-
^^^^^^^^^^^^
|
1065
|
-
|
1066
|
-
* [:doc:`/reference/commands/logical_range_filter`] Supported filter
|
1067
|
-
and sort.
|
1068
|
-
* Supported range search by multiple column index.
|
1069
|
-
* Added API :doc:`/reference/api/overview` document for users who want
|
1070
|
-
to use Groonga as library.
|
1071
|
-
* [incompatible] Changed internal type of ``_score`` to floating point
|
1072
|
-
number from 32bit integer number. This is incompatible change for DB
|
1073
|
-
API users. This *isn't* incompatible change for query API users. It
|
1074
|
-
means that users who just use :doc:`/reference/commands/select`
|
1075
|
-
aren't affected. Use the following code that works with both older
|
1076
|
-
and newer Groonga:
|
1077
|
-
|
1078
|
-
.. code-block:: c
|
1079
|
-
|
1080
|
-
grn_obj *score;
|
1081
|
-
double score_value;
|
1082
|
-
|
1083
|
-
if (score->header.domain == GRN_DB_FLOAT) {
|
1084
|
-
score_value = GRN_FLOAT_VALUE(score);
|
1085
|
-
} else {
|
1086
|
-
score_value = (double)GRN_INT32_VALUE_FLOAT_VALUE(score);
|
1087
|
-
}
|
1088
|
-
|
1089
|
-
* [:doc:`/reference/commands/select`] Added more strict check for
|
1090
|
-
invalid drilldown parameter.
|
1091
|
-
* Added :c:func:`grn_ctx_get_all_tables()`. [Suggested by Masatoshi
|
1092
|
-
Teruya]
|
1093
|
-
* Supported to customize score function. See :doc:`/reference/scorer`
|
1094
|
-
for details.
|
1095
|
-
* [incompatible] Custom score function feature introduced API and ABI
|
1096
|
-
incompatibilities in DB API layer. If you're using
|
1097
|
-
:c:type:`grn_search_optarg`, please check that your code initializes
|
1098
|
-
your :c:type:`grn_search_optarg` by ``0`` like the following:
|
1099
|
-
|
1100
|
-
.. code-block:: c
|
1101
|
-
|
1102
|
-
grn_search_optarg options;
|
1103
|
-
memset(&options, 0, sizeof(grn_search_optarg));
|
1104
|
-
|
1105
|
-
If your code do the above thing, your code is API compatible and ABI
|
1106
|
-
incompatible. You just need to rebuild your code without
|
1107
|
-
modification.
|
1108
|
-
|
1109
|
-
If your code doesn't the above thing, you need to added the above
|
1110
|
-
thing to your code.
|
1111
|
-
|
1112
|
-
* Added the following predicates that check :c:type:`grn_obj` type to
|
1113
|
-
DB API:
|
1114
|
-
|
1115
|
-
* :c:func:`grn_obj_is_table()`
|
1116
|
-
* :c:func:`grn_obj_is_proc_proc()`
|
1117
|
-
* :c:func:`grn_obj_is_function_proc()`
|
1118
|
-
* :c:func:`grn_obj_is_selector_proc()`
|
1119
|
-
* :c:func:`grn_obj_is_scorer_proc()`
|
1120
|
-
|
1121
|
-
* [experimental] Supported skipping posting list when searching
|
1122
|
-
popular term and rare term at the same time. It will improve
|
1123
|
-
performance. Set ``GRN_II_CURSOR_SET_MIN_ENABLE`` environment
|
1124
|
-
variable to ``1`` to enable the feature. The feature is disabled by
|
1125
|
-
default.
|
1126
|
-
* [doc] Added :doc:`/reference/functions/in_values` document.
|
1127
|
-
* [doc] Added :doc:`/reference/commands/logical_count` document.
|
1128
|
-
* [mruby] Implemented custom ``#inspect`` method. Is is useful for
|
1129
|
-
debugging.
|
1130
|
-
* Added :doc:`/reference/scorers/scorer_tf_at_most` scorer. It
|
1131
|
-
limits not to exceed specified score regardless of term frequency.
|
1132
|
-
* [mruby] Supported estimating matched records for selecting index
|
1133
|
-
search or sequential search.
|
1134
|
-
* Added the following functions to estimate size by index:
|
1135
|
-
|
1136
|
-
* :c:func:`grn_expr_estimate_size()`
|
1137
|
-
* :c:func:`grn_ii_estimate_size_for_query()`
|
1138
|
-
* :c:func:`grn_ii_estimate_size_for_lexicon_cursor()`
|
1139
|
-
|
1140
|
-
* Added missing :ref:`normalizer-auto` availability check. [GitHub#283]
|
1141
|
-
[Reported by Tasuku SUENAGA]
|
1142
|
-
* Dropped Visual Studio 2010 support.
|
1143
|
-
* [experimental][mecab] Supported chunked tokenization. This feature
|
1144
|
-
is a workaround for MeCab's "too long sentense" error. Specify
|
1145
|
-
``yes`` to ``GRN_MECAB_CHUNKED_TOKENIZE_ENABLED`` environment
|
1146
|
-
variable to enable it. By this configuration, Groonga splits a long
|
1147
|
-
text (8192 bytes over text by default) into small chunks and passes
|
1148
|
-
each chunk to MeCab. By this process, the above error isn't
|
1149
|
-
occurred. Additionally, you can customize chunk threshold bytes by
|
1150
|
-
``GRN_MECAB_CHUNK_SIZE_THRESHOLD`` environment variable. Note that
|
1151
|
-
``,``, ``.``, ``!``, ``?``, ``U+3001 IDEOGRAPHIC COMMA``, ``U+3002
|
1152
|
-
IDEOGRAPHIC FULL STOP``, ``U+FF01 FULLWIDTH EXCLAMATION MARK`` and
|
1153
|
-
``U+FF1F FULLWIDTH QUESTION MARK`` are treated as chunk delimiter
|
1154
|
-
characters.
|
1155
|
-
* Supported ``--pid-file`` in server mode of
|
1156
|
-
:doc:`/reference/executables/groonga`.
|
1157
|
-
* [groonga-httpd] Supported graceful stop to clean Groonga. It doesn't
|
1158
|
-
terminate the open connections immediately.
|
1159
|
-
* [experimental] Supported regular expression. See
|
1160
|
-
:doc:`/reference/regular_expression` to know about how to use regular
|
1161
|
-
expression.
|
1162
|
-
* [experimental] Added :doc:`/reference/commands/plugin_unregister`
|
1163
|
-
command.
|
1164
|
-
* [http][:doc:`/reference/commands/load`] Added "," as chunk separator
|
1165
|
-
in POST data. It decreases internal buffer size and improves load
|
1166
|
-
time when POST data don't include any new line.
|
1167
|
-
* [doc] Added :doc:`/reference/tokenizers` document.
|
1168
|
-
* Improved POSIX.2 compatibility by using ``.`` as bash's "source"
|
1169
|
-
command replacement. [GitHub#317] [Patch by Jun Kuriyama]
|
1170
|
-
* [windows] Changed to the default IO version 1. It reduces disk usage
|
1171
|
-
on Windows. [groonga-dev,03118] [Tested by ongaeshi]
|
1172
|
-
* [httpd] Updated bundled nginx version to the latest mainline
|
1173
|
-
(1.7.11).
|
1174
|
-
* Changed mime-type for TSV output to ``text/tab-separated-values``
|
1175
|
-
from ``text/plain``.
|
1176
|
-
* [:ref:`token-filter-stop-word`] Supported
|
1177
|
-
:ref:`offline-index-construction`. [GitHub#296] [Patch by Naoya
|
1178
|
-
Murakami]
|
1179
|
-
|
1180
|
-
Fixes
|
1181
|
-
^^^^^
|
1182
|
-
|
1183
|
-
* Fixed not to use obsolete ``--address`` parameter in the default
|
1184
|
-
groonga.conf. ``--bind-address`` is used instead. [Groonga-talk]
|
1185
|
-
[Reported by Dewangga]
|
1186
|
-
* [:doc:`/reference/commands/truncate`] Fixed a bug that
|
1187
|
-
:ref:`table-no-key` table can't be truncated.
|
1188
|
-
* [mecab] Reduced needless logs for "empty token" and "ignore empty
|
1189
|
-
token".
|
1190
|
-
* Fixed a bug that wrong section in index is used. It means that wrong
|
1191
|
-
search result is returned. If you satisfy all of the following
|
1192
|
-
conditions, this bug is occurred:
|
1193
|
-
|
1194
|
-
* Multiple indexes are available.
|
1195
|
-
* The first defined index or the last defined index are
|
1196
|
-
multi-column indexes.
|
1197
|
-
* When both of the first defined index and the last defined index are
|
1198
|
-
multi-column indexes, source column orders are different in them.
|
1199
|
-
|
1200
|
-
* Fixed a bug that passing Groonga command line to
|
1201
|
-
:doc:`/reference/executables/groonga` from shell command line style
|
1202
|
-
usage always returns ``0`` as exit code. For example, ``groonga
|
1203
|
-
DB_PATH nonexistent_command`` always returned ``0`` as exist code.
|
1204
|
-
* Fixed a bug that plugin path may be broken when two or more plugins
|
1205
|
-
registered. [Reported by Naoya Murakami]
|
1206
|
-
* Fixed a bug that ``Lexicon.index.source_column_name`` style in
|
1207
|
-
:ref:`select-match-columns` doesn't work when source
|
1208
|
-
column specified by ``source_column_name`` has two or more
|
1209
|
-
indexes. [Reported by Naoya Murakami]
|
1210
|
-
|
1211
|
-
Thanks
|
1212
|
-
^^^^^^
|
1213
|
-
|
1214
|
-
* Masatoshi Teruya
|
1215
|
-
* Tasuku SUENAGA
|
1216
|
-
* Dewangga
|
1217
|
-
* Jun Kuriyama
|
1218
|
-
* ongaeshi
|
1219
|
-
* Naoya Murakami
|
1220
|
-
|
1221
|
-
.. _release-5-0-0:
|
1222
|
-
|
1223
|
-
Release 5.0.0 - 2015-02-09
|
1224
|
-
--------------------------
|
1225
|
-
|
1226
|
-
* Bump version to 5.0.0!
|
1227
|
-
|
1228
|
-
Improvements
|
1229
|
-
^^^^^^^^^^^^
|
1230
|
-
|
1231
|
-
* [doc] Added :ref:`script-syntax-security` about :doc:`/reference/grn_expr/script_syntax`.
|
1232
|
-
* [experimental] Added sharding plugin. Execute `register sharding` to
|
1233
|
-
enable this feature in advance, then use :doc:`/reference/commands/logical_count` to get the number of records.
|
1234
|
-
* [cmake] Supported embedded Groonga with Clang. It fixed compilation failure
|
1235
|
-
on FreeBSD 10.1. `[MDEV-7293] <https://mariadb.atlassian.net/browse/MDEV-7293>`_
|
1236
|
-
[Reported by Bernard Spil]
|
1237
|
-
* Supported to customize plugins directory. Set `GRN_PLUGINS_DIR` environment variable.
|
1238
|
-
|
1239
|
-
Fixes
|
1240
|
-
^^^^^
|
1241
|
-
|
1242
|
-
* Fixed build failure when system has an incompatible version of onigmo/oniguruma
|
1243
|
-
headers installed. [GitHub#276] [Patch by Akinori MUSHA]
|
1244
|
-
* Fixed time related build failure on MSVC [GitHub#237]
|
1245
|
-
|
1246
|
-
Thanks
|
1247
|
-
^^^^^^
|
1248
|
-
|
1249
|
-
* Akinori MUSHA
|
1250
|
-
* Bernard Spil
|