rroonga 4.0.6-x64-mingw32 → 4.0.7-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 +4 -4
 - data/README.md +1 -1
 - data/doc/text/news.textile +14 -2
 - data/ext/groonga/extconf.rb +0 -3
 - data/ext/groonga/rb-grn-expression.c +1 -6
 - data/ext/groonga/rb-grn-index-column.c +96 -0
 - data/ext/groonga/rb-grn-index-cursor.c +32 -8
 - data/ext/groonga/rb-grn-posting.c +26 -6
 - data/ext/groonga/rb-grn-utils.c +27 -0
 - data/ext/groonga/rb-grn.h +4 -1
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/rroonga-build.rb +3 -3
 - data/test/test-column.rb +50 -12
 - data/test/test-expression-builder.rb +1 -1
 - data/test/test-expression.rb +80 -25
 - data/test/test-index-column.rb +41 -0
 - data/test/test-index-cursor.rb +21 -1
 - data/test/test-table-key-support.rb +59 -1
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/bin/libstdc++-6.dll +0 -0
 - data/vendor/local/bin/libwinpthread-1.dll +0 -0
 - data/vendor/local/bin/lz4 +0 -0
 - data/vendor/local/bin/lz4c +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab-config +2 -2
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/onig-config +1 -1
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/etc/groonga/groonga.conf +1 -1
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf +25 -0
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +25 -0
 - data/vendor/local/etc/groonga/httpd/fastcgi_params +24 -0
 - data/vendor/local/etc/groonga/httpd/fastcgi_params.default +24 -0
 - data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
 - data/vendor/local/etc/groonga/httpd/html/50x.html +21 -0
 - data/vendor/local/etc/groonga/httpd/html/index.html +25 -0
 - data/vendor/local/etc/groonga/httpd/koi-utf +109 -0
 - data/vendor/local/etc/groonga/httpd/koi-win +103 -0
 - data/vendor/local/etc/groonga/httpd/mime.types +89 -0
 - data/vendor/local/etc/groonga/httpd/mime.types.default +89 -0
 - data/vendor/local/etc/groonga/httpd/nginx.conf.default +117 -0
 - data/vendor/local/etc/groonga/httpd/scgi_params +16 -0
 - data/vendor/local/etc/groonga/httpd/scgi_params.default +16 -0
 - data/vendor/local/etc/groonga/httpd/uwsgi_params +16 -0
 - data/vendor/local/etc/groonga/httpd/uwsgi_params.default +16 -0
 - data/vendor/local/etc/groonga/httpd/win-utf +126 -0
 - data/vendor/local/include/groonga/groonga.h +5 -2095
 - data/vendor/local/include/groonga/groonga/expr.h +108 -0
 - data/vendor/local/include/groonga/groonga/groonga.h +2031 -0
 - data/vendor/local/include/groonga/groonga/ii.h +46 -0
 - data/vendor/local/include/groonga/groonga/nfkc.h +3 -3
 - data/vendor/local/include/groonga/groonga/plugin.h +5 -3
 - data/vendor/local/include/groonga/groonga/token.h +136 -0
 - data/vendor/local/include/groonga/groonga/token_filter.h +4 -6
 - data/vendor/local/include/groonga/groonga/tokenizer.h +60 -55
 - data/vendor/local/include/groonga/groonga/util.h +40 -0
 - data/vendor/local/include/lz4.h +323 -0
 - data/vendor/local/include/lz4hc.h +223 -0
 - data/vendor/local/include/zconf.h +511 -0
 - data/vendor/local/include/zlib.h +1768 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
 - data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/ruby/load.la +3 -3
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/groonga/scripts/ruby/scan_info_builder.rb +22 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.4.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +3 -3
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +3 -3
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +3 -3
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +2 -2
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
 - data/vendor/local/lib/pkgconfig/liblz4.pc +14 -0
 - data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
 - data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
 - data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/sbin/groonga-httpd-restart +1 -1
 - data/vendor/local/sbin/groonga-httpd.exe +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +3 -24
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +7 -19
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +88 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +39 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +28 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +109 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +30 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +111 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +54 -50
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +67 -5
 - data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +10308 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -9404
 - data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +999 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +31 -1415
 - data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +14 -14
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/client.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/community.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +24 -23
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +40 -58
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +30 -28
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/development.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/index.html +81 -77
 - data/vendor/local/share/doc/groonga/en/html/install.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +33 -34
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -25
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +28 -27
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +93 -103
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +28 -27
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +32 -30
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news.html +210 -116
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +34 -32
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +99 -97
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +71 -69
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +78 -74
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -37
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +45 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +65 -63
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +174 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +63 -61
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +30 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +66 -64
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +28 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +31 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +28 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +28 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +76 -74
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +31 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +62 -60
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +51 -49
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +61 -59
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -49
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +55 -53
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +96 -94
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +45 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +25 -23
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +41 -39
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +72 -70
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +43 -41
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +39 -37
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +35 -33
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +25 -23
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +61 -59
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +31 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +166 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +51 -49
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +55 -53
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +55 -53
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +385 -383
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +39 -37
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +83 -81
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +149 -147
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +51 -49
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -39
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +276 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +103 -101
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +47 -45
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +28 -26
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -73
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +44 -42
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +36 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +57 -55
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +26 -23
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +81 -79
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -30
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +53 -51
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +41 -39
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +35 -33
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +164 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +76 -74
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +66 -64
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +59 -57
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +210 -208
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +262 -260
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +54 -52
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +34 -32
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +57 -55
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +54 -52
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +323 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/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 +21 -19
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +19 -21
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +92 -85
 - data/vendor/local/share/doc/groonga/en/html/spec.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +127 -125
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +52 -50
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +35 -33
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +3 -24
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +7 -19
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +88 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +39 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +28 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +109 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +30 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +111 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +54 -50
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +67 -5
 - data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +10308 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -9404
 - data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +999 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +31 -1415
 - data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/client.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/community.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +24 -23
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +40 -58
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +30 -28
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/development.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/index.html +82 -78
 - data/vendor/local/share/doc/groonga/ja/html/install.html +33 -31
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +36 -40
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +84 -90
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +31 -29
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/news.html +233 -147
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +34 -32
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +93 -91
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +61 -59
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +79 -75
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +33 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +39 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +59 -57
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +176 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +61 -59
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +32 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +30 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +53 -51
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +28 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +31 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +28 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +28 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +76 -74
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +31 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +62 -60
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +51 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +42 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +51 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +45 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +95 -93
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +37 -35
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +45 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +25 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +41 -39
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +64 -62
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +39 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +35 -33
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +25 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +56 -54
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +31 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +167 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +47 -45
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +55 -53
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +55 -53
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +256 -254
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +39 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +80 -78
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +125 -123
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +51 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -39
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +268 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +89 -87
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +47 -45
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +28 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +63 -61
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +44 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +36 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +57 -55
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +26 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +42 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +65 -63
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +43 -41
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +32 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +35 -33
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +165 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +69 -67
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +42 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +52 -50
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +51 -49
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -113
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +179 -177
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +43 -41
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +30 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +44 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +316 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +38 -36
 - data/vendor/local/share/doc/groonga/ja/html/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 +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +19 -21
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +91 -82
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +126 -124
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +32 -30
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +25 -23
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +49 -47
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +33 -31
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/html/index.html +1 -1
 - data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js +9404 -0
 - data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js +11802 -0
 - data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
 - data/vendor/local/share/groonga/html/admin/index.html +2 -2
 - data/vendor/local/share/groonga/html/admin/index.ja.html +2 -2
 - data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js +9404 -0
 - data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js +11802 -0
 - data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js +2599 -0
 - data/vendor/local/share/license/lz4/LICENSE +24 -0
 - data/vendor/local/share/license/zlib/README +115 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +183 -215
 - data/vendor/local/share/man/man1/groonga.1 +188 -227
 - data/vendor/local/share/man/man1/lz4.1 +88 -0
 - data/vendor/local/share/man/man1/lz4c.1 +33 -0
 - data/vendor/local/share/man/man1/lz4cat.1 +32 -0
 - metadata +118 -51
 - data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.min.js +0 -4
 - data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js +0 -356
 - data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +0 -4
 - data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +0 -356
 - data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js +0 -6
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>疑似カラム (pseudo_column) — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>疑似カラム (pseudo_column) — Groonga v4.0.8 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.8',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,9 +25,9 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.8 documentation" href="../../index.html" /> 
         
     | 
| 
       29 
29 
     | 
    
         
             
              </head>
         
     | 
| 
       30 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 30 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       31 
31 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       32 
32 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       33 
33 
     | 
    
         
             
                <a id="top-link" href="../../index.html">
         
     | 
| 
         @@ -45,20 +45,20 @@ 
     | 
|
| 
       45 
45 
     | 
    
         
             
            </div>
         
     | 
| 
       46 
46 
     | 
    
         | 
| 
       47 
47 
     | 
    
         | 
| 
       48 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 48 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       49 
49 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       50 
50 
     | 
    
         
             
                  <ul>
         
     | 
| 
       51 
51 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       52 
52 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       53 
53 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       54 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v4.0. 
     | 
| 
      
 54 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v4.0.8 documentation</a> »</li> 
         
     | 
| 
       55 
55 
     | 
    
         
             
                  </ul>
         
     | 
| 
       56 
56 
     | 
    
         
             
                </div>  
         
     | 
| 
       57 
57 
     | 
    
         | 
| 
       58 
58 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       59 
59 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       61 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 61 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       62 
62 
     | 
    
         | 
| 
       63 
63 
     | 
    
         
             
              <div class="section" id="pseudo-column">
         
     | 
| 
       64 
64 
     | 
    
         
             
            <h1>疑似カラム (pseudo_column)<a class="headerlink" href="#pseudo-column" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
         @@ -70,21 +70,21 @@ 
     | 
|
| 
       70 
70 
     | 
    
         
             
            <h2>説明<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       71 
71 
     | 
    
         
             
            <p>Groongaのデータベースで作成したテーブルには、いくつかのカラムが自動的に定義されます。</p>
         
     | 
| 
       72 
72 
     | 
    
         
             
            <p>これらのカラムはいずれもアンダースコア('_')で始まる名前が付与されます。定義される疑似カラムは、テーブルの種類によって異なります。</p>
         
     | 
| 
       73 
     | 
    
         
            -
            <p>< 
     | 
| 
      
 73 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">_id</span></code></p>
         
     | 
| 
       74 
74 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       75 
75 
     | 
    
         
             
            <div>レコードに付与される一意な番号です。全てのテーブルに定義されます。値の範囲は1〜1073741824の整数で、通常はレコードを追加した順に1ずつ加算されます。_idの値は不変で、レコードが存在する限り変更することはできません。ただし、削除されたレコードの_idの値は再利用されます。</div></blockquote>
         
     | 
| 
       76 
     | 
    
         
            -
            <p>< 
     | 
| 
      
 76 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">_key</span></code></p>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <div>レコードの主キー値を表します。主キーを持つテーブルのみに定義されます。主キー値はテーブルの中で一意であり、変更することはできません。</div></blockquote>
         
     | 
| 
       79 
     | 
    
         
            -
            <p>< 
     | 
| 
      
 79 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">_value</span></code></p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <div>レコードの値を表します。value_typeを指定したテーブルのみに定義されます。自由に変更可能です。</div></blockquote>
         
     | 
| 
       82 
     | 
    
         
            -
            <p>< 
     | 
| 
      
 82 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">_score</span></code></p>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <div><p>各レコードのスコア値を表します。検索結果として生成されたテーブルのみに定義されます。</p>
         
     | 
| 
       85 
85 
     | 
    
         
             
            <p>検索処理を実行する過程で値が設定されますが、自由に変更可能です。</p>
         
     | 
| 
       86 
86 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       87 
     | 
    
         
            -
            <p>< 
     | 
| 
      
 87 
     | 
    
         
            +
            <p><code class="docutils literal"><span class="pre">_nsubrecs</span></code></p>
         
     | 
| 
       88 
88 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       89 
89 
     | 
    
         
             
            <div>主キーの値が同一であったレコードの件数を表します。検索結果として生成されたテーブルのみに定義されます。グループ化(drilldown)処理を実行すると、グループ化前のテーブルにおいて、グループ化キーの値が同一であったレコードの件数が、グループ化処理の結果を格納するテーブルの_nsubrecsに記録されます。</div></blockquote>
         
     | 
| 
       90 
90 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -94,7 +94,7 @@ 
     | 
|
| 
       94 
94 
     | 
    
         
             
                      </div>
         
     | 
| 
       95 
95 
     | 
    
         
             
                    </div>
         
     | 
| 
       96 
96 
     | 
    
         
             
                  </div>
         
     | 
| 
       97 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 97 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       98 
98 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       99 
99 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       100 
100 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -105,12 +105,14 @@ 
     | 
|
| 
       105 
105 
     | 
    
         
             
            </li>
         
     | 
| 
       106 
106 
     | 
    
         
             
            </ul>
         
     | 
| 
       107 
107 
     | 
    
         | 
| 
       108 
     | 
    
         
            -
              < 
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
                < 
     | 
| 
       111 
     | 
    
         
            -
             
     | 
| 
       112 
     | 
    
         
            -
             
     | 
| 
       113 
     | 
    
         
            -
             
     | 
| 
      
 108 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 109 
     | 
    
         
            +
                <h3>This Page</h3>
         
     | 
| 
      
 110 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 111 
     | 
    
         
            +
                  <li><a href="../../_sources/reference/columns/pseudo.txt"
         
     | 
| 
      
 112 
     | 
    
         
            +
                        rel="nofollow">Show Source</a></li>
         
     | 
| 
      
 113 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 114 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 115 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       114 
116 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       115 
117 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
       116 
118 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -127,16 +129,16 @@ 
     | 
|
| 
       127 
129 
     | 
    
         
             
                  </div>
         
     | 
| 
       128 
130 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       129 
131 
     | 
    
         
             
                </div>
         
     | 
| 
       130 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 132 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       131 
133 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       132 
134 
     | 
    
         
             
                  <ul>
         
     | 
| 
       133 
135 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       134 
136 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       135 
137 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       136 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v4.0. 
     | 
| 
      
 138 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v4.0.8 documentation</a> »</li> 
         
     | 
| 
       137 
139 
     | 
    
         
             
                  </ul>
         
     | 
| 
       138 
140 
     | 
    
         
             
                </div>
         
     | 
| 
       139 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
      
 141 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
       140 
142 
     | 
    
         
             
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       141 
143 
     | 
    
         
             
                </div>
         
     | 
| 
       142 
144 
     | 
    
         
             
              </body>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>Vector column — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>Vector column — Groonga v4.0.8 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.8',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,9 +25,9 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.8 documentation" href="../../index.html" /> 
         
     | 
| 
       29 
29 
     | 
    
         
             
              </head>
         
     | 
| 
       30 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 30 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       31 
31 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       32 
32 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       33 
33 
     | 
    
         
             
                <a id="top-link" href="../../index.html">
         
     | 
| 
         @@ -45,20 +45,20 @@ 
     | 
|
| 
       45 
45 
     | 
    
         
             
            </div>
         
     | 
| 
       46 
46 
     | 
    
         | 
| 
       47 
47 
     | 
    
         | 
| 
       48 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 48 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       49 
49 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       50 
50 
     | 
    
         
             
                  <ul>
         
     | 
| 
       51 
51 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       52 
52 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       53 
53 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       54 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v4.0. 
     | 
| 
      
 54 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v4.0.8 documentation</a> »</li> 
         
     | 
| 
       55 
55 
     | 
    
         
             
                  </ul>
         
     | 
| 
       56 
56 
     | 
    
         
             
                </div>  
         
     | 
| 
       57 
57 
     | 
    
         | 
| 
       58 
58 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       59 
59 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       61 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 61 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       62 
62 
     | 
    
         | 
| 
       63 
63 
     | 
    
         
             
              <div class="section" id="vector-column">
         
     | 
| 
       64 
64 
     | 
    
         
             
            <h1>Vector column<a class="headerlink" href="#vector-column" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
         @@ -66,7 +66,7 @@ 
     | 
|
| 
       66 
66 
     | 
    
         
             
            <h2>Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       67 
67 
     | 
    
         
             
            <p>Vector column is a data store object. It can stores zero or more
         
     | 
| 
       68 
68 
     | 
    
         
             
            scalar values. In short, scalar value is a single value such as number
         
     | 
| 
       69 
     | 
    
         
            -
            and string. See < 
     | 
| 
      
 69 
     | 
    
         
            +
            and string. See <code class="xref doc docutils literal"><span class="pre">scalar</span></code> about scalar value details.</p>
         
     | 
| 
       70 
70 
     | 
    
         
             
            <p>One of vector column use cases is tags store. You can use a vector
         
     | 
| 
       71 
71 
     | 
    
         
             
            column to store tag values.</p>
         
     | 
| 
       72 
72 
     | 
    
         
             
            <p>You can use vector column as index search target in the same way as
         
     | 
| 
         @@ -101,7 +101,7 @@ a key. Tags are the most popular use case.</p> 
     | 
|
| 
       101 
101 
     | 
    
         
             
            <div class="section" id="how-to-create">
         
     | 
| 
       102 
102 
     | 
    
         
             
            <h4>How to create<a class="headerlink" href="#how-to-create" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       103 
103 
     | 
    
         
             
            <p>Use <a class="reference internal" href="../commands/column_create.html"><em>column_create</em></a> command to create a
         
     | 
| 
       104 
     | 
    
         
            -
            normal vector column. The point is < 
     | 
| 
      
 104 
     | 
    
         
            +
            normal vector column. The point is <code class="docutils literal"><span class="pre">COLUMN_VECTOR</span></code> flag:</p>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>table_create Bookmarks TABLE_HASH_KEY ShortText
         
     | 
| 
       107 
107 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
         @@ -124,19 +124,19 @@ column_create Bookmarks tags COLUMN_VECTOR ShortText 
     | 
|
| 
       124 
124 
     | 
    
         
             
            <col width="50%" />
         
     | 
| 
       125 
125 
     | 
    
         
             
            </colgroup>
         
     | 
| 
       126 
126 
     | 
    
         
             
            <thead valign="bottom">
         
     | 
| 
       127 
     | 
    
         
            -
            <tr class="row-odd"><th class="head">< 
     | 
| 
       128 
     | 
    
         
            -
            <th class="head">< 
     | 
| 
      
 127 
     | 
    
         
            +
            <tr class="row-odd"><th class="head"><code class="docutils literal"><span class="pre">_key</span></code></th>
         
     | 
| 
      
 128 
     | 
    
         
            +
            <th class="head"><code class="docutils literal"><span class="pre">tags</span></code></th>
         
     | 
| 
       129 
129 
     | 
    
         
             
            </tr>
         
     | 
| 
       130 
130 
     | 
    
         
             
            </thead>
         
     | 
| 
       131 
131 
     | 
    
         
             
            <tbody valign="top">
         
     | 
| 
       132 
     | 
    
         
            -
            <tr class="row-even"><td>< 
     | 
| 
       133 
     | 
    
         
            -
            <td>< 
     | 
| 
      
 132 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">http://groonga.org/</span></code></td>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">["groonga"]</span></code></td>
         
     | 
| 
       134 
134 
     | 
    
         
             
            </tr>
         
     | 
| 
       135 
     | 
    
         
            -
            <tr class="row-odd"><td>< 
     | 
| 
       136 
     | 
    
         
            -
            <td>< 
     | 
| 
      
 135 
     | 
    
         
            +
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">http://mroonga.org/</span></code></td>
         
     | 
| 
      
 136 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">["mroonga",</span> <span class="pre">"mysql",</span> <span class="pre">"groonga"]</span></code></td>
         
     | 
| 
       137 
137 
     | 
    
         
             
            </tr>
         
     | 
| 
       138 
     | 
    
         
            -
            <tr class="row-even"><td>< 
     | 
| 
       139 
     | 
    
         
            -
            <td>< 
     | 
| 
      
 138 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">http://ranguba.org/</span></code></td>
         
     | 
| 
      
 139 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">["ruby",</span> <span class="pre">"groonga"]</span></code></td>
         
     | 
| 
       140 
140 
     | 
    
         
             
            </tr>
         
     | 
| 
       141 
141 
     | 
    
         
             
            </tbody>
         
     | 
| 
       142 
142 
     | 
    
         
             
            </table>
         
     | 
| 
         @@ -221,7 +221,7 @@ column_create Tags bookmark_index COLUMN_INDEX Bookmarks tags 
     | 
|
| 
       221 
221 
     | 
    
         
             
            </div>
         
     | 
| 
       222 
222 
     | 
    
         
             
            <p>There are no vector column specific way. You can create an index like
         
     | 
| 
       223 
223 
     | 
    
         
             
            a scalar column.</p>
         
     | 
| 
       224 
     | 
    
         
            -
            <p>You can search an element in < 
     | 
| 
      
 224 
     | 
    
         
            +
            <p>You can search an element in <code class="docutils literal"><span class="pre">tags</span></code> like full text search syntax.</p>
         
     | 
| 
       225 
225 
     | 
    
         
             
            <p>With <a class="reference internal" href="../commands/select.html#select-match-columns"><em>match_columns</em></a> and <a class="reference internal" href="../commands/select.html#select-query"><em>query</em></a>:</p>
         
     | 
| 
       226 
226 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       227 
227 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select Bookmarks --match_columns tags --query mysql --output_columns _key,tags,_score
         
     | 
| 
         @@ -365,11 +365,11 @@ value itself. Record ID is smaller than value itself.</p> 
     | 
|
| 
       365 
365 
     | 
    
         
             
            <p>Weight vector column is similar to normal vector column. It can store
         
     | 
| 
       366 
366 
     | 
    
         
             
            elements. It can also stores weights for them. Weight is degree of
         
     | 
| 
       367 
367 
     | 
    
         
             
            importance of the element.</p>
         
     | 
| 
       368 
     | 
    
         
            -
            <p>Weight is positive integer. < 
     | 
| 
      
 368 
     | 
    
         
            +
            <p>Weight is positive integer. <code class="docutils literal"><span class="pre">0</span></code> is the default weight. It means that
         
     | 
| 
       369 
369 
     | 
    
         
             
            no weight.</p>
         
     | 
| 
       370 
370 
     | 
    
         
             
            <p>If weight is one or larger, search score is increased by the
         
     | 
| 
       371 
     | 
    
         
            -
            weight. If the weight is < 
     | 
| 
       372 
     | 
    
         
            -
            < 
     | 
| 
      
 371 
     | 
    
         
            +
            weight. If the weight is <code class="docutils literal"><span class="pre">0</span></code>, score is <code class="docutils literal"><span class="pre">1</span></code>. If the weight is
         
     | 
| 
      
 372 
     | 
    
         
            +
            <code class="docutils literal"><span class="pre">10</span></code>, score is <code class="docutils literal"><span class="pre">11</span></code> (<code class="docutils literal"><span class="pre">=</span> <span class="pre">1</span> <span class="pre">+</span> <span class="pre">10</span></code>).</p>
         
     | 
| 
       373 
373 
     | 
    
         
             
            <p>Weight vector column is useful for tuning search score. See also
         
     | 
| 
       374 
374 
     | 
    
         
             
            <a class="reference internal" href="../commands/select.html#select-adjuster"><em>adjuster</em></a>. You can increase search score of specific
         
     | 
| 
       375 
375 
     | 
    
         
             
            records.</p>
         
     | 
| 
         @@ -381,15 +381,15 @@ future.</p> 
     | 
|
| 
       381 
381 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       382 
382 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       383 
383 
     | 
    
         
             
            <li>You need to use string representation for element value on load.
         
     | 
| 
       384 
     | 
    
         
            -
            For example, you can't use < 
     | 
| 
       385 
     | 
    
         
            -
            < 
     | 
| 
      
 384 
     | 
    
         
            +
            For example, you can't use <code class="docutils literal"><span class="pre">29</span></code> for number 29. You need to use
         
     | 
| 
      
 385 
     | 
    
         
            +
            <code class="docutils literal"><span class="pre">"29"</span></code> for number 29.</li>
         
     | 
| 
       386 
386 
     | 
    
         
             
            </ul>
         
     | 
| 
       387 
387 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       388 
388 
     | 
    
         
             
            </div>
         
     | 
| 
       389 
389 
     | 
    
         
             
            <div class="section" id="id7">
         
     | 
| 
       390 
390 
     | 
    
         
             
            <h4>How to create<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       391 
391 
     | 
    
         
             
            <p>Use <a class="reference internal" href="../commands/column_create.html"><em>column_create</em></a> command to create a
         
     | 
| 
       392 
     | 
    
         
            -
            weight vector column. The point is < 
     | 
| 
      
 392 
     | 
    
         
            +
            weight vector column. The point is <code class="docutils literal"><span class="pre">COLUMN_VECTOR|WITH_WEIGHT</span></code>
         
     | 
| 
       393 
393 
     | 
    
         
             
            flags:</p>
         
     | 
| 
       394 
394 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       395 
395 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>table_create Bookmarks TABLE_HASH_KEY ShortText
         
     | 
| 
         @@ -398,7 +398,7 @@ column_create Bookmarks tags COLUMN_VECTOR|WITH_WEIGHT ShortText 
     | 
|
| 
       398 
398 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       399 
399 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       400 
400 
     | 
    
         
             
            </div>
         
     | 
| 
       401 
     | 
    
         
            -
            <p>If you don't specify < 
     | 
| 
      
 401 
     | 
    
         
            +
            <p>If you don't specify <code class="docutils literal"><span class="pre">WITH_WEIGHT</span></code> flag, it is just a normal vector
         
     | 
| 
       402 
402 
     | 
    
         
             
            column.</p>
         
     | 
| 
       403 
403 
     | 
    
         
             
            <p>You can set zero or more tags with weight to a bookmark.</p>
         
     | 
| 
       404 
404 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -415,19 +415,19 @@ column.</p> 
     | 
|
| 
       415 
415 
     | 
    
         
             
            <col width="50%" />
         
     | 
| 
       416 
416 
     | 
    
         
             
            </colgroup>
         
     | 
| 
       417 
417 
     | 
    
         
             
            <thead valign="bottom">
         
     | 
| 
       418 
     | 
    
         
            -
            <tr class="row-odd"><th class="head">< 
     | 
| 
       419 
     | 
    
         
            -
            <th class="head">< 
     | 
| 
      
 418 
     | 
    
         
            +
            <tr class="row-odd"><th class="head"><code class="docutils literal"><span class="pre">_key</span></code></th>
         
     | 
| 
      
 419 
     | 
    
         
            +
            <th class="head"><code class="docutils literal"><span class="pre">tags</span></code></th>
         
     | 
| 
       420 
420 
     | 
    
         
             
            </tr>
         
     | 
| 
       421 
421 
     | 
    
         
             
            </thead>
         
     | 
| 
       422 
422 
     | 
    
         
             
            <tbody valign="top">
         
     | 
| 
       423 
     | 
    
         
            -
            <tr class="row-even"><td>< 
     | 
| 
       424 
     | 
    
         
            -
            <td>< 
     | 
| 
      
 423 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">http://groonga.org/</span></code></td>
         
     | 
| 
      
 424 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">{"groonga":</span> <span class="pre">100}</span></code></td>
         
     | 
| 
       425 
425 
     | 
    
         
             
            </tr>
         
     | 
| 
       426 
     | 
    
         
            -
            <tr class="row-odd"><td>< 
     | 
| 
       427 
     | 
    
         
            -
            <td>< 
     | 
| 
      
 426 
     | 
    
         
            +
            <tr class="row-odd"><td><code class="docutils literal"><span class="pre">http://mroonga.org/</span></code></td>
         
     | 
| 
      
 427 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">{"mroonga":</span> <span class="pre">100,</span> <span class="pre">"mysql":</span> <span class="pre">50,</span> <span class="pre">"groonga":</span> <span class="pre">10}</span></code></td>
         
     | 
| 
       428 
428 
     | 
    
         
             
            </tr>
         
     | 
| 
       429 
     | 
    
         
            -
            <tr class="row-even"><td>< 
     | 
| 
       430 
     | 
    
         
            -
            <td>< 
     | 
| 
      
 429 
     | 
    
         
            +
            <tr class="row-even"><td><code class="docutils literal"><span class="pre">http://ranguba.org/</span></code></td>
         
     | 
| 
      
 430 
     | 
    
         
            +
            <td><code class="docutils literal"><span class="pre">{"ruby":</span> <span class="pre">100,</span> <span class="pre">"groonga":</span> <span class="pre">50}</span></code></td>
         
     | 
| 
       431 
431 
     | 
    
         
             
            </tr>
         
     | 
| 
       432 
432 
     | 
    
         
             
            </tbody>
         
     | 
| 
       433 
433 
     | 
    
         
             
            </table>
         
     | 
| 
         @@ -509,7 +509,7 @@ column.</p> 
     | 
|
| 
       509 
509 
     | 
    
         
             
            <div class="section" id="id9">
         
     | 
| 
       510 
510 
     | 
    
         
             
            <h4>How to search<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h4>
         
     | 
| 
       511 
511 
     | 
    
         
             
            <p>You need to create an index to search weight vector column. You don't
         
     | 
| 
       512 
     | 
    
         
            -
            forget to specify < 
     | 
| 
      
 512 
     | 
    
         
            +
            forget to specify <code class="docutils literal"><span class="pre">WITH_WEIGHT</span></code> flag to <code class="docutils literal"><span class="pre">column_create</span></code>:</p>
         
     | 
| 
       513 
513 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       514 
514 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>table_create Tags TABLE_PAT_KEY ShortText
         
     | 
| 
       515 
515 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
         @@ -517,9 +517,9 @@ column_create Tags bookmark_index COLUMN_INDEX|WITH_WEIGHT Bookmarks tags 
     | 
|
| 
       517 
517 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
       518 
518 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       519 
519 
     | 
    
         
             
            </div>
         
     | 
| 
       520 
     | 
    
         
            -
            <p>There are no weight vector column specific way except < 
     | 
| 
      
 520 
     | 
    
         
            +
            <p>There are no weight vector column specific way except <code class="docutils literal"><span class="pre">WITH_WEIGHT</span></code>
         
     | 
| 
       521 
521 
     | 
    
         
             
            flag. You can create an index like a scalar column.</p>
         
     | 
| 
       522 
     | 
    
         
            -
            <p>You can search an element in < 
     | 
| 
      
 522 
     | 
    
         
            +
            <p>You can search an element in <code class="docutils literal"><span class="pre">tags</span></code> like full text search syntax.</p>
         
     | 
| 
       523 
523 
     | 
    
         
             
            <p>With <a class="reference internal" href="../commands/select.html#select-match-columns"><em>match_columns</em></a> and <a class="reference internal" href="../commands/select.html#select-query"><em>query</em></a>:</p>
         
     | 
| 
       524 
524 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       525 
525 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select Bookmarks --match_columns tags --query groonga --output_columns _key,tags,_score
         
     | 
| 
         @@ -578,7 +578,7 @@ flag. You can create an index like a scalar column.</p> 
     | 
|
| 
       578 
578 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       579 
579 
     | 
    
         
             
            </div>
         
     | 
| 
       580 
580 
     | 
    
         
             
            <p>You can also use weight in <a class="reference internal" href="../commands/select.html#select-match-columns"><em>match_columns</em></a>. The score is
         
     | 
| 
       581 
     | 
    
         
            -
            < 
     | 
| 
      
 581 
     | 
    
         
            +
            <code class="docutils literal"><span class="pre">(1</span> <span class="pre">+</span> <span class="pre">weight_in_weight_vector)</span> <span class="pre">*</span> <span class="pre">weight_in_match_columns</span></code>:</p>
         
     | 
| 
       582 
582 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       583 
583 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select Bookmarks --match_columns 'tags * 3' --query groonga --output_columns _key,tags,_score
         
     | 
| 
       584 
584 
     | 
    
         
             
            # [
         
     | 
| 
         @@ -757,23 +757,23 @@ score without changing a set of matched records.</p> 
     | 
|
| 
       757 
757 
     | 
    
         
             
            # ]
         
     | 
| 
       758 
758 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       759 
759 
     | 
    
         
             
            </div>
         
     | 
| 
       760 
     | 
    
         
            -
            <p>The < 
     | 
| 
       761 
     | 
    
         
            -
            matched with score 1. Then it applies < 
     | 
| 
      
 760 
     | 
    
         
            +
            <p>The <code class="docutils literal"><span class="pre">select</span></code> command uses <code class="docutils literal"><span class="pre">--filter</span> <span class="pre">true</span></code>. So all records are
         
     | 
| 
      
 761 
     | 
    
         
            +
            matched with score 1. Then it applies <code class="docutils literal"><span class="pre">--adjuster</span></code>. The adjuster
         
     | 
| 
       762 
762 
     | 
    
         
             
            does the following:</p>
         
     | 
| 
       763 
763 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       764 
764 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       765 
     | 
    
         
            -
            <li>< 
     | 
| 
       766 
     | 
    
         
            -
            of records that has < 
     | 
| 
       767 
     | 
    
         
            -
            <li>< 
     | 
| 
       768 
     | 
    
         
            -
            of records that has < 
     | 
| 
      
 765 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">tags</span> <span class="pre">@</span> <span class="pre">"mysql"</span> <span class="pre">*</span> <span class="pre">10</span></code> increases score by <code class="docutils literal"><span class="pre">(1</span> <span class="pre">+</span> <span class="pre">weight)</span> <span class="pre">*</span> <span class="pre">10</span></code>
         
     | 
| 
      
 766 
     | 
    
         
            +
            of records that has <code class="docutils literal"><span class="pre">"mysql"</span></code> tag.</li>
         
     | 
| 
      
 767 
     | 
    
         
            +
            <li><code class="docutils literal"><span class="pre">tags</span> <span class="pre">@</span> <span class="pre">"groonga"</span> <span class="pre">*</span> <span class="pre">5</span></code> increases score by <code class="docutils literal"><span class="pre">(1</span> <span class="pre">+</span> <span class="pre">weight)</span> <span class="pre">*</span> <span class="pre">5</span></code>
         
     | 
| 
      
 768 
     | 
    
         
            +
            of records that has <code class="docutils literal"><span class="pre">"groonga"</span></code> tag.</li>
         
     | 
| 
       769 
769 
     | 
    
         
             
            </ul>
         
     | 
| 
       770 
770 
     | 
    
         
             
            </div></blockquote>
         
     | 
| 
       771 
     | 
    
         
            -
            <p>For example, record < 
     | 
| 
       772 
     | 
    
         
            -
            and < 
     | 
| 
       773 
     | 
    
         
            -
            <span class="pre">((1</span> <span class="pre">+</span> <span class="pre">50)</span> <span class="pre">*</span> <span class="pre">10)</span> <span class="pre">+</span> <span class="pre">((1</span> <span class="pre">+</span> <span class="pre">10)</span> <span class="pre">*</span> <span class="pre">5)</span> <span class="pre">=</span> <span class="pre">(51</span> <span class="pre">*</span> <span class="pre">10)</span> <span class="pre">+</span> <span class="pre">(11</span> <span class="pre">*</span> <span class="pre">5)</span> <span class="pre">=</span> <span class="pre">510</span> <span class="pre">+</span> <span class="pre">55</span></ 
     | 
| 
       774 
     | 
    
         
            -
            The search score is 1 by < 
     | 
| 
       775 
     | 
    
         
            -
            < 
     | 
| 
       776 
     | 
    
         
            -
            of record < 
     | 
| 
      
 771 
     | 
    
         
            +
            <p>For example, record <code class="docutils literal"><span class="pre">"http://mroonga.org/"</span></code> has both <code class="docutils literal"><span class="pre">"mysql"</span></code> tag
         
     | 
| 
      
 772 
     | 
    
         
            +
            and <code class="docutils literal"><span class="pre">"groonga"</span></code> tag. So its score is increased by <code class="docutils literal"><span class="pre">565</span></code> (<code class="docutils literal"><span class="pre">=</span>
         
     | 
| 
      
 773 
     | 
    
         
            +
            <span class="pre">((1</span> <span class="pre">+</span> <span class="pre">50)</span> <span class="pre">*</span> <span class="pre">10)</span> <span class="pre">+</span> <span class="pre">((1</span> <span class="pre">+</span> <span class="pre">10)</span> <span class="pre">*</span> <span class="pre">5)</span> <span class="pre">=</span> <span class="pre">(51</span> <span class="pre">*</span> <span class="pre">10)</span> <span class="pre">+</span> <span class="pre">(11</span> <span class="pre">*</span> <span class="pre">5)</span> <span class="pre">=</span> <span class="pre">510</span> <span class="pre">+</span> <span class="pre">55</span></code>).
         
     | 
| 
      
 774 
     | 
    
         
            +
            The search score is 1 by <code class="docutils literal"><span class="pre">--filter</span> <span class="pre">true</span></code> before applying
         
     | 
| 
      
 775 
     | 
    
         
            +
            <code class="docutils literal"><span class="pre">--adjuster</span></code>. So the final search score is <code class="docutils literal"><span class="pre">566</span></code> (<code class="docutils literal"><span class="pre">=</span> <span class="pre">1</span> <span class="pre">+</span> <span class="pre">565</span></code>)
         
     | 
| 
      
 776 
     | 
    
         
            +
            of record <code class="docutils literal"><span class="pre">"http://mroonga.org/"</span></code>.</p>
         
     | 
| 
       777 
777 
     | 
    
         
             
            </div>
         
     | 
| 
       778 
778 
     | 
    
         
             
            </div>
         
     | 
| 
       779 
779 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -783,7 +783,7 @@ of record <tt class="docutils literal"><span class="pre">"http://mroonga.or 
     | 
|
| 
       783 
783 
     | 
    
         
             
                      </div>
         
     | 
| 
       784 
784 
     | 
    
         
             
                    </div>
         
     | 
| 
       785 
785 
     | 
    
         
             
                  </div>
         
     | 
| 
       786 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 786 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       787 
787 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       788 
788 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       789 
789 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -816,12 +816,14 @@ of record <tt class="docutils literal"><span class="pre">"http://mroonga.or 
     | 
|
| 
       816 
816 
     | 
    
         
             
            </li>
         
     | 
| 
       817 
817 
     | 
    
         
             
            </ul>
         
     | 
| 
       818 
818 
     | 
    
         | 
| 
       819 
     | 
    
         
            -
              < 
     | 
| 
       820 
     | 
    
         
            -
             
     | 
| 
       821 
     | 
    
         
            -
                < 
     | 
| 
       822 
     | 
    
         
            -
             
     | 
| 
       823 
     | 
    
         
            -
             
     | 
| 
       824 
     | 
    
         
            -
             
     | 
| 
      
 819 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 820 
     | 
    
         
            +
                <h3>This Page</h3>
         
     | 
| 
      
 821 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 822 
     | 
    
         
            +
                  <li><a href="../../_sources/reference/columns/vector.txt"
         
     | 
| 
      
 823 
     | 
    
         
            +
                        rel="nofollow">Show Source</a></li>
         
     | 
| 
      
 824 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 825 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 826 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       825 
827 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       826 
828 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
       827 
829 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -838,16 +840,16 @@ of record <tt class="docutils literal"><span class="pre">"http://mroonga.or 
     | 
|
| 
       838 
840 
     | 
    
         
             
                  </div>
         
     | 
| 
       839 
841 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       840 
842 
     | 
    
         
             
                </div>
         
     | 
| 
       841 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 843 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       842 
844 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       843 
845 
     | 
    
         
             
                  <ul>
         
     | 
| 
       844 
846 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       845 
847 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       846 
848 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       847 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v4.0. 
     | 
| 
      
 849 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v4.0.8 documentation</a> »</li> 
         
     | 
| 
       848 
850 
     | 
    
         
             
                  </ul>
         
     | 
| 
       849 
851 
     | 
    
         
             
                </div>
         
     | 
| 
       850 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
      
 852 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
       851 
853 
     | 
    
         
             
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       852 
854 
     | 
    
         
             
                </div>
         
     | 
| 
       853 
855 
     | 
    
         
             
              </body>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>7.3. Command — Groonga v4.0. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>7.3. Command — Groonga v4.0.8 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '4.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '4.0.8',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,12 +25,12 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v4.0. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v4.0.8 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="7. Reference manual" href="../reference.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="7.3.1. コマンドバージョン" href="command/command_version.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="7.2. Output" href="output.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 33 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       35 
35 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       36 
36 
     | 
    
         
             
                <a id="top-link" href="../index.html">
         
     | 
| 
         @@ -48,7 +48,7 @@ 
     | 
|
| 
       48 
48 
     | 
    
         
             
            </div>
         
     | 
| 
       49 
49 
     | 
    
         | 
| 
       50 
50 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 51 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       52 
52 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       53 
53 
     | 
    
         
             
                  <ul>
         
     | 
| 
       54 
54 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="output.html" title="7.2. Output"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.8 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../reference.html" accesskey="U">7. Reference manual</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -68,7 +68,7 @@ 
     | 
|
| 
       68 
68 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       69 
69 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       70 
70 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       71 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 71 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       72 
72 
     | 
    
         | 
| 
       73 
73 
     | 
    
         
             
              <div class="section" id="command">
         
     | 
| 
       74 
74 
     | 
    
         
             
            <h1>7.3. Command<a class="headerlink" href="#command" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
         @@ -80,38 +80,39 @@ request a processing to groonga by a command.</p> 
     | 
|
| 
       80 
80 
     | 
    
         
             
            <li class="toctree-l1"><a class="reference internal" href="command/command_version.html">7.3.1. コマンドバージョン</a></li>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <li class="toctree-l1"><a class="reference internal" href="command/output_format.html">7.3.2. Output format</a></li>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <li class="toctree-l1"><a class="reference internal" href="command/return_code.html">7.3.3. Return code</a></li>
         
     | 
| 
       83 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">7.3.4. < 
     | 
| 
       84 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/check.html">7.3.5. < 
     | 
| 
       85 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">7.3.6. < 
     | 
| 
       86 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">7.3.7. < 
     | 
| 
       87 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">7.3.8. < 
     | 
| 
       88 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">7.3.9. < 
     | 
| 
       89 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/column_rename.html">7.3.10. < 
     | 
| 
       90 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">7.3.11. < 
     | 
| 
       91 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">7.3.12. < 
     | 
| 
       92 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/delete.html">7.3.13. < 
     | 
| 
       93 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/dump.html">7.3.14. < 
     | 
| 
       94 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/load.html">7.3.15. < 
     | 
| 
       95 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">7.3.16. < 
     | 
| 
       96 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">7.3.17. < 
     | 
| 
       97 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">7.3.18. < 
     | 
| 
       98 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/normalize.html">7.3.19. < 
     | 
| 
       99 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/normalizer_list.html">7.3.20. < 
     | 
| 
       100 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">7.3.21. < 
     | 
| 
       101 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       102 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       103 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       104 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       105 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       106 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       107 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       108 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       109 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       110 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       111 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       112 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       113 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
       114 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="commands/ 
     | 
| 
      
 83 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">7.3.4. <code class="docutils literal"><span class="pre">cache_limit</span></code></a></li>
         
     | 
| 
      
 84 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/check.html">7.3.5. <code class="docutils literal"><span class="pre">check</span></code></a></li>
         
     | 
| 
      
 85 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">7.3.6. <code class="docutils literal"><span class="pre">clearlock</span></code></a></li>
         
     | 
| 
      
 86 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">7.3.7. <code class="docutils literal"><span class="pre">column_create</span></code></a></li>
         
     | 
| 
      
 87 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">7.3.8. <code class="docutils literal"><span class="pre">column_list</span></code></a></li>
         
     | 
| 
      
 88 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">7.3.9. <code class="docutils literal"><span class="pre">column_remove</span></code></a></li>
         
     | 
| 
      
 89 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/column_rename.html">7.3.10. <code class="docutils literal"><span class="pre">column_rename</span></code></a></li>
         
     | 
| 
      
 90 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">7.3.11. <code class="docutils literal"><span class="pre">define_selector</span></code></a></li>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">7.3.12. <code class="docutils literal"><span class="pre">defrag</span></code></a></li>
         
     | 
| 
      
 92 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/delete.html">7.3.13. <code class="docutils literal"><span class="pre">delete</span></code></a></li>
         
     | 
| 
      
 93 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/dump.html">7.3.14. <code class="docutils literal"><span class="pre">dump</span></code></a></li>
         
     | 
| 
      
 94 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/load.html">7.3.15. <code class="docutils literal"><span class="pre">load</span></code></a></li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">7.3.16. <code class="docutils literal"><span class="pre">log_level</span></code></a></li>
         
     | 
| 
      
 96 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">7.3.17. <code class="docutils literal"><span class="pre">log_put</span></code></a></li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">7.3.18. <code class="docutils literal"><span class="pre">log_reopen</span></code></a></li>
         
     | 
| 
      
 98 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/normalize.html">7.3.19. <code class="docutils literal"><span class="pre">normalize</span></code></a></li>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/normalizer_list.html">7.3.20. <code class="docutils literal"><span class="pre">normalizer_list</span></code></a></li>
         
     | 
| 
      
 100 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/quit.html">7.3.21. <code class="docutils literal"><span class="pre">quit</span></code></a></li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/range_filter.html">7.3.22. <code class="docutils literal"><span class="pre">range_filter</span></code></a></li>
         
     | 
| 
      
 102 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/register.html">7.3.23. <code class="docutils literal"><span class="pre">register</span></code></a></li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/ruby_eval.html">7.3.24. <code class="docutils literal"><span class="pre">ruby_eval</span></code></a></li>
         
     | 
| 
      
 104 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/ruby_load.html">7.3.25. <code class="docutils literal"><span class="pre">ruby_load</span></code></a></li>
         
     | 
| 
      
 105 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/select.html">7.3.26. <code class="docutils literal"><span class="pre">select</span></code></a></li>
         
     | 
| 
      
 106 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">7.3.27. <code class="docutils literal"><span class="pre">shutdown</span></code></a></li>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/status.html">7.3.28. <code class="docutils literal"><span class="pre">status</span></code></a></li>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/suggest.html">7.3.29. <code class="docutils literal"><span class="pre">suggest</span></code></a></li>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">7.3.30. <code class="docutils literal"><span class="pre">table_create</span></code></a></li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">7.3.31. <code class="docutils literal"><span class="pre">table_list</span></code></a></li>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">7.3.32. <code class="docutils literal"><span class="pre">table_remove</span></code></a></li>
         
     | 
| 
      
 112 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/table_tokenize.html">7.3.33. <code class="docutils literal"><span class="pre">table_tokenize</span></code></a></li>
         
     | 
| 
      
 113 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/tokenize.html">7.3.34. <code class="docutils literal"><span class="pre">tokenize</span></code></a></li>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/tokenizer_list.html">7.3.35. <code class="docutils literal"><span class="pre">tokenizer_list</span></code></a></li>
         
     | 
| 
      
 115 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="commands/truncate.html">7.3.36. <code class="docutils literal"><span class="pre">truncate</span></code></a></li>
         
     | 
| 
       115 
116 
     | 
    
         
             
            </ul>
         
     | 
| 
       116 
117 
     | 
    
         
             
            </div>
         
     | 
| 
       117 
118 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -120,7 +121,7 @@ request a processing to groonga by a command.</p> 
     | 
|
| 
       120 
121 
     | 
    
         
             
                      </div>
         
     | 
| 
       121 
122 
     | 
    
         
             
                    </div>
         
     | 
| 
       122 
123 
     | 
    
         
             
                  </div>
         
     | 
| 
       123 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 124 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       124 
125 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       125 
126 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       126 
127 
     | 
    
         
             
              <p class="topless"><a href="output.html"
         
     | 
| 
         @@ -128,12 +129,14 @@ request a processing to groonga by a command.</p> 
     | 
|
| 
       128 
129 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       129 
130 
     | 
    
         
             
              <p class="topless"><a href="command/command_version.html"
         
     | 
| 
       130 
131 
     | 
    
         
             
                                    title="next chapter">7.3.1. コマンドバージョン</a></p>
         
     | 
| 
       131 
     | 
    
         
            -
              < 
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
                < 
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
      
 132 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 133 
     | 
    
         
            +
                <h3>This Page</h3>
         
     | 
| 
      
 134 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 135 
     | 
    
         
            +
                  <li><a href="../_sources/reference/command.txt"
         
     | 
| 
      
 136 
     | 
    
         
            +
                        rel="nofollow">Show Source</a></li>
         
     | 
| 
      
 137 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 138 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 139 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       137 
140 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       138 
141 
     | 
    
         
             
                <form class="search" action="../search.html" method="get">
         
     | 
| 
       139 
142 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -150,7 +153,7 @@ request a processing to groonga by a command.</p> 
     | 
|
| 
       150 
153 
     | 
    
         
             
                  </div>
         
     | 
| 
       151 
154 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       152 
155 
     | 
    
         
             
                </div>
         
     | 
| 
       153 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 156 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       154 
157 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       155 
158 
     | 
    
         
             
                  <ul>
         
     | 
| 
       156 
159 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -162,11 +165,11 @@ request a processing to groonga by a command.</p> 
     | 
|
| 
       162 
165 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       163 
166 
     | 
    
         
             
                      <a href="output.html" title="7.2. Output"
         
     | 
| 
       164 
167 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       165 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v4.0. 
     | 
| 
      
 168 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v4.0.8 documentation</a> »</li>
         
     | 
| 
       166 
169 
     | 
    
         
             
                      <li><a href="../reference.html" >7. Reference manual</a> »</li> 
         
     | 
| 
       167 
170 
     | 
    
         
             
                  </ul>
         
     | 
| 
       168 
171 
     | 
    
         
             
                </div>
         
     | 
| 
       169 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
      
 172 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
       170 
173 
     | 
    
         
             
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       171 
174 
     | 
    
         
             
                </div>
         
     | 
| 
       172 
175 
     | 
    
         
             
              </body>
         
     |