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>News — Groonga v4.0.
|
10
|
+
<title>News — Groonga v4.0.8 documentation</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
|
@@ -25,9 +25,9 @@
|
|
25
25
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
28
|
-
<link rel="top" title="Groonga v4.0.
|
28
|
+
<link rel="top" title="Groonga v4.0.8 documentation" href="index.html" />
|
29
29
|
</head>
|
30
|
-
<body>
|
30
|
+
<body role="document">
|
31
31
|
<div class="header">
|
32
32
|
<h1 class="title">
|
33
33
|
<a id="top-link" href="index.html">
|
@@ -45,50 +45,133 @@
|
|
45
45
|
</div>
|
46
46
|
|
47
47
|
|
48
|
-
<div class="related">
|
48
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
49
49
|
<h3>Navigation</h3>
|
50
50
|
<ul>
|
51
51
|
<li class="right" style="margin-right: 10px">
|
52
52
|
<a href="genindex.html" title="General Index"
|
53
53
|
accesskey="I">index</a></li>
|
54
|
-
<li><a href="index.html">Groonga v4.0.
|
54
|
+
<li><a href="index.html">Groonga v4.0.8 documentation</a> »</li>
|
55
55
|
</ul>
|
56
56
|
</div>
|
57
57
|
|
58
58
|
<div class="document">
|
59
59
|
<div class="documentwrapper">
|
60
60
|
<div class="bodywrapper">
|
61
|
-
<div class="body">
|
61
|
+
<div class="body" role="main">
|
62
62
|
|
63
63
|
<div class="section" id="news">
|
64
64
|
<h1>News<a class="headerlink" href="#news" title="Permalink to this headline">¶</a></h1>
|
65
|
-
<div class="section" id="release-4-0-
|
66
|
-
<span id="release-4-0-
|
65
|
+
<div class="section" id="release-4-0-8-2014-11-29">
|
66
|
+
<span id="release-4-0-8"></span><h2>Release 4.0.8 - 2014/11/29<a class="headerlink" href="#release-4-0-8-2014-11-29" title="Permalink to this headline">¶</a></h2>
|
67
67
|
<div class="section" id="improvements">
|
68
68
|
<h3>Improvements<a class="headerlink" href="#improvements" title="Permalink to this headline">¶</a></h3>
|
69
69
|
<ul class="simple">
|
70
|
+
<li>[deb] Supported Ubuntu 12.04 again because Travis-CI runs on it.</li>
|
71
|
+
<li>[mruby] Supported pretty print - <code class="docutils literal"><span class="pre">"pp"</span></code> for debugging. And supported to
|
72
|
+
show internal objects more descriptive format when inspecting it.</li>
|
73
|
+
<li>Supported full text search query without index if one column is specified
|
74
|
+
for <code class="docutils literal"><span class="pre">--match_columns</span></code> even though sequential search is executed
|
75
|
+
by <code class="docutils literal"><span class="pre">--query</span></code> and <code class="docutils literal"><span class="pre">--match_columns</span></code> combination.
|
76
|
+
[groonga-dev,02902] [Reported by Atsushi Shinoda]</li>
|
77
|
+
<li>[experimental] <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> supports auto sequential
|
78
|
+
search mode. There is a case that sequential search is faster than index search when
|
79
|
+
the number of narrowed down records is small enough in contrast to
|
80
|
+
the number of expected records to narrow down by <code class="docutils literal"><span class="pre">in_values</span></code> with
|
81
|
+
<code class="docutils literal"><span class="pre">AND</span></code> operation which use indexes.
|
82
|
+
The value of <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code> is used as
|
83
|
+
threshold whether Groonga execute sequential search or search with indexes in
|
84
|
+
such a case.</li>
|
85
|
+
<li>[mruby] Supported to load relative path of script.</li>
|
86
|
+
<li>Supported test suite to write query optimizer test more easily with
|
87
|
+
mruby enabled build.</li>
|
88
|
+
<li>Supported offline index construction for token filters.
|
89
|
+
[GitHub#239] [Patch by Naoya Murakami]</li>
|
90
|
+
<li>[experimental] <a class="reference internal" href="reference/functions/between.html"><em>between</em></a> supports auto sequential search mode.
|
91
|
+
Use the value of <code class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></code> as threshold.
|
92
|
+
Basic concept is similar to <code class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></code>.</li>
|
93
|
+
<li>[experimental] Supported multiple drilldowns for :doc:<code class="docutils literal"><span class="pre">/reference/command/select</span></code>
|
94
|
+
command. The syntax is extended to support this feature. The new one is
|
95
|
+
<code class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></code> for keys,
|
96
|
+
<code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></code> for output columns.
|
97
|
+
In the previous versions, a client application must implement by oneself for drilldown
|
98
|
+
by multiple keys. Use <code class="docutils literal"><span class="pre">_key[N]</span></code> for <code class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span></code> to show
|
99
|
+
original value of key in records.</li>
|
100
|
+
<li>Supported to search <code class="docutils literal"><span class="pre">'reference_column</span> <span class="pre">@</span> <span class="pre">"query"'</span></code> without index.</li>
|
101
|
+
<li>[experimental] Added <a class="reference internal" href="reference/commands/range_filter.html"><em>range_filter</em></a> command. It is faster than select
|
102
|
+
command to fetch specific range of records in most cases, because it doesn't returns
|
103
|
+
the number of matched records. There are limitations which doesn't support drilldown and so on.
|
104
|
+
Thus, <code class="docutils literal"><span class="pre">range_filter</span></code> is suitable for extracting first <code class="docutils literal"><span class="pre">N</span></code> records in specific range for ranking
|
105
|
+
or something else.</li>
|
106
|
+
<li>[httpd] Supported <code class="docutils literal"><span class="pre">groonga-httpd</span></code> on windows.</li>
|
107
|
+
<li>Supported vector column for drilldown.</li>
|
108
|
+
<li>[deb] Changed <code class="docutils literal"><span class="pre">groonga-httpd</span></code> as default HTTP server package.
|
109
|
+
<code class="docutils literal"><span class="pre">groonga-server-http</span></code> is deprecated. Note that <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a>
|
110
|
+
functionality itself is still exists in Groonga. If you just want to use simple HTTP server
|
111
|
+
in traditional way, specify proper arguments by command line for <a class="reference internal" href="reference/executables/groonga.html"><em>groonga command</em></a>.</li>
|
112
|
+
<li>Added configuration file for Windows CI on AppVeyor.
|
113
|
+
[groonga-dev,02970,02981] [Patch by Hiroshi Hatake]</li>
|
114
|
+
</ul>
|
115
|
+
</div>
|
116
|
+
<div class="section" id="fixes">
|
117
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
118
|
+
<ul class="simple">
|
119
|
+
<li>[doc] Fixed duplicated execution example path about
|
120
|
+
<a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a>.
|
121
|
+
[GitHub groonga.org#14] [Reported by Masafumi Yokoyama]</li>
|
122
|
+
<li>Fixed a bug that nested indexed full text search against <code class="docutils literal"><span class="pre">X._key</span></code>
|
123
|
+
returns empty results.</li>
|
124
|
+
<li>Fixed flags parameter which is strict in BSD <code class="docutils literal"><span class="pre">mkostemp(3)</span></code>.
|
125
|
+
[GitHub#240] [Patch by Jun Kuriyama]</li>
|
126
|
+
<li>Fixed a bug that select command reports invalid value type (table)
|
127
|
+
as index column value type. It was fixed to <code class="docutils literal"><span class="pre">UInt32</span></code>.
|
128
|
+
Note that it affects only the value of response header.
|
129
|
+
The search results is not changed at all.</li>
|
130
|
+
<li>Fixed a bug that compare operations such as <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> with
|
131
|
+
Time and String type returns invalid results.</li>
|
132
|
+
<li>Fixed a bug that prefix search can't be executed against single character such as
|
133
|
+
<code class="docutils literal"><span class="pre">"x*"</span></code>. [GitHub#242] [Patch by Naoya Murakami]</li>
|
134
|
+
<li>Fixed a memory leak on drilldown <code class="docutils literal"><span class="pre">ShortText</span></code> value with <code class="docutils literal"><span class="pre">--filter</span></code>.</li>
|
135
|
+
<li>Fixed missing <code class="docutils literal"><span class="pre">","</span></code> for <code class="docutils literal"><span class="pre">"DDL:set_token_filters"</span></code> log.
|
136
|
+
[Reported by Naoya Murakami]</li>
|
137
|
+
</ul>
|
138
|
+
</div>
|
139
|
+
<div class="section" id="thanks">
|
140
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
141
|
+
<ul class="simple">
|
142
|
+
<li>Atsushi Shinoda</li>
|
143
|
+
<li>Masafumi Yokoyama</li>
|
144
|
+
<li>Naoya Murakami</li>
|
145
|
+
<li>Jun Kuriyama</li>
|
146
|
+
<li>Hiroshi Hatake</li>
|
147
|
+
</ul>
|
148
|
+
</div>
|
149
|
+
</div>
|
150
|
+
<div class="section" id="release-4-0-7-2014-10-29">
|
151
|
+
<span id="release-4-0-7"></span><h2>Release 4.0.7 - 2014/10/29<a class="headerlink" href="#release-4-0-7-2014-10-29" title="Permalink to this headline">¶</a></h2>
|
152
|
+
<div class="section" id="id1">
|
153
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
154
|
+
<ul class="simple">
|
70
155
|
<li>[windows] Supported Groonga with mruby on Windows.</li>
|
71
156
|
<li>Added token filter plugin API.</li>
|
72
157
|
<li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> token filter plugin.
|
73
|
-
It treats records of <
|
158
|
+
It treats records of <code class="docutils literal"><span class="pre">is_stop_word</span></code> column as actual stop words.</li>
|
74
159
|
<li>[doc] Added <a class="reference internal" href="client.html"><em>Client</em></a> section which introduces link to client libraries.
|
75
160
|
[GitHub#210] [Patch by Naoya Murakami]</li>
|
76
161
|
<li>[doc] Reconstructed documentation. <a class="reference internal" href="reference/suggest.html"><em>Suggest</em></a> and
|
77
162
|
<a class="reference internal" href="reference/operations/geolocation_search.html"><em>Geolocation Search</em></a> are grouped under <a class="reference internal" href="reference.html"><em>Reference manual</em></a>.
|
78
163
|
[GitHub#206] [Patch by Naoya Murakami]</li>
|
79
|
-
<li>[dump] Supports to dump TABLE_NO_KEY for token_flters.
|
80
|
-
[GitHub#215] [Patch by Naoya Murakami]</li>
|
81
164
|
<li>[deb] Added stop word token filter plugin.
|
82
165
|
[GitHub#216] [Patch by Hiroshi Hatake]</li>
|
83
166
|
<li>[deb] Clarified licenses about used/bundled files in debian/copyright.</li>
|
84
167
|
<li>Dropped LZO compression support.</li>
|
85
168
|
<li>Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]</li>
|
86
|
-
<li>Added <
|
87
|
-
instead of <
|
88
|
-
<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></
|
169
|
+
<li>Added <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a>. We recommends to use it
|
170
|
+
instead of <code class="docutils literal"><span class="pre">==</span></code> and <code class="docutils literal"><span class="pre">OR</span></code> combinations ( <code class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">"a")</span> <span class="pre">OR</span>
|
171
|
+
<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> ) because of better
|
89
172
|
performance.</li>
|
90
|
-
<li>[load] Supported to update existing record in <
|
91
|
-
specifying a record by <
|
173
|
+
<li>[load] Supported to update existing record in <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> by
|
174
|
+
specifying a record by <code class="docutils literal"><span class="pre">_id</span></code>.</li>
|
92
175
|
<li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> token filter plugin. It provides
|
93
176
|
stemming feature. To use this token filter, you need to install
|
94
177
|
<a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> library.</li>
|
@@ -96,8 +179,8 @@ stemming feature. To use this token filter, you need to install
|
|
96
179
|
[GitHub#227] [Patch by Naoya Murakami]</li>
|
97
180
|
</ul>
|
98
181
|
</div>
|
99
|
-
<div class="section" id="
|
100
|
-
<h3>Fixes<a class="headerlink" href="#
|
182
|
+
<div class="section" id="id2">
|
183
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
101
184
|
<ul class="simple">
|
102
185
|
<li>[doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya Murakami]</li>
|
103
186
|
<li>[httpd] Updated bundled nginx version to 1.7.6.
|
@@ -105,25 +188,28 @@ stemming feature. To use this token filter, you need to install
|
|
105
188
|
<li>[power8] Fixed build failure. See
|
106
189
|
<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>
|
107
190
|
[Patch by Sergey Vojtovich]</li>
|
108
|
-
<li>Fixed a bug that URL encoding fails if <
|
109
|
-
<
|
110
|
-
<li>Fixed a bug that a <
|
191
|
+
<li>Fixed a bug that URL encoding fails if <code class="docutils literal"><span class="pre">char</span></code> type is build as
|
192
|
+
<code class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></code> type. [GitHub#217]</li>
|
193
|
+
<li>Fixed a bug that a <code class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></code> table returns empty results for
|
111
194
|
<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>. [GitHub#220]</li>
|
112
195
|
<li>Fixed a memory leak about inspecting vector column. It occurs when
|
113
196
|
something error reports about vector column.</li>
|
114
197
|
<li>Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch
|
115
198
|
by Naoya Murakami]</li>
|
116
|
-
<li>Fixed a bug that the value of <
|
117
|
-
return true in <
|
199
|
+
<li>Fixed a bug that the value of <code class="docutils literal"><span class="pre">Int8</span></code> column which is less than 100 may
|
200
|
+
return true in <code class="docutils literal"><span class="pre">--filter</span></code>. By this issue, not intended records may
|
118
201
|
be included as search results.</li>
|
119
202
|
<li>Fixed to handle binary operation for vector column as an error.</li>
|
120
|
-
<li>Fixed a bug that <
|
203
|
+
<li>Fixed a bug that <code class="docutils literal"><span class="pre">!XXX</span></code> may return inverted result on big endian
|
121
204
|
environment.</li>
|
122
205
|
<li>Fixed a memory leak on converting weight vector to text.</li>
|
206
|
+
<li>[dump] Fixed token filters and <code class="docutils literal"><span class="pre">TABLE_NO_KEY</span></code> related error in
|
207
|
+
<a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a>. [GitHub#215] [Patch by Naoya
|
208
|
+
Murakami]</li>
|
123
209
|
</ul>
|
124
210
|
</div>
|
125
|
-
<div class="section" id="
|
126
|
-
<h3>Thanks<a class="headerlink" href="#
|
211
|
+
<div class="section" id="id3">
|
212
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
127
213
|
<ul class="simple">
|
128
214
|
<li>Naoya Murakami</li>
|
129
215
|
<li>Hiroshi Hatake</li>
|
@@ -133,8 +219,8 @@ environment.</li>
|
|
133
219
|
</div>
|
134
220
|
<div class="section" id="release-4-0-6-2014-09-29">
|
135
221
|
<span id="release-4-0-6"></span><h2>Release 4.0.6 - 2014/09/29<a class="headerlink" href="#release-4-0-6-2014-09-29" title="Permalink to this headline">¶</a></h2>
|
136
|
-
<div class="section" id="
|
137
|
-
<h3>Improvements<a class="headerlink" href="#
|
222
|
+
<div class="section" id="id4">
|
223
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
138
224
|
<ul class="simple">
|
139
225
|
<li>[deb] Updated to follow the rule about machine-readable
|
140
226
|
debian/copyright file. [Reported by Hideki Yamane]</li>
|
@@ -151,27 +237,27 @@ For example, mruby optimizer overhead is negligible enough for query such as
|
|
151
237
|
Until now, Redmine account must be approved by administrator, so you can not
|
152
238
|
report at feel free. [GitHub#202] [Patch by cosmo0920]</li>
|
153
239
|
<li>[doc] Translated C API document. [GitHub#203] [Patch by NOKUBI Takatsugu]</li>
|
154
|
-
<li>Supported to customize similarity threshold by <
|
240
|
+
<li>Supported to customize similarity threshold by <code class="docutils literal"><span class="pre">'*S10"..."'</span></code> syntax.</li>
|
155
241
|
<li>Added source column validation to
|
156
242
|
<a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a>. If source column doesn't
|
157
|
-
exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <
|
243
|
+
exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <code class="docutils literal"><span class="pre">false</span></code> and
|
158
244
|
column isn't created.</li>
|
159
245
|
<li>[debian] Dropped Debian jessie and sid support.</li>
|
160
246
|
</ul>
|
161
247
|
</div>
|
162
|
-
<div class="section" id="
|
163
|
-
<h3>Fixes<a class="headerlink" href="#
|
248
|
+
<div class="section" id="id5">
|
249
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
164
250
|
<ul class="simple">
|
165
251
|
<li>Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency)
|
166
252
|
for choosing target tokens.
|
167
253
|
In the previous versions, it used token ID instead of IDF.
|
168
254
|
[groonga-dev,02731] [groonga-dev,02754] [Reported by Satoshi Mitani, warp kawada]</li>
|
169
255
|
<li>Fixed a crash bug when deleting a record.
|
170
|
-
If the table of the record has <
|
256
|
+
If the table of the record has <code class="docutils literal"><span class="pre">_key</span></code> and <code class="docutils literal"><span class="pre">_key</span></code> is
|
171
257
|
indexed from two or more index columns, deleting causes a crash.</li>
|
172
258
|
<li>Fixed compiler warning about unused variable 'e'. [GitHub#197] [Patch by cosmo0920]</li>
|
173
259
|
<li>[fedora][httpd] Fixed service start failure without log directory.</li>
|
174
|
-
<li>[mruby] Fixed build error with <
|
260
|
+
<li>[mruby] Fixed build error with <code class="docutils literal"><span class="pre">--disable-mruby</span></code>.
|
175
261
|
[GitHub#200] [Patch by cosmo0920]</li>
|
176
262
|
<li>Fixed build warning about CMP0014 for MariaDB bundled Mroonga package.
|
177
263
|
[GitHub#201] [Patch by cosmo0920]</li>
|
@@ -181,8 +267,8 @@ indexed from two or more index columns, deleting causes a crash.</li>
|
|
181
267
|
This update contains vulnerability fix (CVE-2014-3616).</li>
|
182
268
|
</ul>
|
183
269
|
</div>
|
184
|
-
<div class="section" id="
|
185
|
-
<h3>Thanks<a class="headerlink" href="#
|
270
|
+
<div class="section" id="id6">
|
271
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
186
272
|
<ul class="simple">
|
187
273
|
<li>Hideki Yamane</li>
|
188
274
|
<li>Masafumi Yokoyama</li>
|
@@ -196,8 +282,8 @@ This update contains vulnerability fix (CVE-2014-3616).</li>
|
|
196
282
|
</div>
|
197
283
|
<div class="section" id="release-4-0-5-2014-08-29">
|
198
284
|
<span id="release-4-0-5"></span><h2>Release 4.0.5 - 2014/08/29<a class="headerlink" href="#release-4-0-5-2014-08-29" title="Permalink to this headline">¶</a></h2>
|
199
|
-
<div class="section" id="
|
200
|
-
<h3>Improvements<a class="headerlink" href="#
|
285
|
+
<div class="section" id="id7">
|
286
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
201
287
|
<ul class="simple">
|
202
288
|
<li>Dropped Ubuntu 13.10 (Saucy Salamander).</li>
|
203
289
|
<li>Supported to show weight vector element as XML.</li>
|
@@ -210,10 +296,10 @@ output text. [GitHub#185] [Patch by Naoya Murakami]</li>
|
|
210
296
|
<li>[doc] Updated outdated functions/commands reference
|
211
297
|
[GitHub#188] [GitHub#189] [Patch by Naoya Murakami]</li>
|
212
298
|
<li>[benchmark] Added average and median in benchmark result.</li>
|
213
|
-
<li>Exported <
|
299
|
+
<li>Exported <code class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></code> and <code class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></code>
|
214
300
|
for plugin developer. [GitHub#190] [Patch by Naoya Murakami]</li>
|
215
301
|
<li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added "mode" option to control behavior.
|
216
|
-
You can use <
|
302
|
+
You can use <code class="docutils literal"><span class="pre">GET</span></code> or <code class="docutils literal"><span class="pre">ADD</span></code> as a mode.
|
217
303
|
[GitHub#191] [GitHub#192] [Patch by Naoya Murakami]</li>
|
218
304
|
<li>Supported near search by '*N"A Z"' syntax.</li>
|
219
305
|
<li>Supported to customize behavior of tokenizer whether it skips token or
|
@@ -224,12 +310,12 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
224
310
|
<li>[doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]</li>
|
225
311
|
</ul>
|
226
312
|
</div>
|
227
|
-
<div class="section" id="
|
228
|
-
<h3>Fixes<a class="headerlink" href="#
|
313
|
+
<div class="section" id="id8">
|
314
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
229
315
|
<ul class="simple">
|
230
|
-
<li>[php] Fixed memory leak when <
|
316
|
+
<li>[php] Fixed memory leak when <code class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></code> is used.
|
231
317
|
[GitHub#184] [Patch by @do-aki]</li>
|
232
|
-
<li>[php] Fixed to avoid double free when <a class="reference internal" href="reference/api/grn_ctx.html#c.grn_ctx_close" title="grn_ctx_close"><
|
318
|
+
<li>[php] Fixed to avoid double free when <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> is called.
|
233
319
|
[GitHub#184] [Patch by @do-aki]</li>
|
234
320
|
<li>Fixed to support out-of-tree build again.</li>
|
235
321
|
<li>[httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix.</li>
|
@@ -240,8 +326,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
240
326
|
[groonga-dev,02691] [Reported by Naoya Murakami]</li>
|
241
327
|
</ul>
|
242
328
|
</div>
|
243
|
-
<div class="section" id="
|
244
|
-
<h3>Thanks<a class="headerlink" href="#
|
329
|
+
<div class="section" id="id9">
|
330
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
245
331
|
<ul class="simple">
|
246
332
|
<li>@do-aki</li>
|
247
333
|
<li>Naoya Murakami</li>
|
@@ -253,8 +339,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
253
339
|
</div>
|
254
340
|
<div class="section" id="release-4-0-4-2014-07-29">
|
255
341
|
<span id="release-4-0-4"></span><h2>Release 4.0.4 - 2014/07/29<a class="headerlink" href="#release-4-0-4-2014-07-29" title="Permalink to this headline">¶</a></h2>
|
256
|
-
<div class="section" id="
|
257
|
-
<h3>Improvements<a class="headerlink" href="#
|
342
|
+
<div class="section" id="id10">
|
343
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
258
344
|
<ul class="simple">
|
259
345
|
<li>[httpd] Updated bundled nginx version to the latest mainline (1.7.3).</li>
|
260
346
|
<li>Supported weight in vector column.</li>
|
@@ -264,15 +350,15 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
264
350
|
<li>[http][admin] Updated to use English as default language. [GitHub#182]</li>
|
265
351
|
</ul>
|
266
352
|
</div>
|
267
|
-
<div class="section" id="
|
268
|
-
<h3>Fixes<a class="headerlink" href="#
|
353
|
+
<div class="section" id="id11">
|
354
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
269
355
|
<ul class="simple">
|
270
356
|
<li>Fixed to show right syntax error location in response.</li>
|
271
357
|
<li>[httpd] Fixed build error on Clang. [GitHub clear-code/rurema-search#11] [Reported by niku]</li>
|
272
358
|
</ul>
|
273
359
|
</div>
|
274
|
-
<div class="section" id="
|
275
|
-
<h3>Thanks<a class="headerlink" href="#
|
360
|
+
<div class="section" id="id12">
|
361
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
276
362
|
<ul class="simple">
|
277
363
|
<li>niku</li>
|
278
364
|
</ul>
|
@@ -280,8 +366,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
280
366
|
</div>
|
281
367
|
<div class="section" id="release-4-0-3-2014-06-29">
|
282
368
|
<span id="release-4-0-3"></span><h2>Release 4.0.3 - 2014/06/29<a class="headerlink" href="#release-4-0-3-2014-06-29" title="Permalink to this headline">¶</a></h2>
|
283
|
-
<div class="section" id="
|
284
|
-
<h3>Improvements<a class="headerlink" href="#
|
369
|
+
<div class="section" id="id13">
|
370
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
285
371
|
<ul class="simple">
|
286
372
|
<li>[experimental][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ]
|
287
373
|
Supported POST.</li>
|
@@ -297,19 +383,19 @@ argument.
|
|
297
383
|
[Reported by GMO Media, Inc.][Patch by Naoya Murakami]</li>
|
298
384
|
<li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added more validations for invalid
|
299
385
|
argument.</li>
|
300
|
-
<li>[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] Supported <
|
301
|
-
<span class="pre">100-Continue</span></
|
302
|
-
<li>Exported <
|
386
|
+
<li>[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] Supported <code class="docutils literal"><span class="pre">Expect:</span>
|
387
|
+
<span class="pre">100-Continue</span></code> request.</li>
|
388
|
+
<li>Exported <code class="docutils literal"><span class="pre">grn_proc_get_type()</span></code>.</li>
|
303
389
|
<li>[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ]
|
304
|
-
Added <
|
305
|
-
<li>Deprecated <
|
306
|
-
<li>Deprecated <
|
307
|
-
<li>Added <
|
308
|
-
<li>Added <
|
390
|
+
Added <code class="docutils literal"><span class="pre">--log-path</span></code> and <code class="docutils literal"><span class="pre">--log-level</span></code> options.</li>
|
391
|
+
<li>Deprecated <code class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></code>.</li>
|
392
|
+
<li>Deprecated <code class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></code>.</li>
|
393
|
+
<li>Added <code class="docutils literal"><span class="pre">grn_text_printf()</span></code>.</li>
|
394
|
+
<li>Added <code class="docutils literal"><span class="pre">grn_text_vprintf()</span></code>.</li>
|
309
395
|
<li>Removed limitation of one query log size.</li>
|
310
|
-
<li>Added <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><
|
396
|
+
<li>Added <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>.
|
311
397
|
[GitHub#175][Patch by Naoya Murakami]</li>
|
312
|
-
<li>Added <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><
|
398
|
+
<li>Added <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>.
|
313
399
|
[GitHub#175][Patch by Naoya Murakami]</li>
|
314
400
|
<li>[GitHub#176] Supported reference vector column with weight.</li>
|
315
401
|
<li>[plugin] Used public API instead of internal API.
|
@@ -320,8 +406,8 @@ Added <tt class="docutils literal"><span class="pre">--log-path</span></tt> and
|
|
320
406
|
[groonga-dev,02454] [Reported by cosmo0920].</li>
|
321
407
|
</ul>
|
322
408
|
</div>
|
323
|
-
<div class="section" id="
|
324
|
-
<h3>Fixes<a class="headerlink" href="#
|
409
|
+
<div class="section" id="id14">
|
410
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
325
411
|
<ul class="simple">
|
326
412
|
<li>[rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
|
327
413
|
not GQTP.
|
@@ -330,8 +416,8 @@ not GQTP.
|
|
330
416
|
<a class="reference internal" href="reference/commands/select.html#select-adjuster"><em>adjuster</em></a> has a syntax error.</li>
|
331
417
|
</ul>
|
332
418
|
</div>
|
333
|
-
<div class="section" id="
|
334
|
-
<h3>Thanks<a class="headerlink" href="#
|
419
|
+
<div class="section" id="id15">
|
420
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
335
421
|
<ul class="simple">
|
336
422
|
<li>Masafumi Yokoyama</li>
|
337
423
|
<li>Naoya Murakami</li>
|
@@ -342,11 +428,11 @@ not GQTP.
|
|
342
428
|
</div>
|
343
429
|
<div class="section" id="release-4-0-2-2014-05-29">
|
344
430
|
<span id="release-4-0-2"></span><h2>Release 4.0.2 - 2014/05/29<a class="headerlink" href="#release-4-0-2-2014-05-29" title="Permalink to this headline">¶</a></h2>
|
345
|
-
<div class="section" id="
|
346
|
-
<h3>Improvements<a class="headerlink" href="#
|
431
|
+
<div class="section" id="id16">
|
432
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
347
433
|
<ul class="simple">
|
348
434
|
<li>[doc] Updated documentation about
|
349
|
-
<
|
435
|
+
<code class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></code>.</li>
|
350
436
|
<li>[doc] Added documentation about how to update files.
|
351
437
|
[GitHub#160] [Patch by cosmo0920]</li>
|
352
438
|
<li>[doc] Updated to caplitalized "Groonga" terms in
|
@@ -356,25 +442,25 @@ documentation. [GitHub#162][GitHub#163][GitHub#164]
|
|
356
442
|
<li>Dropped Ubuntu 12.10.</li>
|
357
443
|
<li>Migrated Ubuntu package distribution site to PPA on Launchpad.
|
358
444
|
See <a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a> for details.</li>
|
359
|
-
<li>Handled all requests that start with <
|
360
|
-
need to put files to directories that don't start with <
|
445
|
+
<li>Handled all requests that start with <code class="docutils literal"><span class="pre">/d/</span></code> as API requests. You
|
446
|
+
need to put files to directories that don't start with <code class="docutils literal"><span class="pre">/d/</span></code> to
|
361
447
|
serve by Groonga HTTP service.</li>
|
362
448
|
<li>[munin] Supported <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>.
|
363
449
|
[Reported by Naoya Murakami]</li>
|
364
450
|
<li>Supported daylight saving time.
|
365
451
|
[#2546]</li>
|
366
|
-
<li>[doc] Added a description about <
|
452
|
+
<li>[doc] Added a description about <code class="docutils literal"><span class="pre">--with-mecab</span></code> in
|
367
453
|
<a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a>.</li>
|
368
|
-
<li>[http] Changed HTTP return code to <
|
369
|
-
<span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></
|
454
|
+
<li>[http] Changed HTTP return code to <code class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></code> from <code class="docutils literal"><span class="pre">500</span>
|
455
|
+
<span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></code> for syntax error case.</li>
|
370
456
|
<li>[http][admin] Removed jQuery JSON plugin.
|
371
457
|
[GitHub#168] [Patch by Tetsuharu OHZEKI]</li>
|
372
458
|
<li>[http][admin] Enabled strict mode.
|
373
459
|
[GitHub#169] [Patch by Tetsuharu OHZEKI]</li>
|
374
460
|
<li>Exported getting variable APIs to <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a>.
|
375
461
|
[GitHub#170] [Patch by Naoya Murakami]<ul>
|
376
|
-
<li>Added <
|
377
|
-
<li>Added <
|
462
|
+
<li>Added <code class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></code>.</li>
|
463
|
+
<li>Added <code class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></code>.</li>
|
378
464
|
</ul>
|
379
465
|
</li>
|
380
466
|
<li>[experimental] Added <a class="reference internal" href="reference/commands/tokenizer_list.html"><em>tokenizer_list</em></a>.
|
@@ -383,24 +469,24 @@ serve by Groonga HTTP service.</li>
|
|
383
469
|
[GitHub#171] [Patch by Naoya Murakami]</li>
|
384
470
|
</ul>
|
385
471
|
</div>
|
386
|
-
<div class="section" id="
|
387
|
-
<h3>Fixes<a class="headerlink" href="#
|
472
|
+
<div class="section" id="id17">
|
473
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
388
474
|
<ul class="simple">
|
389
475
|
<li>[index] Fixed a bug that wrong max segment. It causes a crash when
|
390
476
|
you use all allocated resource for an index column.
|
391
477
|
[#2438] [Reported by GMO Media, Inc.]</li>
|
392
478
|
<li>[doc] Fixed a typo in <a class="reference internal" href="install/centos.html"><em>CentOS</em></a>.
|
393
479
|
[GitHub#166] [Patch by Naoya Murakami]</li>
|
394
|
-
<li>[doc] Fixed the wrong default value of <
|
480
|
+
<li>[doc] Fixed the wrong default value of <code class="docutils literal"><span class="pre">drilldown_output_columns</span></code> in
|
395
481
|
<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>.
|
396
482
|
[GitHub#167] [Patch by Naoya Murakami]</li>
|
397
|
-
<li>[doc] Added a missing <
|
483
|
+
<li>[doc] Added a missing <code class="docutils literal"><span class="pre">\</span></code> escape exception in
|
398
484
|
<a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>Query syntax</em></a>.
|
399
485
|
[Reported by @Yappo]</li>
|
400
486
|
</ul>
|
401
487
|
</div>
|
402
|
-
<div class="section" id="
|
403
|
-
<h3>Thanks<a class="headerlink" href="#
|
488
|
+
<div class="section" id="id18">
|
489
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
404
490
|
<ul class="simple">
|
405
491
|
<li>cosmo0920</li>
|
406
492
|
<li>Naoya Murakami</li>
|
@@ -412,13 +498,13 @@ you use all allocated resource for an index column.
|
|
412
498
|
</div>
|
413
499
|
<div class="section" id="release-4-0-1-2014-03-29">
|
414
500
|
<span id="release-4-0-1"></span><h2>Release 4.0.1 - 2014/03/29<a class="headerlink" href="#release-4-0-1-2014-03-29" title="Permalink to this headline">¶</a></h2>
|
415
|
-
<div class="section" id="
|
416
|
-
<h3>Improvements<a class="headerlink" href="#
|
501
|
+
<div class="section" id="id19">
|
502
|
+
<h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
417
503
|
<ul class="simple">
|
418
504
|
<li>[doc] Added a link in return value to detailed header description (<a class="reference internal" href="reference/command/output_format.html"><em>Output format</em></a>).</li>
|
419
505
|
<li>Supported to inspect vector and object value in JSON load.
|
420
506
|
It shows more details about data which is failed to load.</li>
|
421
|
-
<li>Added <
|
507
|
+
<li>Added <code class="docutils literal"><span class="pre">adjuster</span></code> option to select command.
|
422
508
|
adjuster options accepts following syntax: INDEX_COLUMN @ STRING_LITERAL (* FACTOR).</li>
|
423
509
|
<li>Supported <a class="reference internal" href="reference/columns/vector.html#weight-vector-column"><em>Weight vector column</em></a>. You need to specify 'COLUMN_VECTOR|WITH_WEIGHT' flags
|
424
510
|
to create weight vector column.</li>
|
@@ -432,8 +518,8 @@ to create weight vector column.</li>
|
|
432
518
|
<li>[httpd] Enabled stub status module (NginxHttpStubStatusModule) for groonga-httpd. [Suggested by Masahiro Nagano]</li>
|
433
519
|
</ul>
|
434
520
|
</div>
|
435
|
-
<div class="section" id="
|
436
|
-
<h3>Fixes<a class="headerlink" href="#
|
521
|
+
<div class="section" id="id20">
|
522
|
+
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
437
523
|
<ul class="simple">
|
438
524
|
<li>Fixed a bug that a division overflow caused a fatal error.
|
439
525
|
For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int64 column. [#2307]</li>
|
@@ -442,8 +528,8 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
|
|
442
528
|
<li>Fixed the issue that out of bound array element access may occurs. [GitHub#158] [Reported by dcb314]</li>
|
443
529
|
</ul>
|
444
530
|
</div>
|
445
|
-
<div class="section" id="
|
446
|
-
<h3>Thanks<a class="headerlink" href="#
|
531
|
+
<div class="section" id="id21">
|
532
|
+
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
447
533
|
<ul class="simple">
|
448
534
|
<li>Sebastian Wiedenroth</li>
|
449
535
|
<li>Masahiro Nagano</li>
|
@@ -457,16 +543,16 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
|
|
457
543
|
<ul class="simple">
|
458
544
|
<li>Bump version to 4.0.0!</li>
|
459
545
|
</ul>
|
460
|
-
<div class="section" id="
|
461
|
-
<h3>Improvements<a class="headerlink" href="#
|
546
|
+
<div class="section" id="id22">
|
547
|
+
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
462
548
|
<ul class="simple">
|
463
549
|
<li>[normalizer] Supported to show "checks" which is used for calculating next character position.
|
464
550
|
Use WITH_CHECKS flag to enable this feature.</li>
|
465
551
|
<li>[deb] Dropped Ubuntu 13.04 support.</li>
|
466
552
|
</ul>
|
467
553
|
</div>
|
468
|
-
<div class="section" id="
|
469
|
-
<h3>Fixes<a class="headerlink" href="#
|
554
|
+
<div class="section" id="id23">
|
555
|
+
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
470
556
|
<ul class="simple">
|
471
557
|
<li>Fixed a crash bug that an object in grn_expr is used after it is freed.
|
472
558
|
Normally Groonga server users aren't affected this bug. This bug mainly affects Rroonga users.
|
@@ -485,8 +571,8 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
485
571
|
[groonga-dev,02113] [Reported by Ryoji Yamamoto]</li>
|
486
572
|
</ul>
|
487
573
|
</div>
|
488
|
-
<div class="section" id="
|
489
|
-
<h3>Thanks<a class="headerlink" href="#
|
574
|
+
<div class="section" id="id24">
|
575
|
+
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
490
576
|
<ul class="simple">
|
491
577
|
<li>yoku</li>
|
492
578
|
<li>Naoya Murakami</li>
|
@@ -759,70 +845,78 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
759
845
|
</div>
|
760
846
|
</div>
|
761
847
|
</div>
|
762
|
-
<div class="sphinxsidebar">
|
848
|
+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
763
849
|
<div class="sphinxsidebarwrapper">
|
764
850
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
765
851
|
<ul>
|
766
852
|
<li><a class="reference internal" href="#">News</a><ul>
|
767
|
-
<li><a class="reference internal" href="#release-4-0-
|
853
|
+
<li><a class="reference internal" href="#release-4-0-8-2014-11-29">Release 4.0.8 - 2014/11/29</a><ul>
|
768
854
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
769
855
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
770
856
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
771
857
|
</ul>
|
772
858
|
</li>
|
773
|
-
<li><a class="reference internal" href="#release-4-0-
|
859
|
+
<li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
|
774
860
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
775
861
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
776
862
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
777
863
|
</ul>
|
778
864
|
</li>
|
779
|
-
<li><a class="reference internal" href="#release-4-0-
|
865
|
+
<li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
|
780
866
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
781
867
|
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
782
868
|
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
783
869
|
</ul>
|
784
870
|
</li>
|
785
|
-
<li><a class="reference internal" href="#release-4-0-
|
871
|
+
<li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
|
786
872
|
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
787
873
|
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
788
874
|
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
789
875
|
</ul>
|
790
876
|
</li>
|
791
|
-
<li><a class="reference internal" href="#release-4-0-
|
877
|
+
<li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
|
792
878
|
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
793
879
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
794
880
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
795
881
|
</ul>
|
796
882
|
</li>
|
797
|
-
<li><a class="reference internal" href="#release-4-0-
|
883
|
+
<li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
|
798
884
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
799
885
|
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
800
886
|
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
801
887
|
</ul>
|
802
888
|
</li>
|
803
|
-
<li><a class="reference internal" href="#release-4-0-
|
889
|
+
<li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
|
804
890
|
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
805
891
|
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
806
892
|
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
807
893
|
</ul>
|
808
894
|
</li>
|
809
|
-
<li><a class="reference internal" href="#release-4-0-
|
895
|
+
<li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
|
810
896
|
<li><a class="reference internal" href="#id19">Improvements</a></li>
|
811
897
|
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
812
898
|
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
813
899
|
</ul>
|
814
900
|
</li>
|
901
|
+
<li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
|
902
|
+
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
903
|
+
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
904
|
+
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
905
|
+
</ul>
|
906
|
+
</li>
|
815
907
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
816
908
|
</ul>
|
817
909
|
</li>
|
818
910
|
</ul>
|
819
911
|
|
820
|
-
<
|
821
|
-
|
822
|
-
<
|
823
|
-
|
824
|
-
|
825
|
-
|
912
|
+
<div role="note" aria-label="source link">
|
913
|
+
<h3>This Page</h3>
|
914
|
+
<ul class="this-page-menu">
|
915
|
+
<li><a href="_sources/news.txt"
|
916
|
+
rel="nofollow">Show Source</a></li>
|
917
|
+
</ul>
|
918
|
+
</div>
|
919
|
+
<div id="searchbox" style="display: none" role="search">
|
826
920
|
<h3>Quick search</h3>
|
827
921
|
<form class="search" action="search.html" method="get">
|
828
922
|
<input type="text" name="q" />
|
@@ -839,16 +933,16 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
839
933
|
</div>
|
840
934
|
<div class="clearer"></div>
|
841
935
|
</div>
|
842
|
-
<div class="related">
|
936
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
843
937
|
<h3>Navigation</h3>
|
844
938
|
<ul>
|
845
939
|
<li class="right" style="margin-right: 10px">
|
846
940
|
<a href="genindex.html" title="General Index"
|
847
941
|
>index</a></li>
|
848
|
-
<li><a href="index.html">Groonga v4.0.
|
942
|
+
<li><a href="index.html">Groonga v4.0.8 documentation</a> »</li>
|
849
943
|
</ul>
|
850
944
|
</div>
|
851
|
-
<div class="footer">
|
945
|
+
<div class="footer" role="contentinfo">
|
852
946
|
© Copyright 2009-2014, Brazil, Inc.
|
853
947
|
</div>
|
854
948
|
</body>
|