rroonga 4.0.7-x64-mingw32 → 4.0.8-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
 
| 
         @@ -0,0 +1,139 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            .. -*- rst -*-
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            .. highlightlang:: none
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ``request_cancel``
         
     | 
| 
      
 6 
     | 
    
         
            +
            ==================
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            Summary
         
     | 
| 
      
 9 
     | 
    
         
            +
            -------
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            .. note::
         
     | 
| 
      
 12 
     | 
    
         
            +
               ``request_cancel`` command is an experimental feature.
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
            .. versionadded:: 4.0.9
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
            ``request_cancel`` command cancels a running request.
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
            There are some limitations:
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
              * Request ID must be managed by user. (You need to assign unique key
         
     | 
| 
      
 21 
     | 
    
         
            +
                for each request.)
         
     | 
| 
      
 22 
     | 
    
         
            +
              * Cancel request may be ignored. (You can send ``request_cancel``
         
     | 
| 
      
 23 
     | 
    
         
            +
                command multiple times for the same request ID.)
         
     | 
| 
      
 24 
     | 
    
         
            +
              * Only multithreading type Groonga server is supported. (You can use
         
     | 
| 
      
 25 
     | 
    
         
            +
                with :doc:`/reference/executables/groonga` based server but can't
         
     | 
| 
      
 26 
     | 
    
         
            +
                use with :doc:`/reference/executables/groonga-httpd`.)
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            See :doc:`/reference/command/request_id` about request ID.
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
            If request is canceled, the canceled request has ``-5``
         
     | 
| 
      
 31 
     | 
    
         
            +
            (``GRN_INTERRUPTED_FUNCTION_CALL``) as
         
     | 
| 
      
 32 
     | 
    
         
            +
            :doc:`/reference/command/return_code`.
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
            Syntax
         
     | 
| 
      
 35 
     | 
    
         
            +
            ------
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
            ``request_cancel`` command takes only one parameter.
         
     | 
| 
      
 38 
     | 
    
         
            +
             
     | 
| 
      
 39 
     | 
    
         
            +
            The required parameter is only ``id``::
         
     | 
| 
      
 40 
     | 
    
         
            +
             
     | 
| 
      
 41 
     | 
    
         
            +
              request_cancel id
         
     | 
| 
      
 42 
     | 
    
         
            +
             
     | 
| 
      
 43 
     | 
    
         
            +
            Usage
         
     | 
| 
      
 44 
     | 
    
         
            +
            -----
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
            Here is an example of ``request_cancel`` command::
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
              $ curl 'http://localhost:10041/d/select?table=LargeTable&filter=true&request_id=unique-id-1' &
         
     | 
| 
      
 49 
     | 
    
         
            +
              # The above "select" takes a long time...
         
     | 
| 
      
 50 
     | 
    
         
            +
              # Point: "request_id=unique-id-1"
         
     | 
| 
      
 51 
     | 
    
         
            +
              $ curl 'http://localhost:10041/d/request_cancel?id=unique-id-1'
         
     | 
| 
      
 52 
     | 
    
         
            +
              [[...], {"id": "unique-id-1", "canceled": true}]
         
     | 
| 
      
 53 
     | 
    
         
            +
              # Point: "id=unique-id-1"
         
     | 
| 
      
 54 
     | 
    
         
            +
             
     | 
| 
      
 55 
     | 
    
         
            +
            Assume that the first ``select`` command takes a long
         
     | 
| 
      
 56 
     | 
    
         
            +
            time. ``unique-id-1`` request ID is assigned to the ``select`` command
         
     | 
| 
      
 57 
     | 
    
         
            +
            by ``request_id=unique-id-1`` parameter.
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
            The second ``request_cancel`` command passes ``id=unique-id-1``
         
     | 
| 
      
 60 
     | 
    
         
            +
            parameter. ``unique-id-1`` is the same request ID passed in ``select``
         
     | 
| 
      
 61 
     | 
    
         
            +
            command.
         
     | 
| 
      
 62 
     | 
    
         
            +
             
     | 
| 
      
 63 
     | 
    
         
            +
            The ``select`` command may not be canceled immediately. And the cancel
         
     | 
| 
      
 64 
     | 
    
         
            +
            request may be ignored.
         
     | 
| 
      
 65 
     | 
    
         
            +
             
     | 
| 
      
 66 
     | 
    
         
            +
            You can send cancel request for the same request ID multiple times. If
         
     | 
| 
      
 67 
     | 
    
         
            +
            the target request is canceled or finished, ``"canceled"`` value is
         
     | 
| 
      
 68 
     | 
    
         
            +
            changed to ``false`` from ``true``::
         
     | 
| 
      
 69 
     | 
    
         
            +
             
     | 
| 
      
 70 
     | 
    
         
            +
              $ curl 'http://localhost:10041/d/request_cancel?id=unique-id-1'
         
     | 
| 
      
 71 
     | 
    
         
            +
              [[...], {"id": "unique-id-1", "canceled": true}]
         
     | 
| 
      
 72 
     | 
    
         
            +
              # "select" is still running... ("canceled" is "true")
         
     | 
| 
      
 73 
     | 
    
         
            +
              $ curl 'http://localhost:10041/d/request_cancel?id=unique-id-1'
         
     | 
| 
      
 74 
     | 
    
         
            +
              [[...], {"id": "unique-id-1", "canceled": true}]
         
     | 
| 
      
 75 
     | 
    
         
            +
              # "select" is still running... ("canceled" is "true")
         
     | 
| 
      
 76 
     | 
    
         
            +
              $ curl 'http://localhost:10041/d/request_cancel?id=unique-id-1'
         
     | 
| 
      
 77 
     | 
    
         
            +
              [[...], {"id": "unique-id-1", "canceled": false}]
         
     | 
| 
      
 78 
     | 
    
         
            +
              # "select" is canceled or finished. ("canceled" is "false")
         
     | 
| 
      
 79 
     | 
    
         
            +
             
     | 
| 
      
 80 
     | 
    
         
            +
            If the ``select`` command is canceled, response of the ``select``
         
     | 
| 
      
 81 
     | 
    
         
            +
            command has ``-5`` (``GRN_INTERRUPTED_FUNCTION_CALL``) as
         
     | 
| 
      
 82 
     | 
    
         
            +
            :doc:`/reference/command/return_code`::
         
     | 
| 
      
 83 
     | 
    
         
            +
             
     | 
| 
      
 84 
     | 
    
         
            +
              $ curl 'http://localhost:10041/d/select?table=LargeTable&filter=true&request_id=unique-id-1' &
         
     | 
| 
      
 85 
     | 
    
         
            +
              [[-5, ...], ...]
         
     | 
| 
      
 86 
     | 
    
         
            +
             
     | 
| 
      
 87 
     | 
    
         
            +
            Parameters
         
     | 
| 
      
 88 
     | 
    
         
            +
            ----------
         
     | 
| 
      
 89 
     | 
    
         
            +
             
     | 
| 
      
 90 
     | 
    
         
            +
            This section describes parameters of ``request_cancel``.
         
     | 
| 
      
 91 
     | 
    
         
            +
             
     | 
| 
      
 92 
     | 
    
         
            +
            Required parameter
         
     | 
| 
      
 93 
     | 
    
         
            +
            ^^^^^^^^^^^^^^^^^^
         
     | 
| 
      
 94 
     | 
    
         
            +
             
     | 
| 
      
 95 
     | 
    
         
            +
            There is required parameter, ``id``.
         
     | 
| 
      
 96 
     | 
    
         
            +
             
     | 
| 
      
 97 
     | 
    
         
            +
            ``id``
         
     | 
| 
      
 98 
     | 
    
         
            +
            """"""
         
     | 
| 
      
 99 
     | 
    
         
            +
             
     | 
| 
      
 100 
     | 
    
         
            +
            It specifies the ID for the target request.
         
     | 
| 
      
 101 
     | 
    
         
            +
             
     | 
| 
      
 102 
     | 
    
         
            +
            Return value
         
     | 
| 
      
 103 
     | 
    
         
            +
            ------------
         
     | 
| 
      
 104 
     | 
    
         
            +
             
     | 
| 
      
 105 
     | 
    
         
            +
            ``request_cancel`` command returns the result of the cancel request::
         
     | 
| 
      
 106 
     | 
    
         
            +
             
     | 
| 
      
 107 
     | 
    
         
            +
              [
         
     | 
| 
      
 108 
     | 
    
         
            +
                HEADER,
         
     | 
| 
      
 109 
     | 
    
         
            +
                {
         
     | 
| 
      
 110 
     | 
    
         
            +
                  "id":       ID,
         
     | 
| 
      
 111 
     | 
    
         
            +
                  "canceled": CANCEL_REQUEST_IS_ACCEPTED_OR_NOT
         
     | 
| 
      
 112 
     | 
    
         
            +
                }
         
     | 
| 
      
 113 
     | 
    
         
            +
              ]
         
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
            ``HEADER``
         
     | 
| 
      
 116 
     | 
    
         
            +
             
     | 
| 
      
 117 
     | 
    
         
            +
              See :doc:`/reference/command/output_format` about ``HEADER``.
         
     | 
| 
      
 118 
     | 
    
         
            +
             
     | 
| 
      
 119 
     | 
    
         
            +
            ``ID``
         
     | 
| 
      
 120 
     | 
    
         
            +
             
     | 
| 
      
 121 
     | 
    
         
            +
              The ID of the target request.
         
     | 
| 
      
 122 
     | 
    
         
            +
             
     | 
| 
      
 123 
     | 
    
         
            +
            ``CANCEL_REQUEST_IS_ACCEPTED_OR_NOT``
         
     | 
| 
      
 124 
     | 
    
         
            +
             
     | 
| 
      
 125 
     | 
    
         
            +
              If the cancel request is accepted, this is ``true``, otherwise this
         
     | 
| 
      
 126 
     | 
    
         
            +
              is ``false``.
         
     | 
| 
      
 127 
     | 
    
         
            +
             
     | 
| 
      
 128 
     | 
    
         
            +
              Note that "cancel request is accepted" doesn't means that "the
         
     | 
| 
      
 129 
     | 
    
         
            +
              target request is canceled". It just means "cancel request is
         
     | 
| 
      
 130 
     | 
    
         
            +
              notified to the target request but the cancel request may be ignored
         
     | 
| 
      
 131 
     | 
    
         
            +
              by the target request".
         
     | 
| 
      
 132 
     | 
    
         
            +
             
     | 
| 
      
 133 
     | 
    
         
            +
              If request assigned with the request ID doesn't exist, this is
         
     | 
| 
      
 134 
     | 
    
         
            +
              ``false``.
         
     | 
| 
      
 135 
     | 
    
         
            +
             
     | 
| 
      
 136 
     | 
    
         
            +
            See also
         
     | 
| 
      
 137 
     | 
    
         
            +
            --------
         
     | 
| 
      
 138 
     | 
    
         
            +
             
     | 
| 
      
 139 
     | 
    
         
            +
            * :doc:`/reference/command/request_id`
         
     | 
| 
         @@ -2,34 +2,42 @@ 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            .. highlightlang:: none
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
     | 
    
         
            -
            .. groonga-command
         
     | 
| 
       6 
     | 
    
         
            -
            .. database: commands_truncate
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
5 
     | 
    
         
             
            ``truncate``
         
     | 
| 
       9 
6 
     | 
    
         
             
            ============
         
     | 
| 
       10 
7 
     | 
    
         | 
| 
       11 
8 
     | 
    
         
             
            Summary
         
     | 
| 
       12 
9 
     | 
    
         
             
            -------
         
     | 
| 
       13 
10 
     | 
    
         | 
| 
       14 
     | 
    
         
            -
            ``truncate`` command deletes all records from specified table 
     | 
| 
      
 11 
     | 
    
         
            +
            ``truncate`` command deletes all records from specified table or all
         
     | 
| 
      
 12 
     | 
    
         
            +
            values from specified column.
         
     | 
| 
       15 
13 
     | 
    
         | 
| 
       16 
14 
     | 
    
         
             
            Syntax
         
     | 
| 
       17 
15 
     | 
    
         
             
            ------
         
     | 
| 
       18 
16 
     | 
    
         | 
| 
       19 
17 
     | 
    
         
             
            ``truncate`` command takes only one parameter.
         
     | 
| 
       20 
18 
     | 
    
         | 
| 
       21 
     | 
    
         
            -
            The required parameter is only `` 
     | 
| 
      
 19 
     | 
    
         
            +
            The required parameter is only ``target_name``::
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
              truncate target_name
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
            .. versionadded:: 4.0.9
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
               ``target_name`` parameter can be used since 4.0.9. You need to use
         
     | 
| 
      
 26 
     | 
    
         
            +
               ``table`` parameter for 4.0.8 or earlier.
         
     | 
| 
       22 
27 
     | 
    
         | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
      
 28 
     | 
    
         
            +
               For backward compatibility, ``truncate`` command accepts ``table``
         
     | 
| 
      
 29 
     | 
    
         
            +
               parameter. But it should not be used for newly written code.
         
     | 
| 
       24 
30 
     | 
    
         | 
| 
       25 
31 
     | 
    
         
             
            Usage
         
     | 
| 
       26 
32 
     | 
    
         
             
            -----
         
     | 
| 
       27 
33 
     | 
    
         | 
| 
       28 
     | 
    
         
            -
            Here is a simple example of ``truncate`` command.
         
     | 
| 
      
 34 
     | 
    
         
            +
            Here is a simple example of ``truncate`` command against a table.
         
     | 
| 
       29 
35 
     | 
    
         | 
| 
       30 
36 
     | 
    
         
             
            .. groonga-command
         
     | 
| 
       31 
     | 
    
         
            -
            ..  
     | 
| 
      
 37 
     | 
    
         
            +
            .. database: commands_truncate_table
         
     | 
| 
      
 38 
     | 
    
         
            +
            .. include:: ../../example/reference/commands/truncate/truncate_table.log
         
     | 
| 
       32 
39 
     | 
    
         
             
            .. table_create Users TABLE_PAT_KEY ShortText
         
     | 
| 
      
 40 
     | 
    
         
            +
            .. column_create Users score COLUMN_SCALAR Int32
         
     | 
| 
       33 
41 
     | 
    
         
             
            .. load --table Users
         
     | 
| 
       34 
42 
     | 
    
         
             
            .. [
         
     | 
| 
       35 
43 
     | 
    
         
             
            .. {"_key": "Alice",  "score": 2},
         
     | 
| 
         @@ -40,6 +48,23 @@ Here is a simple example of ``truncate`` command. 
     | 
|
| 
       40 
48 
     | 
    
         
             
            .. truncate Users
         
     | 
| 
       41 
49 
     | 
    
         
             
            .. select Users
         
     | 
| 
       42 
50 
     | 
    
         | 
| 
      
 51 
     | 
    
         
            +
            Here is a simple example of ``truncate`` command against a column.
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            .. groonga-command
         
     | 
| 
      
 54 
     | 
    
         
            +
            .. database: commands_truncate_column
         
     | 
| 
      
 55 
     | 
    
         
            +
            .. include:: ../../example/reference/commands/truncate/truncate_column.log
         
     | 
| 
      
 56 
     | 
    
         
            +
            .. table_create Users TABLE_PAT_KEY ShortText
         
     | 
| 
      
 57 
     | 
    
         
            +
            .. column_create Users score COLUMN_SCALAR Int32
         
     | 
| 
      
 58 
     | 
    
         
            +
            .. load --table Users
         
     | 
| 
      
 59 
     | 
    
         
            +
            .. [
         
     | 
| 
      
 60 
     | 
    
         
            +
            .. {"_key": "Alice",  "score": 2},
         
     | 
| 
      
 61 
     | 
    
         
            +
            .. {"_key": "Bob",    "score": 0},
         
     | 
| 
      
 62 
     | 
    
         
            +
            .. {"_key": "Carlos", "score": -1}
         
     | 
| 
      
 63 
     | 
    
         
            +
            .. ]
         
     | 
| 
      
 64 
     | 
    
         
            +
            .. select Users
         
     | 
| 
      
 65 
     | 
    
         
            +
            .. truncate Users.score
         
     | 
| 
      
 66 
     | 
    
         
            +
            .. select Users
         
     | 
| 
      
 67 
     | 
    
         
            +
             
     | 
| 
       43 
68 
     | 
    
         
             
            Parameters
         
     | 
| 
       44 
69 
     | 
    
         
             
            ----------
         
     | 
| 
       45 
70 
     | 
    
         | 
| 
         @@ -48,19 +73,19 @@ This section describes parameters of ``truncate``. 
     | 
|
| 
       48 
73 
     | 
    
         
             
            Required parameter
         
     | 
| 
       49 
74 
     | 
    
         
             
            ^^^^^^^^^^^^^^^^^^
         
     | 
| 
       50 
75 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
            There is required parameter, `` 
     | 
| 
      
 76 
     | 
    
         
            +
            There is required parameter, ``target_name``.
         
     | 
| 
       52 
77 
     | 
    
         | 
| 
       53 
     | 
    
         
            -
            `` 
     | 
| 
       54 
     | 
    
         
            -
            """"""""""""""
         
     | 
| 
      
 78 
     | 
    
         
            +
            ``target_name``
         
     | 
| 
      
 79 
     | 
    
         
            +
            """""""""""""""
         
     | 
| 
       55 
80 
     | 
    
         | 
| 
       56 
     | 
    
         
            -
            It specifies the name of table.
         
     | 
| 
      
 81 
     | 
    
         
            +
            It specifies the name of table or column.
         
     | 
| 
       57 
82 
     | 
    
         | 
| 
       58 
83 
     | 
    
         
             
            Return value
         
     | 
| 
       59 
84 
     | 
    
         
             
            ------------
         
     | 
| 
       60 
85 
     | 
    
         | 
| 
       61 
     | 
    
         
            -
            ::
         
     | 
| 
      
 86 
     | 
    
         
            +
            ``truncate`` command returns whether truncation is succeeded or not::
         
     | 
| 
       62 
87 
     | 
    
         | 
| 
       63 
     | 
    
         
            -
             
     | 
| 
      
 88 
     | 
    
         
            +
              [HEADER, SUCCEEDED_OR_NOT]
         
     | 
| 
       64 
89 
     | 
    
         | 
| 
       65 
90 
     | 
    
         
             
            ``HEADER``
         
     | 
| 
       66 
91 
     | 
    
         | 
| 
         @@ -0,0 +1,84 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            .. -*- rst -*-
         
     | 
| 
      
 2 
     | 
    
         
            +
             
     | 
| 
      
 3 
     | 
    
         
            +
            .. highlightlang:: none
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            ``grndb``
         
     | 
| 
      
 6 
     | 
    
         
            +
            =========
         
     | 
| 
      
 7 
     | 
    
         
            +
             
     | 
| 
      
 8 
     | 
    
         
            +
            Summary
         
     | 
| 
      
 9 
     | 
    
         
            +
            -------
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
      
 11 
     | 
    
         
            +
            .. note::
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
               This executable command is an experimental feature.
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            .. versionadded:: 4.0.9
         
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
            ``grndb`` manages a Groonga database.
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            Here are features:
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
              * Checks whether database is broken or not.
         
     | 
| 
      
 22 
     | 
    
         
            +
              * Recovers broken database automatically if the database is
         
     | 
| 
      
 23 
     | 
    
         
            +
                recoverable.
         
     | 
| 
      
 24 
     | 
    
         
            +
             
     | 
| 
      
 25 
     | 
    
         
            +
            Syntax
         
     | 
| 
      
 26 
     | 
    
         
            +
            ------
         
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
            ``grndb`` requires command and database path::
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
              grndb COMMAND [OPTIONS] DATABASE_PATH
         
     | 
| 
      
 31 
     | 
    
         
            +
             
     | 
| 
      
 32 
     | 
    
         
            +
            Here are available commands:
         
     | 
| 
      
 33 
     | 
    
         
            +
             
     | 
| 
      
 34 
     | 
    
         
            +
              * ``check`` - Checks whether database is broken or not.
         
     | 
| 
      
 35 
     | 
    
         
            +
              * ``recover`` - Recovers database.
         
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
            Usage
         
     | 
| 
      
 38 
     | 
    
         
            +
            -----
         
     | 
| 
      
 39 
     | 
    
         
            +
             
     | 
| 
      
 40 
     | 
    
         
            +
            Here is an example to check the database at ``/var/lib/groonga/db/db``::
         
     | 
| 
      
 41 
     | 
    
         
            +
             
     | 
| 
      
 42 
     | 
    
         
            +
              $ grndb check /var/lib/groonga/db/db
         
     | 
| 
      
 43 
     | 
    
         
            +
             
     | 
| 
      
 44 
     | 
    
         
            +
            Here is an example to recover the database at ``/var/lib/groonga/db/db``::
         
     | 
| 
      
 45 
     | 
    
         
            +
             
     | 
| 
      
 46 
     | 
    
         
            +
              $ grndb recover /var/lib/groonga/db/db
         
     | 
| 
      
 47 
     | 
    
         
            +
             
     | 
| 
      
 48 
     | 
    
         
            +
            Commands
         
     | 
| 
      
 49 
     | 
    
         
            +
            --------
         
     | 
| 
      
 50 
     | 
    
         
            +
             
     | 
| 
      
 51 
     | 
    
         
            +
            This section describes available commands.
         
     | 
| 
      
 52 
     | 
    
         
            +
             
     | 
| 
      
 53 
     | 
    
         
            +
            ``check``
         
     | 
| 
      
 54 
     | 
    
         
            +
            """""""""
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
            It checks an existing Groonga database. If the database is broken,
         
     | 
| 
      
 57 
     | 
    
         
            +
            ``grndb`` reports reasons and exits with non-``0`` exit status.
         
     | 
| 
      
 58 
     | 
    
         
            +
             
     | 
| 
      
 59 
     | 
    
         
            +
            .. note::
         
     | 
| 
      
 60 
     | 
    
         
            +
             
     | 
| 
      
 61 
     | 
    
         
            +
               You must not use this command for opened database. If the database
         
     | 
| 
      
 62 
     | 
    
         
            +
               is opened, this command may report wrong result.
         
     | 
| 
      
 63 
     | 
    
         
            +
             
     | 
| 
      
 64 
     | 
    
         
            +
            ``recover``
         
     | 
| 
      
 65 
     | 
    
         
            +
            """""""""""
         
     | 
| 
      
 66 
     | 
    
         
            +
             
     | 
| 
      
 67 
     | 
    
         
            +
            It recovers an existing broken Groonga database.
         
     | 
| 
      
 68 
     | 
    
         
            +
             
     | 
| 
      
 69 
     | 
    
         
            +
            If the database is not broken, ``grndb`` does nothing and exits with
         
     | 
| 
      
 70 
     | 
    
         
            +
            ``0`` exit status.
         
     | 
| 
      
 71 
     | 
    
         
            +
             
     | 
| 
      
 72 
     | 
    
         
            +
            If the database is broken and one or more index columns are only
         
     | 
| 
      
 73 
     | 
    
         
            +
            broken, ``grndb`` recovers these index columns and exists with ``0``
         
     | 
| 
      
 74 
     | 
    
         
            +
            exit status. It may take a long time for large indexed data.
         
     | 
| 
      
 75 
     | 
    
         
            +
             
     | 
| 
      
 76 
     | 
    
         
            +
            If the database is broken and tables or data columns are broken,
         
     | 
| 
      
 77 
     | 
    
         
            +
            ``grndb`` reports broken reasons and exits with non-``0`` exit
         
     | 
| 
      
 78 
     | 
    
         
            +
            status. You can know whether the database is recoverable or not by
         
     | 
| 
      
 79 
     | 
    
         
            +
            ``check`` command.
         
     | 
| 
      
 80 
     | 
    
         
            +
             
     | 
| 
      
 81 
     | 
    
         
            +
            .. note::
         
     | 
| 
      
 82 
     | 
    
         
            +
             
     | 
| 
      
 83 
     | 
    
         
            +
               You must not use this command for opened database. If the database
         
     | 
| 
      
 84 
     | 
    
         
            +
               is opened, this command may break the database.
         
     | 
| 
         @@ -119,28 +119,9 @@ Here is an example that uses ``NormalizerNFKC51`` normalizer: 
     | 
|
| 
       119 
119 
     | 
    
         
             
            Additional normalizers
         
     | 
| 
       120 
120 
     | 
    
         
             
            ----------------------
         
     | 
| 
       121 
121 
     | 
    
         | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
       123 
     | 
    
         
            -
             
     | 
| 
       124 
     | 
    
         
            -
              * ``NormalizerMySQLGeneralCI``
         
     | 
| 
       125 
     | 
    
         
            -
              * ``NormalizerMySQLUnicodeCI``
         
     | 
| 
       126 
     | 
    
         
            -
              * ``NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark``
         
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
            ``groonga-normalizer-mysql`` is a Groonga plugin.
         
     | 
| 
       129 
     | 
    
         
            -
            It provides MySQL compatible normalizers to Groonga.
         
     | 
| 
       130 
     | 
    
         
            -
            ``NormalizerMySQLGeneralCI`` corresponds to ``utf8mb4_general_ci``.
         
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
            You need to register ``normalizers/mysql`` plugin in advance.
         
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
            .. groonga-command
         
     | 
| 
       135 
     | 
    
         
            -
            .. include:: ../example/reference/normalizers/normalizer-mysql-register.log
         
     | 
| 
       136 
     | 
    
         
            -
            .. register normalizers/mysql
         
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
            Here is an example that uses ``NormalizerMySQLGeneralCI`` normalizer:
         
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
            .. groonga-command
         
     | 
| 
       141 
     | 
    
         
            -
            .. include:: ../example/reference/normalizers/normalizer-mysql-genral-ci.log
         
     | 
| 
       142 
     | 
    
         
            -
            .. table_create MySQLGeneralLexicon TABLE_HASH_KEY ShortText --normalizer NormalizerMySQLGeneralCI
         
     | 
| 
      
 122 
     | 
    
         
            +
            There are additional normalizers:
         
     | 
| 
       143 
123 
     | 
    
         | 
| 
      
 124 
     | 
    
         
            +
              * `groonga-normalizer-mysql <https://github.com/groonga/groonga-normalizer-mysql>_`
         
     | 
| 
       144 
125 
     | 
    
         | 
| 
       145 
126 
     | 
    
         
             
            See also
         
     | 
| 
       146 
127 
     | 
    
         
             
            --------
         
     | 
| 
         @@ -2,9 +2,6 @@ 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            .. highlightlang:: none
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
     | 
    
         
            -
            .. groonga-command
         
     | 
| 
       6 
     | 
    
         
            -
            .. database: token_filters
         
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
5 
     | 
    
         
             
            Token filters
         
     | 
| 
       9 
6 
     | 
    
         
             
            =============
         
     | 
| 
       10 
7 
     | 
    
         | 
| 
         @@ -25,8 +22,13 @@ Here is an example ``table_create`` that uses ``TokenFilterStopWord`` 
     | 
|
| 
       25 
22 
     | 
    
         
             
            token filter module:
         
     | 
| 
       26 
23 
     | 
    
         | 
| 
       27 
24 
     | 
    
         
             
            .. groonga-command
         
     | 
| 
      
 25 
     | 
    
         
            +
            .. database: token_filters_example
         
     | 
| 
       28 
26 
     | 
    
         
             
            .. include:: ../example/reference/token_filters/example-table-create.log
         
     | 
| 
       29 
     | 
    
         
            -
            ..  
     | 
| 
      
 27 
     | 
    
         
            +
            .. register token_filters/stop_word
         
     | 
| 
      
 28 
     | 
    
         
            +
            .. table_create Terms TABLE_PAT_KEY ShortText \
         
     | 
| 
      
 29 
     | 
    
         
            +
            ..   --default_tokenizer TokenBigram \
         
     | 
| 
      
 30 
     | 
    
         
            +
            ..   --normalizer NormalizerAuto \
         
     | 
| 
      
 31 
     | 
    
         
            +
            ..   --token_filters TokenFilterStopWord
         
     | 
| 
       30 
32 
     | 
    
         | 
| 
       31 
33 
     | 
    
         
             
            Available token filters
         
     | 
| 
       32 
34 
     | 
    
         
             
            -----------------------
         
     | 
| 
         @@ -52,11 +54,15 @@ The stop word is specified ``is_stop_word`` column on lexicon table. 
     | 
|
| 
       52 
54 
     | 
    
         
             
            Here is an example that uses ``TokenFilterStopWord`` token filter:
         
     | 
| 
       53 
55 
     | 
    
         | 
| 
       54 
56 
     | 
    
         
             
            .. groonga-command
         
     | 
| 
      
 57 
     | 
    
         
            +
            .. database: token_filters_stop_word
         
     | 
| 
       55 
58 
     | 
    
         
             
            .. include:: ../example/reference/token_filters/stop_word.log
         
     | 
| 
       56 
59 
     | 
    
         
             
            .. register token_filters/stop_word
         
     | 
| 
       57 
60 
     | 
    
         
             
            .. table_create Memos TABLE_NO_KEY
         
     | 
| 
       58 
61 
     | 
    
         
             
            .. column_create Memos content COLUMN_SCALAR ShortText
         
     | 
| 
       59 
     | 
    
         
            -
            .. table_create Terms TABLE_PAT_KEY ShortText 
     | 
| 
      
 62 
     | 
    
         
            +
            .. table_create Terms TABLE_PAT_KEY ShortText \
         
     | 
| 
      
 63 
     | 
    
         
            +
            ..   --default_tokenizer TokenBigram \
         
     | 
| 
      
 64 
     | 
    
         
            +
            ..   --normalizer NormalizerAuto \
         
     | 
| 
      
 65 
     | 
    
         
            +
            ..   --token_filters TokenFilterStopWord
         
     | 
| 
       60 
66 
     | 
    
         
             
            .. column_create Terms memos_content COLUMN_INDEX|WITH_POSITION Memos content
         
     | 
| 
       61 
67 
     | 
    
         
             
            .. column_create Terms is_stop_word COLUMN_SCALAR Bool
         
     | 
| 
       62 
68 
     | 
    
         
             
            .. load --table Terms
         
     | 
| 
         @@ -86,12 +92,15 @@ Here is an example that uses ``TokenFilterStopWord`` token filter: 
     | 
|
| 
       86 
92 
     | 
    
         
             
            Here is an example that uses ``TokenFilterStem`` token filter:
         
     | 
| 
       87 
93 
     | 
    
         | 
| 
       88 
94 
     | 
    
         
             
            .. groonga-command
         
     | 
| 
      
 95 
     | 
    
         
            +
            .. database: token_filters_stem
         
     | 
| 
       89 
96 
     | 
    
         
             
            .. include:: ../example/reference/token_filters/stem.log
         
     | 
| 
       90 
     | 
    
         
            -
            .. register token_filters/stop_word
         
     | 
| 
       91 
97 
     | 
    
         
             
            .. register token_filters/stem
         
     | 
| 
       92 
98 
     | 
    
         
             
            .. table_create Memos TABLE_NO_KEY
         
     | 
| 
       93 
99 
     | 
    
         
             
            .. column_create Memos content COLUMN_SCALAR ShortText
         
     | 
| 
       94 
     | 
    
         
            -
            .. table_create Terms TABLE_PAT_KEY ShortText 
     | 
| 
      
 100 
     | 
    
         
            +
            .. table_create Terms TABLE_PAT_KEY ShortText \
         
     | 
| 
      
 101 
     | 
    
         
            +
            ..   --default_tokenizer TokenBigram \
         
     | 
| 
      
 102 
     | 
    
         
            +
            ..   --normalizer NormalizerAuto \
         
     | 
| 
      
 103 
     | 
    
         
            +
            ..   --token_filters TokenFilterStem
         
     | 
| 
       95 
104 
     | 
    
         
             
            .. column_create Terms memos_content COLUMN_INDEX|WITH_POSITION Memos content
         
     | 
| 
       96 
105 
     | 
    
         
             
            .. load --table Memos
         
     | 
| 
       97 
106 
     | 
    
         
             
            .. [
         
     | 
| 
         @@ -19,7 +19,7 @@ There are many differences between :doc:`groonga` and 
     | 
|
| 
       19 
19 
     | 
    
         
             
            +----------------------------+------------------------+----------------------+
         
     | 
| 
       20 
20 
     | 
    
         
             
            |     Custom prefix path     | x                      | o                    |
         
     | 
| 
       21 
21 
     | 
    
         
             
            +----------------------------+------------------------+----------------------+
         
     | 
| 
       22 
     | 
    
         
            -
            |   Custom command version   | o                      |  
     | 
| 
      
 22 
     | 
    
         
            +
            |   Custom command version   | o                      | o                    |
         
     | 
| 
       23 
23 
     | 
    
         
             
            +----------------------------+------------------------+----------------------+
         
     | 
| 
       24 
24 
     | 
    
         
             
            |      Multi databases       | x                      | o                    |
         
     | 
| 
       25 
25 
     | 
    
         
             
            +----------------------------+------------------------+----------------------+
         
     | 
| 
         @@ -197,10 +197,7 @@ h3:hover > a.headerlink, 
     | 
|
| 
       197 
197 
     | 
    
         
             
            h4:hover > a.headerlink,
         
     | 
| 
       198 
198 
     | 
    
         
             
            h5:hover > a.headerlink,
         
     | 
| 
       199 
199 
     | 
    
         
             
            h6:hover > a.headerlink,
         
     | 
| 
       200 
     | 
    
         
            -
            dt:hover > a.headerlink 
     | 
| 
       201 
     | 
    
         
            -
            caption:hover > a.headerlink,
         
     | 
| 
       202 
     | 
    
         
            -
            p.caption:hover > a.headerlink,
         
     | 
| 
       203 
     | 
    
         
            -
            div.code-block-caption:hover > a.headerlink {
         
     | 
| 
      
 200 
     | 
    
         
            +
            dt:hover > a.headerlink {
         
     | 
| 
       204 
201 
     | 
    
         
             
                visibility: visible;
         
     | 
| 
       205 
202 
     | 
    
         
             
            }
         
     | 
| 
       206 
203 
     | 
    
         | 
| 
         @@ -317,13 +314,6 @@ table.docutils { 
     | 
|
| 
       317 
314 
     | 
    
         
             
                border-collapse: collapse;
         
     | 
| 
       318 
315 
     | 
    
         
             
            }
         
     | 
| 
       319 
316 
     | 
    
         | 
| 
       320 
     | 
    
         
            -
            table caption span.caption-number {
         
     | 
| 
       321 
     | 
    
         
            -
                font-style: italic;
         
     | 
| 
       322 
     | 
    
         
            -
            }
         
     | 
| 
       323 
     | 
    
         
            -
             
     | 
| 
       324 
     | 
    
         
            -
            table caption span.caption-text {
         
     | 
| 
       325 
     | 
    
         
            -
            }
         
     | 
| 
       326 
     | 
    
         
            -
             
     | 
| 
       327 
317 
     | 
    
         
             
            table.docutils td, table.docutils th {
         
     | 
| 
       328 
318 
     | 
    
         
             
                padding: 1px 8px 1px 5px;
         
     | 
| 
       329 
319 
     | 
    
         
             
                border-top: 0;
         
     | 
| 
         @@ -354,25 +344,6 @@ table.citation td { 
     | 
|
| 
       354 
344 
     | 
    
         
             
                border-bottom: none;
         
     | 
| 
       355 
345 
     | 
    
         
             
            }
         
     | 
| 
       356 
346 
     | 
    
         | 
| 
       357 
     | 
    
         
            -
            /* -- figures --------------------------------------------------------------- */
         
     | 
| 
       358 
     | 
    
         
            -
             
     | 
| 
       359 
     | 
    
         
            -
            div.figure {
         
     | 
| 
       360 
     | 
    
         
            -
                margin: 0.5em;
         
     | 
| 
       361 
     | 
    
         
            -
                padding: 0.5em;
         
     | 
| 
       362 
     | 
    
         
            -
            }
         
     | 
| 
       363 
     | 
    
         
            -
             
     | 
| 
       364 
     | 
    
         
            -
            div.figure p.caption {
         
     | 
| 
       365 
     | 
    
         
            -
                padding: 0.3em;
         
     | 
| 
       366 
     | 
    
         
            -
            }
         
     | 
| 
       367 
     | 
    
         
            -
             
     | 
| 
       368 
     | 
    
         
            -
            div.figure p.caption span.caption-number {
         
     | 
| 
       369 
     | 
    
         
            -
                font-style: italic;
         
     | 
| 
       370 
     | 
    
         
            -
            }
         
     | 
| 
       371 
     | 
    
         
            -
             
     | 
| 
       372 
     | 
    
         
            -
            div.figure p.caption span.caption-text {
         
     | 
| 
       373 
     | 
    
         
            -
            }
         
     | 
| 
       374 
     | 
    
         
            -
             
     | 
| 
       375 
     | 
    
         
            -
             
     | 
| 
       376 
347 
     | 
    
         
             
            /* -- other body styles ----------------------------------------------------- */
         
     | 
| 
       377 
348 
     | 
    
         | 
| 
       378 
349 
     | 
    
         
             
            ol.arabic {
         
     | 
| 
         @@ -435,10 +406,6 @@ dl.glossary dt { 
     | 
|
| 
       435 
406 
     | 
    
         
             
                font-size: 1.3em;
         
     | 
| 
       436 
407 
     | 
    
         
             
            }
         
     | 
| 
       437 
408 
     | 
    
         | 
| 
       438 
     | 
    
         
            -
            .sig-paren {
         
     | 
| 
       439 
     | 
    
         
            -
                font-size: larger;
         
     | 
| 
       440 
     | 
    
         
            -
            }
         
     | 
| 
       441 
     | 
    
         
            -
             
     | 
| 
       442 
409 
     | 
    
         
             
            .versionmodified {
         
     | 
| 
       443 
410 
     | 
    
         
             
                font-style: italic;
         
     | 
| 
       444 
411 
     | 
    
         
             
            }
         
     | 
| 
         @@ -504,51 +471,22 @@ table.highlighttable td { 
     | 
|
| 
       504 
471 
     | 
    
         
             
                padding: 0 0.5em 0 0.5em;
         
     | 
| 
       505 
472 
     | 
    
         
             
            }
         
     | 
| 
       506 
473 
     | 
    
         | 
| 
       507 
     | 
    
         
            -
             
     | 
| 
       508 
     | 
    
         
            -
                padding: 2px 5px;
         
     | 
| 
       509 
     | 
    
         
            -
                font-size: small;
         
     | 
| 
       510 
     | 
    
         
            -
            }
         
     | 
| 
       511 
     | 
    
         
            -
             
     | 
| 
       512 
     | 
    
         
            -
            div.code-block-caption code {
         
     | 
| 
       513 
     | 
    
         
            -
                background-color: transparent;
         
     | 
| 
       514 
     | 
    
         
            -
            }
         
     | 
| 
       515 
     | 
    
         
            -
             
     | 
| 
       516 
     | 
    
         
            -
            div.code-block-caption + div > div.highlight > pre {
         
     | 
| 
       517 
     | 
    
         
            -
                margin-top: 0;
         
     | 
| 
       518 
     | 
    
         
            -
            }
         
     | 
| 
       519 
     | 
    
         
            -
             
     | 
| 
       520 
     | 
    
         
            -
            div.code-block-caption span.caption-number {
         
     | 
| 
       521 
     | 
    
         
            -
                padding: 0.1em 0.3em;
         
     | 
| 
       522 
     | 
    
         
            -
                font-style: italic;
         
     | 
| 
       523 
     | 
    
         
            -
            }
         
     | 
| 
       524 
     | 
    
         
            -
             
     | 
| 
       525 
     | 
    
         
            -
            div.code-block-caption span.caption-text {
         
     | 
| 
       526 
     | 
    
         
            -
            }
         
     | 
| 
       527 
     | 
    
         
            -
             
     | 
| 
       528 
     | 
    
         
            -
            div.container {
         
     | 
| 
       529 
     | 
    
         
            -
                padding: 1em 1em 0;
         
     | 
| 
       530 
     | 
    
         
            -
            }
         
     | 
| 
       531 
     | 
    
         
            -
             
     | 
| 
       532 
     | 
    
         
            -
            div.container div.highlight {
         
     | 
| 
       533 
     | 
    
         
            -
                margin: 0;
         
     | 
| 
       534 
     | 
    
         
            -
            }
         
     | 
| 
       535 
     | 
    
         
            -
             
     | 
| 
       536 
     | 
    
         
            -
            code.descname {
         
     | 
| 
      
 474 
     | 
    
         
            +
            tt.descname {
         
     | 
| 
       537 
475 
     | 
    
         
             
                background-color: transparent;
         
     | 
| 
       538 
476 
     | 
    
         
             
                font-weight: bold;
         
     | 
| 
       539 
477 
     | 
    
         
             
                font-size: 1.2em;
         
     | 
| 
       540 
478 
     | 
    
         
             
            }
         
     | 
| 
       541 
479 
     | 
    
         | 
| 
       542 
     | 
    
         
            -
             
     | 
| 
      
 480 
     | 
    
         
            +
            tt.descclassname {
         
     | 
| 
       543 
481 
     | 
    
         
             
                background-color: transparent;
         
     | 
| 
       544 
482 
     | 
    
         
             
            }
         
     | 
| 
       545 
483 
     | 
    
         | 
| 
       546 
     | 
    
         
            -
             
     | 
| 
      
 484 
     | 
    
         
            +
            tt.xref, a tt {
         
     | 
| 
       547 
485 
     | 
    
         
             
                background-color: transparent;
         
     | 
| 
       548 
486 
     | 
    
         
             
                font-weight: bold;
         
     | 
| 
       549 
487 
     | 
    
         
             
            }
         
     | 
| 
       550 
488 
     | 
    
         | 
| 
       551 
     | 
    
         
            -
            h1  
     | 
| 
      
 489 
     | 
    
         
            +
            h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
         
     | 
| 
       552 
490 
     | 
    
         
             
                background-color: transparent;
         
     | 
| 
       553 
491 
     | 
    
         
             
            }
         
     | 
| 
       554 
492 
     | 
    
         |