rroonga 6.0.9-x64-mingw32 → 6.1.0-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/doc/text/news.md +8 -0
 - data/ext/groonga/rb-grn-index-column.c +54 -0
 - data/ext/groonga/rb-grn-object.c +4 -0
 - data/ext/groonga/rb-grn-table.c +18 -0
 - data/ext/groonga/rb-grn.h +2 -2
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +8 -1
 - data/lib/groonga/schema.rb +2 -1
 - data/rroonga-build.rb +2 -2
 - data/test/test-index-column.rb +124 -1
 - data/test/test-schema-dumper.rb +82 -4
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-2.dll +0 -0
 - data/vendor/local/bin/libmsgpackc.dll +0 -0
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/bin/libpcre-1.dll +0 -0
 - data/vendor/local/bin/libpcrecpp-0.dll +0 -0
 - data/vendor/local/bin/libpcreposix-0.dll +0 -0
 - data/vendor/local/bin/lz4.exe +0 -0
 - data/vendor/local/bin/lz4c.exe +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.la +1 -1
 - data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.la +1 -1
 - data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.la +1 -1
 - data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.la +1 -1
 - 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 +1 -1
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +9 -4
 - 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 +1 -1
 - 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 +1 -1
 - 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 +1 -1
 - 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 +1 -1
 - data/vendor/local/lib/groonga/scripts/ruby/command_line/grndb.rb +1 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +1 -1
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 - data/vendor/local/lib/libonig.dll.a +0 -0
 - data/vendor/local/lib/libonig.la +1 -1
 - data/vendor/local/lib/libpcre.a +0 -0
 - data/vendor/local/lib/libpcre.dll.a +0 -0
 - data/vendor/local/lib/libpcrecpp.a +0 -0
 - data/vendor/local/lib/libpcrecpp.dll.a +0 -0
 - data/vendor/local/lib/libpcreposix.a +0 -0
 - data/vendor/local/lib/libpcreposix.dll.a +0 -0
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - 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/share/doc/groonga/en/html/.buildinfo +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 +3 -3
 - 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 +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +61 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +741 -42
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +47 -22
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +7 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/development.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/index.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +13 -11
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +19 -17
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +128 -72
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +983 -66
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +66 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/search.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/spec.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +8 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +10 -8
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +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 +3 -3
 - 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 +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +61 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +741 -42
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +47 -22
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +7 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +14 -12
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/development.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +19 -17
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +130 -72
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +823 -69
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +13 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +62 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +11 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/search.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +10 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +10 -8
 - data/vendor/local/share/groonga/html/admin/index.html +3 -3
 - data/vendor/local/share/groonga/html/admin/scripts/{scripts.a1c295fa.js → scripts.d3e19381.js} +207 -148
 - data/vendor/local/share/groonga/html/admin/scripts/{vendor.2c228d46.js → vendor.6c1a277a.js} +3854 -2816
 - data/vendor/local/share/groonga/html/admin/styles/{main.d9de008c.css → main.db676f1c.css} +156 -137
 - metadata +62 -129
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf +0 -26
 - data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +0 -26
 - data/vendor/local/etc/groonga/httpd/fastcgi_params +0 -25
 - data/vendor/local/etc/groonga/httpd/fastcgi_params.default +0 -25
 - data/vendor/local/etc/groonga/httpd/html/50x.html +0 -21
 - data/vendor/local/etc/groonga/httpd/html/index.html +0 -25
 - data/vendor/local/etc/groonga/httpd/koi-utf +0 -109
 - data/vendor/local/etc/groonga/httpd/koi-win +0 -103
 - data/vendor/local/etc/groonga/httpd/mime.types +0 -89
 - data/vendor/local/etc/groonga/httpd/mime.types.default +0 -89
 - data/vendor/local/etc/groonga/httpd/nginx.conf.default +0 -117
 - data/vendor/local/etc/groonga/httpd/scgi_params +0 -17
 - data/vendor/local/etc/groonga/httpd/scgi_params.default +0 -17
 - data/vendor/local/etc/groonga/httpd/uwsgi_params +0 -17
 - data/vendor/local/etc/groonga/httpd/uwsgi_params.default +0 -17
 - data/vendor/local/etc/groonga/httpd/win-utf +0 -126
 - data/vendor/local/sbin/groonga-httpd.exe +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-foreground-white.svg +0 -118
 - data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon-full-size.svg +0 -97
 - data/vendor/local/share/groonga/images/logo/groonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-logo-foreground-white.svg +0 -108
 - data/vendor/local/share/groonga/images/logo/groonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-logo.svg +0 -118
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar-foreground-white.svg +0 -170
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-bar.svg +0 -186
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-foreground-white.svg +0 -183
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner-large.svg +0 -179
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.png +0 -0
 - data/vendor/local/share/groonga/images/logo/groonga-powered-by-banner.svg +0 -201
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon-full-size.svg +0 -97
 - data/vendor/local/share/groonga/images/logo/mroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/mroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/mroonga-logo.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon-full-size.svg +0 -107
 - data/vendor/local/share/groonga/images/logo/nroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/nroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/nroonga-logo.svg +0 -117
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-foreground-white.svg +0 -106
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon-full-size.svg +0 -107
 - data/vendor/local/share/groonga/images/logo/rroonga-icon.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-icon.svg +0 -93
 - data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-logo-foreground-white.svg +0 -122
 - data/vendor/local/share/groonga/images/logo/rroonga-logo.png +0 -0
 - data/vendor/local/share/groonga/images/logo/rroonga-logo.svg +0 -117
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.8. パトリシア木による前方一致検索  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.8. パトリシア木による前方一致検索 — Groonga v6.1.0ドキュメント</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:     '6.0 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.0',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,9 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="index" title="索引" href="../genindex.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="search" title="検索" href="../search.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.0ドキュメント" href="../index.html" />
         
     | 
| 
       30 
32 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
33 
     | 
    
         
             
                <link rel="next" title="4.9. 全文検索用の語彙表の作成" href="lexicon.html" />
         
     | 
| 
       32 
34 
     | 
    
         
             
                <link rel="prev" title="4.7. match_columnsパラメータ" href="match_columns.html" /> 
         
     | 
| 
         @@ -61,8 +63,8 @@ 
     | 
|
| 
       61 
63 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
64 
     | 
    
         
             
                      <a href="match_columns.html" title="4.7. match_columnsパラメータ"
         
     | 
| 
       63 
65 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0 
     | 
| 
       65 
     | 
    
         
            -
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. チュートリアル</a>  
     | 
| 
      
 66 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.0ドキュメント</a> »</li>
         
     | 
| 
      
 67 
     | 
    
         
            +
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
69 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
70 
     | 
    
         | 
| 
         @@ -292,12 +294,12 @@ select --table PatSuffix --filter '_key @$ "ゆき" && ori 
     | 
|
| 
       292 
294 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       293 
295 
     | 
    
         
             
                      <a href="match_columns.html" title="4.7. match_columnsパラメータ"
         
     | 
| 
       294 
296 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       295 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0 
     | 
| 
       296 
     | 
    
         
            -
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. チュートリアル</a>  
     | 
| 
      
 297 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.0ドキュメント</a> »</li>
         
     | 
| 
      
 298 
     | 
    
         
            +
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       297 
299 
     | 
    
         
             
                  </ul>
         
     | 
| 
       298 
300 
     | 
    
         
             
                </div>
         
     | 
| 
       299 
301 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       300 
     | 
    
         
            -
                     
     | 
| 
      
 302 
     | 
    
         
            +
                    © Copyright 2009-2016, Brazil, Inc.
         
     | 
| 
       301 
303 
     | 
    
         
             
                </div>
         
     | 
| 
       302 
304 
     | 
    
         
             
              </body>
         
     | 
| 
       303 
305 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.11. クエリ拡張  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.11. クエリ拡張 — Groonga v6.1.0ドキュメント</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:     '6.0 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.0',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,9 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="index" title="索引" href="../genindex.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="search" title="検索" href="../search.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.0ドキュメント" href="../index.html" />
         
     | 
| 
       30 
32 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
33 
     | 
    
         
             
                <link rel="next" title="5. サーバー" href="../server.html" />
         
     | 
| 
       32 
34 
     | 
    
         
             
                <link rel="prev" title="4.10. マイクロブログ検索システムの作成" href="micro_blog.html" /> 
         
     | 
| 
         @@ -61,8 +63,8 @@ 
     | 
|
| 
       61 
63 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
64 
     | 
    
         
             
                      <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
         
     | 
| 
       63 
65 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0 
     | 
| 
       65 
     | 
    
         
            -
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. チュートリアル</a>  
     | 
| 
      
 66 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.0ドキュメント</a> »</li>
         
     | 
| 
      
 67 
     | 
    
         
            +
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
69 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
70 
     | 
    
         | 
| 
         @@ -323,12 +325,12 @@ select Doc --match_columns body --query "theatre" --query_expander Syn 
     | 
|
| 
       323 
325 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       324 
326 
     | 
    
         
             
                      <a href="micro_blog.html" title="4.10. マイクロブログ検索システムの作成"
         
     | 
| 
       325 
327 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       326 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0 
     | 
| 
       327 
     | 
    
         
            -
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. チュートリアル</a>  
     | 
| 
      
 328 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.0ドキュメント</a> »</li>
         
     | 
| 
      
 329 
     | 
    
         
            +
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       328 
330 
     | 
    
         
             
                  </ul>
         
     | 
| 
       329 
331 
     | 
    
         
             
                </div>
         
     | 
| 
       330 
332 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       331 
     | 
    
         
            -
                     
     | 
| 
      
 333 
     | 
    
         
            +
                    © Copyright 2009-2016, Brazil, Inc.
         
     | 
| 
       332 
334 
     | 
    
         
             
                </div>
         
     | 
| 
       333 
335 
     | 
    
         
             
              </body>
         
     | 
| 
       334 
336 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>4.4. さまざまな検索条件  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.4. さまざまな検索条件 — Groonga v6.1.0ドキュメント</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:     '6.0 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '6.1.0',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,7 +26,9 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="index" title="索引" href="../genindex.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="search" title="検索" href="../search.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="top" title="Groonga v6.1.0ドキュメント" href="../index.html" />
         
     | 
| 
       30 
32 
     | 
    
         
             
                <link rel="up" title="4. チュートリアル" href="../tutorial.html" />
         
     | 
| 
       31 
33 
     | 
    
         
             
                <link rel="next" title="4.5. ドリルダウン" href="drilldown.html" />
         
     | 
| 
       32 
34 
     | 
    
         
             
                <link rel="prev" title="4.3. いろいろなデータの保存" href="data.html" /> 
         
     | 
| 
         @@ -61,8 +63,8 @@ 
     | 
|
| 
       61 
63 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
64 
     | 
    
         
             
                      <a href="data.html" title="4.3. いろいろなデータの保存"
         
     | 
| 
       63 
65 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0 
     | 
| 
       65 
     | 
    
         
            -
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. チュートリアル</a>  
     | 
| 
      
 66 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.0ドキュメント</a> »</li>
         
     | 
| 
      
 67 
     | 
    
         
            +
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" accesskey="U">4. チュートリアル</a> »</li> 
         
     | 
| 
       66 
68 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
69 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
70 
     | 
    
         | 
| 
         @@ -613,12 +615,12 @@ select --table Site --query "_id:1 OR _id:2" --output_columns _key,loc 
     | 
|
| 
       613 
615 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       614 
616 
     | 
    
         
             
                      <a href="data.html" title="4.3. いろいろなデータの保存"
         
     | 
| 
       615 
617 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       616 
     | 
    
         
            -
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.0 
     | 
| 
       617 
     | 
    
         
            -
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. チュートリアル</a>  
     | 
| 
      
 618 
     | 
    
         
            +
                    <li class="nav-item nav-item-0"><a href="../index.html">Groonga v6.1.0ドキュメント</a> »</li>
         
     | 
| 
      
 619 
     | 
    
         
            +
                      <li class="nav-item nav-item-1"><a href="../tutorial.html" >4. チュートリアル</a> »</li> 
         
     | 
| 
       618 
620 
     | 
    
         
             
                  </ul>
         
     | 
| 
       619 
621 
     | 
    
         
             
                </div>
         
     | 
| 
       620 
622 
     | 
    
         
             
                <div class="footer" role="contentinfo">
         
     | 
| 
       621 
     | 
    
         
            -
                     
     | 
| 
      
 623 
     | 
    
         
            +
                    © Copyright 2009-2016, Brazil, Inc.
         
     | 
| 
       622 
624 
     | 
    
         
             
                </div>
         
     | 
| 
       623 
625 
     | 
    
         
             
              </body>
         
     | 
| 
       624 
626 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -9,7 +9,7 @@ 
     | 
|
| 
       9 
9 
     | 
    
         
             
                <link rel="icon" href="favicon.png">
         
     | 
| 
       10 
10 
     | 
    
         
             
                <!-- Place apple-touch-icon.png in the root directory -->
         
     | 
| 
       11 
11 
     | 
    
         
             
                <link rel="stylesheet" href="styles/vendor.7f75f6e0.css">
         
     | 
| 
       12 
     | 
    
         
            -
                <link rel="stylesheet" href="styles/main. 
     | 
| 
      
 12 
     | 
    
         
            +
                <link rel="stylesheet" href="styles/main.db676f1c.css">
         
     | 
| 
       13 
13 
     | 
    
         
             
              </head>
         
     | 
| 
       14 
14 
     | 
    
         
             
              <body ng-app="groongaAdminApp">
         
     | 
| 
       15 
15 
     | 
    
         
             
                <!--[if lt IE 7]>
         
     | 
| 
         @@ -36,8 +36,8 @@ 
     | 
|
| 
       36 
36 
     | 
    
         
             
                <script src="scripts/oldieshim.572be7b4.js"></script>
         
     | 
| 
       37 
37 
     | 
    
         
             
                <![endif]-->
         
     | 
| 
       38 
38 
     | 
    
         | 
| 
       39 
     | 
    
         
            -
                <script src="scripts/vendor. 
     | 
| 
      
 39 
     | 
    
         
            +
                <script src="scripts/vendor.6c1a277a.js"></script>
         
     | 
| 
       40 
40 
     | 
    
         | 
| 
       41 
     | 
    
         
            -
                    <script src="scripts/scripts. 
     | 
| 
      
 41 
     | 
    
         
            +
                    <script src="scripts/scripts.d3e19381.js"></script>
         
     | 
| 
       42 
42 
     | 
    
         
             
            </body>
         
     | 
| 
       43 
43 
     | 
    
         
             
            </html>
         
     | 
    
        data/vendor/local/share/groonga/html/admin/scripts/{scripts.a1c295fa.js → scripts.d3e19381.js}
    RENAMED
    
    | 
         @@ -30,6 +30,22 @@ 
     | 
|
| 
       30 
30 
     | 
    
         
             
                this._parameters = parameters;
         
     | 
| 
       31 
31 
     | 
    
         
             
              };
         
     | 
| 
       32 
32 
     | 
    
         | 
| 
      
 33 
     | 
    
         
            +
              GroongaClient.Request.prototype.then = function(successCallback, errorCallback) {
         
     | 
| 
      
 34 
     | 
    
         
            +
                var name = this._name;
         
     | 
| 
      
 35 
     | 
    
         
            +
                return this._rawRequest.then(
         
     | 
| 
      
 36 
     | 
    
         
            +
                  function(rawResponse) {
         
     | 
| 
      
 37 
     | 
    
         
            +
                    var ResponseConstructor = GroongaClient.Response.find(name);
         
     | 
| 
      
 38 
     | 
    
         
            +
                    var response = new ResponseConstructor(rawResponse.data);
         
     | 
| 
      
 39 
     | 
    
         
            +
                    return successCallback(response, rawResponse);
         
     | 
| 
      
 40 
     | 
    
         
            +
                  },
         
     | 
| 
      
 41 
     | 
    
         
            +
                  function(rawResponse) {
         
     | 
| 
      
 42 
     | 
    
         
            +
                    var ResponseConstructor = GroongaClient.Response.find(name);
         
     | 
| 
      
 43 
     | 
    
         
            +
                    var response = new ResponseConstructor(rawResponse.data);
         
     | 
| 
      
 44 
     | 
    
         
            +
                    return errorCallback(response, rawResponse);
         
     | 
| 
      
 45 
     | 
    
         
            +
                  }
         
     | 
| 
      
 46 
     | 
    
         
            +
                );
         
     | 
| 
      
 47 
     | 
    
         
            +
              };
         
     | 
| 
      
 48 
     | 
    
         
            +
             
     | 
| 
       33 
49 
     | 
    
         
             
              GroongaClient.Request.prototype.success = function(callback) {
         
     | 
| 
       34 
50 
     | 
    
         
             
                var name = this._name;
         
     | 
| 
       35 
51 
     | 
    
         
             
                return this._rawRequest.then(function(rawResponse) {
         
     | 
| 
         @@ -40,6 +56,7 @@ 
     | 
|
| 
       40 
56 
     | 
    
         
             
              };
         
     | 
| 
       41 
57 
     | 
    
         | 
| 
       42 
58 
     | 
    
         
             
              GroongaClient.Request.prototype.error = function(callback) {
         
     | 
| 
      
 59 
     | 
    
         
            +
                var name = this._name;
         
     | 
| 
       43 
60 
     | 
    
         
             
                return this._rawRequest.then(null, function(rawResponse) {
         
     | 
| 
       44 
61 
     | 
    
         
             
                  var ResponseConstructor = GroongaClient.Response.find(name);
         
     | 
| 
       45 
62 
     | 
    
         
             
                  var response = new ResponseConstructor(rawResponse.data);
         
     | 
| 
         @@ -188,6 +205,14 @@ GroongaClient.Response.find = function(name) { 
     | 
|
| 
       188 
205 
     | 
    
         | 
| 
       189 
206 
     | 
    
         
             
              Schema.prototype = Object.create(GroongaClient.Response.Base.prototype);
         
     | 
| 
       190 
207 
     | 
    
         
             
              Schema.prototype.constructor = Schema;
         
     | 
| 
      
 208 
     | 
    
         
            +
             
     | 
| 
      
 209 
     | 
    
         
            +
              Schema.prototype.types = function() {
         
     | 
| 
      
 210 
     | 
    
         
            +
                return this.body().types;
         
     | 
| 
      
 211 
     | 
    
         
            +
              };
         
     | 
| 
      
 212 
     | 
    
         
            +
             
     | 
| 
      
 213 
     | 
    
         
            +
              Schema.prototype.tables = function() {
         
     | 
| 
      
 214 
     | 
    
         
            +
                return this.body().tables;
         
     | 
| 
      
 215 
     | 
    
         
            +
              };
         
     | 
| 
       191 
216 
     | 
    
         
             
            })();
         
     | 
| 
       192 
217 
     | 
    
         | 
| 
       193 
218 
     | 
    
         
             
            'use strict';
         
     | 
| 
         @@ -384,6 +409,22 @@ GroongaClient.Response.find = function(name) { 
     | 
|
| 
       384 
409 
     | 
    
         | 
| 
       385 
410 
     | 
    
         
             
            'use strict';
         
     | 
| 
       386 
411 
     | 
    
         | 
| 
      
 412 
     | 
    
         
            +
            (function() {
         
     | 
| 
      
 413 
     | 
    
         
            +
              function ThreadLimit(rawData) {
         
     | 
| 
      
 414 
     | 
    
         
            +
                GroongaClient.Response.Base.call(this, rawData);
         
     | 
| 
      
 415 
     | 
    
         
            +
              }
         
     | 
| 
      
 416 
     | 
    
         
            +
              GroongaClient.Response.ThreadLimit = ThreadLimit;
         
     | 
| 
      
 417 
     | 
    
         
            +
             
     | 
| 
      
 418 
     | 
    
         
            +
              ThreadLimit.prototype = Object.create(GroongaClient.Response.Base.prototype);
         
     | 
| 
      
 419 
     | 
    
         
            +
              ThreadLimit.prototype.constructor = ThreadLimit;
         
     | 
| 
      
 420 
     | 
    
         
            +
             
     | 
| 
      
 421 
     | 
    
         
            +
              ThreadLimit.prototype.lastMaxLimit = function() {
         
     | 
| 
      
 422 
     | 
    
         
            +
                return this.body();
         
     | 
| 
      
 423 
     | 
    
         
            +
              };
         
     | 
| 
      
 424 
     | 
    
         
            +
            })();
         
     | 
| 
      
 425 
     | 
    
         
            +
             
     | 
| 
      
 426 
     | 
    
         
            +
            'use strict';
         
     | 
| 
      
 427 
     | 
    
         
            +
             
     | 
| 
       387 
428 
     | 
    
         
             
            (function(global) {
         
     | 
| 
       388 
429 
     | 
    
         
             
              function TimeUnit(parameters) {
         
     | 
| 
       389 
430 
     | 
    
         
             
                this.label = parameters.label;
         
     | 
| 
         @@ -603,65 +644,17 @@ angular.module('groongaAdminApp') 
     | 
|
| 
       603 
644 
     | 
    
         | 
| 
       604 
645 
     | 
    
         
             
                  function createSchema() {
         
     | 
| 
       605 
646 
     | 
    
         
             
                    var newSchema = {};
         
     | 
| 
       606 
     | 
    
         
            -
                    fillTypes(newSchema);
         
     | 
| 
       607 
647 
     | 
    
         
             
                    return newSchema;
         
     | 
| 
       608 
648 
     | 
    
         
             
                  }
         
     | 
| 
       609 
649 
     | 
    
         | 
| 
       610 
     | 
    
         
            -
                  function  
     | 
| 
       611 
     | 
    
         
            -
                    var  
     | 
| 
       612 
     | 
    
         
            -
             
     | 
| 
       613 
     | 
    
         
            -
             
     | 
| 
       614 
     | 
    
         
            -
             
     | 
| 
       615 
     | 
    
         
            -
                       
     | 
| 
       616 
     | 
    
         
            -
                        name: 'Int8'
         
     | 
| 
       617 
     | 
    
         
            -
                      },
         
     | 
| 
       618 
     | 
    
         
            -
                      {
         
     | 
| 
       619 
     | 
    
         
            -
                        name: 'UInt8'
         
     | 
| 
       620 
     | 
    
         
            -
                      },
         
     | 
| 
       621 
     | 
    
         
            -
                      {
         
     | 
| 
       622 
     | 
    
         
            -
                        name: 'Int16'
         
     | 
| 
       623 
     | 
    
         
            -
                      },
         
     | 
| 
       624 
     | 
    
         
            -
                      {
         
     | 
| 
       625 
     | 
    
         
            -
                        name: 'UInt16'
         
     | 
| 
       626 
     | 
    
         
            -
                      },
         
     | 
| 
       627 
     | 
    
         
            -
                      {
         
     | 
| 
       628 
     | 
    
         
            -
                        name: 'Int32'
         
     | 
| 
       629 
     | 
    
         
            -
                      },
         
     | 
| 
       630 
     | 
    
         
            -
                      {
         
     | 
| 
       631 
     | 
    
         
            -
                        name: 'UInt32'
         
     | 
| 
       632 
     | 
    
         
            -
                      },
         
     | 
| 
       633 
     | 
    
         
            -
                      {
         
     | 
| 
       634 
     | 
    
         
            -
                        name: 'Int64'
         
     | 
| 
       635 
     | 
    
         
            -
                      },
         
     | 
| 
       636 
     | 
    
         
            -
                      {
         
     | 
| 
       637 
     | 
    
         
            -
                        name: 'UInt64'
         
     | 
| 
       638 
     | 
    
         
            -
                      },
         
     | 
| 
       639 
     | 
    
         
            -
                      {
         
     | 
| 
       640 
     | 
    
         
            -
                        name: 'Float'
         
     | 
| 
       641 
     | 
    
         
            -
                      },
         
     | 
| 
       642 
     | 
    
         
            -
                      {
         
     | 
| 
       643 
     | 
    
         
            -
                        name: 'Time'
         
     | 
| 
       644 
     | 
    
         
            -
                      },
         
     | 
| 
       645 
     | 
    
         
            -
                      {
         
     | 
| 
       646 
     | 
    
         
            -
                        name: 'ShortText'
         
     | 
| 
       647 
     | 
    
         
            -
                      },
         
     | 
| 
       648 
     | 
    
         
            -
                      {
         
     | 
| 
       649 
     | 
    
         
            -
                        name: 'Text'
         
     | 
| 
       650 
     | 
    
         
            -
                      },
         
     | 
| 
       651 
     | 
    
         
            -
                      {
         
     | 
| 
       652 
     | 
    
         
            -
                        name: 'LongText'
         
     | 
| 
       653 
     | 
    
         
            -
                      },
         
     | 
| 
       654 
     | 
    
         
            -
                      {
         
     | 
| 
       655 
     | 
    
         
            -
                        name: 'TokyoGeoPoint'
         
     | 
| 
       656 
     | 
    
         
            -
                      },
         
     | 
| 
       657 
     | 
    
         
            -
                      {
         
     | 
| 
       658 
     | 
    
         
            -
                        name: 'WGS84GeoPoint'
         
     | 
| 
       659 
     | 
    
         
            -
                      }
         
     | 
| 
       660 
     | 
    
         
            -
                    ];
         
     | 
| 
       661 
     | 
    
         
            -
                    schema.types = {};
         
     | 
| 
       662 
     | 
    
         
            -
                    angular.forEach(builtinTypes, function(type) {
         
     | 
| 
       663 
     | 
    
         
            -
                      schema.types[type.name] = type;
         
     | 
| 
      
 650 
     | 
    
         
            +
                  function buildTypes(rawTypes) {
         
     | 
| 
      
 651 
     | 
    
         
            +
                    var types = {};
         
     | 
| 
      
 652 
     | 
    
         
            +
                    angular.forEach(rawTypes, function(rawType, name) {
         
     | 
| 
      
 653 
     | 
    
         
            +
                      types[name] = {
         
     | 
| 
      
 654 
     | 
    
         
            +
                        name: rawType.name
         
     | 
| 
      
 655 
     | 
    
         
            +
                      };
         
     | 
| 
       664 
656 
     | 
    
         
             
                    });
         
     | 
| 
      
 657 
     | 
    
         
            +
                    return types;
         
     | 
| 
       665 
658 
     | 
    
         
             
                  }
         
     | 
| 
       666 
659 
     | 
    
         | 
| 
       667 
660 
     | 
    
         
             
                  function isTextType(typeName) {
         
     | 
| 
         @@ -675,120 +668,189 @@ angular.module('groongaAdminApp') 
     | 
|
| 
       675 
668 
     | 
    
         
             
                    }
         
     | 
| 
       676 
669 
     | 
    
         
             
                  }
         
     | 
| 
       677 
670 
     | 
    
         | 
| 
       678 
     | 
    
         
            -
                  function  
     | 
| 
       679 
     | 
    
         
            -
                     
     | 
| 
       680 
     | 
    
         
            -
             
     | 
| 
      
 671 
     | 
    
         
            +
                  function buildTable(rawTypes, rawTable) {
         
     | 
| 
      
 672 
     | 
    
         
            +
                    var table = {};
         
     | 
| 
      
 673 
     | 
    
         
            +
                    table.id           = 0; // XXX it exists in a table_list response but missing in a schema response.
         
     | 
| 
      
 674 
     | 
    
         
            +
                    table.name         = rawTable.name;
         
     | 
| 
      
 675 
     | 
    
         
            +
                    table.path         = ''; // XXX it exists in a table_list response but missing in a schema response.
         
     | 
| 
      
 676 
     | 
    
         
            +
                    table.valueType    = rawTable.value_type && rawTable.value_type.name;
         
     | 
| 
      
 677 
     | 
    
         
            +
                    table.tokenizer    = rawTable.tokenizer && rawTable.tokenizer.name;
         
     | 
| 
      
 678 
     | 
    
         
            +
                    table.normalizer   = rawTable.normalizer && rawTable.normalizer.name;
         
     | 
| 
      
 679 
     | 
    
         
            +
                    table.type         = rawTable.type;
         
     | 
| 
      
 680 
     | 
    
         
            +
             
     | 
| 
      
 681 
     | 
    
         
            +
                    table.flags = rawTable.command.arguments.flags.split('|');
         
     | 
| 
      
 682 
     | 
    
         
            +
             
     | 
| 
      
 683 
     | 
    
         
            +
                    table.tokenFilters = rawTable.token_filters.join(',');
         
     | 
| 
      
 684 
     | 
    
         
            +
             
     | 
| 
      
 685 
     | 
    
         
            +
                    table.keyType = null;
         
     | 
| 
      
 686 
     | 
    
         
            +
                    if (rawTable.key_type) {
         
     | 
| 
      
 687 
     | 
    
         
            +
                      table.keyType = {
         
     | 
| 
      
 688 
     | 
    
         
            +
                        name: rawTable.key_type.name,
         
     | 
| 
      
 689 
     | 
    
         
            +
                        isTextType: isTextType(rawTable.key_type.name)
         
     | 
| 
      
 690 
     | 
    
         
            +
                      };
         
     | 
| 
      
 691 
     | 
    
         
            +
                    }
         
     | 
| 
       681 
692 
     | 
    
         | 
| 
       682 
     | 
    
         
            -
             
     | 
| 
       683 
     | 
    
         
            -
                    table. 
     | 
| 
       684 
     | 
    
         
            -
             
     | 
| 
       685 
     | 
    
         
            -
             
     | 
| 
       686 
     | 
    
         
            -
                     
     | 
| 
       687 
     | 
    
         
            -
                  }
         
     | 
| 
      
 693 
     | 
    
         
            +
                    table.isArray           = table.type === 'array';
         
     | 
| 
      
 694 
     | 
    
         
            +
                    table.isHashTable       = table.type === 'hash table';
         
     | 
| 
      
 695 
     | 
    
         
            +
                    table.isPatriciaTrie    = table.type === 'patricia trie';
         
     | 
| 
      
 696 
     | 
    
         
            +
                    table.isDoubleArrayTrie = table.type === 'double attay trie';
         
     | 
| 
      
 697 
     | 
    
         
            +
                    table.hasKey            = !table.isArray;
         
     | 
| 
       688 
698 
     | 
    
         | 
| 
       689 
     | 
    
         
            -
             
     | 
| 
       690 
     | 
    
         
            -
                     
     | 
| 
       691 
     | 
    
         
            -
             
     | 
| 
       692 
     | 
    
         
            -
                     
     | 
| 
      
 699 
     | 
    
         
            +
                    table.range  = table.valueType; // for backward compatibility
         
     | 
| 
      
 700 
     | 
    
         
            +
                    table.domain = table.keyType && table.keyType.name; // for backward compatibility
         
     | 
| 
      
 701 
     | 
    
         
            +
             
     | 
| 
      
 702 
     | 
    
         
            +
                    table.columns = buildColumns(rawTypes, rawTable);
         
     | 
| 
      
 703 
     | 
    
         
            +
             
     | 
| 
      
 704 
     | 
    
         
            +
                    return table;
         
     | 
| 
       693 
705 
     | 
    
         
             
                  }
         
     | 
| 
       694 
706 
     | 
    
         | 
| 
       695 
     | 
    
         
            -
                  function  
     | 
| 
       696 
     | 
    
         
            -
                     
     | 
| 
       697 
     | 
    
         
            -
             
     | 
| 
       698 
     | 
    
         
            -
                       
     | 
| 
       699 
     | 
    
         
            -
             
     | 
| 
       700 
     | 
    
         
            -
                     
     | 
| 
      
 707 
     | 
    
         
            +
                  function buildTables(rawTypes, rawTables) {
         
     | 
| 
      
 708 
     | 
    
         
            +
                    var tables = {};
         
     | 
| 
      
 709 
     | 
    
         
            +
                    angular.forEach(rawTables, function(rawTable, name) {
         
     | 
| 
      
 710 
     | 
    
         
            +
                      tables[name] = buildTable(rawTypes, rawTable);
         
     | 
| 
      
 711 
     | 
    
         
            +
                    });
         
     | 
| 
      
 712 
     | 
    
         
            +
                    return tables;
         
     | 
| 
       701 
713 
     | 
    
         
             
                  }
         
     | 
| 
       702 
714 
     | 
    
         | 
| 
       703 
     | 
    
         
            -
                  function  
     | 
| 
      
 715 
     | 
    
         
            +
                  function resolveIndexes(schema) {
         
     | 
| 
       704 
716 
     | 
    
         
             
                    angular.forEach(schema.tables, function(table) {
         
     | 
| 
       705 
717 
     | 
    
         
             
                      angular.forEach(table.columns, function(column) {
         
     | 
| 
       706 
     | 
    
         
            -
                         
     | 
| 
      
 718 
     | 
    
         
            +
                        column.indexes = column.indexes.map(function(index) {
         
     | 
| 
      
 719 
     | 
    
         
            +
                          return schema.tables[index.table].columns[index.name];
         
     | 
| 
      
 720 
     | 
    
         
            +
                        });
         
     | 
| 
       707 
721 
     | 
    
         
             
                      });
         
     | 
| 
       708 
722 
     | 
    
         
             
                    });
         
     | 
| 
       709 
723 
     | 
    
         
             
                  }
         
     | 
| 
       710 
724 
     | 
    
         | 
| 
       711 
     | 
    
         
            -
                  function  
     | 
| 
       712 
     | 
    
         
            -
                    var  
     | 
| 
       713 
     | 
    
         
            -
                    column. 
     | 
| 
       714 
     | 
    
         
            -
             
     | 
| 
       715 
     | 
    
         
            -
             
     | 
| 
       716 
     | 
    
         
            -
             
     | 
| 
       717 
     | 
    
         
            -
             
     | 
| 
       718 
     | 
    
         
            -
             
     | 
| 
       719 
     | 
    
         
            -
             
     | 
| 
       720 
     | 
    
         
            -
             
     | 
| 
       721 
     | 
    
         
            -
             
     | 
| 
      
 725 
     | 
    
         
            +
                  function buildColumn(rawTable, rawColumn) {
         
     | 
| 
      
 726 
     | 
    
         
            +
                    var column = {};
         
     | 
| 
      
 727 
     | 
    
         
            +
                    column.id       = rawColumn.id || 0;
         
     | 
| 
      
 728 
     | 
    
         
            +
                    column.name     = rawColumn.name;
         
     | 
| 
      
 729 
     | 
    
         
            +
                    column.path     = rawColumn.path || '';
         
     | 
| 
      
 730 
     | 
    
         
            +
                    column.type     = rawColumn.type;
         
     | 
| 
      
 731 
     | 
    
         
            +
                    // TODO: Wrong. It should be 'fix' or 'var'. It can be removable.
         
     | 
| 
      
 732 
     | 
    
         
            +
                    column.sizeType = rawColumn.type;
         
     | 
| 
      
 733 
     | 
    
         
            +
                    column.table    = rawTable;
         
     | 
| 
      
 734 
     | 
    
         
            +
             
     | 
| 
      
 735 
     | 
    
         
            +
                    column.flags = rawColumn.command.arguments.flags.split('|');
         
     | 
| 
      
 736 
     | 
    
         
            +
             
     | 
| 
      
 737 
     | 
    
         
            +
                    column.sources = rawColumn.sources.map(function(source) {
         
     | 
| 
      
 738 
     | 
    
         
            +
                      return source.full_name.replace(/\._key$/, '');
         
     | 
| 
       722 
739 
     | 
    
         
             
                    });
         
     | 
| 
      
 740 
     | 
    
         
            +
             
     | 
| 
      
 741 
     | 
    
         
            +
                    column.valueType = {
         
     | 
| 
      
 742 
     | 
    
         
            +
                      name: rawColumn.value_type.name,
         
     | 
| 
      
 743 
     | 
    
         
            +
                      isTextType: isTextType(rawColumn.value_type.name),
         
     | 
| 
      
 744 
     | 
    
         
            +
                      isReferenceType: rawColumn.value_type.type === 'reference'
         
     | 
| 
      
 745 
     | 
    
         
            +
                    };
         
     | 
| 
      
 746 
     | 
    
         
            +
             
     | 
| 
      
 747 
     | 
    
         
            +
                    column.isScalar = column.type === 'scalar';
         
     | 
| 
      
 748 
     | 
    
         
            +
                    column.isVector = column.type === 'vector';
         
     | 
| 
      
 749 
     | 
    
         
            +
                    column.isIndex  = column.type === 'index';
         
     | 
| 
      
 750 
     | 
    
         
            +
             
     | 
| 
      
 751 
     | 
    
         
            +
                    column.range  = column.valueType && column.valueType.name; // for backward compatibility
         
     | 
| 
      
 752 
     | 
    
         
            +
                    column.domain = rawTable.name; // for backward compatibility
         
     | 
| 
      
 753 
     | 
    
         
            +
             
     | 
| 
      
 754 
     | 
    
         
            +
                    column.indexes = rawColumn.indexes || [];
         
     | 
| 
      
 755 
     | 
    
         
            +
                    return column;
         
     | 
| 
       723 
756 
     | 
    
         
             
                  }
         
     | 
| 
       724 
757 
     | 
    
         | 
| 
       725 
     | 
    
         
            -
                  function  
     | 
| 
       726 
     | 
    
         
            -
                     
     | 
| 
       727 
     | 
    
         
            -
             
     | 
| 
       728 
     | 
    
         
            -
             
     | 
| 
       729 
     | 
    
         
            -
             
     | 
| 
      
 758 
     | 
    
         
            +
                  function buildColumns(rawTypes, rawTable) {
         
     | 
| 
      
 759 
     | 
    
         
            +
                    var columns = {};
         
     | 
| 
      
 760 
     | 
    
         
            +
             
     | 
| 
      
 761 
     | 
    
         
            +
                    rawTable.columns._id = {
         
     | 
| 
      
 762 
     | 
    
         
            +
                      id:        0,
         
     | 
| 
      
 763 
     | 
    
         
            +
                      name:      '_id',
         
     | 
| 
      
 764 
     | 
    
         
            +
                      table:     rawTable.name,
         
     | 
| 
      
 765 
     | 
    
         
            +
                      full_name: rawTable.name + '._id',
         
     | 
| 
      
 766 
     | 
    
         
            +
                      type:      'scalar',
         
     | 
| 
      
 767 
     | 
    
         
            +
                      value_type: {
         
     | 
| 
      
 768 
     | 
    
         
            +
                        id:   rawTypes.UInt32.id,
         
     | 
| 
      
 769 
     | 
    
         
            +
                        name: 'UInt32',
         
     | 
| 
      
 770 
     | 
    
         
            +
                        type: 'type'
         
     | 
| 
      
 771 
     | 
    
         
            +
                      },
         
     | 
| 
      
 772 
     | 
    
         
            +
                      compress:  null,
         
     | 
| 
      
 773 
     | 
    
         
            +
                      section:   false,
         
     | 
| 
      
 774 
     | 
    
         
            +
                      weight:    false,
         
     | 
| 
      
 775 
     | 
    
         
            +
                      position:  false,
         
     | 
| 
      
 776 
     | 
    
         
            +
                      sources:   [],
         
     | 
| 
      
 777 
     | 
    
         
            +
                      indexes:   [],
         
     | 
| 
      
 778 
     | 
    
         
            +
                      command: {
         
     | 
| 
      
 779 
     | 
    
         
            +
                        arguments: {
         
     | 
| 
      
 780 
     | 
    
         
            +
                          flags: 'COLUMN_SCALAR'
         
     | 
| 
       730 
781 
     | 
    
         
             
                        }
         
     | 
| 
       731 
     | 
    
         
            -
                      } 
     | 
| 
      
 782 
     | 
    
         
            +
                      }
         
     | 
| 
      
 783 
     | 
    
         
            +
                    };
         
     | 
| 
      
 784 
     | 
    
         
            +
             
     | 
| 
      
 785 
     | 
    
         
            +
                    if (rawTable.type !== 'array') {
         
     | 
| 
      
 786 
     | 
    
         
            +
                      rawTable.columns._key = {
         
     | 
| 
      
 787 
     | 
    
         
            +
                        id:        0,
         
     | 
| 
      
 788 
     | 
    
         
            +
                        name:      '_key',
         
     | 
| 
      
 789 
     | 
    
         
            +
                        table:     rawTable.name,
         
     | 
| 
      
 790 
     | 
    
         
            +
                        full_name: rawTable.name + '._key',
         
     | 
| 
      
 791 
     | 
    
         
            +
                        type:      'scalar',
         
     | 
| 
      
 792 
     | 
    
         
            +
                        value_type: rawTable.key_type,
         
     | 
| 
      
 793 
     | 
    
         
            +
                        compress:  null,
         
     | 
| 
      
 794 
     | 
    
         
            +
                        section:   false,
         
     | 
| 
      
 795 
     | 
    
         
            +
                        weight:    false,
         
     | 
| 
      
 796 
     | 
    
         
            +
                        position:  false,
         
     | 
| 
      
 797 
     | 
    
         
            +
                        sources:   [],
         
     | 
| 
      
 798 
     | 
    
         
            +
                        indexes:   rawTable.indexes || [],
         
     | 
| 
      
 799 
     | 
    
         
            +
                        command: {
         
     | 
| 
      
 800 
     | 
    
         
            +
                          arguments: {
         
     | 
| 
      
 801 
     | 
    
         
            +
                            flags: 'COLUMN_SCALAR'
         
     | 
| 
      
 802 
     | 
    
         
            +
                          }
         
     | 
| 
      
 803 
     | 
    
         
            +
                        }
         
     | 
| 
      
 804 
     | 
    
         
            +
                      };
         
     | 
| 
      
 805 
     | 
    
         
            +
                    }
         
     | 
| 
      
 806 
     | 
    
         
            +
             
     | 
| 
      
 807 
     | 
    
         
            +
                    angular.forEach(rawTable.columns, function(rawColumn, name) {
         
     | 
| 
      
 808 
     | 
    
         
            +
                      columns[name] = buildColumn(rawTable, rawColumn);
         
     | 
| 
       732 
809 
     | 
    
         
             
                    });
         
     | 
| 
       733 
     | 
    
         
            -
                  }
         
     | 
| 
       734 
810 
     | 
    
         | 
| 
       735 
     | 
    
         
            -
             
     | 
| 
       736 
     | 
    
         
            -
                    column.table = table;
         
     | 
| 
       737 
     | 
    
         
            -
                    column.indexes = [];
         
     | 
| 
       738 
     | 
    
         
            -
                    table.columns[column.name] = column;
         
     | 
| 
      
 811 
     | 
    
         
            +
                    return columns;
         
     | 
| 
       739 
812 
     | 
    
         
             
                  }
         
     | 
| 
       740 
813 
     | 
    
         | 
| 
       741 
     | 
    
         
            -
                   
     | 
| 
       742 
     | 
    
         
            -
             
     | 
| 
       743 
     | 
    
         
            -
             
     | 
| 
       744 
     | 
    
         
            -
             
     | 
| 
       745 
     | 
    
         
            -
             
     | 
| 
       746 
     | 
    
         
            -
             
     | 
| 
       747 
     | 
    
         
            -
             
     | 
| 
       748 
     | 
    
         
            -
                        var rawIDColumn = [
         
     | 
| 
       749 
     | 
    
         
            -
                          table.id,                   // id
         
     | 
| 
       750 
     | 
    
         
            -
                          '_id',                      // name
         
     | 
| 
       751 
     | 
    
         
            -
                          table.path,                 // path
         
     | 
| 
       752 
     | 
    
         
            -
                          'fix',                      // type
         
     | 
| 
       753 
     | 
    
         
            -
                          'COLUMN_SCALAR|PERSISTENT', // flags
         
     | 
| 
       754 
     | 
    
         
            -
                          table.name,                 // domain
         
     | 
| 
       755 
     | 
    
         
            -
                          'UInt32',                   // range
         
     | 
| 
       756 
     | 
    
         
            -
                          []                          // source
         
     | 
| 
       757 
     | 
    
         
            -
                        ];
         
     | 
| 
       758 
     | 
    
         
            -
                        columns.unshift(response.parseRawColumn(rawIDColumn));
         
     | 
| 
       759 
     | 
    
         
            -
             
     | 
| 
       760 
     | 
    
         
            -
                        columns.forEach(function(column) {
         
     | 
| 
       761 
     | 
    
         
            -
                          addColumn(table, column);
         
     | 
| 
       762 
     | 
    
         
            -
                        });
         
     | 
| 
      
 814 
     | 
    
         
            +
                  var THREAD_LIMIT_UNKNOWN = 0;
         
     | 
| 
      
 815 
     | 
    
         
            +
                  function setThreadLimit(limit) {
         
     | 
| 
      
 816 
     | 
    
         
            +
                    return client.execute('thread_limit', { max: limit })
         
     | 
| 
      
 817 
     | 
    
         
            +
                      .then(function(response) {
         
     | 
| 
      
 818 
     | 
    
         
            +
                        return response.lastMaxLimit();
         
     | 
| 
      
 819 
     | 
    
         
            +
                      }, function(/* errorResponse */) {
         
     | 
| 
      
 820 
     | 
    
         
            +
                        return THREAD_LIMIT_UNKNOWN;
         
     | 
| 
       763 
821 
     | 
    
         
             
                      });
         
     | 
| 
       764 
822 
     | 
    
         
             
                  }
         
     | 
| 
       765 
823 
     | 
    
         | 
| 
       766 
     | 
    
         
            -
                  function  
     | 
| 
      
 824 
     | 
    
         
            +
                  function fetchSchema(schema) {
         
     | 
| 
       767 
825 
     | 
    
         
             
                    schema.tables = {};
         
     | 
| 
       768 
     | 
    
         
            -
                     
     | 
| 
       769 
     | 
    
         
            -
             
     | 
| 
       770 
     | 
    
         
            -
             
     | 
| 
       771 
     | 
    
         
            -
             
     | 
| 
       772 
     | 
    
         
            -
             
     | 
| 
       773 
     | 
    
         
            -
             
     | 
| 
       774 
     | 
    
         
            -
             
     | 
| 
       775 
     | 
    
         
            -
             
     | 
| 
       776 
     | 
    
         
            -
             
     | 
| 
       777 
     | 
    
         
            -
             
     | 
| 
      
 826 
     | 
    
         
            +
                    var lastMaxLimitBackup;
         
     | 
| 
      
 827 
     | 
    
         
            +
                    return setThreadLimit(1)
         
     | 
| 
      
 828 
     | 
    
         
            +
                      .then(function(lastMaxLimit) {
         
     | 
| 
      
 829 
     | 
    
         
            +
                        lastMaxLimitBackup = lastMaxLimit;
         
     | 
| 
      
 830 
     | 
    
         
            +
                      })
         
     | 
| 
      
 831 
     | 
    
         
            +
                      .then(function() {
         
     | 
| 
      
 832 
     | 
    
         
            +
                        return client.execute('schema')
         
     | 
| 
      
 833 
     | 
    
         
            +
                                .then(function(response) {
         
     | 
| 
      
 834 
     | 
    
         
            +
                                  schema.types = buildTypes(response.types());
         
     | 
| 
      
 835 
     | 
    
         
            +
                                  schema.tables = buildTables(response.types(),
         
     | 
| 
      
 836 
     | 
    
         
            +
                                                              response.tables());
         
     | 
| 
      
 837 
     | 
    
         
            +
                                  resolveIndexes(schema);
         
     | 
| 
      
 838 
     | 
    
         
            +
                                }, function(/* errorResponse */) {});
         
     | 
| 
      
 839 
     | 
    
         
            +
                      })
         
     | 
| 
      
 840 
     | 
    
         
            +
                      .then(function() {
         
     | 
| 
      
 841 
     | 
    
         
            +
                        if (lastMaxLimitBackup === THREAD_LIMIT_UNKNOWN) {
         
     | 
| 
      
 842 
     | 
    
         
            +
                          return;
         
     | 
| 
      
 843 
     | 
    
         
            +
                        }
         
     | 
| 
      
 844 
     | 
    
         
            +
                        return setThreadLimit(lastMaxLimitBackup);
         
     | 
| 
      
 845 
     | 
    
         
            +
                      })
         
     | 
| 
      
 846 
     | 
    
         
            +
                      .then(function() {
         
     | 
| 
      
 847 
     | 
    
         
            +
                        fetched = true;
         
     | 
| 
      
 848 
     | 
    
         
            +
                        fetching = false;
         
     | 
| 
      
 849 
     | 
    
         
            +
                        waitingDeferes.forEach(function(defer) {
         
     | 
| 
      
 850 
     | 
    
         
            +
                          defer.resolve(schema);
         
     | 
| 
       778 
851 
     | 
    
         
             
                        });
         
     | 
| 
       779 
     | 
    
         
            -
             
     | 
| 
       780 
     | 
    
         
            -
                        return  
     | 
| 
       781 
     | 
    
         
            -
                          .then(function() {
         
     | 
| 
       782 
     | 
    
         
            -
                            resolveColumns(schema);
         
     | 
| 
       783 
     | 
    
         
            -
                            resolveIndexes(schema);
         
     | 
| 
       784 
     | 
    
         
            -
                            fetched = true;
         
     | 
| 
       785 
     | 
    
         
            -
                            fetching = false;
         
     | 
| 
       786 
     | 
    
         
            -
                            waitingDeferes.forEach(function(defer) {
         
     | 
| 
       787 
     | 
    
         
            -
                              defer.resolve(schema);
         
     | 
| 
       788 
     | 
    
         
            -
                            });
         
     | 
| 
       789 
     | 
    
         
            -
                            waitingDeferes = [];
         
     | 
| 
       790 
     | 
    
         
            -
                            return schema;
         
     | 
| 
       791 
     | 
    
         
            -
                          });
         
     | 
| 
      
 852 
     | 
    
         
            +
                        waitingDeferes = [];
         
     | 
| 
      
 853 
     | 
    
         
            +
                        return schema;
         
     | 
| 
       792 
854 
     | 
    
         
             
                      });
         
     | 
| 
       793 
855 
     | 
    
         
             
                  }
         
     | 
| 
       794 
856 
     | 
    
         | 
| 
         @@ -809,7 +871,7 @@ angular.module('groongaAdminApp') 
     | 
|
| 
       809 
871 
     | 
    
         
             
                      loader = defer.promise;
         
     | 
| 
       810 
872 
     | 
    
         
             
                    } else {
         
     | 
| 
       811 
873 
     | 
    
         
             
                      fetching = true;
         
     | 
| 
       812 
     | 
    
         
            -
                      loader =  
     | 
| 
      
 874 
     | 
    
         
            +
                      loader = fetchSchema(schema);
         
     | 
| 
       813 
875 
     | 
    
         
             
                    }
         
     | 
| 
       814 
876 
     | 
    
         
             
                    loader.reload = function() {
         
     | 
| 
       815 
877 
     | 
    
         
             
                      fetching = false;
         
     | 
| 
         @@ -1290,9 +1352,6 @@ angular.module('groongaAdminApp') 
     | 
|
| 
       1290 
1352 
     | 
    
         | 
| 
       1291 
1353 
     | 
    
         
             
                  function selectDrilldown(key, value) {
         
     | 
| 
       1292 
1354 
     | 
    
         
             
                    var queryKey = key;
         
     | 
| 
       1293 
     | 
    
         
            -
                    var column = findElement($scope.table.allColumns, function(column) {
         
     | 
| 
       1294 
     | 
    
         
            -
                      return column.name === key;
         
     | 
| 
       1295 
     | 
    
         
            -
                    });
         
     | 
| 
       1296 
1355 
     | 
    
         | 
| 
       1297 
1356 
     | 
    
         
             
                    var escapedValue;
         
     | 
| 
       1298 
1357 
     | 
    
         
             
                    if (typeof value === 'string') {
         
     |