rroonga 7.0.2-x86-mingw32 → 7.1.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +2 -2
- data/doc/text/news.md +46 -7
- data/ext/groonga/rb-grn-array.c +1 -272
- data/ext/groonga/rb-grn-column-cache.c +240 -0
- data/ext/groonga/rb-grn-column.c +1 -1
- data/ext/groonga/rb-grn-context.c +28 -4
- data/ext/groonga/rb-grn-expression.c +23 -1
- data/ext/groonga/rb-grn-object.c +44 -1
- data/ext/groonga/rb-grn-procedure.c +16 -1
- data/ext/groonga/rb-grn-query-logger.c +55 -6
- data/ext/groonga/rb-grn-table.c +170 -1
- data/ext/groonga/rb-grn-utils.c +21 -2
- data/ext/groonga/rb-grn.h +18 -3
- data/ext/groonga/rb-groonga.c +2 -1
- data/lib/2.1/groonga.so +0 -0
- data/lib/2.2/groonga.so +0 -0
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/groonga.rb +8 -5
- data/lib/groonga/column.rb +0 -5
- data/lib/groonga/database.rb +0 -10
- data/lib/groonga/index-column.rb +0 -10
- data/lib/groonga/query-logger.rb +1 -1
- data/rroonga-build.rb +6 -6
- data/rroonga.gemspec +1 -1
- data/test/groonga-test-utils.rb +5 -8
- data/test/test-array.rb +1 -131
- data/test/test-column-cache.rb +46 -0
- data/test/test-command-select.rb +36 -1
- data/test/test-context.rb +1 -2
- data/test/test-database.rb +16 -2
- data/test/test-logger.rb +13 -1
- data/test/test-procedure.rb +7 -1
- data/test/test-query-logger.rb +12 -1
- data/test/test-table-arrow.rb +193 -0
- data/test/test-table-offset-and-limit.rb +3 -1
- data/vendor/local/bin/cv2pdb.exe +0 -0
- data/vendor/local/bin/generate-pdb.bat +36 -0
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-2.dll +0 -0
- data/vendor/local/bin/libmsgpackc.dll +0 -0
- data/vendor/local/bin/libonigmo-6.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/lz4.exe +0 -0
- data/vendor/local/bin/lz4c.exe +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/pcre-config +1 -1
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +1 -1
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga.hpp +21 -0
- data/vendor/local/include/groonga/groonga/arrow.h +38 -0
- data/vendor/local/include/groonga/groonga/arrow.hpp +21 -0
- data/vendor/local/include/groonga/groonga/column.h +9 -0
- data/vendor/local/include/groonga/groonga/expr.h +9 -1
- data/vendor/local/include/groonga/groonga/groonga.h +19 -3
- data/vendor/local/include/groonga/groonga/obj.h +3 -0
- data/vendor/local/include/groonga/groonga/operator.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +8 -0
- data/vendor/local/include/groonga/groonga/portability.h +19 -1
- data/vendor/local/include/groonga/groonga/table.h +14 -0
- data/vendor/local/include/groonga/groonga/util.h +3 -0
- data/vendor/local/include/groonga/groonga/window_function.h +2 -0
- data/vendor/local/include/pcre.h +2 -2
- data/vendor/local/include/pcre_stringpiece.h +2 -2
- data/vendor/local/lib/groonga/plugins/functions/index_column.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/index_column.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/math.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/math.la +41 -0
- data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
- data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/normalizers/mysql.la +1 -1
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- data/vendor/local/lib/groonga/plugins/ruby/eval.rb +1 -1
- data/vendor/local/lib/groonga/plugins/sharding.rb +3 -0
- data/vendor/local/lib/groonga/plugins/sharding/dynamic_columns.rb +152 -0
- data/vendor/local/lib/groonga/plugins/sharding/keys_parsable.rb +12 -0
- data/vendor/local/lib/groonga/plugins/sharding/logical_count.rb +149 -106
- data/vendor/local/lib/groonga/plugins/sharding/logical_enumerator.rb +11 -3
- data/vendor/local/lib/groonga/plugins/sharding/logical_range_filter.rb +80 -6
- data/vendor/local/lib/groonga/plugins/sharding/logical_select.rb +43 -206
- data/vendor/local/lib/groonga/plugins/sharding/range_expression_builder.rb +15 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +1 -1
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +163 -1
- data/vendor/local/lib/groonga/scripts/ruby/command_line_parser.rb +12 -0
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree/function_call.rb +8 -3
- data/vendor/local/lib/groonga/scripts/ruby/expression_tree_builder.rb +1 -0
- data/{lib/groonga/table.rb → vendor/local/lib/groonga/scripts/ruby/groonga-log.rb} +6 -12
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/parser.rb +81 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/statistic.rb +23 -0
- data/vendor/local/lib/groonga/scripts/ruby/groonga-log/version.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +10 -0
- data/vendor/local/lib/groonga/scripts/ruby/labeled_arguments.rb +21 -0
- data/vendor/local/lib/groonga/scripts/ruby/logger/level.rb +8 -2
- data/vendor/local/lib/groonga/scripts/ruby/object.rb +7 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info.rb +3 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +2 -0
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_data.rb +40 -9
- data/vendor/local/lib/groonga/scripts/ruby/table.rb +12 -2
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- data/vendor/local/lib/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libonigmo.a +0 -0
- data/vendor/local/lib/libonigmo.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/lib/pkgconfig/libpcre.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +1 -1
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/en/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/en/html/index.html +42 -45
- data/vendor/local/share/doc/groonga/en/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +92 -28
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/en/html/limitations.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news.html +650 -43
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +13 -23
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +12 -22
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/4.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/5.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/6.x.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/en/html/reference/alias.html +12 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +10 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +35 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +56 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +42 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +583 -107
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +1143 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +166 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +138 -143
- data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +95 -65
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +37 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +14 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +11 -21
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +9 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +118 -21
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +44 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +56 -111
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_records.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +15 -26
- data/vendor/local/share/doc/groonga/en/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +50 -61
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +36 -47
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +35 -46
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +22 -37
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_count.html +152 -0
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/en/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/en/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/server/package.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +17 -27
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -31
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/how_to_analyze_error_message.html +188 -0
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +12 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +21 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +174 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -81
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +47 -19
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-bright.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment-close.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/comment.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/{jquery-1.11.1.js → jquery-3.1.0.js} +4245 -4479
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +112 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +11 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -42
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/development.html +13 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +19 -38
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +819 -1560
- data/vendor/local/share/doc/groonga/ja/html/index.html +41 -44
- data/vendor/local/share/doc/groonga/ja/html/install.html +11 -20
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +18 -33
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +84 -32
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +15 -28
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +28 -55
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +12 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +17 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +18 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +17 -35
- data/vendor/local/share/doc/groonga/ja/html/news.html +516 -158
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +15 -25
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +12 -22
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +144 -288
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +36 -72
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +266 -532
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +224 -441
- data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +258 -516
- data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +282 -562
- data/vendor/local/share/doc/groonga/ja/html/news/6.x.html +213 -426
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +32 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +10 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +56 -85
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +55 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +45 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +498 -106
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +13 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +1051 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +166 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +33 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +54 -104
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +183 -233
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +14 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +14 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +136 -147
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +145 -271
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +23 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +28 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +32 -65
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +9 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +22 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +15 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +13 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +11 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +113 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +21 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +10 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +70 -127
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +17 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +71 -109
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +29 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +46 -102
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +14 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +11 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_records.html +23 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +16 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/math_abs.html +237 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +30 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +37 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +64 -89
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +31 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +42 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_length.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +38 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +27 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_new.html +29 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +32 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +13 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +17 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +37 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +13 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +18 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +12 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +15 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +29 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +16 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +34 -70
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +22 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +16 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +19 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +31 -64
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +42 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/window_function.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/record_number.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_count.html +153 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_record_number.html +28 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/window_functions/window_sum.html +23 -34
- data/vendor/local/share/doc/groonga/ja/html/search.html +9 -12
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +47 -95
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +26 -54
- data/vendor/local/share/doc/groonga/ja/html/spec.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +50 -93
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +18 -24
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +14 -25
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/how_to_analyze_error_message.html +186 -0
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +22 -35
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +9 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +12 -25
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +15 -29
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -21
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +29 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +177 -28
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +34 -129
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +16 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +9 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +18 -33
- data/vendor/local/share/doc/pcre/AUTHORS +3 -3
- data/vendor/local/share/doc/pcre/ChangeLog +94 -0
- data/vendor/local/share/doc/pcre/LICENCE +3 -3
- data/vendor/local/share/doc/pcre/NEWS +12 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +1 -1
- data/vendor/local/share/doc/pcre/html/pcrejit.html +52 -5
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +20 -17
- data/vendor/local/share/doc/pcre/html/pcretest.html +7 -2
- data/vendor/local/share/doc/pcre/pcre.txt +1103 -1055
- data/vendor/local/share/doc/pcre/pcretest.txt +6 -2
- data/vendor/local/share/groonga/groonga-log/README.md +44 -0
- data/vendor/local/share/groonga/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/groonga/mruby/LEGAL +4 -0
- data/vendor/local/share/license/cv2pdb/LICENSE +201 -0
- data/vendor/local/share/license/cv2pdb/README +138 -0
- data/vendor/local/share/license/groonga-log/README.md +44 -0
- data/vendor/local/share/license/groonga-log/lgpl-2.1.txt +502 -0
- data/vendor/local/share/license/pcre/LICENCE +3 -3
- data/vendor/local/share/man/man1/pcretest.1 +7 -3
- data/vendor/local/share/man/man3/pcrecompat.3 +1 -1
- data/vendor/local/share/man/man3/pcrejit.3 +48 -6
- data/vendor/local/share/man/man3/pcrepattern.3 +20 -17
- metadata +102 -559
- data/lib/groonga/statistic-measurer.rb +0 -37
- data/test/test-statistic-measurer.rb +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/en/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/en/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/en/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/en/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/en/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/en/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/en/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/en/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/en/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/en/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +0 -70
- data/vendor/local/share/doc/groonga/ja/html/_sources/client.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +0 -26
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_autotools.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/unix_cmake.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/build/windows_cmake.txt +0 -93
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +0 -214
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +0 -790
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/repository.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/c-api.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/i18n.txt +0 -200
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/report.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +0 -106
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +0 -107
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +0 -97
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +0 -66
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +0 -273
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +0 -99
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +0 -92
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +0 -315
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/0.x.txt +0 -126
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +0 -289
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.1.x.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.2.x.txt +0 -390
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.3.x.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/2.x.txt +0 -623
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/3.x.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/4.x.txt +0 -689
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/5.x.txt +0 -1250
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/6.x.txt +0 -1086
- data/vendor/local/share/doc/groonga/ja/html/_sources/news/senna.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/alias.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_cache.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +0 -198
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_command_version.txt +0 -37
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_encoding.txt +0 -49
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_expr.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_geo.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_hook.txt +0 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ii.txt +0 -35
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_index_cursor.txt +0 -44
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_info.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_match_escalation.txt +0 -39
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +0 -269
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_proc.txt +0 -56
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_search.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table.txt +0 -219
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_table_cursor.txt +0 -109
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_thread.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_type.txt +0 -31
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_user_data.txt +0 -29
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/overview.txt +0 -54
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +0 -156
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/cast.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +0 -34
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/index.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/pseudo.txt +0 -40
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/scalar.txt +0 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/columns/vector.txt +0 -332
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +0 -75
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/output_format.txt +0 -228
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/pretty_print.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +0 -41
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_timeout.txt +0 -78
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/return_code.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +0 -161
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +0 -60
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_copy.txt +0 -381
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +0 -800
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_rename.txt +0 -101
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_delete.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_get.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/config_set.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/database_unmap.txt +0 -85
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/delete.txt +0 -122
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +0 -202
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/io_flush.txt +0 -266
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/load.txt +0 -100
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_acquire.txt +0 -102
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_release.txt +0 -98
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +0 -87
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_put.txt +0 -65
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +0 -62
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_count.txt +0 -171
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_parameters.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_range_filter.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_select.txt +0 -1359
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_shard_list.txt +0 -103
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/logical_table_remove.txt +0 -541
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +0 -155
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_exist.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_inspect.txt +0 -899
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_list.txt +0 -405
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/object_remove.txt +0 -140
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_register.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/plugin_unregister.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/query_expand.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/register.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/reindex.txt +0 -142
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -134
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +0 -71
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/schema.txt +0 -627
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +0 -2776
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +0 -113
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +0 -151
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/suggest.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_copy.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +0 -380
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_remove.txt +0 -309
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_rename.txt +0 -90
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/thread_limit.txt +0 -110
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +0 -248
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +0 -95
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/configuration.txt +0 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables.txt +0 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -117
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +0 -68
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +0 -287
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +0 -552
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +0 -57
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +0 -63
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +0 -470
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +0 -94
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -473
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/function.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/fuzzy_search.txt +0 -23
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +0 -300
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +0 -81
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +0 -55
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -127
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -105
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +0 -80
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_records.txt +0 -195
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +0 -82
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +0 -36
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/number_classify.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/prefix_rk_search.txt +0 -158
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/query.txt +0 -254
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -114
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_length.txt +0 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/string_substring.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/sub_filter.txt +0 -137
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_day.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_hour.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_minute.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_month.txt +0 -20
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_second.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_week.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/time_classify_year.txt +0 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_new.txt +0 -38
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_size.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/vector_slice.txt +0 -27
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +0 -59
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +0 -652
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +0 -1126
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/indexing.txt +0 -112
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +0 -236
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +0 -133
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/geolocation_search.txt +0 -52
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/operations/prefix_rk_search.txt +0 -76
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/output.txt +0 -164
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +0 -153
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/regular_expression.txt +0 -436
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorer.txt +0 -218
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_at_most.txt +0 -136
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/scorers/scorer_tf_idf.txt +0 -157
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/sharding.txt +0 -104
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest.txt +0 -17
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/completion.txt +0 -271
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/correction.txt +0 -148
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/introduction.txt +0 -96
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/suggest/suggestion.txt +0 -132
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +0 -216
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +0 -120
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +0 -517
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +0 -177
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +0 -170
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_function.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/record_number.txt +0 -28
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_record_number.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/window_functions/window_sum.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +0 -15
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/gqtp.txt +0 -48
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -25
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +0 -298
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga-httpd.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/groonga.txt +0 -8
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/memcached.txt +0 -16
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +0 -209
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/gqtp.txt +0 -280
- data/vendor/local/share/doc/groonga/ja/html/_sources/spec/search.txt +0 -115
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +0 -13
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/different_results_with_the_same_keyword.txt +0 -135
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +0 -45
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +0 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +0 -173
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +0 -130
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +0 -123
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +0 -294
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +0 -12
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +0 -234
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +0 -539
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +0 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +0 -58
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +0 -69
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +0 -123
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>News - 1.3.x — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>News - 1.3.x — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -27,10 +25,9 @@
|
|
27
25
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
|
-
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
28
|
+
<link rel="search" title="検索" href="../search.html" />
|
32
29
|
</head>
|
33
|
-
<body
|
30
|
+
<body>
|
34
31
|
<div class="header">
|
35
32
|
<h1 class="title">
|
36
33
|
<a id="top-link" href="../index.html">
|
@@ -54,7 +51,7 @@
|
|
54
51
|
<li class="right" style="margin-right: 10px">
|
55
52
|
<a href="../genindex.html" title="総合索引"
|
56
53
|
accesskey="I">索引</a></li>
|
57
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
54
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
58
55
|
</ul>
|
59
56
|
</div>
|
60
57
|
|
@@ -70,63 +67,37 @@
|
|
70
67
|
<div class="section" id="improvements">
|
71
68
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
72
69
|
<ul class="simple">
|
73
|
-
<li
|
74
|
-
</li>
|
75
|
-
<li
|
76
|
-
|
77
|
-
<li
|
78
|
-
</li>
|
79
|
-
<li
|
80
|
-
</li>
|
81
|
-
<li
|
82
|
-
</li>
|
83
|
-
<li><
|
84
|
-
</li>
|
85
|
-
<li
|
86
|
-
</li>
|
87
|
-
<li><
|
88
|
-
|
89
|
-
<li
|
90
|
-
|
91
|
-
<li
|
92
|
-
|
93
|
-
<li
|
94
|
-
|
95
|
-
<li><
|
96
|
-
</li>
|
97
|
-
<li><p class="first">[rpm] groongaから必要のないgroogna-docへの依存関係を削除。 [#1251] [Masaharu IWAIさんが提案]</p>
|
98
|
-
</li>
|
99
|
-
<li><p class="first">[dat] <code class="docutils literal"><span class="pre">grn_dat_repair()</span></code> によるデータ復旧対応。</p>
|
100
|
-
</li>
|
101
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_table_at()</span></code> がgrn_dbに対応。</p>
|
102
|
-
</li>
|
103
|
-
<li><p class="first">[suggest] 「安定している」仕様とした。</p>
|
104
|
-
</li>
|
105
|
-
<li><p class="first">[suggest][complete] 前方一致検索で正規化した値を使って検索するようにした。</p>
|
106
|
-
</li>
|
107
|
-
<li><p class="first">実験的な機能としてオフラインインデックス作成機能を追加。いまのところデフォルトでは無効になっているが、USE_OFFLINE_INDEXER=yes環境変数を指定することで有効にできる。</p>
|
108
|
-
</li>
|
109
|
-
<li><p class="first">mroonga用に内部API <code class="docutils literal"><span class="pre">grn_obj_path_by_id()</span></code> を追加した。</p>
|
110
|
-
</li>
|
111
|
-
<li><p class="first">[suggest][httpd] 未知のパラメーターをgroongaに渡すようにした。</p>
|
112
|
-
</li>
|
113
|
-
<li><p class="first">[output][xml] 読みやすいように <code class="docutils literal"><span class="pre"></RESULT></span></code> の前に改行を追加。</p>
|
114
|
-
</li>
|
115
|
-
<li><p class="first">[doc][output] 出力形式に関するドキュメントを追加。</p>
|
116
|
-
</li>
|
117
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">table_rename</span></code> コマンドを追加。 [#1234]</p>
|
118
|
-
</li>
|
119
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">column_rename</span></code> コマンドを追加。 [#1234]</p>
|
120
|
-
</li>
|
70
|
+
<li>GRN_DB_KEY=patまたはGRN_DB_KEY=dat環境変数値による動的なDBのキー管理テーブルの変更をサポート。</li>
|
71
|
+
<li>デフォルトのDBのキー管理テーブルを指定する <code class="docutils literal"><span class="pre">--with-default-db-key</span></code> configureオプションを追加。</li>
|
72
|
+
<li>geo pointデータ型の値として""をサポート。この値は"0x0"として扱う。</li>
|
73
|
+
<li>キャスト時のエラーメッセージにカラム名も含めるようにした。</li>
|
74
|
+
<li>loadエラー時に標準入力のファイル情報を表示しないようにした。</li>
|
75
|
+
<li>write-strings関連の警告を有効にし、警告がでないようにした。 [montywiさんが提案]</li>
|
76
|
+
<li>MessagePack形式の出力機能をサポート対象の機能とした。 [#1215]</li>
|
77
|
+
<li><code class="docutils literal"><span class="pre">*_set_value()</span></code> 関数の <code class="docutils literal"><span class="pre">void</span> <span class="pre">*</span></code> に <code class="docutils literal"><span class="pre">const</span></code> を追加した。</li>
|
78
|
+
<li>CとC++でコンパイル時の警告フラグを有効にした。</li>
|
79
|
+
<li>値なしの <code class="docutils literal"><span class="pre">--with-libevent</span></code> configureオプションをサポート。</li>
|
80
|
+
<li><code class="docutils literal"><span class="pre">grn_table_get()</span></code> がgrn_dbに対応した。 [#1242]</li>
|
81
|
+
<li>[rpm] groonga-serverから必要のないgroogna-munin-pluginsへの依存関係を削除。 [#1251] [Masaharu IWAIさんが提案]</li>
|
82
|
+
<li>[rpm] groongaから必要のないgroogna-docへの依存関係を削除。 [#1251] [Masaharu IWAIさんが提案]</li>
|
83
|
+
<li>[dat] <code class="docutils literal"><span class="pre">grn_dat_repair()</span></code> によるデータ復旧対応。</li>
|
84
|
+
<li><code class="docutils literal"><span class="pre">grn_table_at()</span></code> がgrn_dbに対応。</li>
|
85
|
+
<li>[suggest] 「安定している」仕様とした。</li>
|
86
|
+
<li>[suggest][complete] 前方一致検索で正規化した値を使って検索するようにした。</li>
|
87
|
+
<li>実験的な機能としてオフラインインデックス作成機能を追加。いまのところデフォルトでは無効になっているが、USE_OFFLINE_INDEXER=yes環境変数を指定することで有効にできる。</li>
|
88
|
+
<li>mroonga用に内部API <code class="docutils literal"><span class="pre">grn_obj_path_by_id()</span></code> を追加した。</li>
|
89
|
+
<li>[suggest][httpd] 未知のパラメーターをgroongaに渡すようにした。</li>
|
90
|
+
<li>[output][xml] 読みやすいように <code class="docutils literal"><span class="pre"></RESULT></span></code> の前に改行を追加。</li>
|
91
|
+
<li>[doc][output] 出力形式に関するドキュメントを追加。</li>
|
92
|
+
<li><code class="docutils literal"><span class="pre">table_rename</span></code> コマンドを追加。 [#1234]</li>
|
93
|
+
<li><code class="docutils literal"><span class="pre">column_rename</span></code> コマンドを追加。 [#1234]</li>
|
121
94
|
</ul>
|
122
95
|
</div>
|
123
96
|
<div class="section" id="thanks">
|
124
97
|
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
125
98
|
<ul class="simple">
|
126
|
-
<li
|
127
|
-
|
128
|
-
<li><p class="first">Masaharu IWAIさん</p>
|
129
|
-
</li>
|
99
|
+
<li>montywiさん</li>
|
100
|
+
<li>Masaharu IWAIさん</li>
|
130
101
|
</ul>
|
131
102
|
</div>
|
132
103
|
</div>
|
@@ -150,13 +121,6 @@
|
|
150
121
|
</li>
|
151
122
|
</ul>
|
152
123
|
|
153
|
-
<div role="note" aria-label="source link">
|
154
|
-
<h3>このページ</h3>
|
155
|
-
<ul class="this-page-menu">
|
156
|
-
<li><a href="../_sources/news/1.3.x.txt"
|
157
|
-
rel="nofollow">ソースコードを表示</a></li>
|
158
|
-
</ul>
|
159
|
-
</div>
|
160
124
|
<div id="searchbox" style="display: none" role="search">
|
161
125
|
<h3>クイック検索</h3>
|
162
126
|
<form class="search" action="../search.html" method="get">
|
@@ -177,11 +141,11 @@
|
|
177
141
|
<li class="right" style="margin-right: 10px">
|
178
142
|
<a href="../genindex.html" title="総合索引"
|
179
143
|
>索引</a></li>
|
180
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
144
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
181
145
|
</ul>
|
182
146
|
</div>
|
183
147
|
<div class="footer" role="contentinfo">
|
184
|
-
© Copyright 2009-
|
148
|
+
© Copyright 2009-2018, Brazil, Inc.
|
185
149
|
</div>
|
186
150
|
</body>
|
187
151
|
</html>
|
@@ -1,24 +1,22 @@
|
|
1
1
|
|
2
|
+
|
2
3
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
4
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
5
|
|
5
|
-
|
6
6
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
-
|
10
|
-
<title>News - 2.x — Groonga v7.0.1-160-gda23e59ドキュメント</title>
|
11
|
-
|
9
|
+
<title>News - 2.x — Groonga v7.1.0-73-g6d02cfaドキュメント</title>
|
12
10
|
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
13
11
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
14
|
-
|
15
12
|
<script type="text/javascript">
|
16
13
|
var DOCUMENTATION_OPTIONS = {
|
17
14
|
URL_ROOT: '../',
|
18
|
-
VERSION: '7.0
|
15
|
+
VERSION: '7.1.0-73-g6d02cfa',
|
19
16
|
COLLAPSE_INDEX: false,
|
20
17
|
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE:
|
18
|
+
HAS_SOURCE: false,
|
19
|
+
SOURCELINK_SUFFIX: '.txt'
|
22
20
|
};
|
23
21
|
</script>
|
24
22
|
<script type="text/javascript" src="../_static/jquery.js"></script>
|
@@ -27,10 +25,9 @@
|
|
27
25
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
26
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
27
|
<link rel="index" title="索引" href="../genindex.html" />
|
30
|
-
<link rel="search" title="検索" href="../search.html" />
|
31
|
-
<link rel="top" title="Groonga v7.0.1-160-gda23e59ドキュメント" href="../index.html" />
|
28
|
+
<link rel="search" title="検索" href="../search.html" />
|
32
29
|
</head>
|
33
|
-
<body
|
30
|
+
<body>
|
34
31
|
<div class="header">
|
35
32
|
<h1 class="title">
|
36
33
|
<a id="top-link" href="../index.html">
|
@@ -54,7 +51,7 @@
|
|
54
51
|
<li class="right" style="margin-right: 10px">
|
55
52
|
<a href="../genindex.html" title="総合索引"
|
56
53
|
accesskey="I">索引</a></li>
|
57
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
54
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
58
55
|
</ul>
|
59
56
|
</div>
|
60
57
|
|
@@ -70,48 +67,32 @@
|
|
70
67
|
<div class="section" id="improvements">
|
71
68
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
72
69
|
<ul class="simple">
|
73
|
-
<li
|
74
|
-
|
75
|
-
<li><
|
76
|
-
</li>
|
77
|
-
<li><
|
78
|
-
|
79
|
-
<li
|
80
|
-
</li>
|
81
|
-
<li
|
82
|
-
|
83
|
-
<li
|
84
|
-
</li>
|
85
|
-
<li><p class="first">[deb][rpm] <code class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></code> パッケージのインストール時に必要な辞書をインストールするように改善した。</p>
|
86
|
-
</li>
|
87
|
-
<li><p class="first">範囲検索を <a class="reference internal" href="../tutorial/match_columns.html#nested-index-search"><span class="std std-ref">カラムインデックスによる関連テーブルをまたぐ検索</span></a> でもサポートした。例えば、 'column1.column2...columnN <= "1988-01-04 00:00:00"' というように <code class="docutils literal"><span class="pre">--filter</span></code> に範囲を指定することができるようになります。</p>
|
88
|
-
</li>
|
89
|
-
<li><p class="first">[rpm][fedora] Fedora 18をサポート。</p>
|
90
|
-
</li>
|
91
|
-
<li><p class="first">[rpm][fedora] Fedora 17サポートを削除。</p>
|
92
|
-
</li>
|
93
|
-
<li><p class="first">[doc] <a class="reference internal" href="../server/package.html"><span class="doc">サーバーパッケージ</span></a> のドキュメントを追加。</p>
|
94
|
-
</li>
|
95
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/functions/query.html"><span class="doc">query</span></a> のドキュメントを追加。</p>
|
96
|
-
</li>
|
70
|
+
<li>複数の <code class="docutils literal"><span class="pre">query()</span></code> を <code class="docutils literal"><span class="pre">select</span></code> コマンドでサポートしました。例えば、キーワードごとに異なる重みづけを指定して検索するのに'query("column * weight1", keyword1) || query("column * weight2", keyword2) || ...'などと <code class="docutils literal"><span class="pre">--filter</span></code> に指定することができます。</li>
|
71
|
+
<li>実験的機能であったビューを削除しました。</li>
|
72
|
+
<li><code class="docutils literal"><span class="pre">grn_logger_reopen</span></code> APIを追加しました。 <code class="docutils literal"><span class="pre">grn_logger_info</span></code> APIは非推奨となりました。 <code class="docutils literal"><span class="pre">grn_logger</span></code> APIを代りに使ってください。</li>
|
73
|
+
<li><code class="docutils literal"><span class="pre">grn_default_logger_set_path()</span></code> と <code class="docutils literal"><span class="pre">grn_default_logger_get_path()</span></code> APIを追加しました。グローバル変数としての <code class="docutils literal"><span class="pre">grn_log_path</span></code> は削除しました。上記変数を使うにはAPIを使用してください。</li>
|
74
|
+
<li><code class="docutils literal"><span class="pre">grn_default_query_logger_set_path()</span></code> と <code class="docutils literal"><span class="pre">grn_default_query_logger_get_path()</span></code> APIを追加しました。グローバル変数としての <code class="docutils literal"><span class="pre">grn_qlog_path</span></code> は削除しました。上記変数を使うにはAPIを使用してください。</li>
|
75
|
+
<li><a class="reference internal" href="../reference/tables.html"><span class="doc">テーブル</span></a> と <a class="reference internal" href="../reference/normalizers.html"><span class="doc">ノーマライザー</span></a> に関するドキュメントを追加。</li>
|
76
|
+
<li>[deb][rpm] <code class="docutils literal"><span class="pre">groonga-tokenizer-mecab</span></code> パッケージのインストール時に必要な辞書をインストールするように改善した。</li>
|
77
|
+
<li>範囲検索を <a class="reference internal" href="../tutorial/match_columns.html#nested-index-search"><span class="std std-ref">カラムインデックスによる関連テーブルをまたぐ検索</span></a> でもサポートした。例えば、 'column1.column2...columnN <= "1988-01-04 00:00:00"' というように <code class="docutils literal"><span class="pre">--filter</span></code> に範囲を指定することができるようになります。</li>
|
78
|
+
<li>[rpm][fedora] Fedora 18をサポート。</li>
|
79
|
+
<li>[rpm][fedora] Fedora 17サポートを削除。</li>
|
80
|
+
<li>[doc] <a class="reference internal" href="../server/package.html"><span class="doc">サーバーパッケージ</span></a> のドキュメントを追加。</li>
|
81
|
+
<li>[doc] <a class="reference internal" href="../reference/functions/query.html"><span class="doc">query</span></a> のドキュメントを追加。</li>
|
97
82
|
</ul>
|
98
83
|
</div>
|
99
84
|
<div class="section" id="fixes">
|
100
85
|
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
101
86
|
<ul class="simple">
|
102
|
-
<li
|
103
|
-
</li>
|
104
|
-
<li
|
105
|
-
</li>
|
106
|
-
<li><p class="first">値を設定していない未初期化のベクタカラムの値を <code class="docutils literal"><span class="pre">select</span></code> コマンドで参照したときにクラッシュする不具合を修正した。</p>
|
107
|
-
</li>
|
87
|
+
<li>MeCabトークナイザーの共有オブジェクトが見つからなくてもエラーをログに記録しないようにした。 [groonga-dev,01174] [wingさんが報告]</li>
|
88
|
+
<li>[httpd] CentOS 5.4で <code class="docutils literal"><span class="pre">SED</span></code> 変数を明示的に設定することで、configureスクリプト実行が失敗しないようにした。</li>
|
89
|
+
<li>値を設定していない未初期化のベクタカラムの値を <code class="docutils literal"><span class="pre">select</span></code> コマンドで参照したときにクラッシュする不具合を修正した。</li>
|
108
90
|
</ul>
|
109
91
|
</div>
|
110
92
|
<div class="section" id="thanks">
|
111
93
|
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
112
94
|
<ul class="simple">
|
113
|
-
<li
|
114
|
-
</li>
|
95
|
+
<li>wingさん</li>
|
115
96
|
</ul>
|
116
97
|
</div>
|
117
98
|
</div>
|
@@ -121,8 +102,7 @@
|
|
121
102
|
<div class="section" id="id1">
|
122
103
|
<h3>修正<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
123
104
|
<ul class="simple">
|
124
|
-
<li
|
125
|
-
</li>
|
105
|
+
<li>groonga 2.0.8以前で作成したデータベース中の <code class="docutils literal"><span class="pre">KEY_NORMALIZE</span></code> 関連の情報が失われる問題を修正。</li>
|
126
106
|
</ul>
|
127
107
|
</div>
|
128
108
|
</div>
|
@@ -141,44 +121,30 @@
|
|
141
121
|
<div class="section" id="id2">
|
142
122
|
<h3>改良<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
143
123
|
<ul class="simple">
|
144
|
-
<li
|
145
|
-
</li>
|
146
|
-
<li
|
147
|
-
</li>
|
148
|
-
<li><
|
149
|
-
</li>
|
150
|
-
<li
|
151
|
-
|
152
|
-
<li><
|
153
|
-
</li>
|
154
|
-
<li><p class="first">"No Object"を表現するのに"null"文字列ではなくnull値を使うように変更しました。これは非互換な変更で <code class="docutils literal"><span class="pre">table_list</span></code> や <code class="docutils literal"><span class="pre">column_list</span></code> といったコマンドの出力結果に影響します。</p>
|
155
|
-
</li>
|
156
|
-
<li><p class="first">正規化の振舞いを制御するためのフラグを <code class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></code> APIの最後の引数として追加した。</p>
|
157
|
-
</li>
|
158
|
-
<li><p class="first"><a class="reference internal" href="../reference/executables/groonga.html#command-list-with-continuous-line"><span class="std std-ref">コマンド</span></a> リストに書かれた継続行のサポート。</p>
|
159
|
-
</li>
|
160
|
-
<li><p class="first"><a class="reference internal" href="../tutorial/match_columns.html#nested-index-search"><span class="std std-ref">カラムインデックスによる関連テーブルをまたぐ検索</span></a> をキーのないテーブルだけでなく、ハッシュやパトリシア木、ダブル配列を指定したテーブルでも使えるように改善した。</p>
|
161
|
-
</li>
|
124
|
+
<li>[doc] <a class="reference internal" href="../tutorial/match_columns.html#nested-index-search"><span class="std std-ref">カラムインデックスによる関連テーブルをまたぐ検索</span></a> に関するドキュメントを追加。</li>
|
125
|
+
<li><a class="reference internal" href="../reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> の引数として式を指定できるようにした。この変更で、 <code class="docutils literal"><span class="pre">snippet_html("STRING"</span> <span class="pre">+</span> <span class="pre">"STRING")</span></code> と書けるようになります。 "STRING"にはカラム名や文字列を指定できます。 [嶋田 大貴さんが報告]</li>
|
126
|
+
<li>正規化を行うプラグインを作成できるようにした。</li>
|
127
|
+
<li><code class="docutils literal"><span class="pre">groonga-query-log-analyzer</span></code> を <a class="reference external" href="http://rubygems.org/gems/groonga-query-log">groonga-query-log</a> というRubyGemsにして移動しました。これによりgroongaのパッケージをインストールせずにクエリログの解析を行えるようになります。</li>
|
128
|
+
<li><a class="reference internal" href="../reference/commands/table_create.html"><span class="doc">table_create</span></a> コマンドにて <code class="docutils literal"><span class="pre">--normalizer</span></code> オプションの指定をサポートしました。正規化のためのプラグインを指定できるようになります。</li>
|
129
|
+
<li>"No Object"を表現するのに"null"文字列ではなくnull値を使うように変更しました。これは非互換な変更で <code class="docutils literal"><span class="pre">table_list</span></code> や <code class="docutils literal"><span class="pre">column_list</span></code> といったコマンドの出力結果に影響します。</li>
|
130
|
+
<li>正規化の振舞いを制御するためのフラグを <code class="docutils literal"><span class="pre">grn_tokenizer_query_open</span></code> APIの最後の引数として追加した。</li>
|
131
|
+
<li><a class="reference internal" href="../reference/executables/groonga.html#command-list-with-continuous-line"><span class="std std-ref">コマンド</span></a> リストに書かれた継続行のサポート。</li>
|
132
|
+
<li><a class="reference internal" href="../tutorial/match_columns.html#nested-index-search"><span class="std std-ref">カラムインデックスによる関連テーブルをまたぐ検索</span></a> をキーのないテーブルだけでなく、ハッシュやパトリシア木、ダブル配列を指定したテーブルでも使えるように改善した。</li>
|
162
133
|
</ul>
|
163
134
|
</div>
|
164
135
|
<div class="section" id="id3">
|
165
136
|
<h3>修正<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
166
137
|
<ul class="simple">
|
167
|
-
<li
|
168
|
-
</li>
|
169
|
-
<li><
|
170
|
-
</li>
|
171
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">--output_columns</span></code> で"*"のあとに <code class="docutils literal"><span class="pre">_score</span></code> を指定しても無視される不具合を修正した。</p>
|
172
|
-
</li>
|
138
|
+
<li>[windows] <code class="docutils literal"><span class="pre">O_BINARY</span></code> フラグをファイルを開くときに指定するようにした。groonga HTTPサーバが無限ループに陥っていた問題が解決します。 [GitHub#47] [Shimomura Tatsuyaさんがパッチ提供]</li>
|
139
|
+
<li><code class="docutils literal"><span class="pre">--default-match-escalation-threshold</span></code> が負数を受け付けないため、 <a class="reference internal" href="../spec/search.html"><span class="doc">検索</span></a> 時に行なわれる挙動の変更を無効化できない問題を修正しました。オプションの詳細は <a class="reference internal" href="../reference/executables/groonga.html#cmdoption-groonga-default-match-escalation-threshold"><code class="xref std std-option docutils literal"><span class="pre">groonga</span> <span class="pre">--default-match-escalation-threshold</span></code></a> を参照してください。</li>
|
140
|
+
<li><code class="docutils literal"><span class="pre">--output_columns</span></code> で"*"のあとに <code class="docutils literal"><span class="pre">_score</span></code> を指定しても無視される不具合を修正した。</li>
|
173
141
|
</ul>
|
174
142
|
</div>
|
175
143
|
<div class="section" id="id4">
|
176
144
|
<h3>感謝<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
177
145
|
<ul class="simple">
|
178
|
-
<li
|
179
|
-
|
180
|
-
<li><p class="first">Shimomura Tatsuyaさん</p>
|
181
|
-
</li>
|
146
|
+
<li>嶋田 大貴さん</li>
|
147
|
+
<li>Shimomura Tatsuyaさん</li>
|
182
148
|
</ul>
|
183
149
|
</div>
|
184
150
|
</div>
|
@@ -187,51 +153,31 @@
|
|
187
153
|
<div class="section" id="id5">
|
188
154
|
<h3>改良<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
189
155
|
<ul class="simple">
|
190
|
-
<li><
|
191
|
-
</li>
|
192
|
-
<li
|
193
|
-
</li>
|
194
|
-
<li
|
195
|
-
|
196
|
-
<li><
|
197
|
-
</li>
|
198
|
-
<li
|
199
|
-
|
200
|
-
<li><
|
201
|
-
|
202
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">TokenMecab</span></code> トークナイザを使ったときにログに"[tokenizer][mecab]"タグを出力するようにした。</p>
|
203
|
-
</li>
|
204
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">TokenKyTea</span></code> トークナイザを使ったときにログに"[tokenizer][kytea]"タグを出力するようにした。</p>
|
205
|
-
</li>
|
206
|
-
<li><p class="first">検索結果の内容のうち、コマンドのエラー表示は別の配列として表示するようにしました。この変更は非互換な変更ですが、既存のプログラムには影響しません。</p>
|
207
|
-
</li>
|
208
|
-
<li><p class="first"><a class="reference internal" href="../reference/command/output_format.html"><span class="doc">出力形式</span></a> に関するドキュメントを追加。</p>
|
209
|
-
</li>
|
210
|
-
<li><p class="first"><a class="reference internal" href="../reference/command/return_code.html"><span class="doc">リターンコード</span></a> に関するドキュメントを追加。</p>
|
211
|
-
</li>
|
212
|
-
<li><p class="first">インデックスを使った指定範囲の検索をサポート。</p>
|
213
|
-
</li>
|
156
|
+
<li><code class="docutils literal"><span class="pre">geo_distance</span></code> 関数の近似方法として <code class="docutils literal"><span class="pre">rectangle</span></code> を指定したときに境界をまたいでも距離の算出できるようにした。 [#1534]</li>
|
157
|
+
<li>[doc] <a class="reference internal" href="../spec/gqtp.html"><span class="doc">GQTP</span></a> の仕様についてのドキュメントを追加した。</li>
|
158
|
+
<li>groongaコマンドの起動時に致命的でない <code class="docutils literal"><span class="pre">getaddrinfo()</span></code> 関数のエラーは無視するようにした。この変更はgroongaを通常使用する場合には影響しません。その理由はデフォルトのホスト名が解決できるかチェックするのに使っていただけだからです。</li>
|
159
|
+
<li>[実験的] キーワードとその周辺のテキストを抽出するための <code class="docutils literal"><span class="pre">snippet_html()</span></code> 関数を追加した。詳細については <a class="reference internal" href="../reference/functions/snippet_html.html"><span class="doc">snippet_html</span></a> を参照してください。</li>
|
160
|
+
<li>テーブルのレコードを出力している際に発生したエラーを表示するようにした。</li>
|
161
|
+
<li>複数のテーブルで関連したインデックスが設定されていれば、ネストしたインデックス (複数のカラムインデックス名を <code class="docutils literal"><span class="pre">.</span></code> で連結して指定)に対してキーワードで検索できるようにした。</li>
|
162
|
+
<li><code class="docutils literal"><span class="pre">TokenMecab</span></code> トークナイザを使ったときにログに"[tokenizer][mecab]"タグを出力するようにした。</li>
|
163
|
+
<li><code class="docutils literal"><span class="pre">TokenKyTea</span></code> トークナイザを使ったときにログに"[tokenizer][kytea]"タグを出力するようにした。</li>
|
164
|
+
<li>検索結果の内容のうち、コマンドのエラー表示は別の配列として表示するようにしました。この変更は非互換な変更ですが、既存のプログラムには影響しません。</li>
|
165
|
+
<li><a class="reference internal" href="../reference/command/output_format.html"><span class="doc">出力形式</span></a> に関するドキュメントを追加。</li>
|
166
|
+
<li><a class="reference internal" href="../reference/command/return_code.html"><span class="doc">リターンコード</span></a> に関するドキュメントを追加。</li>
|
167
|
+
<li>インデックスを使った指定範囲の検索をサポート。</li>
|
214
168
|
</ul>
|
215
169
|
</div>
|
216
170
|
<div class="section" id="id6">
|
217
171
|
<h3>修正<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
218
172
|
<ul class="simple">
|
219
|
-
<li><
|
220
|
-
</li>
|
221
|
-
<li
|
222
|
-
</li>
|
223
|
-
<li><
|
224
|
-
|
225
|
-
<li
|
226
|
-
</li>
|
227
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">Int*</span></code> や <code class="docutils literal"><span class="pre">UInt*</span></code> ( <code class="docutils literal"><span class="pre">Int32/Uint32</span></code> は除く) に対してカラムインデックスによる検索結果が正しくない不具合を修正した。</p>
|
228
|
-
</li>
|
229
|
-
<li><p class="first">削除したはずのレコードが検索結果で見つかる問題を修正した。</p>
|
230
|
-
</li>
|
231
|
-
<li><p class="first">latin1やkoi8rの正規化で、与えた文字列データにNULL終端が途中に含まれているとすべての文字列データを正規化できない不具合を修正した。</p>
|
232
|
-
</li>
|
233
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">select</span></code> コマンドでデータが保存されていないカラムを参照したときに、型にあったデフォルト値を返さない不具合を修正した。</p>
|
234
|
-
</li>
|
173
|
+
<li><a class="reference internal" href="../spec/gqtp.html#gqtp-header-spec"><span class="std std-ref">GQTPヘッダー</span></a> にてステータスコードにネットワークバイトオーダーを使用するように修正した。ネットワークプロトコルの慣習に合わせたものですが、これによりgroongaバージョン2.0.8以下のクライアントからgroongaバージョン2.0.9以上のサーバに接続してコマンドの実行に失敗したときにバイトオーダーが異なるため、ステータスコードを正しく表示できなくなります。</li>
|
174
|
+
<li>UTF-8の正規化でオフセット計算の誤りを修正した。この変更は <code class="docutils literal"><span class="pre">snippet_html()</span></code> 関数の返す結果に影響し、キーワードとタグ周辺のテキストが誤った位置に挿入されないようにする。 [#1531] [嶋田大貴さんが報告]</li>
|
175
|
+
<li>[windows] groongaコマンドの起動時にバッファの範囲外アクセスによるセグメンテーションフォルトが発生しないように修正した。 [#1532] [Akio Tajimaさんがパッチ提供]</li>
|
176
|
+
<li>[windows] カラムに保存しているデータのサイズが128MBを超える場合に、そのデータを参照できない不具合を修正した。 [groonga-dev,01088] [ongaeshiさんが報告]</li>
|
177
|
+
<li><code class="docutils literal"><span class="pre">Int*</span></code> や <code class="docutils literal"><span class="pre">UInt*</span></code> ( <code class="docutils literal"><span class="pre">Int32/Uint32</span></code> は除く) に対してカラムインデックスによる検索結果が正しくない不具合を修正した。</li>
|
178
|
+
<li>削除したはずのレコードが検索結果で見つかる問題を修正した。</li>
|
179
|
+
<li>latin1やkoi8rの正規化で、与えた文字列データにNULL終端が途中に含まれているとすべての文字列データを正規化できない不具合を修正した。</li>
|
180
|
+
<li><code class="docutils literal"><span class="pre">select</span></code> コマンドでデータが保存されていないカラムを参照したときに、型にあったデフォルト値を返さない不具合を修正した。</li>
|
235
181
|
<li>Fixed to exclude the value of vector column metadata in <a class="reference internal" href="../reference/indexing.html#offline-index-construction"><span class="std std-ref">静的なインデックス構築方法</span></a>.
|
236
182
|
This change not to contain such a metadata as search results.</li>
|
237
183
|
</ul>
|
@@ -239,12 +185,9 @@ This change not to contain such a metadata as search results.</li>
|
|
239
185
|
<div class="section" id="id7">
|
240
186
|
<h3>感謝<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
241
187
|
<ul class="simple">
|
242
|
-
<li
|
243
|
-
|
244
|
-
<li
|
245
|
-
</li>
|
246
|
-
<li><p class="first">ongaeshiさん</p>
|
247
|
-
</li>
|
188
|
+
<li>嶋田 大貴さん</li>
|
189
|
+
<li>Akio Tajimaさん</li>
|
190
|
+
<li>ongaeshiさん</li>
|
248
191
|
</ul>
|
249
192
|
</div>
|
250
193
|
</div>
|
@@ -253,44 +196,30 @@ This change not to contain such a metadata as search results.</li>
|
|
253
196
|
<div class="section" id="id8">
|
254
197
|
<h3>改良<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
255
198
|
<ul class="simple">
|
256
|
-
<li
|
257
|
-
|
258
|
-
<li><
|
259
|
-
|
260
|
-
<li
|
261
|
-
</li>
|
262
|
-
<li><p class="first">Ubuntu 12.10 Quantal Quetzalをサポート。</p>
|
263
|
-
</li>
|
264
|
-
<li><p class="first">[実験的] クエリの <code class="docutils literal"><span class="pre">output_columns</span></code> で関数呼び出しをサポート。</p>
|
265
|
-
</li>
|
266
|
-
<li><p class="first">[doc][rpm] MeCab辞書のインストールについて説明を追加。 [serihiroさんが報告]</p>
|
267
|
-
</li>
|
199
|
+
<li>[rpm] server-httpとhttpdパッケージの説明を改善した。 [Daiki Uenoさんが提案]</li>
|
200
|
+
<li>プラグインによるクエリ展開のカスタマイズをサポート。</li>
|
201
|
+
<li>[実験的] クエリ展開を行う <code class="docutils literal"><span class="pre">QueryExpanderTSV</span></code> プラグインを追加。</li>
|
202
|
+
<li>Ubuntu 12.10 Quantal Quetzalをサポート。</li>
|
203
|
+
<li>[実験的] クエリの <code class="docutils literal"><span class="pre">output_columns</span></code> で関数呼び出しをサポート。</li>
|
204
|
+
<li>[doc][rpm] MeCab辞書のインストールについて説明を追加。 [serihiroさんが報告]</li>
|
268
205
|
</ul>
|
269
206
|
</div>
|
270
207
|
<div class="section" id="id9">
|
271
208
|
<h3>修正<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
272
209
|
<ul class="simple">
|
273
|
-
<li
|
274
|
-
|
275
|
-
<li
|
276
|
-
|
277
|
-
<li
|
278
|
-
</li>
|
279
|
-
<li><p class="first">[deb] 不要なpcreパッケージへの依存を削除した。</p>
|
280
|
-
</li>
|
281
|
-
<li><p class="first">[deb] パッケージに入っていなかったテーブルプラグインを添付するようにした。</p>
|
282
|
-
</li>
|
210
|
+
<li>[rpm] 不要な"Requires"をspecファイルから削除するようにした。[Daiki Uenoさんが報告]</li>
|
211
|
+
<li>groonga-server-gqtpパッケージのライセンス表記が不正確なのを修正した。</li>
|
212
|
+
<li>[admin] レコードの編集ボタンで誤ったレコードが表示されるのを修正した。 [GitHub#34] [firewoodさんが報告]</li>
|
213
|
+
<li>[deb] 不要なpcreパッケージへの依存を削除した。</li>
|
214
|
+
<li>[deb] パッケージに入っていなかったテーブルプラグインを添付するようにした。</li>
|
283
215
|
</ul>
|
284
216
|
</div>
|
285
217
|
<div class="section" id="id10">
|
286
218
|
<h3>感謝<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
287
219
|
<ul class="simple">
|
288
|
-
<li
|
289
|
-
|
290
|
-
<li
|
291
|
-
</li>
|
292
|
-
<li><p class="first">serihiroさん</p>
|
293
|
-
</li>
|
220
|
+
<li>うえのさん</li>
|
221
|
+
<li>firewoodさん</li>
|
222
|
+
<li>serihiroさん</li>
|
294
223
|
</ul>
|
295
224
|
</div>
|
296
225
|
</div>
|
@@ -299,56 +228,36 @@ This change not to contain such a metadata as search results.</li>
|
|
299
228
|
<div class="section" id="id11">
|
300
229
|
<h3>改良<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
301
230
|
<ul class="simple">
|
302
|
-
<li
|
303
|
-
|
304
|
-
<li
|
305
|
-
|
306
|
-
<li
|
307
|
-
</li>
|
308
|
-
<li
|
309
|
-
</li>
|
310
|
-
<li
|
311
|
-
|
312
|
-
<li><
|
313
|
-
</li>
|
314
|
-
<li><p class="first">集合演算でのスコアのマージをサポート。 [GitHub#31]</p>
|
315
|
-
</li>
|
316
|
-
<li><p class="first">[httpd] POSTによる <code class="docutils literal"><span class="pre">load</span></code> コマンドをサポート。</p>
|
317
|
-
</li>
|
318
|
-
<li><p class="first">一時結果テーブルを作成する際のエラーチェックを追加。 [GitHub#33]</p>
|
319
|
-
</li>
|
320
|
-
<li><p class="first">GQTP サーバーパッケージを追加。</p>
|
321
|
-
</li>
|
322
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">max()</span></code> 関数を追加。</p>
|
323
|
-
</li>
|
324
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">min()</span></code> 関数を追加。</p>
|
325
|
-
</li>
|
231
|
+
<li>[doc] <code class="docutils literal"><span class="pre">--query_flags</span></code> の説明を追加。</li>
|
232
|
+
<li>[doc][httpd] gzip圧縮についての設定サンプルを追加。</li>
|
233
|
+
<li>[httpd][rpm][centos] groonga-httpd initスクリプトを追加。</li>
|
234
|
+
<li>[rpm] logrotateの設定ファイルを追加。</li>
|
235
|
+
<li>インストール中のデータベース作成をサポート。</li>
|
236
|
+
<li>[httpd] <code class="docutils literal"><span class="pre">groonga_database_auto_create</span></code> ディレクティブをサポート。</li>
|
237
|
+
<li>集合演算でのスコアのマージをサポート。 [GitHub#31]</li>
|
238
|
+
<li>[httpd] POSTによる <code class="docutils literal"><span class="pre">load</span></code> コマンドをサポート。</li>
|
239
|
+
<li>一時結果テーブルを作成する際のエラーチェックを追加。 [GitHub#33]</li>
|
240
|
+
<li>GQTP サーバーパッケージを追加。</li>
|
241
|
+
<li><code class="docutils literal"><span class="pre">max()</span></code> 関数を追加。</li>
|
242
|
+
<li><code class="docutils literal"><span class="pre">min()</span></code> 関数を追加。</li>
|
326
243
|
</ul>
|
327
244
|
</div>
|
328
245
|
<div class="section" id="id12">
|
329
246
|
<h3>修正<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
330
247
|
<ul class="simple">
|
331
|
-
<li><
|
332
|
-
</li>
|
333
|
-
<li><
|
334
|
-
</li>
|
335
|
-
<li
|
336
|
-
|
337
|
-
<li
|
338
|
-
</li>
|
339
|
-
<li><p class="first">不適切なフィルタの引数によリクラッシュする問題を修正した。 [GitHub#32]</p>
|
340
|
-
</li>
|
341
|
-
<li><p class="first">Time型からTime型へのキャストで値が壊れる不具合を修正。</p>
|
342
|
-
</li>
|
343
|
-
<li><p class="first">Time型からFloat型へのキャストで値が壊れる不具合を修正。</p>
|
344
|
-
</li>
|
248
|
+
<li><code class="docutils literal"><span class="pre">load</span></code> コマンド実行時にベクタ要素へ主キー値の属する型情報を設定するように修正した。 [GitHub#30]</li>
|
249
|
+
<li>[httpd] NULLでの初期化漏れを修正した。 [@Kiskeさんが報告]</li>
|
250
|
+
<li>[httpd] <code class="docutils literal"><span class="pre">content_type_len</span></code> のサイズ設定漏れを修正した。</li>
|
251
|
+
<li>[rpm][fedora] <code class="docutils literal"><span class="pre">groonga.service</span></code> で <code class="docutils literal"><span class="pre">--bind-address</span></code> を使うように修正した。</li>
|
252
|
+
<li>不適切なフィルタの引数によリクラッシュする問題を修正した。 [GitHub#32]</li>
|
253
|
+
<li>Time型からTime型へのキャストで値が壊れる不具合を修正。</li>
|
254
|
+
<li>Time型からFloat型へのキャストで値が壊れる不具合を修正。</li>
|
345
255
|
</ul>
|
346
256
|
</div>
|
347
257
|
<div class="section" id="id13">
|
348
258
|
<h3>感謝<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
349
259
|
<ul class="simple">
|
350
|
-
<li
|
351
|
-
</li>
|
260
|
+
<li>@Kiskeさん</li>
|
352
261
|
</ul>
|
353
262
|
</div>
|
354
263
|
</div>
|
@@ -357,67 +266,42 @@ This change not to contain such a metadata as search results.</li>
|
|
357
266
|
<div class="section" id="id14">
|
358
267
|
<h3>改良<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
359
268
|
<ul class="simple">
|
360
|
-
<li
|
361
|
-
</li>
|
362
|
-
<li
|
363
|
-
|
364
|
-
<li><
|
365
|
-
|
366
|
-
<li><
|
367
|
-
|
368
|
-
<li
|
369
|
-
</li>
|
370
|
-
<li><
|
371
|
-
</li>
|
372
|
-
<li
|
373
|
-
</li>
|
374
|
-
<li><
|
375
|
-
</li>
|
376
|
-
<li><p class="first">groongaで <code class="docutils literal"><span class="pre">--working-directory</span></code> オプションをサポートした。</p>
|
377
|
-
</li>
|
378
|
-
<li><p class="first">groonga-httpdで <code class="docutils literal"><span class="pre">dump</span></code> コマンドをサポートした。</p>
|
379
|
-
</li>
|
380
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">clearlock</span></code> コマンドで見つからないターゲット名を表示するように改善した。</p>
|
381
|
-
</li>
|
382
|
-
<li><p class="first">テーブルプラグインで実装されている <code class="docutils literal"><span class="pre">get</span></code> コマンドについてのエラーメッセージを改善した。</p>
|
383
|
-
</li>
|
384
|
-
<li><p class="first">[rpm][centos] MeCab 0.994をサポートした。 [#1455] [岩井さんが提案]</p>
|
385
|
-
</li>
|
386
|
-
<li><p class="first">ログ記録レベルの既定の最大値を <code class="docutils literal"><span class="pre">grn_init()</span></code> を呼ぶ前に変更可能にした。</p>
|
387
|
-
</li>
|
388
|
-
<li><p class="first">すべてのレコードIDを結果テーブルへとコピーするための関数 <code class="docutils literal"><span class="pre">all_records()</span></code> を追加した。</p>
|
389
|
-
</li>
|
390
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">select</span></code> コマンドの <code class="docutils literal"><span class="pre">--query</span></code> で '-WORD' 構文をサポート。</p>
|
391
|
-
</li>
|
269
|
+
<li>[deb][rpm] <code class="docutils literal"><span class="pre">groonga-server-common</span></code> メタパッケージを追加。 [#1451]</li>
|
270
|
+
<li><code class="docutils literal"><span class="pre">--query_flags</span></code> オプションを <code class="docutils literal"><span class="pre">select</span></code> コマンドでサポート。</li>
|
271
|
+
<li>groonga-httpdでPCREの自動検出をサポート。</li>
|
272
|
+
<li>[doc] TwiterとFacebookの情報を追加。</li>
|
273
|
+
<li>MeCabで <code class="docutils literal"><span class="pre">mecab_new2()</span></code> 関数失敗時のエラーメッセージも表示するように改善した。</li>
|
274
|
+
<li>[doc] groonga をサーバーとして利用するときの詳細ドキュメントを追加。</li>
|
275
|
+
<li><code class="docutils literal"><span class="pre">vm.overcommit_memory</span></code> の詳細を記録するように改善した。</li>
|
276
|
+
<li>カスタムセレクタの定義をサポート。</li>
|
277
|
+
<li>groongaで <code class="docutils literal"><span class="pre">--working-directory</span></code> オプションをサポートした。</li>
|
278
|
+
<li>groonga-httpdで <code class="docutils literal"><span class="pre">dump</span></code> コマンドをサポートした。</li>
|
279
|
+
<li><code class="docutils literal"><span class="pre">clearlock</span></code> コマンドで見つからないターゲット名を表示するように改善した。</li>
|
280
|
+
<li>テーブルプラグインで実装されている <code class="docutils literal"><span class="pre">get</span></code> コマンドについてのエラーメッセージを改善した。</li>
|
281
|
+
<li>[rpm][centos] MeCab 0.994をサポートした。 [#1455] [岩井さんが提案]</li>
|
282
|
+
<li>ログ記録レベルの既定の最大値を <code class="docutils literal"><span class="pre">grn_init()</span></code> を呼ぶ前に変更可能にした。</li>
|
283
|
+
<li>すべてのレコードIDを結果テーブルへとコピーするための関数 <code class="docutils literal"><span class="pre">all_records()</span></code> を追加した。</li>
|
284
|
+
<li><code class="docutils literal"><span class="pre">select</span></code> コマンドの <code class="docutils literal"><span class="pre">--query</span></code> で '-WORD' 構文をサポート。</li>
|
392
285
|
</ul>
|
393
286
|
</div>
|
394
287
|
<div class="section" id="id15">
|
395
288
|
<h3>修正<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
396
289
|
<ul class="simple">
|
397
|
-
<li
|
398
|
-
|
399
|
-
<li
|
400
|
-
</li>
|
401
|
-
<li><p class="first">[rpm][fedora] groonga-httpdサービスでstopパラメータの指定漏れを修正した。</p>
|
402
|
-
</li>
|
290
|
+
<li>[doc] チュートリアルの実行例を修正した。 [#1428] [岩井さんが報告]</li>
|
291
|
+
<li>groonga-httpdの初期化スクリプトでユーザ/グループとしてgroongaを強制的に指定しないように修正した。</li>
|
292
|
+
<li>[rpm][fedora] groonga-httpdサービスでstopパラメータの指定漏れを修正した。</li>
|
403
293
|
<li>Fixed a bug that the last 1 byte for cache key is ignored by <code class="docutils literal"><span class="pre">select</span></code> command.</li>
|
404
|
-
<li
|
405
|
-
|
406
|
-
<li><
|
407
|
-
</li>
|
408
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">clearlock</span></code> コマンドを実行する際に <code class="docutils literal"><span class="pre">add</span></code> コマンドが存在しないことによる前方非互換なエラーを修正した。</p>
|
409
|
-
</li>
|
410
|
-
<li><p class="first">[windows] バイナリデータを含むデータベースを開く際のエラーを修正した。 [@yitoさんが報告]</p>
|
411
|
-
</li>
|
294
|
+
<li>複雑な関数呼び出しで引数の個数の検出処理を修正した。</li>
|
295
|
+
<li>Clangによる警告を抑制するように修正した。</li>
|
296
|
+
<li><code class="docutils literal"><span class="pre">clearlock</span></code> コマンドを実行する際に <code class="docutils literal"><span class="pre">add</span></code> コマンドが存在しないことによる前方非互換なエラーを修正した。</li>
|
297
|
+
<li>[windows] バイナリデータを含むデータベースを開く際のエラーを修正した。 [@yitoさんが報告]</li>
|
412
298
|
</ul>
|
413
299
|
</div>
|
414
300
|
<div class="section" id="id16">
|
415
301
|
<h3>感謝<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
416
302
|
<ul class="simple">
|
417
|
-
<li
|
418
|
-
|
419
|
-
<li><p class="first">@yitoさん</p>
|
420
|
-
</li>
|
303
|
+
<li>岩井さん</li>
|
304
|
+
<li>@yitoさん</li>
|
421
305
|
</ul>
|
422
306
|
</div>
|
423
307
|
</div>
|
@@ -426,74 +310,45 @@ This change not to contain such a metadata as search results.</li>
|
|
426
310
|
<div class="section" id="id17">
|
427
311
|
<h3>改良<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
428
312
|
<ul class="simple">
|
429
|
-
<li><
|
430
|
-
|
431
|
-
<li
|
432
|
-
</li>
|
433
|
-
<li
|
434
|
-
</li>
|
435
|
-
<li
|
436
|
-
</li>
|
437
|
-
<li
|
438
|
-
</li>
|
439
|
-
<li
|
440
|
-
|
441
|
-
<li><
|
442
|
-
|
443
|
-
<li
|
444
|
-
|
445
|
-
<li
|
446
|
-
</li>
|
447
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/functions/geo_distance.html"><span class="doc">geo_distance</span></a> の説明を更新。</p>
|
448
|
-
</li>
|
449
|
-
<li><p class="first">[rpm][fedora] Fedora 17をサポート。</p>
|
450
|
-
</li>
|
451
|
-
<li><p class="first">[rpm][fedora] Fedora 16サポートを削除。</p>
|
452
|
-
</li>
|
453
|
-
<li><p class="first">論理演算子 <code class="docutils literal"><span class="pre">"!"</span></code> をサポート。 [GitHub#22]</p>
|
454
|
-
</li>
|
455
|
-
<li><p class="first">[httpd] groongaデータベースごとのロケーション指定をサポート。</p>
|
456
|
-
</li>
|
457
|
-
<li><p class="first">loadコマンドを処理中にはエラーメッセージを返すように改善。</p>
|
458
|
-
</li>
|
459
|
-
<li><p class="first">継続困難なエラーが発生した場合にloadコマンドを中断するように改善。</p>
|
460
|
-
</li>
|
461
|
-
<li><p class="first">正しくない--columnsの値が渡されたときloadコマンドを中断するように改善。</p>
|
462
|
-
</li>
|
463
|
-
<li><p class="first">ロックされたデータベースのオープンをサポート。 [GitHub#21]</p>
|
464
|
-
</li>
|
313
|
+
<li><code class="docutils literal"><span class="pre">"rect"</span></code> もしくは <code class="docutils literal"><span class="pre">"rectangle"</span></code> 引数を指定した南半球における距離の計算をサポート。 [#1418] [#1419] [#1420] [#1421]</li>
|
314
|
+
<li>[doc] スクリプト構文にてリテラルの説明を追加。</li>
|
315
|
+
<li>groonga-suggestとgroonga-httpdのソース外ビルドに対応。</li>
|
316
|
+
<li>クエリパラメータの区切り文字として ";"をサポート。 [#1406] [岩井さんが提案]</li>
|
317
|
+
<li>[doc] スクリプト構文の説明を追加。</li>
|
318
|
+
<li>スクリプト構文で近傍検索を行う <code class="docutils literal"><span class="pre">'column</span> <span class="pre">*N</span> <span class="pre">"word1</span> <span class="pre">word2</span> <span class="pre">..."'</span></code> 構文をサポート。 [#1423]</li>
|
319
|
+
<li>[doc] 後方一致検索の制限を追記。</li>
|
320
|
+
<li>近傍検索で <code class="docutils literal"><span class="pre">_key</span></code> 疑似カラムをサポート。 [GitHub#19]</li>
|
321
|
+
<li>[doc] 基本的なECMAScript関連の構文を追加。</li>
|
322
|
+
<li>[doc] <a class="reference internal" href="../reference/functions/geo_distance.html"><span class="doc">geo_distance</span></a> の説明を更新。</li>
|
323
|
+
<li>[rpm][fedora] Fedora 17をサポート。</li>
|
324
|
+
<li>[rpm][fedora] Fedora 16サポートを削除。</li>
|
325
|
+
<li>論理演算子 <code class="docutils literal"><span class="pre">"!"</span></code> をサポート。 [GitHub#22]</li>
|
326
|
+
<li>[httpd] groongaデータベースごとのロケーション指定をサポート。</li>
|
327
|
+
<li>loadコマンドを処理中にはエラーメッセージを返すように改善。</li>
|
328
|
+
<li>継続困難なエラーが発生した場合にloadコマンドを中断するように改善。</li>
|
329
|
+
<li>正しくない--columnsの値が渡されたときloadコマンドを中断するように改善。</li>
|
330
|
+
<li>ロックされたデータベースのオープンをサポート。 [GitHub#21]</li>
|
465
331
|
</ul>
|
466
332
|
</div>
|
467
333
|
<div class="section" id="id18">
|
468
334
|
<h3>修正<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
469
335
|
<ul class="simple">
|
470
|
-
<li
|
471
|
-
|
472
|
-
<li
|
473
|
-
</li>
|
474
|
-
<li
|
475
|
-
|
476
|
-
<li
|
477
|
-
|
478
|
-
<li
|
479
|
-
</li>
|
480
|
-
<li><p class="first">メモリリークを引き起すエラーコードの誤りを修正。</p>
|
481
|
-
</li>
|
482
|
-
<li><p class="first">カラムの値を壊すことにつながるエラーコードの誤りを修正。</p>
|
483
|
-
</li>
|
484
|
-
<li><p class="first">[admin] エラーメッセージをエスケープするように修正。</p>
|
485
|
-
</li>
|
486
|
-
<li><p class="first">データベースの非互換を引き起こす読めないオブジェクトを無視するように修正。 [#1429] [岩井さんが報告]</p>
|
487
|
-
</li>
|
336
|
+
<li>groonga-httpdが Mac OS Xでビルドできない問題を修正。[島田 浩二さんが報告]</li>
|
337
|
+
<li>groonga-httpdがインストール済みのヘッダファイルを使用しないように修正。</li>
|
338
|
+
<li>Mac OS X Lionでgroongaがビルドできない問題を修正。</li>
|
339
|
+
<li>[doc] <a class="reference internal" href="../reference/commands/table_remove.html"><span class="doc">table_remove</span></a> コマンドの説明を修正。</li>
|
340
|
+
<li>インデックスが張られていないと未対応のオぺレータで無限ループする問題を修正。 [GitHub#20]</li>
|
341
|
+
<li>メモリリークを引き起すエラーコードの誤りを修正。</li>
|
342
|
+
<li>カラムの値を壊すことにつながるエラーコードの誤りを修正。</li>
|
343
|
+
<li>[admin] エラーメッセージをエスケープするように修正。</li>
|
344
|
+
<li>データベースの非互換を引き起こす読めないオブジェクトを無視するように修正。 [#1429] [岩井さんが報告]</li>
|
488
345
|
</ul>
|
489
346
|
</div>
|
490
347
|
<div class="section" id="id19">
|
491
348
|
<h3>感謝<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
492
349
|
<ul class="simple">
|
493
|
-
<li
|
494
|
-
|
495
|
-
<li><p class="first">岩井さん</p>
|
496
|
-
</li>
|
350
|
+
<li>島田 浩二さん</li>
|
351
|
+
<li>岩井さん</li>
|
497
352
|
</ul>
|
498
353
|
</div>
|
499
354
|
</div>
|
@@ -502,56 +357,36 @@ This change not to contain such a metadata as search results.</li>
|
|
502
357
|
<div class="section" id="id20">
|
503
358
|
<h3>改良<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
504
359
|
<ul class="simple">
|
505
|
-
<li
|
506
|
-
|
507
|
-
<li
|
508
|
-
|
509
|
-
<li><
|
510
|
-
|
511
|
-
<li
|
512
|
-
|
513
|
-
<li
|
514
|
-
|
515
|
-
<li
|
516
|
-
</li>
|
517
|
-
<li
|
518
|
-
</li>
|
519
|
-
<li
|
520
|
-
</li>
|
521
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-combined-expression"><span class="std std-ref">結合式</span></a> の説明を追加。</p>
|
522
|
-
</li>
|
523
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-prefix-search-condition"><span class="std std-ref">前方一致検索条件</span></a> と <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-suffix-search-condition"><span class="std std-ref">後方一致検索条件</span></a> の説明を追加。</p>
|
524
|
-
</li>
|
525
|
-
<li><p class="first">インデックスを使った後方一致検索をサポート。</p>
|
526
|
-
</li>
|
527
|
-
<li><p class="first">[doc] <a class="reference internal" href="../reference/grn_expr.html"><span class="doc">grn_expr</span></a> に関するドキュメントを追加。</p>
|
528
|
-
</li>
|
529
|
-
<li><p class="first">[munin] RubyGemsでインストールしたJSONライブラリをサポート。 [GitHub#17] [岩井さんがパッチ提供]</p>
|
530
|
-
</li>
|
531
|
-
<li><p class="first">[doc] チュートリアル記載のTime型指定値についての説明を更新。 [#1405] [岩井さんが報告]</p>
|
532
|
-
</li>
|
533
|
-
<li><p class="first">[rpm] groongaパッケージから必要のないgroonga-tokenizer-mecabパッケージへの依存関係を削除。 [GitHub#18] [岩井さんがパッチ提供]</p>
|
534
|
-
</li>
|
360
|
+
<li>KyTea 0.4.2のみをサポート。</li>
|
361
|
+
<li>KyTea 0.4.1以前のサポートを削除。</li>
|
362
|
+
<li>[実験的] nginxベースのHTTPインタフェースをサポート。</li>
|
363
|
+
<li><code class="docutils literal"><span class="pre">"rect"</span></code> もしくは <code class="docutils literal"><span class="pre">"rectangle"</span></code> 引数を指定した北半球における距離の計算をサポート。</li>
|
364
|
+
<li>[doc] <a class="reference internal" href="../development/travis-ci.html"><span class="doc">Travis CI</span></a> の統合に関するドキュメントを追加。</li>
|
365
|
+
<li>[doc] 全文検索とフレーズ検索についての説明を追加。詳細については <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-full-text-search-condition"><span class="std std-ref">全文検索条件</span></a> および <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-phrase-search-condition"><span class="std std-ref">フレーズ検索条件</span></a> を参照してください。</li>
|
366
|
+
<li>[doc] 比較条件についての説明を追加。詳細は <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-conditional-expression"><span class="std std-ref">条件式</span></a> を参照してください。</li>
|
367
|
+
<li>[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html"><span class="doc">クエリー構文</span></a> のサンプルを追加。</li>
|
368
|
+
<li>[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-combined-expression"><span class="std std-ref">結合式</span></a> の説明を追加。</li>
|
369
|
+
<li>[doc] <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-prefix-search-condition"><span class="std std-ref">前方一致検索条件</span></a> と <a class="reference internal" href="../reference/grn_expr/query_syntax.html#query-syntax-suffix-search-condition"><span class="std std-ref">後方一致検索条件</span></a> の説明を追加。</li>
|
370
|
+
<li>インデックスを使った後方一致検索をサポート。</li>
|
371
|
+
<li>[doc] <a class="reference internal" href="../reference/grn_expr.html"><span class="doc">grn_expr</span></a> に関するドキュメントを追加。</li>
|
372
|
+
<li>[munin] RubyGemsでインストールしたJSONライブラリをサポート。 [GitHub#17] [岩井さんがパッチ提供]</li>
|
373
|
+
<li>[doc] チュートリアル記載のTime型指定値についての説明を更新。 [#1405] [岩井さんが報告]</li>
|
374
|
+
<li>[rpm] groongaパッケージから必要のないgroonga-tokenizer-mecabパッケージへの依存関係を削除。 [GitHub#18] [岩井さんがパッチ提供]</li>
|
535
375
|
</ul>
|
536
376
|
</div>
|
537
377
|
<div class="section" id="id21">
|
538
378
|
<h3>修正<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
539
379
|
<ul class="simple">
|
540
|
-
<li
|
541
|
-
</li>
|
542
|
-
<li><
|
543
|
-
</li>
|
544
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">--query</span></code> 構文で <code class="docutils literal"><span class="pre">'=R'</span></code> が <code class="docutils literal"><span class="pre">'OR'</span></code> として扱われてしまう問題を修正。 [#1393]</p>
|
545
|
-
</li>
|
380
|
+
<li>Mac OS Xでバッチモードを使用した際にコマンドプロンプトの表示が意図しない状態になる問題を修正。 [@soundkitchenさんが報告]</li>
|
381
|
+
<li>誤ったコマンドをクライアントモードで実行しても終了しないように修正。 [#1305]</li>
|
382
|
+
<li><code class="docutils literal"><span class="pre">--query</span></code> 構文で <code class="docutils literal"><span class="pre">'=R'</span></code> が <code class="docutils literal"><span class="pre">'OR'</span></code> として扱われてしまう問題を修正。 [#1393]</li>
|
546
383
|
</ul>
|
547
384
|
</div>
|
548
385
|
<div class="section" id="id22">
|
549
386
|
<h3>感謝<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
550
387
|
<ul class="simple">
|
551
|
-
<li
|
552
|
-
|
553
|
-
<li><p class="first">岩井さん</p>
|
554
|
-
</li>
|
388
|
+
<li>@soundkitchenさん</li>
|
389
|
+
<li>岩井さん</li>
|
555
390
|
</ul>
|
556
391
|
</div>
|
557
392
|
</div>
|
@@ -560,56 +395,36 @@ This change not to contain such a metadata as search results.</li>
|
|
560
395
|
<div class="section" id="id23">
|
561
396
|
<h3>改良<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
562
397
|
<ul class="simple">
|
563
|
-
<li
|
564
|
-
|
565
|
-
<li
|
566
|
-
</li>
|
567
|
-
<li
|
568
|
-
</li>
|
569
|
-
<li
|
570
|
-
</li>
|
571
|
-
<li
|
572
|
-
|
573
|
-
<li
|
574
|
-
|
575
|
-
<li
|
576
|
-
</li>
|
577
|
-
<li><p class="first">[doc][yum] epel-releaseパッケージのバージョンを更新。[岩井さんが報告]</p>
|
578
|
-
</li>
|
579
|
-
<li><p class="first">[doc][centos6] RepoforgeにあるCentOS 6用のMuninを使うという設定を削除。[岩井さんが報告]</p>
|
580
|
-
</li>
|
581
|
-
<li><p class="first">ソースをzip形式でも配布するようにした。</p>
|
582
|
-
</li>
|
583
|
-
<li><p class="first">[munin] groonga_dist Muninプラグインが複数のファイルを使っているオブジェクトをサポート。</p>
|
584
|
-
</li>
|
585
|
-
<li><p class="first">Travis CIを使うようにした。</p>
|
586
|
-
</li>
|
587
|
-
<li><p class="first">[yum] groongaのyumリポジトリを提供するRPMパッケージ名をgroonga-repositoryからgroonga-releaseへと変更。これは、centos-releaseやfedora-releaseといったRPMパッケージの命名規則とあわせるためである。</p>
|
588
|
-
</li>
|
398
|
+
<li>[doc] リリース手順を追加。</li>
|
399
|
+
<li>1プロセスで開けるファイルディスクリプターの最大数が4096という制限を削除。</li>
|
400
|
+
<li>[実験的] tableプラグインを追加。</li>
|
401
|
+
<li>[doc] <a class="reference internal" href="../reference/commands/select.html"><span class="doc">select</span></a> コマンドの説明を追加。</li>
|
402
|
+
<li>[doc] 実行例をコピー&ペーストしやすくした。</li>
|
403
|
+
<li>[windows] Visual Studio 2010 ExpressとCMakeを使ったビルドをサポート。詳細は <a class="reference internal" href="../install/windows.html"><span class="doc">Windows</span></a> を参照してください。</li>
|
404
|
+
<li>[doc][solaris] Solarisでビルドするためのドキュメントを追加。詳細は <a class="reference internal" href="../install/solaris.html"><span class="doc">Oracle Solaris</span></a> を参照してください。</li>
|
405
|
+
<li>[doc][yum] epel-releaseパッケージのバージョンを更新。[岩井さんが報告]</li>
|
406
|
+
<li>[doc][centos6] RepoforgeにあるCentOS 6用のMuninを使うという設定を削除。[岩井さんが報告]</li>
|
407
|
+
<li>ソースをzip形式でも配布するようにした。</li>
|
408
|
+
<li>[munin] groonga_dist Muninプラグインが複数のファイルを使っているオブジェクトをサポート。</li>
|
409
|
+
<li>Travis CIを使うようにした。</li>
|
410
|
+
<li>[yum] groongaのyumリポジトリを提供するRPMパッケージ名をgroonga-repositoryからgroonga-releaseへと変更。これは、centos-releaseやfedora-releaseといったRPMパッケージの命名規則とあわせるためである。</li>
|
589
411
|
</ul>
|
590
412
|
</div>
|
591
413
|
<div class="section" id="id24">
|
592
414
|
<h3>修正<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
593
415
|
<ul class="simple">
|
594
|
-
<li
|
595
|
-
|
596
|
-
<li
|
597
|
-
|
598
|
-
<li><
|
599
|
-
|
600
|
-
<li><p class="first">grn_ctx_fin()がgrn_ctxの一部をクリアしきれていない問題を修正。</p>
|
601
|
-
</li>
|
602
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">&!</span></code> 演算子をグループ化した式と一緒に使うと間違った結果を返す不具合を修正。[#1372]</p>
|
603
|
-
</li>
|
604
|
-
<li><p class="first">インデックスのソースに指定したカラム経由でレコードのキーを登録するとキーが正規化されない問題を修正。</p>
|
605
|
-
</li>
|
416
|
+
<li>[doc] yumリポジトリを更新するためのコマンドを修正。 [岩井さんが提案]</li>
|
417
|
+
<li>[deb] logrotateでlog_reopenコマンドが誤ったプロトコルを使用する不具合を修正。</li>
|
418
|
+
<li>XMLレスポンスのERRORタグが壊れている問題を修正。[#1363] [GitHub#13] [岩井さんがパッチ提供]</li>
|
419
|
+
<li>grn_ctx_fin()がgrn_ctxの一部をクリアしきれていない問題を修正。</li>
|
420
|
+
<li><code class="docutils literal"><span class="pre">&!</span></code> 演算子をグループ化した式と一緒に使うと間違った結果を返す不具合を修正。[#1372]</li>
|
421
|
+
<li>インデックスのソースに指定したカラム経由でレコードのキーを登録するとキーが正規化されない問題を修正。</li>
|
606
422
|
</ul>
|
607
423
|
</div>
|
608
424
|
<div class="section" id="id25">
|
609
425
|
<h3>感謝<a class="headerlink" href="#id25" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
610
426
|
<ul class="simple">
|
611
|
-
<li
|
612
|
-
</li>
|
427
|
+
<li>岩井さん</li>
|
613
428
|
</ul>
|
614
429
|
</div>
|
615
430
|
</div>
|
@@ -632,64 +447,40 @@ This change not to contain such a metadata as search results.</li>
|
|
632
447
|
<div class="section" id="id26">
|
633
448
|
<h3>改良<a class="headerlink" href="#id26" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
634
449
|
<ul class="simple">
|
635
|
-
<li
|
636
|
-
</li>
|
637
|
-
<li
|
638
|
-
</li>
|
639
|
-
<li
|
640
|
-
|
641
|
-
<li
|
642
|
-
|
643
|
-
<li><
|
644
|
-
|
645
|
-
<li
|
646
|
-
|
647
|
-
<li><p class="first">CMakeをサポート。</p>
|
648
|
-
</li>
|
649
|
-
<li><p class="first">[load] カラムの値が設定できなかった時のエラーレポートをサポート。</p>
|
650
|
-
</li>
|
651
|
-
<li><p class="first">類似検索をサポート。類似検索の構文は <code class="docutils literal"><span class="pre">select</span> <span class="pre">--filter</span> <span class="pre">"column</span> <span class="pre">*S</span> <span class="pre">'TEXT'"</span></code> 。 [#1342]</p>
|
652
|
-
</li>
|
653
|
-
<li><p class="first">[apt][yum] パッケージ署名用の鍵を変更。</p>
|
654
|
-
</li>
|
655
|
-
<li><p class="first">Ubuntu Precise Pangolinをサポート。</p>
|
656
|
-
</li>
|
657
|
-
<li><p class="first">[apt] groongaのパッケージ署名用の鍵を提供するgroonga-keyring debパッケージを追加。</p>
|
658
|
-
</li>
|
450
|
+
<li>[pkg-config] 必要のないMessagePackへの依存関係を削除。</li>
|
451
|
+
<li>[rpm][fedora] libeditをサポート。[#1325] [IWAI, Masaharuさんが提案]</li>
|
452
|
+
<li>[rpm] zlibおよびLZOをサポート。[#1324] [IWAI, Masaharuさんがパッチ提供]</li>
|
453
|
+
<li>[groonga] デーモン化のタイミングを改善。groongaサーバーはソケットがlisten状態になった後にデーモン化するようになった。これによりgroongaサーバーがデーモン化した時点で接続を受け付けられる状態になっている。 [#1326]</li>
|
454
|
+
<li>[admin] groongaの管理ページでサジェスト機能をサポート。</li>
|
455
|
+
<li>[dump] Mecabのトークナイザのロードエラーを無視するようにした。</li>
|
456
|
+
<li>CMakeをサポート。</li>
|
457
|
+
<li>[load] カラムの値が設定できなかった時のエラーレポートをサポート。</li>
|
458
|
+
<li>類似検索をサポート。類似検索の構文は <code class="docutils literal"><span class="pre">select</span> <span class="pre">--filter</span> <span class="pre">"column</span> <span class="pre">*S</span> <span class="pre">'TEXT'"</span></code> 。 [#1342]</li>
|
459
|
+
<li>[apt][yum] パッケージ署名用の鍵を変更。</li>
|
460
|
+
<li>Ubuntu Precise Pangolinをサポート。</li>
|
461
|
+
<li>[apt] groongaのパッケージ署名用の鍵を提供するgroonga-keyring debパッケージを追加。</li>
|
659
462
|
</ul>
|
660
463
|
</div>
|
661
464
|
<div class="section" id="id27">
|
662
465
|
<h3>修正<a class="headerlink" href="#id27" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
663
466
|
<ul class="simple">
|
664
|
-
<li
|
665
|
-
</li>
|
666
|
-
<li
|
667
|
-
</li>
|
668
|
-
<li
|
669
|
-
</li>
|
670
|
-
<li
|
671
|
-
</li>
|
672
|
-
<li
|
673
|
-
</li>
|
674
|
-
<li><p class="first">[rpm] groongaパッケージから必要のないrubyパッケージへの依存関係を削除。 [#1330] [IWAI, Masaharuさんが提案]</p>
|
675
|
-
</li>
|
676
|
-
<li><p class="first">[deb] groonga-serverの設定ファイルに未設定だったデフォルト値を追加。</p>
|
677
|
-
</li>
|
678
|
-
<li><p class="first">非常に大きな転置インデックスを更新しながら検索するとクラッシュする不具合を修正。 [#1329]</p>
|
679
|
-
</li>
|
680
|
-
<li><p class="first">文字列をバイト文字列でなく文字として比較している不具合を修正。 [#1340] [Kawaji Shinyaさんが報告]</p>
|
681
|
-
</li>
|
467
|
+
<li>[deb][rpm] 非推奨の <code class="docutils literal"><span class="pre">--address</span></code> オプションではなく <code class="docutils literal"><span class="pre">--bind--address</span></code> オプションを使用するようにした。[#1320] [IWAI, Masaharuさんがパッチ提供]</li>
|
468
|
+
<li>[deb] groonga-serverパッケージの設定ファイルを <code class="docutils literal"><span class="pre">/etc/default/groonga</span></code> から <code class="docutils literal"><span class="pre">/etc/default/groonga-server</span></code> へ改名。</li>
|
469
|
+
<li>[rpm][fedora] groonga-serverの%postで更新処理を行うかどうかの条件を修正。 [GitHub#11] [Daiki Uenoさんがパッチ提供]</li>
|
470
|
+
<li>[rpm] 必要のないログを削除。 [#1328] [IWAI, Masaharuさんがパッチ提供]</li>
|
471
|
+
<li>[deb][rpm] curlへの依存関係を追加。 [GitHub#12] [IWAI, Masaharuさんがパッチ提供]</li>
|
472
|
+
<li>[rpm] groongaパッケージから必要のないrubyパッケージへの依存関係を削除。 [#1330] [IWAI, Masaharuさんが提案]</li>
|
473
|
+
<li>[deb] groonga-serverの設定ファイルに未設定だったデフォルト値を追加。</li>
|
474
|
+
<li>非常に大きな転置インデックスを更新しながら検索するとクラッシュする不具合を修正。 [#1329]</li>
|
475
|
+
<li>文字列をバイト文字列でなく文字として比較している不具合を修正。 [#1340] [Kawaji Shinyaさんが報告]</li>
|
682
476
|
</ul>
|
683
477
|
</div>
|
684
478
|
<div class="section" id="id28">
|
685
479
|
<h3>感謝<a class="headerlink" href="#id28" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
686
480
|
<ul class="simple">
|
687
|
-
<li
|
688
|
-
|
689
|
-
<li
|
690
|
-
</li>
|
691
|
-
<li><p class="first">Shinya Kawajiさん</p>
|
692
|
-
</li>
|
481
|
+
<li>岩井さん</li>
|
482
|
+
<li>うえのさん</li>
|
483
|
+
<li>Shinya Kawajiさん</li>
|
693
484
|
</ul>
|
694
485
|
</div>
|
695
486
|
</div>
|
@@ -698,60 +489,38 @@ This change not to contain such a metadata as search results.</li>
|
|
698
489
|
<div class="section" id="id29">
|
699
490
|
<h3>改良<a class="headerlink" href="#id29" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
700
491
|
<ul class="simple">
|
701
|
-
<li
|
702
|
-
</li>
|
703
|
-
<li
|
704
|
-
</li>
|
705
|
-
<li
|
706
|
-
</li>
|
707
|
-
<li><
|
708
|
-
</li>
|
709
|
-
<li
|
710
|
-
|
711
|
-
<li
|
712
|
-
</li>
|
713
|
-
<li
|
714
|
-
</li>
|
715
|
-
<li><
|
716
|
-
</li>
|
717
|
-
<li><p class="first">[dat] 単語抽出処理をサポートした。</p>
|
718
|
-
</li>
|
719
|
-
<li><p class="first"><a class="reference external" href="http://groonga.org/ja/logo/">ロゴ</a> を追加した。</p>
|
720
|
-
</li>
|
721
|
-
<li><p class="first">HTMLのデザインを更新した。</p>
|
722
|
-
</li>
|
723
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grntest</span></code> を <code class="docutils literal"><span class="pre">groonga-benchmark</span></code> に改名した。</p>
|
724
|
-
</li>
|
725
|
-
<li><p class="first">CentOS 5上で <code class="docutils literal"><span class="pre">autogen.sh</span></code> が動くようにした。</p>
|
726
|
-
</li>
|
727
|
-
<li><p class="first">[linux] <code class="docutils literal"><span class="pre">vm.overcommit_memory</span></code> カーネルパラメーターの値をチェックするようにした。 [#1289]</p>
|
728
|
-
</li>
|
729
|
-
<li><p class="first"><code class="docutils literal"><span class="pre">grn_snip</span></code> が <code class="docutils literal"><span class="pre">grn_obj</span></code> の仕組みを使うようにした。 [#1054]</p>
|
730
|
-
</li>
|
492
|
+
<li>別ディレクトリでのビルドをサポートした。 [#1298] [かずひこさんが報告]</li>
|
493
|
+
<li>[solaris] Solaris 11上でのビルドできるようにした。 [かずひこさんが報告]</li>
|
494
|
+
<li>[test] 機能テストを追加した。</li>
|
495
|
+
<li>[test] Rubyでテストを実行するためにはconfigureに <code class="docutils literal"><span class="pre">--with-ruby19</span></code> オプションを指定しなければいけないようにした。</li>
|
496
|
+
<li>[dump] デフォルトトークナイザーを持っているテーブルのレコードもダンプするようにした。</li>
|
497
|
+
<li>[suggest] <code class="docutils literal"><span class="pre">similar_search</span></code> オプションを追加。</li>
|
498
|
+
<li>[groonga] 非推奨の <code class="docutils literal"><span class="pre">-a</span></code> と <code class="docutils literal"><span class="pre">--address</span></code> と <code class="docutils literal"><span class="pre">--admin-html-path</span></code> オプションを削除した。</li>
|
499
|
+
<li>戻り値チェックを追加した。 [GitHub#9] [Markus Elfringさんが報告]</li>
|
500
|
+
<li>[dat] 単語抽出処理をサポートした。</li>
|
501
|
+
<li><a class="reference external" href="http://groonga.org/ja/logo/">ロゴ</a> を追加した。</li>
|
502
|
+
<li>HTMLのデザインを更新した。</li>
|
503
|
+
<li><code class="docutils literal"><span class="pre">grntest</span></code> を <code class="docutils literal"><span class="pre">groonga-benchmark</span></code> に改名した。</li>
|
504
|
+
<li>CentOS 5上で <code class="docutils literal"><span class="pre">autogen.sh</span></code> が動くようにした。</li>
|
505
|
+
<li>[linux] <code class="docutils literal"><span class="pre">vm.overcommit_memory</span></code> カーネルパラメーターの値をチェックするようにした。 [#1289]</li>
|
506
|
+
<li><code class="docutils literal"><span class="pre">grn_snip</span></code> が <code class="docutils literal"><span class="pre">grn_obj</span></code> の仕組みを使うようにした。 [#1054]</li>
|
731
507
|
</ul>
|
732
508
|
</div>
|
733
509
|
<div class="section" id="id30">
|
734
510
|
<h3>修正<a class="headerlink" href="#id30" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
735
511
|
<ul class="simple">
|
736
|
-
<li
|
737
|
-
</li>
|
738
|
-
<li
|
739
|
-
</li>
|
740
|
-
<li
|
741
|
-
</li>
|
742
|
-
<li><p class="first">[groonga] <code class="docutils literal"><span class="pre">--server-id</span></code> オプションの名前の最後に <code class="docutils literal"><span class="pre">-id</span></code> がついていなかったので追加した。</p>
|
743
|
-
</li>
|
744
|
-
<li><p class="first">latin1を正規化するときに意図しないメモリ領域にアクセスしてしまう問題を修正した。</p>
|
745
|
-
</li>
|
512
|
+
<li>インストールしたRubyスクリプトをuninstallでアンインストールできない問題を修正した。 [#1299] [かずひこさんが報告]</li>
|
513
|
+
<li>Gemfileを追加した。 [#1302] [かずひこさんが報告]</li>
|
514
|
+
<li>インデックスに登録されているレコードが見つからないことがある問題を修正した。この機能を使っているのはmroongaだけである。 [#1303]</li>
|
515
|
+
<li>[groonga] <code class="docutils literal"><span class="pre">--server-id</span></code> オプションの名前の最後に <code class="docutils literal"><span class="pre">-id</span></code> がついていなかったので追加した。</li>
|
516
|
+
<li>latin1を正規化するときに意図しないメモリ領域にアクセスしてしまう問題を修正した。</li>
|
746
517
|
</ul>
|
747
518
|
</div>
|
748
519
|
<div class="section" id="id31">
|
749
520
|
<h3>感謝<a class="headerlink" href="#id31" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
750
521
|
<ul class="simple">
|
751
|
-
<li
|
752
|
-
|
753
|
-
<li><p class="first">Markus Elfringさん</p>
|
754
|
-
</li>
|
522
|
+
<li>かずひこさん</li>
|
523
|
+
<li>Markus Elfringさん</li>
|
755
524
|
</ul>
|
756
525
|
</div>
|
757
526
|
</div>
|
@@ -760,72 +529,44 @@ This change not to contain such a metadata as search results.</li>
|
|
760
529
|
<div class="section" id="id32">
|
761
530
|
<h3>改良<a class="headerlink" href="#id32" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
762
531
|
<ul class="simple">
|
763
|
-
<li
|
764
|
-
</li>
|
765
|
-
<li
|
766
|
-
</li>
|
767
|
-
<li
|
768
|
-
|
769
|
-
<li
|
770
|
-
|
771
|
-
<li
|
772
|
-
|
773
|
-
<li
|
774
|
-
|
775
|
-
<li><
|
776
|
-
</li>
|
777
|
-
<li><
|
778
|
-
</li>
|
779
|
-
<li
|
780
|
-
</li>
|
781
|
-
<li><p class="first">テーブル作成時にgrn_ctx_at()の呼び出し回数を減らした。</p>
|
782
|
-
</li>
|
783
|
-
<li><p class="first">[pat] キャッシュに対応した。</p>
|
784
|
-
</li>
|
785
|
-
<li><p class="first">[tokenizer] トークナイザーAPIを整理した。</p>
|
786
|
-
</li>
|
787
|
-
<li><p class="first">名前に <code class="docutils literal"><span class="pre">@</span></code> も使えるようにした。</p>
|
788
|
-
</li>
|
789
|
-
<li><p class="first">[tokenizer] <a class="reference external" href="http://www.phontron.com/kytea/index-ja.html">KyTea</a> を使ったトークナイザーを追加した。</p>
|
790
|
-
</li>
|
791
|
-
<li><p class="first"><a class="reference internal" href="../reference/indexing.html"><span class="doc">静的なインデックス構築方法</span></a> をサポートした。</p>
|
792
|
-
</li>
|
793
|
-
<li><p class="first">[tokenizer] MeCab 0.993に対応した。 [groonga-dev,00703] [Masaharu YOSHIOKAさんが報告]</p>
|
794
|
-
</li>
|
795
|
-
<li><p class="first">[windows] MessagePackに対応した。</p>
|
796
|
-
</li>
|
532
|
+
<li>[dat] 長さが0かどうかキーをチェックするようにした。</li>
|
533
|
+
<li>[windows] GCC関連のDLLを同梱するようにした。 [groonga-dev,00686] [鈴木さんが報告]</li>
|
534
|
+
<li>[php] PHP 5.4に対応した。 [Daiki Uenoさんがパッチ提供]</li>
|
535
|
+
<li>FSFの住所を更新した。 [Daiki Uenoさんが提案]</li>
|
536
|
+
<li>[fedora] systemdに対応した。 [Daiki Uenoさんがパッチ提供]</li>
|
537
|
+
<li>[rpm][debian] デフォルトのプロトコルをgqtpからHTTPに変更した。</li>
|
538
|
+
<li>[rpm][centos] statusコマンドに対応した。</li>
|
539
|
+
<li>ログメッセージから必要のない <code class="docutils literal"><span class="pre">:</span></code> を削除した。</li>
|
540
|
+
<li>非推奨となっていたgrn_queryを削除した。 [#1247]</li>
|
541
|
+
<li>テーブル作成時にgrn_ctx_at()の呼び出し回数を減らした。</li>
|
542
|
+
<li>[pat] キャッシュに対応した。</li>
|
543
|
+
<li>[tokenizer] トークナイザーAPIを整理した。</li>
|
544
|
+
<li>名前に <code class="docutils literal"><span class="pre">@</span></code> も使えるようにした。</li>
|
545
|
+
<li>[tokenizer] <a class="reference external" href="http://www.phontron.com/kytea/index-ja.html">KyTea</a> を使ったトークナイザーを追加した。</li>
|
546
|
+
<li><a class="reference internal" href="../reference/indexing.html"><span class="doc">静的なインデックス構築方法</span></a> をサポートした。</li>
|
547
|
+
<li>[tokenizer] MeCab 0.993に対応した。 [groonga-dev,00703] [Masaharu YOSHIOKAさんが報告]</li>
|
548
|
+
<li>[windows] MessagePackに対応した。</li>
|
797
549
|
</ul>
|
798
550
|
</div>
|
799
551
|
<div class="section" id="id33">
|
800
552
|
<h3>修正<a class="headerlink" href="#id33" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
801
553
|
<ul class="simple">
|
802
|
-
<li
|
803
|
-
</li>
|
804
|
-
<li
|
805
|
-
</li>
|
806
|
-
<li><
|
807
|
-
</li>
|
808
|
-
<li><p class="first">誤字を修正した。[かずひこさんが報告]</p>
|
809
|
-
</li>
|
810
|
-
<li><p class="first">[http] <code class="docutils literal"><span class="pre">load</span></code> コマンドのエラーがクリアされない不具合を修正した。 [@wareohjiさんが報告]</p>
|
811
|
-
</li>
|
554
|
+
<li>[pat] 最後のノードを見つけられない問題を修正した。 [#1258]</li>
|
555
|
+
<li>[doc] 日本語ページ内のリンクを修正した。 [@naoinaさんが報告]</li>
|
556
|
+
<li>[doc] 間違ったデフォルト値を修正した。 [@naoinaさんが報告]</li>
|
557
|
+
<li>誤字を修正した。[かずひこさんが報告]</li>
|
558
|
+
<li>[http] <code class="docutils literal"><span class="pre">load</span></code> コマンドのエラーがクリアされない不具合を修正した。 [@wareohjiさんが報告]</li>
|
812
559
|
</ul>
|
813
560
|
</div>
|
814
561
|
<div class="section" id="id34">
|
815
562
|
<h3>感謝<a class="headerlink" href="#id34" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
816
563
|
<ul class="simple">
|
817
|
-
<li
|
818
|
-
|
819
|
-
<li
|
820
|
-
|
821
|
-
<li
|
822
|
-
|
823
|
-
<li><p class="first">かずひこさん</p>
|
824
|
-
</li>
|
825
|
-
<li><p class="first">Masaharu YOSHIOKAさん</p>
|
826
|
-
</li>
|
827
|
-
<li><p class="first">@wareohjiさん</p>
|
828
|
-
</li>
|
564
|
+
<li>鈴木さん</li>
|
565
|
+
<li>うえのさん</li>
|
566
|
+
<li>@naoinaさん</li>
|
567
|
+
<li>かずひこさん</li>
|
568
|
+
<li>Masaharu YOSHIOKAさん</li>
|
569
|
+
<li>@wareohjiさん</li>
|
829
570
|
</ul>
|
830
571
|
</div>
|
831
572
|
</div>
|
@@ -920,13 +661,6 @@ This change not to contain such a metadata as search results.</li>
|
|
920
661
|
</li>
|
921
662
|
</ul>
|
922
663
|
|
923
|
-
<div role="note" aria-label="source link">
|
924
|
-
<h3>このページ</h3>
|
925
|
-
<ul class="this-page-menu">
|
926
|
-
<li><a href="../_sources/news/2.x.txt"
|
927
|
-
rel="nofollow">ソースコードを表示</a></li>
|
928
|
-
</ul>
|
929
|
-
</div>
|
930
664
|
<div id="searchbox" style="display: none" role="search">
|
931
665
|
<h3>クイック検索</h3>
|
932
666
|
<form class="search" action="../search.html" method="get">
|
@@ -947,11 +681,11 @@ This change not to contain such a metadata as search results.</li>
|
|
947
681
|
<li class="right" style="margin-right: 10px">
|
948
682
|
<a href="../genindex.html" title="総合索引"
|
949
683
|
>索引</a></li>
|
950
|
-
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.0
|
684
|
+
<li class="nav-item nav-item-0"><a href="../index.html">Groonga v7.1.0-73-g6d02cfaドキュメント</a> »</li>
|
951
685
|
</ul>
|
952
686
|
</div>
|
953
687
|
<div class="footer" role="contentinfo">
|
954
|
-
© Copyright 2009-
|
688
|
+
© Copyright 2009-2018, Brazil, Inc.
|
955
689
|
</div>
|
956
690
|
</body>
|
957
691
|
</html>
|