rroonga 4.0.7-x86-mingw32 → 4.0.8-x86-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_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libonig-5.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/libwinpthread-1.dll +0 -0
- data/vendor/local/bin/lz4.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 +103 -80
- 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
@@ -1,4 +1,4 @@
|
|
1
1
|
# Sphinx build info version 1
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
3
|
-
config:
|
3
|
+
config: 2f0839fb2169a74b81dfd6a006d85ed9
|
4
4
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt
CHANGED
@@ -11,30 +11,27 @@ Groonga documentation.
|
|
11
11
|
Install depended software
|
12
12
|
-------------------------
|
13
13
|
|
14
|
-
Groonga uses Sphinx_ as documentation tool.
|
15
|
-
Sphinx. So Groonga clones the latest Sphinx from Sphinx repository
|
16
|
-
automatically. You need only Mercurial_, Docutils_ and Jinja_.
|
14
|
+
Groonga uses Sphinx_ as documentation tool.
|
17
15
|
|
18
16
|
.. _Sphinx: http://sphinx.pocoo.org/
|
19
|
-
.. _Mercurial: http://mercurial.selenic.com/
|
20
|
-
.. _Docutils: http://docutils.sourceforge.net/
|
21
|
-
.. _Jinja: http://jinja.pocoo.org/
|
22
17
|
|
23
|
-
Here are command lines to install
|
18
|
+
Here are command lines to install Sphinx.
|
24
19
|
|
25
20
|
Debian GNU/Linux, Ubuntu::
|
26
21
|
|
27
|
-
% sudo apt-get install -V -y
|
22
|
+
% sudo apt-get install -V -y python-sphinx
|
28
23
|
|
29
24
|
CentOS, Fedora::
|
30
25
|
|
31
|
-
% sudo yum install -y
|
26
|
+
% sudo yum install -y python-pip
|
27
|
+
% sudo pip install sphinx
|
32
28
|
|
33
29
|
OS X::
|
34
30
|
|
35
|
-
% brew install
|
36
|
-
%
|
37
|
-
%
|
31
|
+
% brew install python
|
32
|
+
% brew install gettext
|
33
|
+
% export PATH=`brew --prefix gettext`/bin:$PATH
|
34
|
+
% pip install sphinx
|
38
35
|
|
39
36
|
Run ``configure`` with ``--enable-document``
|
40
37
|
--------------------------------------------
|
@@ -170,9 +170,9 @@ Install required packages to build Groonga::
|
|
170
170
|
|
171
171
|
Download source::
|
172
172
|
|
173
|
-
% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
174
|
-
% tar xvzf groonga-4.0.
|
175
|
-
% cd groonga-4.0.
|
173
|
+
% wget http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
174
|
+
% tar xvzf groonga-4.0.9.tar.gz
|
175
|
+
% cd groonga-4.0.9
|
176
176
|
|
177
177
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
178
178
|
|
@@ -40,6 +40,13 @@ Install groonga-tokenizer-mecab package::
|
|
40
40
|
|
41
41
|
% sudo apt-get install -y -V groonga-tokenizer-mecab
|
42
42
|
|
43
|
+
If you want to use TokenFilterStem as a token filter, install
|
44
|
+
groonga-token-filter-stem package.
|
45
|
+
|
46
|
+
Install groonga-token-filter-stem package::
|
47
|
+
|
48
|
+
% sudo apt-get install -y -V groonga-token-filter-stem
|
49
|
+
|
43
50
|
There is a package that provides `Munin
|
44
51
|
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
45
52
|
groonga status by Munin, install groonga-munin-plugins package.
|
@@ -65,9 +72,9 @@ Install required packages to build Groonga::
|
|
65
72
|
|
66
73
|
Download source::
|
67
74
|
|
68
|
-
% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
69
|
-
% tar xvzf groonga-4.0.
|
70
|
-
% cd groonga-4.0.
|
75
|
+
% wget http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
76
|
+
% tar xvzf groonga-4.0.9.tar.gz
|
77
|
+
% cd groonga-4.0.9
|
71
78
|
|
72
79
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
73
80
|
|
@@ -80,9 +80,9 @@ Install required packages to build Groonga::
|
|
80
80
|
|
81
81
|
Download source::
|
82
82
|
|
83
|
-
% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
84
|
-
% tar xvzf groonga-4.0.
|
85
|
-
% cd groonga-4.0.
|
83
|
+
% wget http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
84
|
+
% tar xvzf groonga-4.0.9.tar.gz
|
85
|
+
% cd groonga-4.0.9
|
86
86
|
|
87
87
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
88
88
|
|
@@ -39,9 +39,9 @@ Install `Xcode <https://developer.apple.com/xcode/>`_.
|
|
39
39
|
|
40
40
|
Download source::
|
41
41
|
|
42
|
-
% curl -O http://packages.groonga.org/source/groonga/groonga-4.0.
|
43
|
-
% tar xvzf groonga-4.0.
|
44
|
-
% cd groonga-4.0.
|
42
|
+
% curl -O http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
43
|
+
% tar xvzf groonga-4.0.9.tar.gz
|
44
|
+
% cd groonga-4.0.9
|
45
45
|
|
46
46
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
47
47
|
|
@@ -62,7 +62,7 @@ All libraries are optional. Here are optional libraries:
|
|
62
62
|
* `libedit <http://www.thrysoee.dk/editline/>`_ for command line
|
63
63
|
editing in :doc:`/reference/executables/groonga`
|
64
64
|
* `zlib <http://zlib.net/>`_ for compressing column value
|
65
|
-
* `
|
65
|
+
* `LZ4 <https://code.google.com/p/lz4/>`_ for compressing
|
66
66
|
column value
|
67
67
|
|
68
68
|
If you want to use those all or some libraries, you need to install
|
@@ -74,9 +74,9 @@ Build from source
|
|
74
74
|
Groonga uses GNU build system. So the following is the simplest build
|
75
75
|
steps::
|
76
76
|
|
77
|
-
% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
78
|
-
% tar xvzf groonga-4.0.
|
79
|
-
% cd groonga-4.0.
|
77
|
+
% wget http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
78
|
+
% tar xvzf groonga-4.0.9.tar.gz
|
79
|
+
% cd groonga-4.0.9
|
80
80
|
% ./configure
|
81
81
|
% make
|
82
82
|
% sudo make install
|
@@ -17,9 +17,9 @@ Install required packages to build Groonga::
|
|
17
17
|
|
18
18
|
Download source::
|
19
19
|
|
20
|
-
% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
21
|
-
% gtar xvzf groonga-4.0.
|
22
|
-
% cd groonga-4.0.
|
20
|
+
% wget http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
21
|
+
% gtar xvzf groonga-4.0.9.tar.gz
|
22
|
+
% cd groonga-4.0.9
|
23
23
|
|
24
24
|
Configure with ``CFLAGS="-m64" CXXFLAGS="-m64"`` variables. They are
|
25
25
|
needed for building 64-bit version. To build 32-bit version, just
|
@@ -49,6 +49,13 @@ Install groonga-tokenizer-mecab package::
|
|
49
49
|
|
50
50
|
% sudo apt-get -y install groonga-tokenizer-mecab
|
51
51
|
|
52
|
+
If you want to use TokenFilterStem as a token filter, install
|
53
|
+
groonga-token-filter-stem package.
|
54
|
+
|
55
|
+
Install groonga-token-filter-stem package::
|
56
|
+
|
57
|
+
% sudo apt-get -y install groonga-token-filter-stem
|
58
|
+
|
52
59
|
There is a package that provides `Munin
|
53
60
|
<http://munin-monitoring.org/>`_ plugins. If you want to monitor
|
54
61
|
groonga status by Munin, install groonga-munin-plugins package.
|
@@ -74,9 +81,9 @@ Install required packages to build Groonga::
|
|
74
81
|
|
75
82
|
Download source::
|
76
83
|
|
77
|
-
% wget http://packages.groonga.org/source/groonga/groonga-4.0.
|
78
|
-
% tar xvzf groonga-4.0.
|
79
|
-
% cd groonga-4.0.
|
84
|
+
% wget http://packages.groonga.org/source/groonga/groonga-4.0.9.tar.gz
|
85
|
+
% tar xvzf groonga-4.0.9.tar.gz
|
86
|
+
% cd groonga-4.0.9
|
80
87
|
|
81
88
|
Configure (see :ref:`source-configure` about ``configure`` options)::
|
82
89
|
|
@@ -21,14 +21,14 @@ Installer
|
|
21
21
|
For 32-bit environment, download x86 executable binary from
|
22
22
|
packages.groonga.org:
|
23
23
|
|
24
|
-
* http://packages.groonga.org/windows/groonga/groonga-4.0.
|
24
|
+
* http://packages.groonga.org/windows/groonga/groonga-4.0.9-x86.exe
|
25
25
|
|
26
26
|
Then run it.
|
27
27
|
|
28
28
|
For 64-bit environment, download x64 executable binary from
|
29
29
|
packages.goronga.org:
|
30
30
|
|
31
|
-
* http://packages.groonga.org/windows/groonga/groonga-4.0.
|
31
|
+
* http://packages.groonga.org/windows/groonga/groonga-4.0.9-x64.exe
|
32
32
|
|
33
33
|
Then run it.
|
34
34
|
|
@@ -41,14 +41,14 @@ zip
|
|
41
41
|
For 32-bit environment, download x86 zip archive from
|
42
42
|
packages.groonga.org:
|
43
43
|
|
44
|
-
* http://packages.groonga.org/windows/groonga/groonga-4.0.
|
44
|
+
* http://packages.groonga.org/windows/groonga/groonga-4.0.9-x86.zip
|
45
45
|
|
46
46
|
Then extract it.
|
47
47
|
|
48
48
|
For 64-bit environment, download x64 zip archive from
|
49
49
|
packages.groonga.org:
|
50
50
|
|
51
|
-
* http://packages.groonga.org/windows/groonga/groonga-4.0.
|
51
|
+
* http://packages.groonga.org/windows/groonga/groonga-4.0.9-x64.zip
|
52
52
|
|
53
53
|
Then extract it.
|
54
54
|
|
@@ -66,27 +66,27 @@ Windows. Here are required tools:
|
|
66
66
|
|
67
67
|
Download zipped source from packages.groonga.org:
|
68
68
|
|
69
|
-
* http://packages.groonga.org/source/groonga/groonga-4.0.
|
69
|
+
* http://packages.groonga.org/source/groonga/groonga-4.0.9.zip
|
70
70
|
|
71
71
|
Then extract it.
|
72
72
|
|
73
73
|
Move to the Groonga's source folder::
|
74
74
|
|
75
|
-
> cd c:\Users\%USERNAME%\Downloads\groonga-4.0.
|
75
|
+
> cd c:\Users\%USERNAME%\Downloads\groonga-4.0.9
|
76
76
|
|
77
77
|
Configure by ``cmake``. The following commnad line is for 64-bit
|
78
78
|
version. To build 32-bit version, use ``-G "Visual Studio 10"``
|
79
79
|
parameter instead::
|
80
80
|
|
81
|
-
groonga-4.0.
|
81
|
+
groonga-4.0.9> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
|
82
82
|
|
83
83
|
Build::
|
84
84
|
|
85
|
-
groonga-4.0.
|
85
|
+
groonga-4.0.9> cmake --build . --config Release
|
86
86
|
|
87
87
|
Install::
|
88
88
|
|
89
|
-
groonga-4.0.
|
89
|
+
groonga-4.0.9> cmake --build . --config Release --target Install
|
90
90
|
|
91
91
|
After the above steps, :doc:`/reference/executables/groonga` is found in
|
92
92
|
``c:\groonga\bin\groonga.exe``.
|
@@ -15,6 +15,7 @@ A table has the following limitations.
|
|
15
15
|
|
16
16
|
* The maximum one key size: 4096Bytes
|
17
17
|
* The maximum total size of keys: 4GBytes
|
18
|
+
* The maximum number of records: 268,435,455 (more than 268 million)
|
18
19
|
|
19
20
|
Keep in mind that these limitations may vary depending on conditions.
|
20
21
|
|
@@ -23,7 +24,6 @@ Limitations of indexing
|
|
23
24
|
|
24
25
|
A full-text index has the following limitations.
|
25
26
|
|
26
|
-
* The maximum number of records: 268,435,455 (more than 268 million)
|
27
27
|
* The maximum number of distinct terms: 268,435,455 (more than 268 million)
|
28
28
|
* The maximum index size: 256GBytes
|
29
29
|
|
@@ -7,6 +7,80 @@
|
|
7
7
|
News
|
8
8
|
====
|
9
9
|
|
10
|
+
.. _release-4-0-9:
|
11
|
+
|
12
|
+
Release 4.0.9 - 2014-12-29
|
13
|
+
--------------------------
|
14
|
+
|
15
|
+
Improvements
|
16
|
+
^^^^^^^^^^^^
|
17
|
+
|
18
|
+
* [:doc:`/reference/executables/groonga-httpd`] Marked as stable.
|
19
|
+
* [doc] Described about ``groonga-token-filter-stem`` package.
|
20
|
+
[GitHub#259] [Patch by Masafumi Yokoyama]
|
21
|
+
* [build] Supported ``make install`` without ``make``.
|
22
|
+
[Reported by akira yamada]
|
23
|
+
* [experimental] Added :doc:`/reference/commands/request_cancel`
|
24
|
+
command that cancels running request.
|
25
|
+
* [experimental] Added :c:func:`grn_db_recover()`.
|
26
|
+
* Supported indexing vector of fixed size data such as vector of
|
27
|
+
``UInt64``.
|
28
|
+
[groonga-dev,03014] [Reported by funa 1g]
|
29
|
+
* [experimental] Added :doc:`/reference/executables/grndb`.
|
30
|
+
* [deb] Supported armhf architecture.
|
31
|
+
* [:doc:`/reference/executables/groonga-server-http`] Supported HEAD.
|
32
|
+
* [doc] Updated :doc:`/contribution/documentation/introduction`.
|
33
|
+
[GitHub#270] [Patch by Yuya TAMANO]
|
34
|
+
* [doc] Updated :doc:`/install/others`.
|
35
|
+
[GitHub#271] [Patch by Hiroshi Hatake]
|
36
|
+
* [:ref:`token-filter-stem`] Supported token that consists with only
|
37
|
+
upper-case alphabets, digits, ``-`` and ``'``. It means that
|
38
|
+
:ref:`token-filter-stem` can work with MySQL compatible normalizers.
|
39
|
+
* [:doc:`/reference/commands/truncate`] Supported column.
|
40
|
+
* [:doc:`/reference/commands/truncate`] Changed parameter name to
|
41
|
+
``target_name`` from ``table``. ``table`` parameter can be used for
|
42
|
+
backward compatibility but it shouldn't used for newly written code.
|
43
|
+
* Exported :c:func:`grn_column_truncate()`.
|
44
|
+
* Added :doc:`/reference/commands/lock_clear`.
|
45
|
+
* Marked :doc:`/reference/commands/clearlock` deprecated.
|
46
|
+
* [backward incompatible] Stopped to set world writable permission for
|
47
|
+
newly created files on ``umask(0)`` environment such as daemoned
|
48
|
+
:doc:`/reference/executables/groonga-httpd`. It's a backward
|
49
|
+
incompatible change but done because the previous behavior has
|
50
|
+
a security risk.
|
51
|
+
|
52
|
+
Fixes
|
53
|
+
^^^^^
|
54
|
+
|
55
|
+
* Fixed build error on BSD based system.
|
56
|
+
[GitHub#253] [Reported by Hiroshi Hatake]
|
57
|
+
* Fixed build error on OS X.
|
58
|
+
[GitHub#253] [Reported by Hiroshi Hatake]
|
59
|
+
* Fixed a regression bug that equal operation against nonexistent
|
60
|
+
reference always matches.
|
61
|
+
* Fixed a crash bug that may be occurred by deleting or updating many
|
62
|
+
indexed values at once.
|
63
|
+
[groonga-dev,02942] [Reported by kashihara]
|
64
|
+
* Fixed a regression bug that static index construction doesn't work
|
65
|
+
on BSD based system. [GitHub#264] [Reported by Ayumu Osanai]
|
66
|
+
* Fixed a bug that ``--with-libstemmer`` configure option is ignored.
|
67
|
+
* [deb] Fixed a bug that logrotate script has a syntax error.
|
68
|
+
* Fixed a bug that grouped result can't be got when
|
69
|
+
:doc:`/reference/command/command_version` is ``2``.
|
70
|
+
[GitHub ranguba/rroonga#38] [Reported by YUKI "Piro" Hiroshi]
|
71
|
+
|
72
|
+
Thanks
|
73
|
+
^^^^^^
|
74
|
+
|
75
|
+
* Hiroshi Hatake
|
76
|
+
* Masafumi Yokoyama
|
77
|
+
* akira yamada
|
78
|
+
* kashihara
|
79
|
+
* Ayumu Osanai
|
80
|
+
* funa 1g
|
81
|
+
* YUKI "Piro" Hiroshi
|
82
|
+
* Yuya TAMANO
|
83
|
+
|
10
84
|
.. _release-4-0-8:
|
11
85
|
|
12
86
|
Release 4.0.8 - 2014/11/29
|
@@ -24,7 +98,7 @@ Improvements
|
|
24
98
|
[groonga-dev,02902] [Reported by Atsushi Shinoda]
|
25
99
|
* [experimental] :doc:`/reference/functions/in_values` supports auto sequential
|
26
100
|
search mode. There is a case that sequential search is faster than index search when
|
27
|
-
the number of narrowed down records is small enough in contrast to
|
101
|
+
the number of narrowed down records is small enough in contrast to
|
28
102
|
the number of expected records to narrow down by ``in_values`` with
|
29
103
|
``AND`` operation which use indexes.
|
30
104
|
The value of ``GRN_IN_VALUES_TOO_MANY_INDEX_MATCH_RATIO`` is used as
|
@@ -180,3 +180,19 @@ Reference
|
|
180
180
|
:param indexbuf: indexを格納するバッファ(呼出側で準備する)を指定します。
|
181
181
|
:param buf_size: indexbufのサイズ(byte長)を指定します。
|
182
182
|
:param section: section番号を格納するint長バッファ(呼出側で準備する)を指定します。
|
183
|
+
|
184
|
+
.. c:function:: grn_rc grn_column_truncate(grn_ctx *ctx, grn_obj *column)
|
185
|
+
|
186
|
+
.. note::
|
187
|
+
|
188
|
+
This is a dangerous API. You must not use this API when other
|
189
|
+
thread or process accesses the target column. If you use this
|
190
|
+
API against shared column, the process that accesses the column
|
191
|
+
may be broken and the column may be broken.
|
192
|
+
|
193
|
+
.. versionadded:: 4.0.9
|
194
|
+
|
195
|
+
Clears all values in the column.
|
196
|
+
|
197
|
+
:param column: The column to be truncated.
|
198
|
+
:return: ``GRN_SUCCESS`` on success, not ``GRN_SUCCESS`` on error.
|
@@ -69,3 +69,43 @@ TODO...
|
|
69
69
|
objの属するdbを返します。
|
70
70
|
|
71
71
|
:param obj: 対象objectを指定します。
|
72
|
+
|
73
|
+
.. c:function:: grn_rc grn_db_recover(grn_ctx *ctx, grn_obj *db)
|
74
|
+
|
75
|
+
.. note::
|
76
|
+
|
77
|
+
This is an experimental API.
|
78
|
+
|
79
|
+
.. note::
|
80
|
+
|
81
|
+
This is a dangerous API. You must not use this API when other
|
82
|
+
thread or process opens the target database. If you use this API
|
83
|
+
against shared database, the database may be broken.
|
84
|
+
|
85
|
+
.. versionadded:: 4.0.9
|
86
|
+
|
87
|
+
Checks the passed database and recovers it if it is broken and it
|
88
|
+
can be recovered.
|
89
|
+
|
90
|
+
This API uses lock existence for checking whether the database is
|
91
|
+
broken or not.
|
92
|
+
|
93
|
+
Here are recoverable cases:
|
94
|
+
|
95
|
+
* Index column is broken. The index column must have source column.
|
96
|
+
|
97
|
+
Here are unrecoverable cases:
|
98
|
+
|
99
|
+
* Object name management feature is broken.
|
100
|
+
* Table is broken.
|
101
|
+
* Data column is broken.
|
102
|
+
|
103
|
+
Object name management feature is used for managing table name,
|
104
|
+
column name and so on. If the feature is broken, the database can't
|
105
|
+
be recovered. Please re-create the database from backup.
|
106
|
+
|
107
|
+
Table and data column can be recovered by removing an existence
|
108
|
+
lock and re-add data.
|
109
|
+
|
110
|
+
:param db: The database to be recovered.
|
111
|
+
:return: ``GRN_SUCCESS`` on success, not ``GRN_SUCCESS`` on error.
|
@@ -0,0 +1,41 @@
|
|
1
|
+
.. -*- rst -*-
|
2
|
+
|
3
|
+
.. highlightlang:: none
|
4
|
+
|
5
|
+
Request ID
|
6
|
+
==========
|
7
|
+
|
8
|
+
Summary
|
9
|
+
-------
|
10
|
+
|
11
|
+
.. versionadded:: 4.0.9
|
12
|
+
|
13
|
+
You can assign ID to each request.
|
14
|
+
|
15
|
+
The ID can be used by canceling the request. See also
|
16
|
+
:doc:`/reference/commands/request_cancel` for details about canceling
|
17
|
+
a request.
|
18
|
+
|
19
|
+
Request ID should be managed by user. If you assign the same ID for
|
20
|
+
some running requests, you can't cancel the request.
|
21
|
+
|
22
|
+
The simplest ID sequence is incremented numbers such as ``1``,
|
23
|
+
``2`` , ``...``.
|
24
|
+
|
25
|
+
A request ID is a string. The maximum request ID size is 4096 byte.
|
26
|
+
|
27
|
+
How to assign ID to request
|
28
|
+
---------------------------
|
29
|
+
|
30
|
+
All commands accept ``request_id`` parameter. You can assign ID to
|
31
|
+
request by adding ``request_id`` parameter.
|
32
|
+
|
33
|
+
Here is an example to assign ``id-1`` ID to a request::
|
34
|
+
|
35
|
+
select Users --request_id id-1
|
36
|
+
|
37
|
+
See also
|
38
|
+
--------
|
39
|
+
|
40
|
+
* :doc:`/reference/commands/request_cancel`
|
41
|
+
|