rroonga 4.0.7-x64-mingw32 → 4.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/README.md +1 -1
- data/doc/text/news.textile +17 -1
- data/ext/groonga/extconf.rb +2 -1
- data/ext/groonga/rb-grn-column.c +31 -0
- data/ext/groonga/rb-grn-database.c +33 -1
- data/ext/groonga/rb-grn-table.c +1 -1
- data/ext/groonga/rb-grn.h +1 -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/lib/groonga/geo-point.rb +2 -1
- data/rroonga-build.rb +3 -3
- data/test/test-column.rb +68 -6
- data/test/test-command-select.rb +0 -3
- data/test/test-database.rb +28 -1
- data/test/test-expression-builder.rb +1 -1
- data/test/test-geo-point.rb +15 -0
- data/test/test-variable-size-column.rb +2 -2
- data/vendor/local/bin/grndb.exe +0 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_seh-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.exe +0 -0
- data/vendor/local/bin/lz4c.exe +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/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +1 -0
- data/vendor/local/include/groonga/groonga/groonga.h +4 -1
- data/vendor/local/include/groonga/groonga/request_canceler.h +39 -0
- data/vendor/local/include/lz4.h +21 -29
- data/vendor/local/include/lz4frame.h +252 -0
- data/vendor/local/include/lz4hc.h +14 -63
- 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/command/grndb.rb +169 -0
- data/vendor/local/lib/groonga/scripts/ruby/database.rb +19 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/post.rb +4 -0
- data/vendor/local/lib/groonga/scripts/ruby/initialize/pre.rb +1 -0
- data/vendor/local/lib/groonga/scripts/ruby/require.rb +68 -0
- data/vendor/local/lib/groonga/scripts/ruby/table_cursor.rb +11 -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.5.0 +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +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 +6 -6
- 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 +3 -3
- 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/documentation/introduction.txt +9 -12
- 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 +10 -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 +4 -4
- 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 +10 -3
- 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 +75 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +16 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_db.txt +40 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/request_id.txt +41 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/lock_clear.txt +91 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +139 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/truncate.txt +39 -14
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +84 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +2 -21
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +16 -7
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +5 -67
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +0 -25
- 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.js +2 -4
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/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 +17 -19
- data/vendor/local/share/doc/groonga/en/html/client.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/community.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +33 -35
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/development.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/genindex.html +22 -14
- data/vendor/local/share/doc/groonga/en/html/index.html +84 -82
- data/vendor/local/share/doc/groonga/en/html/install.html +31 -33
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +28 -30
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +29 -25
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +25 -27
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +22 -24
- data/vendor/local/share/doc/groonga/en/html/install/others.html +88 -90
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +22 -24
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -26
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +30 -32
- data/vendor/local/share/doc/groonga/en/html/limitations.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/news.html +226 -147
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +32 -34
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +27 -29
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +97 -99
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +69 -71
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +83 -81
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +37 -39
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +31 -33
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +43 -45
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +93 -65
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +27 -29
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +61 -63
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +86 -33
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +28 -30
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +64 -66
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +26 -28
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +29 -31
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +27 -29
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +26 -28
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +26 -28
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +25 -27
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +74 -76
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +29 -31
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +60 -62
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +49 -51
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +25 -27
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +22 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +40 -42
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +22 -24
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +59 -61
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +54 -53
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +58 -60
- data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +173 -0
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +110 -112
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +57 -59
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +59 -61
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +44 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +55 -57
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +90 -92
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +40 -42
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +59 -61
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +55 -57
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +40 -42
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +53 -55
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +38 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +61 -63
- data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +221 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +42 -44
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +42 -44
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +42 -44
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +81 -83
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +48 -50
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +37 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +37 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +49 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +276 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +54 -56
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +53 -55
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +384 -386
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +37 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +45 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +81 -83
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +146 -148
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +49 -51
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +39 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +65 -67
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +101 -103
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +45 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +178 -54
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +31 -32
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +224 -0
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +43 -45
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +64 -66
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +111 -113
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +37 -39
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +43 -45
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +80 -82
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +56 -58
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +81 -83
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +40 -42
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +79 -81
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +20 -22
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +51 -53
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +39 -41
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +28 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +46 -48
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +42 -44
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +39 -41
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +24 -26
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +208 -210
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +260 -262
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -22
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +46 -65
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +36 -38
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +55 -57
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +52 -54
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +58 -58
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +27 -29
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +38 -40
- 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.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/server/http.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +32 -34
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/server/package.html +31 -33
- data/vendor/local/share/doc/groonga/en/html/spec.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +125 -127
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +31 -33
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +21 -23
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +50 -52
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +17 -19
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +18 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +20 -22
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +33 -35
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +9 -12
- 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 +10 -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 +4 -4
- 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 +10 -3
- 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 +75 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +16 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_db.txt +40 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/request_id.txt +41 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/lock_clear.txt +91 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +139 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/truncate.txt +39 -14
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +84 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +2 -21
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +16 -7
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +5 -67
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +0 -25
- 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.js +2 -4
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/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 +17 -19
- data/vendor/local/share/doc/groonga/ja/html/client.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/community.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +35 -37
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/development.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +26 -18
- data/vendor/local/share/doc/groonga/ja/html/index.html +84 -82
- data/vendor/local/share/doc/groonga/ja/html/install.html +31 -33
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +37 -39
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +31 -27
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +28 -30
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +22 -24
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +79 -81
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +21 -23
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +32 -28
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -31
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/news.html +226 -136
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +33 -35
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +27 -29
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +91 -93
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +59 -61
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +83 -81
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +37 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +31 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +38 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +87 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +27 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +24 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +55 -57
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +85 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +28 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +50 -52
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +26 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +29 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +27 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +26 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +26 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +75 -77
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +29 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +60 -62
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +49 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +22 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +40 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +22 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +49 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +54 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +48 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +174 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +109 -111
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +54 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +59 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +44 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +55 -57
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +82 -84
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +40 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +56 -58
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +55 -57
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +40 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +52 -54
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +38 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +54 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +224 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +42 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +42 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +42 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +76 -78
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +48 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +37 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +37 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +46 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +278 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +54 -56
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +53 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +255 -257
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +37 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +43 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +79 -81
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +122 -124
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +49 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +39 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +60 -62
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +86 -88
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +45 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +178 -54
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +31 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +222 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +43 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +64 -66
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +99 -101
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +37 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +43 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +80 -82
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +56 -58
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +81 -83
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +40 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +67 -69
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +41 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +30 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +28 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +39 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +28 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +31 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +21 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -117
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +180 -182
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +37 -54
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +32 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +42 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +55 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +27 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +36 -38
- 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.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +26 -28
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +32 -34
- data/vendor/local/share/doc/groonga/ja/html/spec.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +124 -126
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +30 -32
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +24 -26
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +47 -49
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +18 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +20 -22
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +31 -33
- data/vendor/local/share/groonga/html/admin/index.html +1 -1
- data/vendor/local/share/groonga/html/admin/index.ja.html +1 -1
- data/vendor/local/share/license/mruby/AUTHORS +11 -0
- data/vendor/local/share/license/mruby/README.md +32 -20
- data/vendor/local/share/man/ja/man1/groonga.1 +952 -259
- data/vendor/local/share/man/man1/groonga.1 +930 -239
- metadata +104 -81
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/lz4 +0 -0
- data/vendor/local/bin/lz4c +0 -0
- data/vendor/local/lib/liblz4.dll.1.4.0 +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +0 -10308
- data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +0 -999
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +0 -10308
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +0 -999
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>9. Limitations — Groonga v4.0.8 documentation</title>
|
10
|
+
<title>9. Limitations — Groonga v4.0.8-168-gae696d7 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.8',
|
18
|
+
VERSION: '4.0.8-168-gae696d7',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -25,11 +25,11 @@
|
|
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.8 documentation" href="index.html" />
|
28
|
+
<link rel="top" title="Groonga v4.0.8-168-gae696d7 documentation" href="index.html" />
|
29
29
|
<link rel="next" title="10. トラブルシューティング" href="troubleshooting.html" />
|
30
30
|
<link rel="prev" title="8.2. 検索" href="spec/search.html" />
|
31
31
|
</head>
|
32
|
-
<body
|
32
|
+
<body>
|
33
33
|
<div class="header">
|
34
34
|
<h1 class="title">
|
35
35
|
<a id="top-link" href="index.html">
|
@@ -47,7 +47,7 @@
|
|
47
47
|
</div>
|
48
48
|
|
49
49
|
|
50
|
-
<div class="related"
|
50
|
+
<div class="related">
|
51
51
|
<h3>Navigation</h3>
|
52
52
|
<ul>
|
53
53
|
<li class="right" style="margin-right: 10px">
|
@@ -59,14 +59,14 @@
|
|
59
59
|
<li class="right" >
|
60
60
|
<a href="spec/search.html" title="8.2. 検索"
|
61
61
|
accesskey="P">previous</a> |</li>
|
62
|
-
<li><a href="index.html">Groonga v4.0.8 documentation</a> »</li>
|
62
|
+
<li><a href="index.html">Groonga v4.0.8-168-gae696d7 documentation</a> »</li>
|
63
63
|
</ul>
|
64
64
|
</div>
|
65
65
|
|
66
66
|
<div class="document">
|
67
67
|
<div class="documentwrapper">
|
68
68
|
<div class="bodywrapper">
|
69
|
-
<div class="body"
|
69
|
+
<div class="body">
|
70
70
|
|
71
71
|
<div class="section" id="limitations">
|
72
72
|
<h1>9. Limitations<a class="headerlink" href="#limitations" title="Permalink to this headline">¶</a></h1>
|
@@ -77,6 +77,7 @@
|
|
77
77
|
<ul class="simple">
|
78
78
|
<li>The maximum one key size: 4096Bytes</li>
|
79
79
|
<li>The maximum total size of keys: 4GBytes</li>
|
80
|
+
<li>The maximum number of records: 268,435,455 (more than 268 million)</li>
|
80
81
|
</ul>
|
81
82
|
<p>Keep in mind that these limitations may vary depending on conditions.</p>
|
82
83
|
</div>
|
@@ -84,7 +85,6 @@
|
|
84
85
|
<h2>9.2. Limitations of indexing<a class="headerlink" href="#limitations-of-indexing" title="Permalink to this headline">¶</a></h2>
|
85
86
|
<p>A full-text index has the following limitations.</p>
|
86
87
|
<ul class="simple">
|
87
|
-
<li>The maximum number of records: 268,435,455 (more than 268 million)</li>
|
88
88
|
<li>The maximum number of distinct terms: 268,435,455 (more than 268 million)</li>
|
89
89
|
<li>The maximum index size: 256GBytes</li>
|
90
90
|
</ul>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
</div>
|
104
104
|
</div>
|
105
105
|
</div>
|
106
|
-
<div class="sphinxsidebar"
|
106
|
+
<div class="sphinxsidebar">
|
107
107
|
<div class="sphinxsidebarwrapper">
|
108
108
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
109
109
|
<ul>
|
@@ -121,14 +121,12 @@
|
|
121
121
|
<h4>Next topic</h4>
|
122
122
|
<p class="topless"><a href="troubleshooting.html"
|
123
123
|
title="next chapter">10. トラブルシューティング</a></p>
|
124
|
-
<
|
125
|
-
|
126
|
-
<
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
</div>
|
131
|
-
<div id="searchbox" style="display: none" role="search">
|
124
|
+
<h3>This Page</h3>
|
125
|
+
<ul class="this-page-menu">
|
126
|
+
<li><a href="_sources/limitations.txt"
|
127
|
+
rel="nofollow">Show Source</a></li>
|
128
|
+
</ul>
|
129
|
+
<div id="searchbox" style="display: none">
|
132
130
|
<h3>Quick search</h3>
|
133
131
|
<form class="search" action="search.html" method="get">
|
134
132
|
<input type="text" name="q" />
|
@@ -145,7 +143,7 @@
|
|
145
143
|
</div>
|
146
144
|
<div class="clearer"></div>
|
147
145
|
</div>
|
148
|
-
<div class="related"
|
146
|
+
<div class="related">
|
149
147
|
<h3>Navigation</h3>
|
150
148
|
<ul>
|
151
149
|
<li class="right" style="margin-right: 10px">
|
@@ -157,10 +155,10 @@
|
|
157
155
|
<li class="right" >
|
158
156
|
<a href="spec/search.html" title="8.2. 検索"
|
159
157
|
>previous</a> |</li>
|
160
|
-
<li><a href="index.html">Groonga v4.0.8 documentation</a> »</li>
|
158
|
+
<li><a href="index.html">Groonga v4.0.8-168-gae696d7 documentation</a> »</li>
|
161
159
|
</ul>
|
162
160
|
</div>
|
163
|
-
<div class="footer"
|
161
|
+
<div class="footer">
|
164
162
|
© Copyright 2009-2014, Brazil, Inc.
|
165
163
|
</div>
|
166
164
|
</body>
|
@@ -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.8 documentation</title>
|
10
|
+
<title>News — Groonga v4.0.8-168-gae696d7 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.8',
|
18
|
+
VERSION: '4.0.8-168-gae696d7',
|
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.8 documentation" href="index.html" />
|
28
|
+
<link rel="top" title="Groonga v4.0.8-168-gae696d7 documentation" href="index.html" />
|
29
29
|
</head>
|
30
|
-
<body
|
30
|
+
<body>
|
31
31
|
<div class="header">
|
32
32
|
<h1 class="title">
|
33
33
|
<a id="top-link" href="index.html">
|
@@ -45,41 +45,116 @@
|
|
45
45
|
</div>
|
46
46
|
|
47
47
|
|
48
|
-
<div class="related"
|
48
|
+
<div class="related">
|
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.8 documentation</a> »</li>
|
54
|
+
<li><a href="index.html">Groonga v4.0.8-168-gae696d7 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">
|
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-9-2014-12-29">
|
66
|
+
<span id="release-4-0-9"></span><h2>Release 4.0.9 - 2014-12-29<a class="headerlink" href="#release-4-0-9-2014-12-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>[<a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>] Marked as stable.</li>
|
71
|
+
<li>[doc] Described about <tt class="docutils literal"><span class="pre">groonga-token-filter-stem</span></tt> package.
|
72
|
+
[GitHub#259] [Patch by Masafumi Yokoyama]</li>
|
73
|
+
<li>[build] Supported <tt class="docutils literal"><span class="pre">make</span> <span class="pre">install</span></tt> without <tt class="docutils literal"><span class="pre">make</span></tt>.
|
74
|
+
[Reported by akira yamada]</li>
|
75
|
+
<li>[experimental] Added <a class="reference internal" href="reference/commands/request_cancel.html"><em>request_cancel</em></a>
|
76
|
+
command that cancels running request.</li>
|
77
|
+
<li>[experimental] Added <a class="reference internal" href="reference/api/grn_db.html#c.grn_db_recover" title="grn_db_recover"><tt class="xref c c-func docutils literal"><span class="pre">grn_db_recover()</span></tt></a>.</li>
|
78
|
+
<li>Supported indexing vector of fixed size data such as vector of
|
79
|
+
<tt class="docutils literal"><span class="pre">UInt64</span></tt>.
|
80
|
+
[groonga-dev,03014] [Reported by funa 1g]</li>
|
81
|
+
<li>[experimental] Added <a class="reference internal" href="reference/executables/grndb.html"><em>grndb</em></a>.</li>
|
82
|
+
<li>[deb] Supported armhf architecture.</li>
|
83
|
+
<li>[<a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a>] Supported HEAD.</li>
|
84
|
+
<li>[doc] Updated <a class="reference internal" href="contribution/documentation/introduction.html"><em>Introduction</em></a>.
|
85
|
+
[GitHub#270] [Patch by Yuya TAMANO]</li>
|
86
|
+
<li>[doc] Updated <a class="reference internal" href="install/others.html"><em>Others</em></a>.
|
87
|
+
[GitHub#271] [Patch by Hiroshi Hatake]</li>
|
88
|
+
<li>[<a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a>] Supported token that consists with only
|
89
|
+
upper-case alphabets, digits, <tt class="docutils literal"><span class="pre">-</span></tt> and <tt class="docutils literal"><span class="pre">'</span></tt>. It means that
|
90
|
+
<a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> can work with MySQL compatible normalizers.</li>
|
91
|
+
<li>[<a class="reference internal" href="reference/commands/truncate.html"><em>truncate</em></a>] Supported column.</li>
|
92
|
+
<li>[<a class="reference internal" href="reference/commands/truncate.html"><em>truncate</em></a>] Changed parameter name to
|
93
|
+
<tt class="docutils literal"><span class="pre">target_name</span></tt> from <tt class="docutils literal"><span class="pre">table</span></tt>. <tt class="docutils literal"><span class="pre">table</span></tt> parameter can be used for
|
94
|
+
backward compatibility but it shouldn't used for newly written code.</li>
|
95
|
+
<li>Exported <a class="reference internal" href="reference/api/grn_column.html#c.grn_column_truncate" title="grn_column_truncate"><tt class="xref c c-func docutils literal"><span class="pre">grn_column_truncate()</span></tt></a>.</li>
|
96
|
+
<li>Added <a class="reference internal" href="reference/commands/lock_clear.html"><em>lock_clear</em></a>.</li>
|
97
|
+
<li>Marked <a class="reference internal" href="reference/commands/clearlock.html"><em>clearlock</em></a> deprecated.</li>
|
98
|
+
<li>[backward incompatible] Stopped to set world writable permission for
|
99
|
+
newly created files on <tt class="docutils literal"><span class="pre">umask(0)</span></tt> environment such as daemoned
|
100
|
+
<a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>. It's a backward
|
101
|
+
incompatible change but done because the previous behavior has
|
102
|
+
a security risk.</li>
|
103
|
+
</ul>
|
104
|
+
</div>
|
105
|
+
<div class="section" id="fixes">
|
106
|
+
<h3>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">¶</a></h3>
|
107
|
+
<ul class="simple">
|
108
|
+
<li>Fixed build error on BSD based system.
|
109
|
+
[GitHub#253] [Reported by Hiroshi Hatake]</li>
|
110
|
+
<li>Fixed build error on OS X.
|
111
|
+
[GitHub#253] [Reported by Hiroshi Hatake]</li>
|
112
|
+
<li>Fixed a regression bug that equal operation against nonexistent
|
113
|
+
reference always matches.</li>
|
114
|
+
<li>Fixed a crash bug that may be occurred by deleting or updating many
|
115
|
+
indexed values at once.
|
116
|
+
[groonga-dev,02942] [Reported by kashihara]</li>
|
117
|
+
<li>Fixed a regression bug that static index construction doesn't work
|
118
|
+
on BSD based system. [GitHub#264] [Reported by Ayumu Osanai]</li>
|
119
|
+
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">--with-libstemmer</span></tt> configure option is ignored.</li>
|
120
|
+
<li>[deb] Fixed a bug that logrotate script has a syntax error.</li>
|
121
|
+
<li>Fixed a bug that grouped result can't be got when
|
122
|
+
<a class="reference internal" href="reference/command/command_version.html"><em>コマンドバージョン</em></a> is <tt class="docutils literal"><span class="pre">2</span></tt>.
|
123
|
+
[GitHub ranguba/rroonga#38] [Reported by YUKI "Piro" Hiroshi]</li>
|
124
|
+
</ul>
|
125
|
+
</div>
|
126
|
+
<div class="section" id="thanks">
|
127
|
+
<h3>Thanks<a class="headerlink" href="#thanks" title="Permalink to this headline">¶</a></h3>
|
128
|
+
<ul class="simple">
|
129
|
+
<li>Hiroshi Hatake</li>
|
130
|
+
<li>Masafumi Yokoyama</li>
|
131
|
+
<li>akira yamada</li>
|
132
|
+
<li>kashihara</li>
|
133
|
+
<li>Ayumu Osanai</li>
|
134
|
+
<li>funa 1g</li>
|
135
|
+
<li>YUKI "Piro" Hiroshi</li>
|
136
|
+
<li>Yuya TAMANO</li>
|
137
|
+
</ul>
|
138
|
+
</div>
|
139
|
+
</div>
|
140
|
+
<div class="section" id="release-4-0-8-2014-11-29">
|
141
|
+
<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>
|
142
|
+
<div class="section" id="id1">
|
143
|
+
<h3>Improvements<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
|
144
|
+
<ul class="simple">
|
70
145
|
<li>[deb] Supported Ubuntu 12.04 again because Travis-CI runs on it.</li>
|
71
|
-
<li>[mruby] Supported pretty print - <
|
146
|
+
<li>[mruby] Supported pretty print - <tt class="docutils literal"><span class="pre">"pp"</span></tt> for debugging. And supported to
|
72
147
|
show internal objects more descriptive format when inspecting it.</li>
|
73
148
|
<li>Supported full text search query without index if one column is specified
|
74
|
-
for <
|
75
|
-
by <
|
149
|
+
for <tt class="docutils literal"><span class="pre">--match_columns</span></tt> even though sequential search is executed
|
150
|
+
by <tt class="docutils literal"><span class="pre">--query</span></tt> and <tt class="docutils literal"><span class="pre">--match_columns</span></tt> combination.
|
76
151
|
[groonga-dev,02902] [Reported by Atsushi Shinoda]</li>
|
77
152
|
<li>[experimental] <a class="reference internal" href="reference/functions/in_values.html"><em>in_values</em></a> supports auto sequential
|
78
153
|
search mode. There is a case that sequential search is faster than index search when
|
79
154
|
the number of narrowed down records is small enough in contrast to
|
80
|
-
the number of expected records to narrow down by <
|
81
|
-
<
|
82
|
-
The value of <
|
155
|
+
the number of expected records to narrow down by <tt class="docutils literal"><span class="pre">in_values</span></tt> with
|
156
|
+
<tt class="docutils literal"><span class="pre">AND</span></tt> operation which use indexes.
|
157
|
+
The value of <tt class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></tt> is used as
|
83
158
|
threshold whether Groonga execute sequential search or search with indexes in
|
84
159
|
such a case.</li>
|
85
160
|
<li>[mruby] Supported to load relative path of script.</li>
|
@@ -88,56 +163,56 @@ mruby enabled build.</li>
|
|
88
163
|
<li>Supported offline index construction for token filters.
|
89
164
|
[GitHub#239] [Patch by Naoya Murakami]</li>
|
90
165
|
<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 <
|
92
|
-
Basic concept is similar to <
|
93
|
-
<li>[experimental] Supported multiple drilldowns for :doc:<
|
166
|
+
Use the value of <tt class="docutils literal"><span class="pre">GRN_BETWEEN_TOO_MANY_INDEX_MATCH_RATIO</span></tt> as threshold.
|
167
|
+
Basic concept is similar to <tt class="docutils literal"><span class="pre">GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO</span></tt>.</li>
|
168
|
+
<li>[experimental] Supported multiple drilldowns for :doc:<tt class="docutils literal"><span class="pre">/reference/command/select</span></tt>
|
94
169
|
command. The syntax is extended to support this feature. The new one is
|
95
|
-
<
|
96
|
-
<
|
170
|
+
<tt class="docutils literal"><span class="pre">--drilldown[LABEL1].keys</span> <span class="pre">COLUMN1,COLUMN2</span></tt> for keys,
|
171
|
+
<tt class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span> <span class="pre">_value.COLUMN1,_value.COLUMN2,_nsubrecs</span></tt> for output columns.
|
97
172
|
In the previous versions, a client application must implement by oneself for drilldown
|
98
|
-
by multiple keys. Use <
|
173
|
+
by multiple keys. Use <tt class="docutils literal"><span class="pre">_key[N]</span></tt> for <tt class="docutils literal"><span class="pre">--drilldown[LABEL1].output_columns</span></tt> to show
|
99
174
|
original value of key in records.</li>
|
100
|
-
<li>Supported to search <
|
175
|
+
<li>Supported to search <tt class="docutils literal"><span class="pre">'reference_column</span> <span class="pre">@</span> <span class="pre">"query"'</span></tt> without index.</li>
|
101
176
|
<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
177
|
command to fetch specific range of records in most cases, because it doesn't returns
|
103
178
|
the number of matched records. There are limitations which doesn't support drilldown and so on.
|
104
|
-
Thus, <
|
179
|
+
Thus, <tt class="docutils literal"><span class="pre">range_filter</span></tt> is suitable for extracting first <tt class="docutils literal"><span class="pre">N</span></tt> records in specific range for ranking
|
105
180
|
or something else.</li>
|
106
|
-
<li>[httpd] Supported <
|
181
|
+
<li>[httpd] Supported <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> on windows.</li>
|
107
182
|
<li>Supported vector column for drilldown.</li>
|
108
|
-
<li>[deb] Changed <
|
109
|
-
<
|
183
|
+
<li>[deb] Changed <tt class="docutils literal"><span class="pre">groonga-httpd</span></tt> as default HTTP server package.
|
184
|
+
<tt class="docutils literal"><span class="pre">groonga-server-http</span></tt> is deprecated. Note that <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a>
|
110
185
|
functionality itself is still exists in Groonga. If you just want to use simple HTTP server
|
111
186
|
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
187
|
<li>Added configuration file for Windows CI on AppVeyor.
|
113
188
|
[groonga-dev,02970,02981] [Patch by Hiroshi Hatake]</li>
|
114
189
|
</ul>
|
115
190
|
</div>
|
116
|
-
<div class="section" id="
|
117
|
-
<h3>Fixes<a class="headerlink" href="#
|
191
|
+
<div class="section" id="id2">
|
192
|
+
<h3>Fixes<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
|
118
193
|
<ul class="simple">
|
119
194
|
<li>[doc] Fixed duplicated execution example path about
|
120
195
|
<a class="reference internal" href="reference/commands/table_create.html"><em>table_create</em></a>.
|
121
196
|
[GitHub groonga.org#14] [Reported by Masafumi Yokoyama]</li>
|
122
|
-
<li>Fixed a bug that nested indexed full text search against <
|
197
|
+
<li>Fixed a bug that nested indexed full text search against <tt class="docutils literal"><span class="pre">X._key</span></tt>
|
123
198
|
returns empty results.</li>
|
124
|
-
<li>Fixed flags parameter which is strict in BSD <
|
199
|
+
<li>Fixed flags parameter which is strict in BSD <tt class="docutils literal"><span class="pre">mkostemp(3)</span></tt>.
|
125
200
|
[GitHub#240] [Patch by Jun Kuriyama]</li>
|
126
201
|
<li>Fixed a bug that select command reports invalid value type (table)
|
127
|
-
as index column value type. It was fixed to <
|
202
|
+
as index column value type. It was fixed to <tt class="docutils literal"><span class="pre">UInt32</span></tt>.
|
128
203
|
Note that it affects only the value of response header.
|
129
204
|
The search results is not changed at all.</li>
|
130
|
-
<li>Fixed a bug that compare operations such as <
|
205
|
+
<li>Fixed a bug that compare operations such as <tt class="docutils literal"><span class="pre"><</span></tt>, <tt class="docutils literal"><span class="pre"><=</span></tt>, <tt class="docutils literal"><span class="pre">></span></tt>, <tt class="docutils literal"><span class="pre">>=</span></tt>, <tt class="docutils literal"><span class="pre">!=</span></tt> with
|
131
206
|
Time and String type returns invalid results.</li>
|
132
207
|
<li>Fixed a bug that prefix search can't be executed against single character such as
|
133
|
-
<
|
134
|
-
<li>Fixed a memory leak on drilldown <
|
135
|
-
<li>Fixed missing <
|
208
|
+
<tt class="docutils literal"><span class="pre">"x*"</span></tt>. [GitHub#242] [Patch by Naoya Murakami]</li>
|
209
|
+
<li>Fixed a memory leak on drilldown <tt class="docutils literal"><span class="pre">ShortText</span></tt> value with <tt class="docutils literal"><span class="pre">--filter</span></tt>.</li>
|
210
|
+
<li>Fixed missing <tt class="docutils literal"><span class="pre">","</span></tt> for <tt class="docutils literal"><span class="pre">"DDL:set_token_filters"</span></tt> log.
|
136
211
|
[Reported by Naoya Murakami]</li>
|
137
212
|
</ul>
|
138
213
|
</div>
|
139
|
-
<div class="section" id="
|
140
|
-
<h3>Thanks<a class="headerlink" href="#
|
214
|
+
<div class="section" id="id3">
|
215
|
+
<h3>Thanks<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
|
141
216
|
<ul class="simple">
|
142
217
|
<li>Atsushi Shinoda</li>
|
143
218
|
<li>Masafumi Yokoyama</li>
|
@@ -149,13 +224,13 @@ Time and String type returns invalid results.</li>
|
|
149
224
|
</div>
|
150
225
|
<div class="section" id="release-4-0-7-2014-10-29">
|
151
226
|
<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="
|
153
|
-
<h3>Improvements<a class="headerlink" href="#
|
227
|
+
<div class="section" id="id4">
|
228
|
+
<h3>Improvements<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
|
154
229
|
<ul class="simple">
|
155
230
|
<li>[windows] Supported Groonga with mruby on Windows.</li>
|
156
231
|
<li>Added token filter plugin API.</li>
|
157
232
|
<li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stop-word"><em>TokenFilterStopWord</em></a> token filter plugin.
|
158
|
-
It treats records of <
|
233
|
+
It treats records of <tt class="docutils literal"><span class="pre">is_stop_word</span></tt> column as actual stop words.</li>
|
159
234
|
<li>[doc] Added <a class="reference internal" href="client.html"><em>Client</em></a> section which introduces link to client libraries.
|
160
235
|
[GitHub#210] [Patch by Naoya Murakami]</li>
|
161
236
|
<li>[doc] Reconstructed documentation. <a class="reference internal" href="reference/suggest.html"><em>Suggest</em></a> and
|
@@ -167,11 +242,11 @@ It treats records of <code class="docutils literal"><span class="pre">is_stop_wo
|
|
167
242
|
<li>Dropped LZO compression support.</li>
|
168
243
|
<li>Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]</li>
|
169
244
|
<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 <
|
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></
|
245
|
+
instead of <tt class="docutils literal"><span class="pre">==</span></tt> and <tt class="docutils literal"><span class="pre">OR</span></tt> combinations ( <tt class="docutils literal"><span class="pre">((COLUMN</span> <span class="pre">==</span> <span class="pre">"a")</span> <span class="pre">OR</span>
|
246
|
+
<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></tt> ) because of better
|
172
247
|
performance.</li>
|
173
|
-
<li>[load] Supported to update existing record in <
|
174
|
-
specifying a record by <
|
248
|
+
<li>[load] Supported to update existing record in <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> by
|
249
|
+
specifying a record by <tt class="docutils literal"><span class="pre">_id</span></tt>.</li>
|
175
250
|
<li>Added <a class="reference internal" href="reference/token_filters.html#token-filter-stem"><em>TokenFilterStem</em></a> token filter plugin. It provides
|
176
251
|
stemming feature. To use this token filter, you need to install
|
177
252
|
<a class="reference external" href="http://http://snowball.tartarus.org/">libstemmer</a> library.</li>
|
@@ -179,8 +254,8 @@ stemming feature. To use this token filter, you need to install
|
|
179
254
|
[GitHub#227] [Patch by Naoya Murakami]</li>
|
180
255
|
</ul>
|
181
256
|
</div>
|
182
|
-
<div class="section" id="
|
183
|
-
<h3>Fixes<a class="headerlink" href="#
|
257
|
+
<div class="section" id="id5">
|
258
|
+
<h3>Fixes<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
|
184
259
|
<ul class="simple">
|
185
260
|
<li>[doc] Fixed link of the Ranguba project. [GitHub#212] [Patch by Naoya Murakami]</li>
|
186
261
|
<li>[httpd] Updated bundled nginx version to 1.7.6.
|
@@ -188,28 +263,28 @@ stemming feature. To use this token filter, you need to install
|
|
188
263
|
<li>[power8] Fixed build failure. See
|
189
264
|
<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>
|
190
265
|
[Patch by Sergey Vojtovich]</li>
|
191
|
-
<li>Fixed a bug that URL encoding fails if <
|
192
|
-
<
|
193
|
-
<li>Fixed a bug that a <
|
266
|
+
<li>Fixed a bug that URL encoding fails if <tt class="docutils literal"><span class="pre">char</span></tt> type is build as
|
267
|
+
<tt class="docutils literal"><span class="pre">unsigned</span> <span class="pre">char</span></tt> type. [GitHub#217]</li>
|
268
|
+
<li>Fixed a bug that a <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table returns empty results for
|
194
269
|
<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>. [GitHub#220]</li>
|
195
270
|
<li>Fixed a memory leak about inspecting vector column. It occurs when
|
196
271
|
something error reports about vector column.</li>
|
197
272
|
<li>Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch
|
198
273
|
by Naoya Murakami]</li>
|
199
|
-
<li>Fixed a bug that the value of <
|
200
|
-
return true in <
|
274
|
+
<li>Fixed a bug that the value of <tt class="docutils literal"><span class="pre">Int8</span></tt> column which is less than 100 may
|
275
|
+
return true in <tt class="docutils literal"><span class="pre">--filter</span></tt>. By this issue, not intended records may
|
201
276
|
be included as search results.</li>
|
202
277
|
<li>Fixed to handle binary operation for vector column as an error.</li>
|
203
|
-
<li>Fixed a bug that <
|
278
|
+
<li>Fixed a bug that <tt class="docutils literal"><span class="pre">!XXX</span></tt> may return inverted result on big endian
|
204
279
|
environment.</li>
|
205
280
|
<li>Fixed a memory leak on converting weight vector to text.</li>
|
206
|
-
<li>[dump] Fixed token filters and <
|
281
|
+
<li>[dump] Fixed token filters and <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> related error in
|
207
282
|
<a class="reference internal" href="reference/commands/dump.html"><em>dump</em></a>. [GitHub#215] [Patch by Naoya
|
208
283
|
Murakami]</li>
|
209
284
|
</ul>
|
210
285
|
</div>
|
211
|
-
<div class="section" id="
|
212
|
-
<h3>Thanks<a class="headerlink" href="#
|
286
|
+
<div class="section" id="id6">
|
287
|
+
<h3>Thanks<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
|
213
288
|
<ul class="simple">
|
214
289
|
<li>Naoya Murakami</li>
|
215
290
|
<li>Hiroshi Hatake</li>
|
@@ -219,8 +294,8 @@ Murakami]</li>
|
|
219
294
|
</div>
|
220
295
|
<div class="section" id="release-4-0-6-2014-09-29">
|
221
296
|
<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>
|
222
|
-
<div class="section" id="
|
223
|
-
<h3>Improvements<a class="headerlink" href="#
|
297
|
+
<div class="section" id="id7">
|
298
|
+
<h3>Improvements<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
|
224
299
|
<ul class="simple">
|
225
300
|
<li>[deb] Updated to follow the rule about machine-readable
|
226
301
|
debian/copyright file. [Reported by Hideki Yamane]</li>
|
@@ -237,27 +312,27 @@ For example, mruby optimizer overhead is negligible enough for query such as
|
|
237
312
|
Until now, Redmine account must be approved by administrator, so you can not
|
238
313
|
report at feel free. [GitHub#202] [Patch by cosmo0920]</li>
|
239
314
|
<li>[doc] Translated C API document. [GitHub#203] [Patch by NOKUBI Takatsugu]</li>
|
240
|
-
<li>Supported to customize similarity threshold by <
|
315
|
+
<li>Supported to customize similarity threshold by <tt class="docutils literal"><span class="pre">'*S10"..."'</span></tt> syntax.</li>
|
241
316
|
<li>Added source column validation to
|
242
317
|
<a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a>. If source column doesn't
|
243
|
-
exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <
|
318
|
+
exist, <a class="reference internal" href="reference/commands/column_create.html"><em>column_create</em></a> returns <tt class="docutils literal"><span class="pre">false</span></tt> and
|
244
319
|
column isn't created.</li>
|
245
320
|
<li>[debian] Dropped Debian jessie and sid support.</li>
|
246
321
|
</ul>
|
247
322
|
</div>
|
248
|
-
<div class="section" id="
|
249
|
-
<h3>Fixes<a class="headerlink" href="#
|
323
|
+
<div class="section" id="id8">
|
324
|
+
<h3>Fixes<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
|
250
325
|
<ul class="simple">
|
251
326
|
<li>Fixed a bug that similar search doesn't use IDF (Inverse Document Frequency)
|
252
327
|
for choosing target tokens.
|
253
328
|
In the previous versions, it used token ID instead of IDF.
|
254
329
|
[groonga-dev,02731] [groonga-dev,02754] [Reported by Satoshi Mitani, warp kawada]</li>
|
255
330
|
<li>Fixed a crash bug when deleting a record.
|
256
|
-
If the table of the record has <
|
331
|
+
If the table of the record has <tt class="docutils literal"><span class="pre">_key</span></tt> and <tt class="docutils literal"><span class="pre">_key</span></tt> is
|
257
332
|
indexed from two or more index columns, deleting causes a crash.</li>
|
258
333
|
<li>Fixed compiler warning about unused variable 'e'. [GitHub#197] [Patch by cosmo0920]</li>
|
259
334
|
<li>[fedora][httpd] Fixed service start failure without log directory.</li>
|
260
|
-
<li>[mruby] Fixed build error with <
|
335
|
+
<li>[mruby] Fixed build error with <tt class="docutils literal"><span class="pre">--disable-mruby</span></tt>.
|
261
336
|
[GitHub#200] [Patch by cosmo0920]</li>
|
262
337
|
<li>Fixed build warning about CMP0014 for MariaDB bundled Mroonga package.
|
263
338
|
[GitHub#201] [Patch by cosmo0920]</li>
|
@@ -267,8 +342,8 @@ indexed from two or more index columns, deleting causes a crash.</li>
|
|
267
342
|
This update contains vulnerability fix (CVE-2014-3616).</li>
|
268
343
|
</ul>
|
269
344
|
</div>
|
270
|
-
<div class="section" id="
|
271
|
-
<h3>Thanks<a class="headerlink" href="#
|
345
|
+
<div class="section" id="id9">
|
346
|
+
<h3>Thanks<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
|
272
347
|
<ul class="simple">
|
273
348
|
<li>Hideki Yamane</li>
|
274
349
|
<li>Masafumi Yokoyama</li>
|
@@ -282,8 +357,8 @@ This update contains vulnerability fix (CVE-2014-3616).</li>
|
|
282
357
|
</div>
|
283
358
|
<div class="section" id="release-4-0-5-2014-08-29">
|
284
359
|
<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>
|
285
|
-
<div class="section" id="
|
286
|
-
<h3>Improvements<a class="headerlink" href="#
|
360
|
+
<div class="section" id="id10">
|
361
|
+
<h3>Improvements<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
|
287
362
|
<ul class="simple">
|
288
363
|
<li>Dropped Ubuntu 13.10 (Saucy Salamander).</li>
|
289
364
|
<li>Supported to show weight vector element as XML.</li>
|
@@ -296,10 +371,10 @@ output text. [GitHub#185] [Patch by Naoya Murakami]</li>
|
|
296
371
|
<li>[doc] Updated outdated functions/commands reference
|
297
372
|
[GitHub#188] [GitHub#189] [Patch by Naoya Murakami]</li>
|
298
373
|
<li>[benchmark] Added average and median in benchmark result.</li>
|
299
|
-
<li>Exported <
|
374
|
+
<li>Exported <tt class="xref c c-func docutils literal"><span class="pre">grn_selector_func()</span></tt> and <tt class="xref c c-func docutils literal"><span class="pre">grn_proc_set_selector()</span></tt>
|
300
375
|
for plugin developer. [GitHub#190] [Patch by Naoya Murakami]</li>
|
301
376
|
<li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added "mode" option to control behavior.
|
302
|
-
You can use <
|
377
|
+
You can use <tt class="docutils literal"><span class="pre">GET</span></tt> or <tt class="docutils literal"><span class="pre">ADD</span></tt> as a mode.
|
303
378
|
[GitHub#191] [GitHub#192] [Patch by Naoya Murakami]</li>
|
304
379
|
<li>Supported near search by '*N"A Z"' syntax.</li>
|
305
380
|
<li>Supported to customize behavior of tokenizer whether it skips token or
|
@@ -310,12 +385,12 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
310
385
|
<li>[doc] Updated tutorial in English. [GitHub#194] [Patch by cosmo0920]</li>
|
311
386
|
</ul>
|
312
387
|
</div>
|
313
|
-
<div class="section" id="
|
314
|
-
<h3>Fixes<a class="headerlink" href="#
|
388
|
+
<div class="section" id="id11">
|
389
|
+
<h3>Fixes<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
|
315
390
|
<ul class="simple">
|
316
|
-
<li>[php] Fixed memory leak when <
|
391
|
+
<li>[php] Fixed memory leak when <tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_recv()</span></tt> is used.
|
317
392
|
[GitHub#184] [Patch by @do-aki]</li>
|
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"><
|
393
|
+
<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"><tt class="xref c c-func docutils literal"><span class="pre">grn_ctx_close()</span></tt></a> is called.
|
319
394
|
[GitHub#184] [Patch by @do-aki]</li>
|
320
395
|
<li>Fixed to support out-of-tree build again.</li>
|
321
396
|
<li>[httpd] Updated bundled nginx version to the latest mainline (1.7.4). This update contains vulnerability fix.</li>
|
@@ -326,8 +401,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
326
401
|
[groonga-dev,02691] [Reported by Naoya Murakami]</li>
|
327
402
|
</ul>
|
328
403
|
</div>
|
329
|
-
<div class="section" id="
|
330
|
-
<h3>Thanks<a class="headerlink" href="#
|
404
|
+
<div class="section" id="id12">
|
405
|
+
<h3>Thanks<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
|
331
406
|
<ul class="simple">
|
332
407
|
<li>@do-aki</li>
|
333
408
|
<li>Naoya Murakami</li>
|
@@ -339,8 +414,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
339
414
|
</div>
|
340
415
|
<div class="section" id="release-4-0-4-2014-07-29">
|
341
416
|
<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>
|
342
|
-
<div class="section" id="
|
343
|
-
<h3>Improvements<a class="headerlink" href="#
|
417
|
+
<div class="section" id="id13">
|
418
|
+
<h3>Improvements<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
|
344
419
|
<ul class="simple">
|
345
420
|
<li>[httpd] Updated bundled nginx version to the latest mainline (1.7.3).</li>
|
346
421
|
<li>Supported weight in vector column.</li>
|
@@ -350,15 +425,15 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
350
425
|
<li>[http][admin] Updated to use English as default language. [GitHub#182]</li>
|
351
426
|
</ul>
|
352
427
|
</div>
|
353
|
-
<div class="section" id="
|
354
|
-
<h3>Fixes<a class="headerlink" href="#
|
428
|
+
<div class="section" id="id14">
|
429
|
+
<h3>Fixes<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
|
355
430
|
<ul class="simple">
|
356
431
|
<li>Fixed to show right syntax error location in response.</li>
|
357
432
|
<li>[httpd] Fixed build error on Clang. [GitHub clear-code/rurema-search#11] [Reported by niku]</li>
|
358
433
|
</ul>
|
359
434
|
</div>
|
360
|
-
<div class="section" id="
|
361
|
-
<h3>Thanks<a class="headerlink" href="#
|
435
|
+
<div class="section" id="id15">
|
436
|
+
<h3>Thanks<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
|
362
437
|
<ul class="simple">
|
363
438
|
<li>niku</li>
|
364
439
|
</ul>
|
@@ -366,8 +441,8 @@ skips token with position. This feature is useful for developing tokenizer plugi
|
|
366
441
|
</div>
|
367
442
|
<div class="section" id="release-4-0-3-2014-06-29">
|
368
443
|
<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>
|
369
|
-
<div class="section" id="
|
370
|
-
<h3>Improvements<a class="headerlink" href="#
|
444
|
+
<div class="section" id="id16">
|
445
|
+
<h3>Improvements<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
|
371
446
|
<ul class="simple">
|
372
447
|
<li>[experimental][ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ]
|
373
448
|
Supported POST.</li>
|
@@ -383,19 +458,19 @@ argument.
|
|
383
458
|
[Reported by GMO Media, Inc.][Patch by Naoya Murakami]</li>
|
384
459
|
<li>[ <a class="reference internal" href="reference/commands/tokenize.html"><em>tokenize</em></a> ] Added more validations for invalid
|
385
460
|
argument.</li>
|
386
|
-
<li>[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] Supported <
|
387
|
-
<span class="pre">100-Continue</span></
|
388
|
-
<li>Exported <
|
461
|
+
<li>[ <a class="reference internal" href="reference/executables/groonga-server-http.html"><em>groonga HTTPサーバー</em></a> ] Supported <tt class="docutils literal"><span class="pre">Expect:</span>
|
462
|
+
<span class="pre">100-Continue</span></tt> request.</li>
|
463
|
+
<li>Exported <tt class="docutils literal"><span class="pre">grn_proc_get_type()</span></tt>.</li>
|
389
464
|
<li>[ <a class="reference internal" href="reference/executables/groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a> ]
|
390
|
-
Added <
|
391
|
-
<li>Deprecated <
|
392
|
-
<li>Deprecated <
|
393
|
-
<li>Added <
|
394
|
-
<li>Added <
|
465
|
+
Added <tt class="docutils literal"><span class="pre">--log-path</span></tt> and <tt class="docutils literal"><span class="pre">--log-level</span></tt> options.</li>
|
466
|
+
<li>Deprecated <tt class="docutils literal"><span class="pre">GRN_CTX_USE_QL</span></tt>.</li>
|
467
|
+
<li>Deprecated <tt class="docutils literal"><span class="pre">GRN_CTX_BATCH_MODE</span></tt>.</li>
|
468
|
+
<li>Added <tt class="docutils literal"><span class="pre">grn_text_printf()</span></tt>.</li>
|
469
|
+
<li>Added <tt class="docutils literal"><span class="pre">grn_text_vprintf()</span></tt>.</li>
|
395
470
|
<li>Removed limitation of one query log size.</li>
|
396
|
-
<li>Added <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><
|
471
|
+
<li>Added <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_expr_var_init" title="grn_plugin_expr_var_init"><tt class="xref c c-func docutils literal"><span class="pre">grn_plugin_expr_var_init()</span></tt></a>.
|
397
472
|
[GitHub#175][Patch by Naoya Murakami]</li>
|
398
|
-
<li>Added <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><
|
473
|
+
<li>Added <a class="reference internal" href="reference/api/plugin.html#c.grn_plugin_command_create" title="grn_plugin_command_create"><tt class="xref c c-func docutils literal"><span class="pre">grn_plugin_command_create()</span></tt></a>.
|
399
474
|
[GitHub#175][Patch by Naoya Murakami]</li>
|
400
475
|
<li>[GitHub#176] Supported reference vector column with weight.</li>
|
401
476
|
<li>[plugin] Used public API instead of internal API.
|
@@ -406,8 +481,8 @@ Added <code class="docutils literal"><span class="pre">--log-path</span></code>
|
|
406
481
|
[groonga-dev,02454] [Reported by cosmo0920].</li>
|
407
482
|
</ul>
|
408
483
|
</div>
|
409
|
-
<div class="section" id="
|
410
|
-
<h3>Fixes<a class="headerlink" href="#
|
484
|
+
<div class="section" id="id17">
|
485
|
+
<h3>Fixes<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
|
411
486
|
<ul class="simple">
|
412
487
|
<li>[rpm][groonga-server-gqtp] Fixed a bug that HTTP protocol is used
|
413
488
|
not GQTP.
|
@@ -416,8 +491,8 @@ not GQTP.
|
|
416
491
|
<a class="reference internal" href="reference/commands/select.html#select-adjuster"><em>adjuster</em></a> has a syntax error.</li>
|
417
492
|
</ul>
|
418
493
|
</div>
|
419
|
-
<div class="section" id="
|
420
|
-
<h3>Thanks<a class="headerlink" href="#
|
494
|
+
<div class="section" id="id18">
|
495
|
+
<h3>Thanks<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h3>
|
421
496
|
<ul class="simple">
|
422
497
|
<li>Masafumi Yokoyama</li>
|
423
498
|
<li>Naoya Murakami</li>
|
@@ -428,11 +503,11 @@ not GQTP.
|
|
428
503
|
</div>
|
429
504
|
<div class="section" id="release-4-0-2-2014-05-29">
|
430
505
|
<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>
|
431
|
-
<div class="section" id="
|
432
|
-
<h3>Improvements<a class="headerlink" href="#
|
506
|
+
<div class="section" id="id19">
|
507
|
+
<h3>Improvements<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h3>
|
433
508
|
<ul class="simple">
|
434
509
|
<li>[doc] Updated documentation about
|
435
|
-
<
|
510
|
+
<tt class="xref doc docutils literal"><span class="pre">/reference/executables/groonga-suggest-leaner</span></tt>.</li>
|
436
511
|
<li>[doc] Added documentation about how to update files.
|
437
512
|
[GitHub#160] [Patch by cosmo0920]</li>
|
438
513
|
<li>[doc] Updated to caplitalized "Groonga" terms in
|
@@ -442,25 +517,25 @@ documentation. [GitHub#162][GitHub#163][GitHub#164]
|
|
442
517
|
<li>Dropped Ubuntu 12.10.</li>
|
443
518
|
<li>Migrated Ubuntu package distribution site to PPA on Launchpad.
|
444
519
|
See <a class="reference internal" href="install/ubuntu.html"><em>Ubuntu</em></a> for details.</li>
|
445
|
-
<li>Handled all requests that start with <
|
446
|
-
need to put files to directories that don't start with <
|
520
|
+
<li>Handled all requests that start with <tt class="docutils literal"><span class="pre">/d/</span></tt> as API requests. You
|
521
|
+
need to put files to directories that don't start with <tt class="docutils literal"><span class="pre">/d/</span></tt> to
|
447
522
|
serve by Groonga HTTP service.</li>
|
448
523
|
<li>[munin] Supported <a class="reference internal" href="reference/executables/groonga-httpd.html"><em>groonga-httpd</em></a>.
|
449
524
|
[Reported by Naoya Murakami]</li>
|
450
525
|
<li>Supported daylight saving time.
|
451
526
|
[#2546]</li>
|
452
|
-
<li>[doc] Added a description about <
|
527
|
+
<li>[doc] Added a description about <tt class="docutils literal"><span class="pre">--with-mecab</span></tt> in
|
453
528
|
<a class="reference internal" href="install/mac_os_x.html"><em>Mac OS X</em></a>.</li>
|
454
|
-
<li>[http] Changed HTTP return code to <
|
455
|
-
<span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></
|
529
|
+
<li>[http] Changed HTTP return code to <tt class="docutils literal"><span class="pre">400</span> <span class="pre">Bad</span> <span class="pre">Request</span></tt> from <tt class="docutils literal"><span class="pre">500</span>
|
530
|
+
<span class="pre">Internal</span> <span class="pre">Server</span> <span class="pre">Error</span></tt> for syntax error case.</li>
|
456
531
|
<li>[http][admin] Removed jQuery JSON plugin.
|
457
532
|
[GitHub#168] [Patch by Tetsuharu OHZEKI]</li>
|
458
533
|
<li>[http][admin] Enabled strict mode.
|
459
534
|
[GitHub#169] [Patch by Tetsuharu OHZEKI]</li>
|
460
535
|
<li>Exported getting variable APIs to <a class="reference internal" href="reference/api/plugin.html"><em>Plugin</em></a>.
|
461
536
|
[GitHub#170] [Patch by Naoya Murakami]<ul>
|
462
|
-
<li>Added <
|
463
|
-
<li>Added <
|
537
|
+
<li>Added <tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var()</span></tt>.</li>
|
538
|
+
<li>Added <tt class="docutils literal"><span class="pre">grn_plugin_proc_get_var_by_offset()</span></tt>.</li>
|
464
539
|
</ul>
|
465
540
|
</li>
|
466
541
|
<li>[experimental] Added <a class="reference internal" href="reference/commands/tokenizer_list.html"><em>tokenizer_list</em></a>.
|
@@ -469,24 +544,24 @@ serve by Groonga HTTP service.</li>
|
|
469
544
|
[GitHub#171] [Patch by Naoya Murakami]</li>
|
470
545
|
</ul>
|
471
546
|
</div>
|
472
|
-
<div class="section" id="
|
473
|
-
<h3>Fixes<a class="headerlink" href="#
|
547
|
+
<div class="section" id="id20">
|
548
|
+
<h3>Fixes<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h3>
|
474
549
|
<ul class="simple">
|
475
550
|
<li>[index] Fixed a bug that wrong max segment. It causes a crash when
|
476
551
|
you use all allocated resource for an index column.
|
477
552
|
[#2438] [Reported by GMO Media, Inc.]</li>
|
478
553
|
<li>[doc] Fixed a typo in <a class="reference internal" href="install/centos.html"><em>CentOS</em></a>.
|
479
554
|
[GitHub#166] [Patch by Naoya Murakami]</li>
|
480
|
-
<li>[doc] Fixed the wrong default value of <
|
555
|
+
<li>[doc] Fixed the wrong default value of <tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt> in
|
481
556
|
<a class="reference internal" href="reference/commands/select.html"><em>select</em></a>.
|
482
557
|
[GitHub#167] [Patch by Naoya Murakami]</li>
|
483
|
-
<li>[doc] Added a missing <
|
558
|
+
<li>[doc] Added a missing <tt class="docutils literal"><span class="pre">\</span></tt> escape exception in
|
484
559
|
<a class="reference internal" href="reference/grn_expr/query_syntax.html"><em>Query syntax</em></a>.
|
485
560
|
[Reported by @Yappo]</li>
|
486
561
|
</ul>
|
487
562
|
</div>
|
488
|
-
<div class="section" id="
|
489
|
-
<h3>Thanks<a class="headerlink" href="#
|
563
|
+
<div class="section" id="id21">
|
564
|
+
<h3>Thanks<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h3>
|
490
565
|
<ul class="simple">
|
491
566
|
<li>cosmo0920</li>
|
492
567
|
<li>Naoya Murakami</li>
|
@@ -498,13 +573,13 @@ you use all allocated resource for an index column.
|
|
498
573
|
</div>
|
499
574
|
<div class="section" id="release-4-0-1-2014-03-29">
|
500
575
|
<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>
|
501
|
-
<div class="section" id="
|
502
|
-
<h3>Improvements<a class="headerlink" href="#
|
576
|
+
<div class="section" id="id22">
|
577
|
+
<h3>Improvements<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h3>
|
503
578
|
<ul class="simple">
|
504
579
|
<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>
|
505
580
|
<li>Supported to inspect vector and object value in JSON load.
|
506
581
|
It shows more details about data which is failed to load.</li>
|
507
|
-
<li>Added <
|
582
|
+
<li>Added <tt class="docutils literal"><span class="pre">adjuster</span></tt> option to select command.
|
508
583
|
adjuster options accepts following syntax: INDEX_COLUMN @ STRING_LITERAL (* FACTOR).</li>
|
509
584
|
<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
|
510
585
|
to create weight vector column.</li>
|
@@ -518,8 +593,8 @@ to create weight vector column.</li>
|
|
518
593
|
<li>[httpd] Enabled stub status module (NginxHttpStubStatusModule) for groonga-httpd. [Suggested by Masahiro Nagano]</li>
|
519
594
|
</ul>
|
520
595
|
</div>
|
521
|
-
<div class="section" id="
|
522
|
-
<h3>Fixes<a class="headerlink" href="#
|
596
|
+
<div class="section" id="id23">
|
597
|
+
<h3>Fixes<a class="headerlink" href="#id23" title="Permalink to this headline">¶</a></h3>
|
523
598
|
<ul class="simple">
|
524
599
|
<li>Fixed a bug that a division overflow caused a fatal error.
|
525
600
|
For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int64 column. [#2307]</li>
|
@@ -528,8 +603,8 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
|
|
528
603
|
<li>Fixed the issue that out of bound array element access may occurs. [GitHub#158] [Reported by dcb314]</li>
|
529
604
|
</ul>
|
530
605
|
</div>
|
531
|
-
<div class="section" id="
|
532
|
-
<h3>Thanks<a class="headerlink" href="#
|
606
|
+
<div class="section" id="id24">
|
607
|
+
<h3>Thanks<a class="headerlink" href="#id24" title="Permalink to this headline">¶</a></h3>
|
533
608
|
<ul class="simple">
|
534
609
|
<li>Sebastian Wiedenroth</li>
|
535
610
|
<li>Masahiro Nagano</li>
|
@@ -543,16 +618,16 @@ For example, it occurs when you execute 'COLUMN / -1' operation to Int32 or Int6
|
|
543
618
|
<ul class="simple">
|
544
619
|
<li>Bump version to 4.0.0!</li>
|
545
620
|
</ul>
|
546
|
-
<div class="section" id="
|
547
|
-
<h3>Improvements<a class="headerlink" href="#
|
621
|
+
<div class="section" id="id25">
|
622
|
+
<h3>Improvements<a class="headerlink" href="#id25" title="Permalink to this headline">¶</a></h3>
|
548
623
|
<ul class="simple">
|
549
624
|
<li>[normalizer] Supported to show "checks" which is used for calculating next character position.
|
550
625
|
Use WITH_CHECKS flag to enable this feature.</li>
|
551
626
|
<li>[deb] Dropped Ubuntu 13.04 support.</li>
|
552
627
|
</ul>
|
553
628
|
</div>
|
554
|
-
<div class="section" id="
|
555
|
-
<h3>Fixes<a class="headerlink" href="#
|
629
|
+
<div class="section" id="id26">
|
630
|
+
<h3>Fixes<a class="headerlink" href="#id26" title="Permalink to this headline">¶</a></h3>
|
556
631
|
<ul class="simple">
|
557
632
|
<li>Fixed a crash bug that an object in grn_expr is used after it is freed.
|
558
633
|
Normally Groonga server users aren't affected this bug. This bug mainly affects Rroonga users.
|
@@ -571,8 +646,8 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
571
646
|
[groonga-dev,02113] [Reported by Ryoji Yamamoto]</li>
|
572
647
|
</ul>
|
573
648
|
</div>
|
574
|
-
<div class="section" id="
|
575
|
-
<h3>Thanks<a class="headerlink" href="#
|
649
|
+
<div class="section" id="id27">
|
650
|
+
<h3>Thanks<a class="headerlink" href="#id27" title="Permalink to this headline">¶</a></h3>
|
576
651
|
<ul class="simple">
|
577
652
|
<li>yoku</li>
|
578
653
|
<li>Naoya Murakami</li>
|
@@ -845,78 +920,82 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
845
920
|
</div>
|
846
921
|
</div>
|
847
922
|
</div>
|
848
|
-
<div class="sphinxsidebar"
|
923
|
+
<div class="sphinxsidebar">
|
849
924
|
<div class="sphinxsidebarwrapper">
|
850
925
|
<h3><a href="index.html">Table Of Contents</a></h3>
|
851
926
|
<ul>
|
852
927
|
<li><a class="reference internal" href="#">News</a><ul>
|
853
|
-
<li><a class="reference internal" href="#release-4-0-
|
928
|
+
<li><a class="reference internal" href="#release-4-0-9-2014-12-29">Release 4.0.9 - 2014-12-29</a><ul>
|
854
929
|
<li><a class="reference internal" href="#improvements">Improvements</a></li>
|
855
930
|
<li><a class="reference internal" href="#fixes">Fixes</a></li>
|
856
931
|
<li><a class="reference internal" href="#thanks">Thanks</a></li>
|
857
932
|
</ul>
|
858
933
|
</li>
|
859
|
-
<li><a class="reference internal" href="#release-4-0-
|
934
|
+
<li><a class="reference internal" href="#release-4-0-8-2014-11-29">Release 4.0.8 - 2014/11/29</a><ul>
|
860
935
|
<li><a class="reference internal" href="#id1">Improvements</a></li>
|
861
936
|
<li><a class="reference internal" href="#id2">Fixes</a></li>
|
862
937
|
<li><a class="reference internal" href="#id3">Thanks</a></li>
|
863
938
|
</ul>
|
864
939
|
</li>
|
865
|
-
<li><a class="reference internal" href="#release-4-0-
|
940
|
+
<li><a class="reference internal" href="#release-4-0-7-2014-10-29">Release 4.0.7 - 2014/10/29</a><ul>
|
866
941
|
<li><a class="reference internal" href="#id4">Improvements</a></li>
|
867
942
|
<li><a class="reference internal" href="#id5">Fixes</a></li>
|
868
943
|
<li><a class="reference internal" href="#id6">Thanks</a></li>
|
869
944
|
</ul>
|
870
945
|
</li>
|
871
|
-
<li><a class="reference internal" href="#release-4-0-
|
946
|
+
<li><a class="reference internal" href="#release-4-0-6-2014-09-29">Release 4.0.6 - 2014/09/29</a><ul>
|
872
947
|
<li><a class="reference internal" href="#id7">Improvements</a></li>
|
873
948
|
<li><a class="reference internal" href="#id8">Fixes</a></li>
|
874
949
|
<li><a class="reference internal" href="#id9">Thanks</a></li>
|
875
950
|
</ul>
|
876
951
|
</li>
|
877
|
-
<li><a class="reference internal" href="#release-4-0-
|
952
|
+
<li><a class="reference internal" href="#release-4-0-5-2014-08-29">Release 4.0.5 - 2014/08/29</a><ul>
|
878
953
|
<li><a class="reference internal" href="#id10">Improvements</a></li>
|
879
954
|
<li><a class="reference internal" href="#id11">Fixes</a></li>
|
880
955
|
<li><a class="reference internal" href="#id12">Thanks</a></li>
|
881
956
|
</ul>
|
882
957
|
</li>
|
883
|
-
<li><a class="reference internal" href="#release-4-0-
|
958
|
+
<li><a class="reference internal" href="#release-4-0-4-2014-07-29">Release 4.0.4 - 2014/07/29</a><ul>
|
884
959
|
<li><a class="reference internal" href="#id13">Improvements</a></li>
|
885
960
|
<li><a class="reference internal" href="#id14">Fixes</a></li>
|
886
961
|
<li><a class="reference internal" href="#id15">Thanks</a></li>
|
887
962
|
</ul>
|
888
963
|
</li>
|
889
|
-
<li><a class="reference internal" href="#release-4-0-
|
964
|
+
<li><a class="reference internal" href="#release-4-0-3-2014-06-29">Release 4.0.3 - 2014/06/29</a><ul>
|
890
965
|
<li><a class="reference internal" href="#id16">Improvements</a></li>
|
891
966
|
<li><a class="reference internal" href="#id17">Fixes</a></li>
|
892
967
|
<li><a class="reference internal" href="#id18">Thanks</a></li>
|
893
968
|
</ul>
|
894
969
|
</li>
|
895
|
-
<li><a class="reference internal" href="#release-4-0-
|
970
|
+
<li><a class="reference internal" href="#release-4-0-2-2014-05-29">Release 4.0.2 - 2014/05/29</a><ul>
|
896
971
|
<li><a class="reference internal" href="#id19">Improvements</a></li>
|
897
972
|
<li><a class="reference internal" href="#id20">Fixes</a></li>
|
898
973
|
<li><a class="reference internal" href="#id21">Thanks</a></li>
|
899
974
|
</ul>
|
900
975
|
</li>
|
901
|
-
<li><a class="reference internal" href="#release-4-0-
|
976
|
+
<li><a class="reference internal" href="#release-4-0-1-2014-03-29">Release 4.0.1 - 2014/03/29</a><ul>
|
902
977
|
<li><a class="reference internal" href="#id22">Improvements</a></li>
|
903
978
|
<li><a class="reference internal" href="#id23">Fixes</a></li>
|
904
979
|
<li><a class="reference internal" href="#id24">Thanks</a></li>
|
905
980
|
</ul>
|
906
981
|
</li>
|
982
|
+
<li><a class="reference internal" href="#release-4-0-0-2014-02-09">Release 4.0.0 - 2014/02/09</a><ul>
|
983
|
+
<li><a class="reference internal" href="#id25">Improvements</a></li>
|
984
|
+
<li><a class="reference internal" href="#id26">Fixes</a></li>
|
985
|
+
<li><a class="reference internal" href="#id27">Thanks</a></li>
|
986
|
+
</ul>
|
987
|
+
</li>
|
907
988
|
<li><a class="reference internal" href="#the-old-releases">The old releases</a></li>
|
908
989
|
</ul>
|
909
990
|
</li>
|
910
991
|
</ul>
|
911
992
|
|
912
|
-
<
|
913
|
-
|
914
|
-
<
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
</div>
|
919
|
-
<div id="searchbox" style="display: none" role="search">
|
993
|
+
<h3>This Page</h3>
|
994
|
+
<ul class="this-page-menu">
|
995
|
+
<li><a href="_sources/news.txt"
|
996
|
+
rel="nofollow">Show Source</a></li>
|
997
|
+
</ul>
|
998
|
+
<div id="searchbox" style="display: none">
|
920
999
|
<h3>Quick search</h3>
|
921
1000
|
<form class="search" action="search.html" method="get">
|
922
1001
|
<input type="text" name="q" />
|
@@ -933,16 +1012,16 @@ If you use grn_snip_close, please replace grn_snip_close to grn_obj_close.</li>
|
|
933
1012
|
</div>
|
934
1013
|
<div class="clearer"></div>
|
935
1014
|
</div>
|
936
|
-
<div class="related"
|
1015
|
+
<div class="related">
|
937
1016
|
<h3>Navigation</h3>
|
938
1017
|
<ul>
|
939
1018
|
<li class="right" style="margin-right: 10px">
|
940
1019
|
<a href="genindex.html" title="General Index"
|
941
1020
|
>index</a></li>
|
942
|
-
<li><a href="index.html">Groonga v4.0.8 documentation</a> »</li>
|
1021
|
+
<li><a href="index.html">Groonga v4.0.8-168-gae696d7 documentation</a> »</li>
|
943
1022
|
</ul>
|
944
1023
|
</div>
|
945
|
-
<div class="footer"
|
1024
|
+
<div class="footer">
|
946
1025
|
© Copyright 2009-2014, Brazil, Inc.
|
947
1026
|
</div>
|
948
1027
|
</body>
|