rroonga 4.0.6-x86-mingw32 → 4.0.7-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/doc/text/news.textile +14 -2
- data/ext/groonga/extconf.rb +0 -3
- data/ext/groonga/rb-grn-expression.c +1 -6
- data/ext/groonga/rb-grn-index-column.c +96 -0
- data/ext/groonga/rb-grn-index-cursor.c +32 -8
- data/ext/groonga/rb-grn-posting.c +26 -6
- data/ext/groonga/rb-grn-utils.c +27 -0
- data/ext/groonga/rb-grn.h +4 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/rroonga-build.rb +3 -3
- data/test/test-column.rb +50 -12
- data/test/test-expression-builder.rb +1 -1
- data/test/test-expression.rb +80 -25
- data/test/test-index-column.rb +41 -0
- data/test/test-index-cursor.rb +21 -1
- data/test/test-table-key-support.rb +59 -1
- data/vendor/local/bin/groonga-benchmark.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-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/libwinpthread-1.dll +0 -0
- data/vendor/local/bin/lz4 +0 -0
- data/vendor/local/bin/lz4c +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/onig-config +1 -1
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/groonga.conf +1 -1
- data/vendor/local/etc/groonga/httpd/fastcgi.conf +25 -0
- data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +25 -0
- data/vendor/local/etc/groonga/httpd/fastcgi_params +24 -0
- data/vendor/local/etc/groonga/httpd/fastcgi_params.default +24 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/etc/groonga/httpd/html/50x.html +21 -0
- data/vendor/local/etc/groonga/httpd/html/index.html +25 -0
- data/vendor/local/etc/groonga/httpd/koi-utf +109 -0
- data/vendor/local/etc/groonga/httpd/koi-win +103 -0
- data/vendor/local/etc/groonga/httpd/mime.types +89 -0
- data/vendor/local/etc/groonga/httpd/mime.types.default +89 -0
- data/vendor/local/etc/groonga/httpd/nginx.conf.default +117 -0
- data/vendor/local/etc/groonga/httpd/scgi_params +16 -0
- data/vendor/local/etc/groonga/httpd/scgi_params.default +16 -0
- data/vendor/local/etc/groonga/httpd/uwsgi_params +16 -0
- data/vendor/local/etc/groonga/httpd/uwsgi_params.default +16 -0
- data/vendor/local/etc/groonga/httpd/win-utf +126 -0
- data/vendor/local/include/groonga/groonga/expr.h +108 -0
- data/vendor/local/include/groonga/groonga/groonga.h +2031 -0
- data/vendor/local/include/groonga/groonga/ii.h +46 -0
- data/vendor/local/include/groonga/groonga/nfkc.h +3 -3
- data/vendor/local/include/groonga/groonga/plugin.h +5 -3
- data/vendor/local/include/groonga/groonga/token.h +136 -0
- data/vendor/local/include/groonga/groonga/token_filter.h +4 -6
- data/vendor/local/include/groonga/groonga/tokenizer.h +60 -55
- data/vendor/local/include/groonga/groonga/util.h +40 -0
- data/vendor/local/include/groonga/groonga.h +5 -2095
- data/vendor/local/include/lz4.h +323 -0
- data/vendor/local/include/lz4hc.h +223 -0
- data/vendor/local/include/zconf.h +511 -0
- data/vendor/local/include/zlib.h +1768 -0
- 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 +3 -3
- data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
- data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.la +3 -3
- 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 +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +22 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- 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.4.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 +3 -3
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +3 -3
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +3 -3
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libonig.la +2 -2
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/lib/pkgconfig/liblz4.pc +14 -0
- data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
- data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
- data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
- 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/sbin/groonga-httpd-restart +1 -1
- data/vendor/local/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +3 -24
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +7 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +88 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +39 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +28 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +109 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +30 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +111 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +54 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +67 -5
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -0
- 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 +10308 -0
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -9404
- 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/underscore-1.3.1.js +999 -0
- data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +31 -1415
- 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 +14 -14
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/client.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/community.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +40 -58
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +30 -28
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution.html +24 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/development.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/genindex.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/index.html +81 -77
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +33 -34
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -25
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +28 -27
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/install/others.html +93 -103
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +28 -27
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +32 -30
- data/vendor/local/share/doc/groonga/en/html/install.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +34 -32
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +99 -97
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +71 -69
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/news.html +210 -116
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +45 -43
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +65 -63
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +174 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +63 -61
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +30 -28
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +66 -64
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +31 -29
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +76 -74
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +31 -29
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +62 -60
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -37
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +61 -59
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +55 -53
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +96 -94
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +40 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +45 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +25 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +41 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +72 -70
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +43 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +39 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +35 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +25 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +61 -59
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +31 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +55 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +55 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +385 -383
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +39 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +83 -81
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +149 -147
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +276 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +103 -101
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +47 -45
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +48 -46
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -73
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +44 -42
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +36 -34
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +57 -55
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +26 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +81 -79
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +53 -51
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +41 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +35 -33
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +164 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +40 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +76 -74
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +66 -64
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +59 -57
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +210 -208
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +262 -260
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +54 -52
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +23 -21
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +34 -32
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +57 -55
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +54 -52
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +323 -0
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +40 -38
- data/vendor/local/share/doc/groonga/en/html/reference.html +78 -74
- data/vendor/local/share/doc/groonga/en/html/search.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/server/http.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/server/package.html +92 -85
- data/vendor/local/share/doc/groonga/en/html/server.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +127 -125
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/spec.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +23 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +52 -50
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +35 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +3 -24
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +7 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +88 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +39 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +28 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +109 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +30 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +111 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +54 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +67 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -0
- 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 +10308 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -9404
- 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/underscore-1.3.1.js +999 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +31 -1415
- 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 +14 -14
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/client.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/community.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +40 -58
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +24 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/development.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/index.html +82 -78
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +36 -40
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +84 -90
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/install.html +33 -31
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +34 -32
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +93 -91
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +61 -59
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/news.html +233 -147
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +33 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +59 -57
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +176 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +61 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +53 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +76 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +62 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +42 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +45 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +95 -93
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +37 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +45 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +41 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +64 -62
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +40 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +35 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +56 -54
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +167 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +47 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +55 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +55 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +256 -254
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +40 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +80 -78
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +125 -123
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +268 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +89 -87
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +47 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +48 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +63 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +44 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +36 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +57 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +26 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +42 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +65 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +43 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +35 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +165 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +40 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +69 -67
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +42 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +52 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -113
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +179 -177
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +43 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +44 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +316 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +38 -36
- data/vendor/local/share/doc/groonga/ja/html/reference.html +79 -75
- data/vendor/local/share/doc/groonga/ja/html/search.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +91 -82
- data/vendor/local/share/doc/groonga/ja/html/server.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +126 -124
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/spec.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +49 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +33 -31
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js +9404 -0
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js +11802 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/groonga/html/admin/index.html +2 -2
- data/vendor/local/share/groonga/html/admin/index.ja.html +2 -2
- data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js +9404 -0
- data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js +11802 -0
- data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js +2599 -0
- data/vendor/local/share/license/lz4/LICENSE +24 -0
- data/vendor/local/share/license/zlib/README +115 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +183 -215
- data/vendor/local/share/man/man1/groonga.1 +188 -227
- data/vendor/local/share/man/man1/lz4.1 +88 -0
- data/vendor/local/share/man/man1/lz4c.1 +33 -0
- data/vendor/local/share/man/man1/lz4cat.1 +32 -0
- metadata +117 -50
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.min.js +0 -4
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js +0 -356
- data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +0 -4
- data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +0 -356
- data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js +0 -6
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>お知らせ — Groonga v4.0.
|
10
|
+
<title>お知らせ — Groonga v4.0.8ドキュメント</title>
|
11
11
|
|
12
12
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
13
13
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<script type="text/javascript">
|
16
16
|
var DOCUMENTATION_OPTIONS = {
|
17
17
|
URL_ROOT: './',
|
18
|
-
VERSION: '4.0.
|
18
|
+
VERSION: '4.0.8',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,9 +26,9 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v4.0.
|
29
|
+
<link rel="top" title="Groonga v4.0.8ドキュメント" href="index.html" />
|
30
30
|
</head>
|
31
|
-
<body>
|
31
|
+
<body role="document">
|
32
32
|
<div class="header">
|
33
33
|
<h1 class="title">
|
34
34
|
<a id="top-link" href="index.html">
|
@@ -46,98 +46,176 @@
|
|
46
46
|
</div>
|
47
47
|
|
48
48
|
|
49
|
-
<div class="related">
|
49
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
50
50
|
<h3>ナビゲーション</h3>
|
51
51
|
<ul>
|
52
52
|
<li class="right" style="margin-right: 10px">
|
53
53
|
<a href="genindex.html" title="総合索引"
|
54
54
|
accesskey="I">索引</a></li>
|
55
|
-
<li><a href="index.html">Groonga v4.0.
|
55
|
+
<li><a href="index.html">Groonga v4.0.8ドキュメント</a> »</li>
|
56
56
|
</ul>
|
57
57
|
</div>
|
58
58
|
|
59
59
|
<div class="document">
|
60
60
|
<div class="documentwrapper">
|
61
61
|
<div class="bodywrapper">
|
62
|
-
<div class="body">
|
62
|
+
<div class="body" role="main">
|
63
63
|
|
64
64
|
<div class="section" id="news">
|
65
65
|
<h1>お知らせ<a class="headerlink" href="#news" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
66
|
-
<div class="section" id="release-4-0-
|
67
|
-
<span id="release-4-0-
|
66
|
+
<div class="section" id="release-4-0-8-2014-11-29">
|
67
|
+
<span id="release-4-0-8"></span><h2>4.0.8リリース - 2014/11/29<a class="headerlink" href="#release-4-0-8-2014-11-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
68
68
|
<div class="section" id="improvements">
|
69
69
|
<h3>改良<a class="headerlink" href="#improvements" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
70
70
|
<ul class="simple">
|
71
|
-
<li>[
|
72
|
-
|
73
|
-
<li>
|
74
|
-
|
75
|
-
<li>
|
76
|
-
|
77
|
-
<li>[
|
78
|
-
|
79
|
-
[
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
[GitHub#
|
84
|
-
|
85
|
-
<li>
|
86
|
-
|
87
|
-
<li>
|
88
|
-
|
89
|
-
<
|
90
|
-
|
91
|
-
<li>[
|
92
|
-
|
93
|
-
<li>
|
94
|
-
|
95
|
-
<
|
96
|
-
|
97
|
-
[
|
71
|
+
<li><p class="first">[deb] Travis-CIの動作環境であるUbuntu 12.04のサポートを再び有効にしました。</p>
|
72
|
+
</li>
|
73
|
+
<li><p class="first">[mruby] デバッグ用途に <code class="docutils literal"><span class="pre">"pp"</span></code> をサポートしました。内部のオブジェクトをよりわかりやすく表示できるようになりました。</p>
|
74
|
+
</li>
|
75
|
+
<li><p class="first">全文検索のクエリで <code class="docutils literal"><span class="pre">--match_columns</span></code> と <code class="docutils literal"><span class="pre">--query</span></code> の組み合わせでインデックスが使えず逐次検索になる場合、 <code class="docutils literal"><span class="pre">--match_columns</span></code> に指定されているカラムが1つだけなら検索できるようにしました。 [groonga-dev,02902] [篠田さんが報告]</p>
|
76
|
+
</li>
|
77
|
+
<li><p class="first">[実験的] <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> で逐次検索に自動的に切り替えられるようにしました。逐次検索のほうがインデックスを使った検索よりも速い場合があります。たとえば、絞り込む前のレコードの件数が、さらに <code class="docutils literal"><span class="pre">in_values</span></code> と <code class="docutils literal"><span class="pre">AND</span></code> で絞り込むのに使うレコード数に比べてだいぶ少ないような場合です。このとき <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> 環境変数の値が逐次検索をするのか、インデックスを使って検索をするのかの閾値として使われます。</p>
|
78
|
+
</li>
|
79
|
+
<li><p class="first">[mruby] 相対パスのスクリプトの読み込みをサポートしました。</p>
|
80
|
+
</li>
|
81
|
+
<li><p class="first">mrubyが有効な場合にクエリオプティマイザーのテストを簡単に書けるようになりました。</p>
|
82
|
+
</li>
|
83
|
+
<li><p class="first">トークンフィルターを使った静的なインデックス作成をサポートしました。 [GitHub#239] [村上さんがパッチ提供]</p>
|
84
|
+
</li>
|
85
|
+
<li><p class="first">[実験的] <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> でも逐次検索への自動切り替えをサポートしました。 <code class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></code> 環境変数を閾値として使います。基本的な考え方は <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> と同じです。</p>
|
86
|
+
</li>
|
87
|
+
<li><p class="first">[実験的] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドで複数のキーを指定してドリルダウンできるようになりました。この機能のために構文を拡張しています。新しいドリルダウンの構文では <code class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></code> をキーの指定に使います。output_columnsの場合は <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></code> です。以前のバージョンでは、複数のキーによるドリルダウンを実現するにはクライアントアプリケーション側でそのような機能を実装するしかありませんでした。ドリルダウンでグループ化されたレコードのキーを参照するには、 <code class="docutils literal"><span class="pre">_key[N]</span></code> を使います。</p>
|
88
|
+
</li>
|
89
|
+
<li><p class="first">インデックスなしでも <code class="docutils literal"><span class="pre">'参照型のカラム</span> <span class="pre">@</span> <span class="pre">"query"'</span></code> で検索できるようになりました。</p>
|
90
|
+
</li>
|
91
|
+
<li><p class="first">[実験的] <a class="reference internal" href="reference/commands/range_filter.html"><em>range_filter</em></a> コマンドを追加しました。たいていの場合、特定の範囲のレコードを取得するなら <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドよりも速いです。これはマッチしたレコード数を返さないので、そのためのレコードの走査が不要なためです。ただし、ドリルダウンをサポートしていないなどの制限があります。 <code class="docutils literal"><span class="pre">range_filter</span></code> は特定の範囲の最初の <code class="docutils literal"><span class="pre">N</span></code> レコードを必要とするランキングなどの用途に向いています。</p>
|
92
|
+
</li>
|
93
|
+
<li><p class="first">[windows] Windows上でも <code class="docutils literal"><span class="pre">groonga-httpd</span></code> が使えるようになりました。</p>
|
94
|
+
</li>
|
95
|
+
<li><p class="first">ドリルダウンでベクター型のカラムをサポートしました。</p>
|
96
|
+
</li>
|
97
|
+
<li><p class="first">[deb] デフォルトのHTTPサーバーパッケージを <code class="docutils literal"><span class="pre">groonga-httpd</span></code> にしました。 <code class="docutils literal"><span class="pre">groonga-server-http</span></code> は非推奨です。ただし、 <a class="reference internal" href="reference/executables/groonga.html"><em>groongaコマンド</em></a> のHTTPサーバー機能自体はまだ使えます。もし従来のような簡易HTTPサーバーを使いたいなら、適宜引数を <a class="reference internal" href="reference/executables/groonga.html"><em>groongaコマンド</em></a> へとコマンドライン経由で渡します。</p>
|
98
|
+
</li>
|
99
|
+
<li><p class="first">WindowsのCI環境であるAppVeyor向けの設定ファイルを追加しました。 [groonga-dev,02970,02981] [畑ケさんがパッチ提供]</p>
|
100
|
+
</li>
|
98
101
|
</ul>
|
99
102
|
</div>
|
100
103
|
<div class="section" id="fixes">
|
101
104
|
<h3>修正<a class="headerlink" href="#fixes" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
102
105
|
<ul class="simple">
|
103
|
-
<li>[doc]
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
<
|
108
|
-
|
109
|
-
<li
|
110
|
-
|
111
|
-
<li>
|
112
|
-
|
113
|
-
<li
|
114
|
-
|
115
|
-
<li
|
116
|
-
|
117
|
-
<li
|
118
|
-
|
119
|
-
be included as search results.</li>
|
120
|
-
<li>Fixed to handle binary operation for vector column as an error.</li>
|
121
|
-
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">!XXX</span></tt> may return inverted result on big endian
|
122
|
-
environment.</li>
|
123
|
-
<li>Fixed a memory leak on converting weight vector to text.</li>
|
106
|
+
<li><p class="first">[doc] <a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a> の重複した実行例を修正しました。[GitHub groonga.org#14] [横山さんが報告]</p>
|
107
|
+
</li>
|
108
|
+
<li><p class="first">ネストしたインデックスで <code class="docutils literal"><span class="pre">X._key</span></code> に対する全文検索をしたときに空の結果を返す不具合を修正しました。</p>
|
109
|
+
</li>
|
110
|
+
<li><p class="first">BSD で仕様が厳密になった <code class="docutils literal"><span class="pre">mkostemp(3)</span></code> に対して渡しているフラグを修正しました。 [GitHub#240] [Kuriyamaさんがパッチ提供]</p>
|
111
|
+
</li>
|
112
|
+
<li><p class="first"><a class="reference internal" href="reference/commands/select.html"><em>select</em></a> コマンドが 誤った値の型(table)をインデックスカラムの値の型として返す不具合を修正しました。 <code class="docutils literal"><span class="pre">UInt32</span></code> を返すように修正しています。この変更はレスポンスのヘッダー部分にのみ影響します。これにより検索結果は変りません。</p>
|
113
|
+
</li>
|
114
|
+
<li><p class="first">Time型と文字列型の比較( <code class="docutils literal"><span class="pre"><</span></code> , <code class="docutils literal"><span class="pre"><=</span></code> , <code class="docutils literal"><span class="pre">></span></code> , <code class="docutils literal"><span class="pre">>=</span></code> , <code class="docutils literal"><span class="pre">!=</span></code> )が誤った結果を返す不具合を修正しました。</p>
|
115
|
+
</li>
|
116
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">"x*"</span></code> といった一文字の前方一致検索が行えない不具合を修正しました。[GitHub#242] [村上さんがパッチ提供]</p>
|
117
|
+
</li>
|
118
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">ShortText</span></code> 型の値に対するドリルダウンを <code class="docutils literal"><span class="pre">--filter</span></code> と一緒に使ったときにメモリリークしていたのを修正しました。</p>
|
119
|
+
</li>
|
120
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">"DDL:set_token_filters"</span></code> のログに <code class="docutils literal"><span class="pre">","</span></code> が抜けていたのを修正しました。 [村上さんが報告]</p>
|
121
|
+
</li>
|
124
122
|
</ul>
|
125
123
|
</div>
|
126
124
|
<div class="section" id="thanks">
|
127
125
|
<h3>感謝<a class="headerlink" href="#thanks" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
128
126
|
<ul class="simple">
|
127
|
+
<li><p class="first">篠田さん</p>
|
128
|
+
</li>
|
129
|
+
<li><p class="first">横山さん</p>
|
130
|
+
</li>
|
129
131
|
<li><p class="first">村上さん</p>
|
130
132
|
</li>
|
131
|
-
<li>
|
132
|
-
|
133
|
+
<li><p class="first">Jun Kuriyamaさん</p>
|
134
|
+
</li>
|
135
|
+
<li><p class="first">畑ヶさん</p>
|
136
|
+
</li>
|
133
137
|
</ul>
|
134
138
|
</div>
|
135
139
|
</div>
|
136
|
-
<div class="section" id="release-4-0-
|
137
|
-
<span id="release-4-0-
|
140
|
+
<div class="section" id="release-4-0-7-2014-10-29">
|
141
|
+
<span id="release-4-0-7"></span><h2>4.0.7リリース - 2014/10/29<a class="headerlink" href="#release-4-0-7-2014-10-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
138
142
|
<div class="section" id="id1">
|
139
143
|
<h3>改良<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
140
144
|
<ul class="simple">
|
145
|
+
<li><p class="first">[windows] Windows上でもmrubyを組み込んで使えるようにしました。</p>
|
146
|
+
</li>
|
147
|
+
<li><p class="first">プラグインAPIとしてトークンフィルタを追加しました。</p>
|
148
|
+
</li>
|
149
|
+
<li><p class="first"><a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> プラグインを追加しました。このプラグインは <code class="docutils literal"><span class="pre">is_stop_word</span></code> カラムの値がtrueのものをストップワードとして扱います。</p>
|
150
|
+
</li>
|
151
|
+
<li><p class="first">[doc] クライアントライブラリーへのリンク先を紹介する <a class="reference internal" href="client.html"><em>クライアント</em></a> セクションを追加しました。 [GitHub#210] [村上さんがパッチ提供]</p>
|
152
|
+
</li>
|
153
|
+
<li><p class="first">[doc] ドキュメント構成を見直しました。 <a class="reference internal" href="reference/suggest.html"><em>サジェスト</em></a> や <a class="reference internal" href="reference/operations/geolocation_search.html"><em>位置情報検索</em></a> は <a class="reference internal" href="reference.html"><em>リファレンスマニュアル</em></a> 以下にまとめました。 [GitHub#206] [村上さんがパッチ提供]</p>
|
154
|
+
</li>
|
155
|
+
<li><p class="first">[deb] ストップワードトークンフィルタープラグインを追加しました。 [GitHub#216] [畑ヶさんがパッチ提供]</p>
|
156
|
+
</li>
|
157
|
+
<li><p class="first">[deb] 同梱しているファイルの著作権表記を debian/copyright でより明確にしました。</p>
|
158
|
+
</li>
|
159
|
+
<li><p class="first">LZOによる圧縮サポートをやめました。</p>
|
160
|
+
</li>
|
161
|
+
<li><p class="first">LZ4による圧縮をサポートしました。 [GitHub#223] [村上さんがパッチ提供]</p>
|
162
|
+
</li>
|
163
|
+
<li><p class="first"><a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> を追加しました。<code class="docutils literal"><span class="pre">==</span></code> や <code class="docutils literal"><span class="pre">OR</span></code> を繋げて書いていたクエリ ( <code class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">"a")</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">"b")</span> <span class="pre">OR</span> <span class="pre">(COLUMN</span> <span class="pre">==</span> <span class="pre">"c"))</span></code> ) のかわりにこれを使うのがパフォーマンスの観点からお勧めです。</p>
|
164
|
+
</li>
|
165
|
+
<li><p class="first">[load] <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> を使ったテーブルで既存のレコードを <code class="docutils literal"><span class="pre">_id</span></code> を指定して更新できるようになりました。</p>
|
166
|
+
</li>
|
167
|
+
<li><p class="first"><a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> プラグインを追加しました。ステミングの機能を追加します。この機能をトークンフィルタで使うには、<a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> ライブラリーが必要です。</p>
|
168
|
+
</li>
|
169
|
+
<li><p class="first">[doc] <a class="reference internal" href="reference/token_filters.html"><em>トークンフィルター</em></a> のドキュメントを追加しました。 [GitHub#227] [村上さんがパッチ提供]</p>
|
170
|
+
</li>
|
171
|
+
</ul>
|
172
|
+
</div>
|
173
|
+
<div class="section" id="id2">
|
174
|
+
<h3>修正<a class="headerlink" href="#id2" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
175
|
+
<ul class="simple">
|
176
|
+
<li><p class="first">[doc] Rangubaプロジェクトへのリンクを修正しました。 [GitHub#212] [村上さんがパッチ提供]</p>
|
177
|
+
</li>
|
178
|
+
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.6に更新しました。 [GitHub#208] [畑ヶさんがパッチ提供]</p>
|
179
|
+
</li>
|
180
|
+
<li><p class="first">[power8] ビルドに失敗していたのを修正しました。詳細は <a class="reference external" href="http://lists.askmonty.org/pipermail/commits/2014-October/006752.html">http://lists.askmonty.org/pipermail/commits/2014-October/006752.html</a> を参照してください。 [Sergey Vojtovichさんがパッチ提供]</p>
|
181
|
+
</li>
|
182
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">char</span></code> が <code class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></code> としてビルドされているとURLエンコーディングに失敗する不具合を修正しました。 [GitHub#217]</p>
|
183
|
+
</li>
|
184
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> テーブルを <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> したときに検索結果が空になる不具合を修正しました。 [GitHub#220]</p>
|
185
|
+
</li>
|
186
|
+
<li><p class="first">ベクターカラムを表示するときにメモリリークするのを修正しました。エラーが発生したときの詳細表示で発生します。</p>
|
187
|
+
</li>
|
188
|
+
<li><p class="first">Zlibカラム圧縮でメモリリークする問題を修正しました。 [GitHub#221] [村上さんがパッチ提供]</p>
|
189
|
+
</li>
|
190
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">--filter</span></code> で <code class="docutils literal"><span class="pre">Int8</span></code> カラムの値に100以下を指定したときに意図しない true を返すことがある不具合を修正しました。この問題により意図しないレコードが検索結果含まれていました。</p>
|
191
|
+
</li>
|
192
|
+
<li><p class="first">ベクターカラムに対する四則演算はエラーになるようにしました。</p>
|
193
|
+
</li>
|
194
|
+
<li><p class="first">ビッグエンディアンの環境では、 <code class="docutils literal"><span class="pre">!XXX</span></code> が逆の結果を返すのを修正しました。</p>
|
195
|
+
</li>
|
196
|
+
<li><p class="first">重みつきベクターカラムの内容を出力するさいメモリリークするのを修正しました。</p>
|
197
|
+
</li>
|
198
|
+
<li><p class="first">[dump] <a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a> でのトークンフィルターと <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> 関連のエラーを修正しました。 [GitHub#215] [村上さんがパッチ提供]</p>
|
199
|
+
</li>
|
200
|
+
</ul>
|
201
|
+
</div>
|
202
|
+
<div class="section" id="id3">
|
203
|
+
<h3>感謝<a class="headerlink" href="#id3" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
204
|
+
<ul class="simple">
|
205
|
+
<li><p class="first">村上さん</p>
|
206
|
+
</li>
|
207
|
+
<li><p class="first">畑ヶさん</p>
|
208
|
+
</li>
|
209
|
+
<li><p class="first">Sergey Vojtovichさん</p>
|
210
|
+
</li>
|
211
|
+
</ul>
|
212
|
+
</div>
|
213
|
+
</div>
|
214
|
+
<div class="section" id="release-4-0-6-2014-09-29">
|
215
|
+
<span id="release-4-0-6"></span><h2>4.0.6リリース - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
216
|
+
<div class="section" id="id4">
|
217
|
+
<h3>改良<a class="headerlink" href="#id4" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
218
|
+
<ul class="simple">
|
141
219
|
<li><p class="first">debian/copyrightを機械可読な形式でルールに沿うように更新しました。[やまねさんが報告]</p>
|
142
220
|
</li>
|
143
221
|
<li><p class="first">[deb][rpm] HTTP経由でnginxをコントロールするのではなくシグナルを使うようにしました。このほうがnginxらしいinit scriptです。</p>
|
@@ -152,26 +230,26 @@ environment.</li>
|
|
152
230
|
</li>
|
153
231
|
<li><p class="first">[doc] C APIのドキュメントを翻訳しました。 [GitHub#203] [野首さんがパッチ提供]</p>
|
154
232
|
</li>
|
155
|
-
<li><p class="first"><
|
233
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">'*S10"..."'</span></code> というシンタックスで類似度の閾値をカスタマイズできるようにしました。</p>
|
156
234
|
</li>
|
157
|
-
<li><p class="first"><a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> は <
|
235
|
+
<li><p class="first"><a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> にソースカラムの検証機能を追加しました。もし、ソースカラムが存在しない場合は <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> は <code class="docutils literal"><span class="pre">false</span></code> を返し、カラムは作られません。</p>
|
158
236
|
</li>
|
159
237
|
<li><p class="first">[deb] Debian jessieとsidのサポートをやめました。</p>
|
160
238
|
</li>
|
161
239
|
</ul>
|
162
240
|
</div>
|
163
|
-
<div class="section" id="
|
164
|
-
<h3>修正<a class="headerlink" href="#
|
241
|
+
<div class="section" id="id5">
|
242
|
+
<h3>修正<a class="headerlink" href="#id5" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
165
243
|
<ul class="simple">
|
166
244
|
<li><p class="first">類似文書検索で、トークンを選択する際にIDF (逆文書出現頻度) を使っていない不具合を修正しました。以前のバージョンでは、IDFではなく、トークンのIDを使ってしまっていました。[groonga-dev,02731] [groonga-dev,02754] [三谷さん、warp kawadaさんが報告]</p>
|
167
245
|
</li>
|
168
|
-
<li><p class="first">レコードを削除する際にクラッシュする問題を修正しました。この問題は、削除を行うクエリに <
|
246
|
+
<li><p class="first">レコードを削除する際にクラッシュする問題を修正しました。この問題は、削除を行うクエリに <code class="docutils literal"><span class="pre">_key</span></code> が含まれており、その <code class="docutils literal"><span class="pre">_key</span></code> を参照するインデックスカラムが2つ以上ある場合に発生します。</p>
|
169
247
|
</li>
|
170
248
|
<li><p class="first">未使用変数 'e' に対するコンパイラの警告を修正しました。 [GitHub#197] [cosmo0920さんがパッチ提供]</p>
|
171
249
|
</li>
|
172
250
|
<li><p class="first">[fedora][httpd] ログディレクトリがないとサービス開始時に失敗するのを修正しました。</p>
|
173
251
|
</li>
|
174
|
-
<li><p class="first">[mruby] <
|
252
|
+
<li><p class="first">[mruby] <code class="docutils literal"><span class="pre">--disable-mruby</span></code> でビルドしたときのエラーを修正しました。 [GitHub#200] [cosmo0920さんがパッチ提供]</p>
|
175
253
|
</li>
|
176
254
|
<li><p class="first">MariaDBにMroongaをバンドルしたパッケージをビルドする際の警告(CMP0014)を修正しました。 [GitHub#201] [cosmo0920さんがパッチ提供]</p>
|
177
255
|
</li>
|
@@ -181,8 +259,8 @@ environment.</li>
|
|
181
259
|
</li>
|
182
260
|
</ul>
|
183
261
|
</div>
|
184
|
-
<div class="section" id="
|
185
|
-
<h3>感謝<a class="headerlink" href="#
|
262
|
+
<div class="section" id="id6">
|
263
|
+
<h3>感謝<a class="headerlink" href="#id6" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
186
264
|
<ul class="simple">
|
187
265
|
<li><p class="first">やまねひできさん</p>
|
188
266
|
</li>
|
@@ -203,8 +281,8 @@ environment.</li>
|
|
203
281
|
</div>
|
204
282
|
<div class="section" id="release-4-0-5-2014-08-29">
|
205
283
|
<span id="release-4-0-5"></span><h2>4.0.5リリース - 2014/08/29<a class="headerlink" href="#release-4-0-5-2014-08-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
206
|
-
<div class="section" id="
|
207
|
-
<h3>改良<a class="headerlink" href="#
|
284
|
+
<div class="section" id="id7">
|
285
|
+
<h3>改良<a class="headerlink" href="#id7" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
208
286
|
<ul class="simple">
|
209
287
|
<li><p class="first">Ubuntu 13.10 (Saucy Salamander)のサポートをやめました。</p>
|
210
288
|
</li>
|
@@ -220,9 +298,9 @@ environment.</li>
|
|
220
298
|
</li>
|
221
299
|
<li><p class="first">[benchmark] 平均と中央値をベンチマーク結果に含めるようにしました。</p>
|
222
300
|
</li>
|
223
|
-
<li><p class="first">プラグイン開発者向けに <
|
301
|
+
<li><p class="first">プラグイン開発者向けに <code class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></code> と <code class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></code> を公開しました。 [GitHub#190] [村上さんがパッチ提供]</p>
|
224
302
|
</li>
|
225
|
-
<li><p class="first">[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] "mode" オプションを追加して、振舞いを変更できるようにしました。<
|
303
|
+
<li><p class="first">[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] "mode" オプションを追加して、振舞いを変更できるようにしました。<code class="docutils literal"><span class="pre">GET</span></code> あるいは <code class="docutils literal"><span class="pre">ADD</span></code> を指定できます。 [GitHub#191] [GitHub#192] [村上さんがパッチ提供]</p>
|
226
304
|
</li>
|
227
305
|
<li><p class="first">近傍検索で、'*N"A Z"' という構文をサポートしました。</p>
|
228
306
|
</li>
|
@@ -234,12 +312,12 @@ environment.</li>
|
|
234
312
|
</li>
|
235
313
|
</ul>
|
236
314
|
</div>
|
237
|
-
<div class="section" id="
|
238
|
-
<h3>修正<a class="headerlink" href="#
|
315
|
+
<div class="section" id="id8">
|
316
|
+
<h3>修正<a class="headerlink" href="#id8" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
239
317
|
<ul class="simple">
|
240
|
-
<li><p class="first">[php] <
|
318
|
+
<li><p class="first">[php] <code class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></code> を呼び出したときのメモリリークを修正しました。[GitHub#184] [@do-akiさんがパッチ提供]</p>
|
241
319
|
</li>
|
242
|
-
<li><p class="first">[php] <a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_close" title="grn_ctx_close"><
|
320
|
+
<li><p class="first">[php] <a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_close" title="grn_ctx_close"><code class="xref c c-func docutils literal"><span class="pre">grn_ctx_close()</span></code></a> を呼んだときにメモリを二重に解放しないようにしました。[GitHub#184] [@do-akiさんがパッチ提供]</p>
|
243
321
|
</li>
|
244
322
|
<li><p class="first">ツリー外でのビルドを再度サポートしました。</p>
|
245
323
|
</li>
|
@@ -251,8 +329,8 @@ environment.</li>
|
|
251
329
|
</li>
|
252
330
|
</ul>
|
253
331
|
</div>
|
254
|
-
<div class="section" id="
|
255
|
-
<h3>感謝<a class="headerlink" href="#
|
332
|
+
<div class="section" id="id9">
|
333
|
+
<h3>感謝<a class="headerlink" href="#id9" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
256
334
|
<ul class="simple">
|
257
335
|
<li><p class="first">@do-akiさん</p>
|
258
336
|
</li>
|
@@ -269,8 +347,8 @@ environment.</li>
|
|
269
347
|
</div>
|
270
348
|
<div class="section" id="release-4-0-4-2014-07-29">
|
271
349
|
<span id="release-4-0-4"></span><h2>4.0.4リリース - 2014/07/29<a class="headerlink" href="#release-4-0-4-2014-07-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
272
|
-
<div class="section" id="
|
273
|
-
<h3>改良<a class="headerlink" href="#
|
350
|
+
<div class="section" id="id10">
|
351
|
+
<h3>改良<a class="headerlink" href="#id10" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
274
352
|
<ul class="simple">
|
275
353
|
<li><p class="first">[httpd] バンドルしているnginxのバージョンを1.7.3に更新しました。</p>
|
276
354
|
</li>
|
@@ -286,8 +364,8 @@ environment.</li>
|
|
286
364
|
</li>
|
287
365
|
</ul>
|
288
366
|
</div>
|
289
|
-
<div class="section" id="
|
290
|
-
<h3>修正<a class="headerlink" href="#
|
367
|
+
<div class="section" id="id11">
|
368
|
+
<h3>修正<a class="headerlink" href="#id11" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
291
369
|
<ul class="simple">
|
292
370
|
<li><p class="first">レスポンスでシンタックスエラーの発生個所を正しく表示できるようにしました。</p>
|
293
371
|
</li>
|
@@ -295,8 +373,8 @@ environment.</li>
|
|
295
373
|
</li>
|
296
374
|
</ul>
|
297
375
|
</div>
|
298
|
-
<div class="section" id="
|
299
|
-
<h3>感謝<a class="headerlink" href="#
|
376
|
+
<div class="section" id="id12">
|
377
|
+
<h3>感謝<a class="headerlink" href="#id12" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
300
378
|
<ul class="simple">
|
301
379
|
<li><p class="first">nikuさん</p>
|
302
380
|
</li>
|
@@ -305,8 +383,8 @@ environment.</li>
|
|
305
383
|
</div>
|
306
384
|
<div class="section" id="release-4-0-3-2014-06-29">
|
307
385
|
<span id="release-4-0-3"></span><h2>4.0.3リリース - 2014/06/29<a class="headerlink" href="#release-4-0-3-2014-06-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
308
|
-
<div class="section" id="
|
309
|
-
<h3>改良<a class="headerlink" href="#
|
386
|
+
<div class="section" id="id13">
|
387
|
+
<h3>改良<a class="headerlink" href="#id13" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
310
388
|
<ul class="simple">
|
311
389
|
<li><p class="first">[実験的][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] POSTをサポート。</p>
|
312
390
|
</li>
|
@@ -318,25 +396,25 @@ environment.</li>
|
|
318
396
|
</li>
|
319
397
|
<li><p class="first">[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] 引数チェックを強化。</p>
|
320
398
|
</li>
|
321
|
-
<li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] <
|
399
|
+
<li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] <code class="docutils literal"><span class="pre">Expect:</span> <span class="pre">100-Continue</span></code> を使うリクエストをサポート。</p>
|
322
400
|
</li>
|
323
|
-
<li><p class="first"><
|
401
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_proc_get_type()</span></code> を公開。</p>
|
324
402
|
</li>
|
325
|
-
<li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ] <
|
403
|
+
<li><p class="first">[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ] <code class="docutils literal"><span class="pre">--log-path</span></code> オプションと <code class="docutils literal"><span class="pre">--log-level</span></code> オプションを追加。</p>
|
326
404
|
</li>
|
327
|
-
<li><p class="first"><
|
405
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></code> を非推奨にした。</p>
|
328
406
|
</li>
|
329
|
-
<li><p class="first"><
|
407
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></code> を非推奨にした。</p>
|
330
408
|
</li>
|
331
|
-
<li><p class="first"><
|
409
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_text_printf()</span></code> を追加。</p>
|
332
410
|
</li>
|
333
|
-
<li><p class="first"><
|
411
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_text_vprintf()</span></code> を追加。</p>
|
334
412
|
</li>
|
335
413
|
<li><p class="first">それぞれのクエリーログのサイズ制限を撤廃。</p>
|
336
414
|
</li>
|
337
|
-
<li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><
|
415
|
+
<li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_expr_var_init()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
|
338
416
|
</li>
|
339
|
-
<li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><
|
417
|
+
<li><p class="first"><a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><code class="xref c c-func docutils literal"><span class="pre">grn_plugin_command_create()</span></code></a> を追加。 [GitHub#175][村上さんがパッチ提供]</p>
|
340
418
|
</li>
|
341
419
|
<li><p class="first">[GitHub#176] 重み付きの参照ベクターカラムをサポート。</p>
|
342
420
|
</li>
|
@@ -348,8 +426,8 @@ environment.</li>
|
|
348
426
|
</li>
|
349
427
|
</ul>
|
350
428
|
</div>
|
351
|
-
<div class="section" id="
|
352
|
-
<h3>修正<a class="headerlink" href="#
|
429
|
+
<div class="section" id="id14">
|
430
|
+
<h3>修正<a class="headerlink" href="#id14" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
353
431
|
<ul class="simple">
|
354
432
|
<li><p class="first">[rpm][groonga-server-gqtp] GQTPではなくHTTPが使われる問題を修正。 [GitHub#173] [村上さんがパッチ提供]</p>
|
355
433
|
</li>
|
@@ -357,8 +435,8 @@ environment.</li>
|
|
357
435
|
</li>
|
358
436
|
</ul>
|
359
437
|
</div>
|
360
|
-
<div class="section" id="
|
361
|
-
<h3>感謝<a class="headerlink" href="#
|
438
|
+
<div class="section" id="id15">
|
439
|
+
<h3>感謝<a class="headerlink" href="#id15" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
362
440
|
<ul class="simple">
|
363
441
|
<li><p class="first">横山さん</p>
|
364
442
|
</li>
|
@@ -373,8 +451,8 @@ environment.</li>
|
|
373
451
|
</div>
|
374
452
|
<div class="section" id="release-4-0-2-2014-05-29">
|
375
453
|
<span id="release-4-0-2"></span><h2>4.0.2リリース - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
376
|
-
<div class="section" id="
|
377
|
-
<h3>改良<a class="headerlink" href="#
|
454
|
+
<div class="section" id="id16">
|
455
|
+
<h3>改良<a class="headerlink" href="#id16" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
378
456
|
<ul class="simple">
|
379
457
|
<li><p class="first">[doc] <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> のドキュメントを更新しました。</p>
|
380
458
|
</li>
|
@@ -388,15 +466,15 @@ environment.</li>
|
|
388
466
|
</li>
|
389
467
|
<li><p class="first">Ubuntuパッケージの配布場所としてLaunchpadのPPAを使うようにしました。詳細は <a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a> を確認してください。</p>
|
390
468
|
</li>
|
391
|
-
<li><p class="first"><
|
469
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">/d/</span></code> から始まるリクエストはすべてAPIリクエストとして処理するようになりました。GroongaのHTTPサービスでファイルを提供したい場合は、 <code class="docutils literal"><span class="pre">/d/</span></code> 以外から始まるパスにファイルを置いてください。</p>
|
392
470
|
</li>
|
393
471
|
<li><p class="first">[munin] <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a> をサポートしました。 [村上さんが報告]</p>
|
394
472
|
</li>
|
395
473
|
<li><p class="first">夏時間をサポートしました。 [#2546]</p>
|
396
474
|
</li>
|
397
|
-
<li><p class="first">[doc] <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a> に <
|
475
|
+
<li><p class="first">[doc] <a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a> に <code class="docutils literal"><span class="pre">--with-mecab</span></code> の説明を追加しました。</p>
|
398
476
|
</li>
|
399
|
-
<li><p class="first">[http] シンタックスエラーが発生したときのHTTPのリターンコードを <
|
477
|
+
<li><p class="first">[http] シンタックスエラーが発生したときのHTTPのリターンコードを <code class="docutils literal"><span class="pre">500</span> <span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></code> から <code class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></code> に変更しました。</p>
|
400
478
|
</li>
|
401
479
|
<li><p class="first">[http][admin] jQueryのJSONプラグインを削除しました。 [GitHub#168] [大関さんがパッチ提供]</p>
|
402
480
|
</li>
|
@@ -404,9 +482,9 @@ environment.</li>
|
|
404
482
|
</li>
|
405
483
|
<li><p class="first">変数の値を取得するAPIを <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a> のAPIとして使えるようにしました。 [GitHub#170] [村上さんがパッチを提供]</p>
|
406
484
|
<ul>
|
407
|
-
<li><p class="first"><
|
485
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></code> を追加。</p>
|
408
486
|
</li>
|
409
|
-
<li><p class="first"><
|
487
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></code> を追加。</p>
|
410
488
|
</li>
|
411
489
|
</ul>
|
412
490
|
</li>
|
@@ -416,21 +494,21 @@ environment.</li>
|
|
416
494
|
</li>
|
417
495
|
</ul>
|
418
496
|
</div>
|
419
|
-
<div class="section" id="
|
420
|
-
<h3>修正<a class="headerlink" href="#
|
497
|
+
<div class="section" id="id17">
|
498
|
+
<h3>修正<a class="headerlink" href="#id17" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
421
499
|
<ul class="simple">
|
422
500
|
<li><p class="first">[index] 最大セグメント数が間違っていた問題を修正しました。この問題によりインデックスカラム用のすべてのリソースを使い切るとクラッシュしていました。 [#2438] [GMOメディア株式会社さんが報告]</p>
|
423
501
|
</li>
|
424
502
|
<li><p class="first">[doc] <a class="reference internal" href="install/centos.html"><em>CentOS</em></a> の中のtypoを修正しました。 [GitHub#166] [村上さんがパッチ提供]</p>
|
425
503
|
</li>
|
426
|
-
<li><p class="first">[doc] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> で <
|
504
|
+
<li><p class="first">[doc] <a class="reference internal" href="reference/commands/select.html"><em>select</em></a> で <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> のデフォルト値が間違っていた問題を修正しました。 [GitHub#167] [村上さんがパッチ提供]</p>
|
427
505
|
</li>
|
428
|
-
<li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>クエリー構文</em></a> で不足していた <
|
506
|
+
<li><p class="first">[doc] <a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>クエリー構文</em></a> で不足していた <code class="docutils literal"><span class="pre">\</span></code> エスケープの例外ケースを追加しました。 [@Yappoさんが報告]</p>
|
429
507
|
</li>
|
430
508
|
</ul>
|
431
509
|
</div>
|
432
|
-
<div class="section" id="
|
433
|
-
<h3>感謝<a class="headerlink" href="#
|
510
|
+
<div class="section" id="id18">
|
511
|
+
<h3>感謝<a class="headerlink" href="#id18" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
434
512
|
<ul class="simple">
|
435
513
|
<li><p class="first">cosmo0920さん</p>
|
436
514
|
</li>
|
@@ -447,14 +525,14 @@ environment.</li>
|
|
447
525
|
</div>
|
448
526
|
<div class="section" id="release-4-0-1-2014-03-29">
|
449
527
|
<span id="release-4-0-1"></span><h2>4.0.1リリース - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
450
|
-
<div class="section" id="
|
451
|
-
<h3>改良<a class="headerlink" href="#
|
528
|
+
<div class="section" id="id19">
|
529
|
+
<h3>改良<a class="headerlink" href="#id19" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
452
530
|
<ul class="simple">
|
453
531
|
<li><p class="first">[doc] 返り値のヘッダ詳細 (<a class="reference internal" href="reference/command/output_format.html"><em>出力形式</em></a>) についてのリンクを追加しました。</p>
|
454
532
|
</li>
|
455
533
|
<li><p class="first">JSONロード時のベクターの値とオブジェクトの値を表示できるようにしました。ロードに失敗したときのデータの詳細がわかるようになりました。</p>
|
456
534
|
</li>
|
457
|
-
<li><p class="first">selectコマンドに <
|
535
|
+
<li><p class="first">selectコマンドに <code class="docutils literal"><span class="pre">adjuster</span></code> オプションを追加しました。adjusterオプションのシンタックスは INDEX_COLUMN @ STRING_LITERAL (* FACTOR) です。</p>
|
458
536
|
</li>
|
459
537
|
<li><p class="first"><a class="reference internal" href="reference/columns/vector.html#weight-vector-column"><em>重み付きベクターカラム</em></a> をサポートしました。重みつきベクターを使うにはカラム作成時に 'COLUMN_VECTOR|WITH_WEIGHT' を指定する必要があります。</p>
|
460
538
|
</li>
|
@@ -476,8 +554,8 @@ environment.</li>
|
|
476
554
|
</li>
|
477
555
|
</ul>
|
478
556
|
</div>
|
479
|
-
<div class="section" id="
|
480
|
-
<h3>修正<a class="headerlink" href="#
|
557
|
+
<div class="section" id="id20">
|
558
|
+
<h3>修正<a class="headerlink" href="#id20" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
481
559
|
<ul class="simple">
|
482
560
|
<li><p class="first">除算によるオーバーフローが発生する不具合を修正しました。例えば、'COLUMN(最小値) / -1' をInt32やInt64で定義したカラムに適用すると発生します。[#2307]</p>
|
483
561
|
</li>
|
@@ -489,8 +567,8 @@ environment.</li>
|
|
489
567
|
</li>
|
490
568
|
</ul>
|
491
569
|
</div>
|
492
|
-
<div class="section" id="
|
493
|
-
<h3>感謝<a class="headerlink" href="#
|
570
|
+
<div class="section" id="id21">
|
571
|
+
<h3>感謝<a class="headerlink" href="#id21" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
494
572
|
<ul class="simple">
|
495
573
|
<li><p class="first">Sebastian Wiedenrothさん</p>
|
496
574
|
</li>
|
@@ -509,8 +587,8 @@ environment.</li>
|
|
509
587
|
<li><p class="first">バージョン4.0.0になりました!</p>
|
510
588
|
</li>
|
511
589
|
</ul>
|
512
|
-
<div class="section" id="
|
513
|
-
<h3>改良<a class="headerlink" href="#
|
590
|
+
<div class="section" id="id22">
|
591
|
+
<h3>改良<a class="headerlink" href="#id22" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
514
592
|
<ul class="simple">
|
515
593
|
<li><p class="first">[normalizer] "checks" というノーマライズ前の文字列だと次の文字の位置がどこか計算するのに使う値を表示できるようにしました。この機能を有効にするには <cite>WITH_CHECK</cite> フラグを使用します。</p>
|
516
594
|
</li>
|
@@ -518,25 +596,25 @@ environment.</li>
|
|
518
596
|
</li>
|
519
597
|
</ul>
|
520
598
|
</div>
|
521
|
-
<div class="section" id="
|
522
|
-
<h3>修正<a class="headerlink" href="#
|
599
|
+
<div class="section" id="id23">
|
600
|
+
<h3>修正<a class="headerlink" href="#id23" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
523
601
|
<ul class="simple">
|
524
|
-
<li><p class="first"><
|
602
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_expr</span></code> のオブジェクトが解放後にアクセスされクラッシュしてしまう不具合を修正しました。Groongaサーバーを利用している場合にはこの不具合に該当しません。主にこの不具合の影響を受けるのはRroongaユーザーです。この不具合はRroongaのAPIに <code class="docutils literal"><span class="pre">_key</span></code> のような疑似カラム名を含んだ指定をすることで発生します。</p>
|
525
603
|
</li>
|
526
604
|
<li><p class="first">Groonga 3.0.8で導入されたカスケード削除を意図せず実行しないようにしました。参照元とインデックスのドメインが異なる場合にはカスケード削除を実行しないようにしました。 [groonga-dev,02073] [yokuさんが報告]</p>
|
527
605
|
</li>
|
528
|
-
<li><p class="first"><
|
606
|
+
<li><p class="first"><code class="docutils literal"><span class="pre">grn_snip</span></code> 構造体を公開しないようにしました。 <code class="docutils literal"><span class="pre">grn_snip</span></code> のかわりに <code class="docutils literal"><span class="pre">grn_obj</span></code> を使うようにしてください。もし <code class="docutils literal"><span class="pre">grn_snip_close</span></code> を使っていたら、 <code class="docutils literal"><span class="pre">grn_obj_close</span></code> に置き換えてください。</p>
|
529
607
|
</li>
|
530
608
|
<li><p class="first">[snippet_html] --queryが空のときにクラッシュする不具合を修正しました。 [groonga-dev,02097] [村上さんが報告]</p>
|
531
609
|
</li>
|
532
610
|
<li><p class="first">[snippet_html] カラムの中身が空のときのALERTレベルのメッセージを抑制するようにしました。 [groonga-dev,02097] [村上さんが報告]</p>
|
533
611
|
</li>
|
534
|
-
<li><p class="first">[groonga-httpd] "off" が通常のパス名として <
|
612
|
+
<li><p class="first">[groonga-httpd] "off" が通常のパス名として <code class="docutils literal"><span class="pre">groonga_query_log_path</span></code> で使われてしまう不具合を修正しました。 [groonga-dev,02113] [山本良二さんが報告]</p>
|
535
613
|
</li>
|
536
614
|
</ul>
|
537
615
|
</div>
|
538
|
-
<div class="section" id="
|
539
|
-
<h3>感謝<a class="headerlink" href="#
|
616
|
+
<div class="section" id="id24">
|
617
|
+
<h3>感謝<a class="headerlink" href="#id24" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
540
618
|
<ul class="simple">
|
541
619
|
<li><p class="first">yokuさん</p>
|
542
620
|
</li>
|
@@ -812,70 +890,78 @@ environment.</li>
|
|
812
890
|
</div>
|
813
891
|
</div>
|
814
892
|
</div>
|
815
|
-
<div class="sphinxsidebar">
|
893
|
+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
816
894
|
<div class="sphinxsidebarwrapper">
|
817
895
|
<h3><a href="index.html">目次</a></h3>
|
818
896
|
<ul>
|
819
897
|
<li><a class="reference internal" href="#">お知らせ</a><ul>
|
820
|
-
<li><a class="reference internal" href="#release-4-0-
|
898
|
+
<li><a class="reference internal" href="#release-4-0-8-2014-11-29">4.0.8リリース - 2014/11/29</a><ul>
|
821
899
|
<li><a class="reference internal" href="#improvements">改良</a></li>
|
822
900
|
<li><a class="reference internal" href="#fixes">修正</a></li>
|
823
901
|
<li><a class="reference internal" href="#thanks">感謝</a></li>
|
824
902
|
</ul>
|
825
903
|
</li>
|
826
|
-
<li><a class="reference internal" href="#release-4-0-
|
904
|
+
<li><a class="reference internal" href="#release-4-0-7-2014-10-29">4.0.7リリース - 2014/10/29</a><ul>
|
827
905
|
<li><a class="reference internal" href="#id1">改良</a></li>
|
828
906
|
<li><a class="reference internal" href="#id2">修正</a></li>
|
829
907
|
<li><a class="reference internal" href="#id3">感謝</a></li>
|
830
908
|
</ul>
|
831
909
|
</li>
|
832
|
-
<li><a class="reference internal" href="#release-4-0-
|
910
|
+
<li><a class="reference internal" href="#release-4-0-6-2014-09-29">4.0.6リリース - 2014/09/29</a><ul>
|
833
911
|
<li><a class="reference internal" href="#id4">改良</a></li>
|
834
912
|
<li><a class="reference internal" href="#id5">修正</a></li>
|
835
913
|
<li><a class="reference internal" href="#id6">感謝</a></li>
|
836
914
|
</ul>
|
837
915
|
</li>
|
838
|
-
<li><a class="reference internal" href="#release-4-0-
|
916
|
+
<li><a class="reference internal" href="#release-4-0-5-2014-08-29">4.0.5リリース - 2014/08/29</a><ul>
|
839
917
|
<li><a class="reference internal" href="#id7">改良</a></li>
|
840
918
|
<li><a class="reference internal" href="#id8">修正</a></li>
|
841
919
|
<li><a class="reference internal" href="#id9">感謝</a></li>
|
842
920
|
</ul>
|
843
921
|
</li>
|
844
|
-
<li><a class="reference internal" href="#release-4-0-
|
922
|
+
<li><a class="reference internal" href="#release-4-0-4-2014-07-29">4.0.4リリース - 2014/07/29</a><ul>
|
845
923
|
<li><a class="reference internal" href="#id10">改良</a></li>
|
846
924
|
<li><a class="reference internal" href="#id11">修正</a></li>
|
847
925
|
<li><a class="reference internal" href="#id12">感謝</a></li>
|
848
926
|
</ul>
|
849
927
|
</li>
|
850
|
-
<li><a class="reference internal" href="#release-4-0-
|
928
|
+
<li><a class="reference internal" href="#release-4-0-3-2014-06-29">4.0.3リリース - 2014/06/29</a><ul>
|
851
929
|
<li><a class="reference internal" href="#id13">改良</a></li>
|
852
930
|
<li><a class="reference internal" href="#id14">修正</a></li>
|
853
931
|
<li><a class="reference internal" href="#id15">感謝</a></li>
|
854
932
|
</ul>
|
855
933
|
</li>
|
856
|
-
<li><a class="reference internal" href="#release-4-0-
|
934
|
+
<li><a class="reference internal" href="#release-4-0-2-2014-05-29">4.0.2リリース - 2014/05/29</a><ul>
|
857
935
|
<li><a class="reference internal" href="#id16">改良</a></li>
|
858
936
|
<li><a class="reference internal" href="#id17">修正</a></li>
|
859
937
|
<li><a class="reference internal" href="#id18">感謝</a></li>
|
860
938
|
</ul>
|
861
939
|
</li>
|
862
|
-
<li><a class="reference internal" href="#release-4-0-
|
940
|
+
<li><a class="reference internal" href="#release-4-0-1-2014-03-29">4.0.1リリース - 2014/03/29</a><ul>
|
863
941
|
<li><a class="reference internal" href="#id19">改良</a></li>
|
864
942
|
<li><a class="reference internal" href="#id20">修正</a></li>
|
865
943
|
<li><a class="reference internal" href="#id21">感謝</a></li>
|
866
944
|
</ul>
|
867
945
|
</li>
|
946
|
+
<li><a class="reference internal" href="#release-4-0-0-2014-02-09">4.0.0リリース - 2014/02/09</a><ul>
|
947
|
+
<li><a class="reference internal" href="#id22">改良</a></li>
|
948
|
+
<li><a class="reference internal" href="#id23">修正</a></li>
|
949
|
+
<li><a class="reference internal" href="#id24">感謝</a></li>
|
950
|
+
</ul>
|
951
|
+
</li>
|
868
952
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
869
953
|
</ul>
|
870
954
|
</li>
|
871
955
|
</ul>
|
872
956
|
|
873
|
-
<
|
874
|
-
|
875
|
-
<
|
876
|
-
|
877
|
-
|
878
|
-
|
957
|
+
<div role="note" aria-label="source link">
|
958
|
+
<h3>このページ</h3>
|
959
|
+
<ul class="this-page-menu">
|
960
|
+
<li><a href="_sources/news.txt"
|
961
|
+
rel="nofollow">ソースコードを表示</a></li>
|
962
|
+
</ul>
|
963
|
+
</div>
|
964
|
+
<div id="searchbox" style="display: none" role="search">
|
879
965
|
<h3>クイック検索</h3>
|
880
966
|
<form class="search" action="search.html" method="get">
|
881
967
|
<input type="text" name="q" />
|
@@ -892,16 +978,16 @@ environment.</li>
|
|
892
978
|
</div>
|
893
979
|
<div class="clearer"></div>
|
894
980
|
</div>
|
895
|
-
<div class="related">
|
981
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
896
982
|
<h3>ナビゲーション</h3>
|
897
983
|
<ul>
|
898
984
|
<li class="right" style="margin-right: 10px">
|
899
985
|
<a href="genindex.html" title="総合索引"
|
900
986
|
>索引</a></li>
|
901
|
-
<li><a href="index.html">Groonga v4.0.
|
987
|
+
<li><a href="index.html">Groonga v4.0.8ドキュメント</a> »</li>
|
902
988
|
</ul>
|
903
989
|
</div>
|
904
|
-
<div class="footer">
|
990
|
+
<div class="footer" role="contentinfo">
|
905
991
|
© Copyright 2009-2014, Brazil, Inc.
|
906
992
|
</div>
|
907
993
|
</body>
|