rroonga 3.1.0-x86-mingw32 → 3.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/README.textile +1 -1
 - data/bin/grndump +5 -4
 - data/bin/grntest-log-analyze +5 -4
 - data/bin/groonga-database-inspect +11 -2
 - data/bin/groonga-index-dump +1 -0
 - data/doc/text/news.textile +21 -0
 - data/ext/groonga/rb-grn-expression.c +3 -3
 - data/ext/groonga/rb-grn.h +1 -1
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/database-inspector.rb +34 -8
 - data/rroonga-build.rb +1 -1
 - data/test/test-database-inspector.rb +55 -5
 - data/test/test-expression.rb +65 -0
 - data/vendor/local/bin/groonga-benchmark.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-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/mecab-config +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/include/groonga/groonga.h +15 -4
 - 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 +0 -0
 - 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 +0 -0
 - 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 +0 -0
 - 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 +0 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +0 -0
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +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/sbin/groonga-httpd-restart +0 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +11 -11
 - data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +7 -7
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/com.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/cooperation.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/query.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +39 -39
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/test.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -43
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +4 -4
 - 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 -50
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news/1.0.x.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +39 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +91 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_obj.txt +2 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/command/command_version.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/check.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/clearlock.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +2 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_remove.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/define_selector.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/defrag.txt +1 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/dump.txt +3 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_level.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/log_reopen.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/quit.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +5 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/shutdown.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/status.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +5 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +118 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +11 -11
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/types.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +5 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +76 -14
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +8 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/lexicon.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/match_columns.txt +8 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/micro_blog.txt +8 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +18 -19
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/patricia_trie.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/query_expansion.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/community.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +43 -43
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +30 -30
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +69 -69
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +132 -132
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +43 -53
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +23 -23
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +46 -36
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +73 -73
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +47 -7
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +50 -46
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +16 -52
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +18 -62
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/install.html +19 -21
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +225 -179
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +105 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +331 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +45 -45
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +41 -41
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +28 -28
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +17 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference.html +16 -15
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +168 -14
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +34 -35
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +12 -7
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/com.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/cooperation.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/query.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +39 -39
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/test.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -43
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +4 -4
 - 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 -50
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news/1.0.x.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +39 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +91 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_obj.txt +2 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/command/command_version.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/check.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/clearlock.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +2 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_remove.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/define_selector.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/defrag.txt +1 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/dump.txt +3 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_level.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/log_reopen.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/quit.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +5 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/shutdown.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/status.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +5 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_list.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-benchmark.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +118 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/types.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +76 -14
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/lexicon.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/match_columns.txt +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/micro_blog.txt +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +18 -19
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/patricia_trie.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/query_expansion.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/community.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +22 -22
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +45 -45
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +71 -71
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +134 -134
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +45 -55
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +54 -44
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -20
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -19
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +76 -76
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +14 -14
 - data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +47 -7
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/index.html +55 -51
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +28 -60
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +18 -18
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +33 -73
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/install.html +20 -22
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/news.html +242 -182
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +105 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +329 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +45 -45
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +29 -29
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +41 -41
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +27 -27
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +16 -15
 - data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +169 -14
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +33 -34
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +12 -7
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
 - data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
 - data/vendor/local/share/man/ja/man1/groonga.1 +1156 -808
 - data/vendor/local/share/man/man1/groonga.1 +1682 -1337
 - metadata +142 -142
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +0 -273
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +0 -410
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +0 -273
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +0 -411
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>5.2. Tutorial — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>5.2. Tutorial — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="5. Suggest" href="../suggest.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="5.3. Completion" href="completion.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="5.1. Introduction" href="introduction.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="introduction.html" title="5.1. Introduction"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../suggest.html" accesskey="U">5. Suggest</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -121,7 +121,7 @@ 
     | 
|
| 
       121 
121 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       122 
122 
     | 
    
         
             
                      <a href="introduction.html" title="5.1. Introduction"
         
     | 
| 
       123 
123 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       124 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 124 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       125 
125 
     | 
    
         
             
                      <li><a href="../suggest.html" >5. Suggest</a> »</li> 
         
     | 
| 
       126 
126 
     | 
    
         
             
                  </ul>
         
     | 
| 
       127 
127 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>5. Suggest — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>5. Suggest — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="next" title="5.1. Introduction" href="suggest/introduction.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="prev" title="4.11. クエリ拡張" href="tutorial/query_expansion.html" /> 
         
     | 
| 
       31 
31 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -59,7 +59,7 @@ 
     | 
|
| 
       59 
59 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       60 
60 
     | 
    
         
             
                      <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
         
     | 
| 
       61 
61 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       62 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 62 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
       63 
63 
     | 
    
         
             
                  </ul>
         
     | 
| 
       64 
64 
     | 
    
         
             
                </div>  
         
     | 
| 
       65 
65 
     | 
    
         | 
| 
         @@ -150,7 +150,7 @@ 
     | 
|
| 
       150 
150 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       151 
151 
     | 
    
         
             
                      <a href="tutorial/query_expansion.html" title="4.11. クエリ拡張"
         
     | 
| 
       152 
152 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       153 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 153 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
       154 
154 
     | 
    
         
             
                  </ul>
         
     | 
| 
       155 
155 
     | 
    
         
             
                </div>
         
     | 
| 
       156 
156 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>11.1. 同じ検索キーワードなのに全文検索結果が異なる — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>11.1. 同じ検索キーワードなのに全文検索結果が異なる — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="11. トラブルシューティング" href="../troubleshooting.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="11.2. How to avoid mmap Cannot allocate memory error" href="mmap_cannot_allocate_memory.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="11. トラブルシューティング" href="../troubleshooting.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="../troubleshooting.html" title="11. トラブルシューティング"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../troubleshooting.html" accesskey="U">11. トラブルシューティング</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -241,7 +241,7 @@ column_create Bigram blog_body COLUMN_INDEX|WITH_POSITION Blogs body 
     | 
|
| 
       241 
241 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       242 
242 
     | 
    
         
             
                      <a href="../troubleshooting.html" title="11. トラブルシューティング"
         
     | 
| 
       243 
243 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       244 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 244 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       245 
245 
     | 
    
         
             
                      <li><a href="../troubleshooting.html" >11. トラブルシューティング</a> »</li> 
         
     | 
| 
       246 
246 
     | 
    
         
             
                  </ul>
         
     | 
| 
       247 
247 
     | 
    
         
             
                </div>
         
     | 
    
        data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html
    CHANGED
    
    | 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>11.2. How to avoid mmap Cannot allocate memory error — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>11.2. How to avoid mmap Cannot allocate memory error — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="11. トラブルシューティング" href="../troubleshooting.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="12. Development" href="../development.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="11.1. 同じ検索キーワードなのに全文検索結果が異なる" href="different_results_with_the_same_keyword.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="different_results_with_the_same_keyword.html" title="11.1. 同じ検索キーワードなのに全文検索結果が異なる"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../troubleshooting.html" accesskey="U">11. トラブルシューティング</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -156,7 +156,7 @@ 
     | 
|
| 
       156 
156 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       157 
157 
     | 
    
         
             
                      <a href="different_results_with_the_same_keyword.html" title="11.1. 同じ検索キーワードなのに全文検索結果が異なる"
         
     | 
| 
       158 
158 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       159 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 159 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       160 
160 
     | 
    
         
             
                      <li><a href="../troubleshooting.html" >11. トラブルシューティング</a> »</li> 
         
     | 
| 
       161 
161 
     | 
    
         
             
                  </ul>
         
     | 
| 
       162 
162 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>11. トラブルシューティング — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>11. トラブルシューティング — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="next" title="11.1. 同じ検索キーワードなのに全文検索結果が異なる" href="troubleshooting/different_results_with_the_same_keyword.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="prev" title="10. Limitations" href="limitations.html" /> 
         
     | 
| 
       31 
31 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -59,7 +59,7 @@ 
     | 
|
| 
       59 
59 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       60 
60 
     | 
    
         
             
                      <a href="limitations.html" title="10. Limitations"
         
     | 
| 
       61 
61 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       62 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 62 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
       63 
63 
     | 
    
         
             
                  </ul>
         
     | 
| 
       64 
64 
     | 
    
         
             
                </div>  
         
     | 
| 
       65 
65 
     | 
    
         | 
| 
         @@ -134,7 +134,7 @@ 
     | 
|
| 
       134 
134 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       135 
135 
     | 
    
         
             
                      <a href="limitations.html" title="10. Limitations"
         
     | 
| 
       136 
136 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       137 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 137 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
       138 
138 
     | 
    
         
             
                  </ul>
         
     | 
| 
       139 
139 
     | 
    
         
             
                </div>
         
     | 
| 
       140 
140 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -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.3. Various data types — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.3. Various data types — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="4.4. さまざまな検索条件の指定" href="search.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="4.2. Remote access" href="network.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="network.html" title="4.2. Remote access"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -75,8 +75,8 @@ 
     | 
|
| 
       75 
75 
     | 
    
         
             
            <p>Groonga is a full text search engine but also serves as a column-oriented data store. Groonga supports various data types, such as numeric types, string types, date and time type, longitude and latitude types, etc. This tutorial shows a list of data types and explains how to use them.</p>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <div class="section" id="overview">
         
     | 
| 
       77 
77 
     | 
    
         
             
            <h2>4.3.1. Overview<a class="headerlink" href="#overview" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       78 
     | 
    
         
            -
            <p>The basic data types of  
     | 
| 
       79 
     | 
    
         
            -
            <p>In addition,  
     | 
| 
      
 78 
     | 
    
         
            +
            <p>The basic data types of Groonga are roughly divided into 5 groups --- boolean type, numeric types, string types, date/time type and longitude/latitude types. The numeric types are further divided according to whether integer or floating point number, signed or unsigned and the number of bits allocated to each integer. The string types are further divided according to the maximum length. The longitude/latitude types are further divided according to the geographic coordinate system. For more details, see <a class="reference internal" href="../reference/types.html"><em>データ型</em></a>.</p>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <p>In addition, Groonga supports reference types and vector types. Reference types are designed for accessing other tables. Vector types are designed for storing a variable number of values in one element.</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <p>First, let's create a table for this tutorial.</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>table_create --name ToyBox --flags TABLE_HASH_KEY --key_type ShortText
         
     | 
| 
         @@ -256,11 +256,11 @@ select --table ToyBox --output_columns _key,name 
     | 
|
| 
       256 
256 
     | 
    
         
             
            </div>
         
     | 
| 
       257 
257 
     | 
    
         
             
            <div class="section" id="date-and-time-type">
         
     | 
| 
       258 
258 
     | 
    
         
             
            <h2>4.3.5. Date and time type<a class="headerlink" href="#date-and-time-type" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       259 
     | 
    
         
            -
            <p>The date and time type of  
     | 
| 
      
 259 
     | 
    
         
            +
            <p>The date and time type of Groonga is Time. Actually, a Time column stores a date and time as the number of microseconds since the Epoch, 1970-01-01 00:00:00. A Time value can represent a date and time before the Epoch because the actual data type is a signed integer. Note that <a class="reference internal" href="../reference/commands/load.html"><em>load</em></a> and <a class="reference internal" href="../reference/commands/select.html"><em>select</em></a> commands use a decimal number to represent a data and time in seconds. The default value is 0.0, which means the Epoch.</p>
         
     | 
| 
       260 
260 
     | 
    
         
             
            <div class="admonition note">
         
     | 
| 
       261 
261 
     | 
    
         
             
            <p class="first admonition-title">Note</p>
         
     | 
| 
       262 
262 
     | 
    
         
             
            <p class="last">Groonga internally holds the value of Epoch as pair of integer. The first integer represents the value of seconds, on the other hand, the second integer represents the value of micro seconds.
         
     | 
| 
       263 
     | 
    
         
            -
            So,  
     | 
| 
      
 263 
     | 
    
         
            +
            So, Groonga shows the value of Epoch as floating point. Integral part means the value of seconds, fraction part means the value of micro seconds.</p>
         
     | 
| 
       264 
264 
     | 
    
         
             
            </div>
         
     | 
| 
       265 
265 
     | 
    
         
             
            <p>The following example creates a Time column and updates existing records. The first record has the default value because not updated.</p>
         
     | 
| 
       266 
266 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
         @@ -314,7 +314,7 @@ select --table ToyBox --output_columns _key,time 
     | 
|
| 
       314 
314 
     | 
    
         
             
            </div>
         
     | 
| 
       315 
315 
     | 
    
         
             
            <div class="section" id="longitude-and-latitude-types">
         
     | 
| 
       316 
316 
     | 
    
         
             
            <h2>4.3.6. Longitude and latitude types<a class="headerlink" href="#longitude-and-latitude-types" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       317 
     | 
    
         
            -
            <p>The longitude and latitude types are divided according to the geographic coordinate system. For more details, see <a class="reference internal" href="../reference/types.html"><em>データ型</em></a>. To represent a longitude and latitude,  
     | 
| 
      
 317 
     | 
    
         
            +
            <p>The longitude and latitude types are divided according to the geographic coordinate system. For more details, see <a class="reference internal" href="../reference/types.html"><em>データ型</em></a>. To represent a longitude and latitude, Groonga uses a string formatted as follows:</p>
         
     | 
| 
       318 
318 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       319 
319 
     | 
    
         
             
            <li>"longitude x latitude" in milliseconds (e.g.: "128452975x503157902")</li>
         
     | 
| 
       320 
320 
     | 
    
         
             
            <li>"longitude x latitude" in degrees (e.g.: "35.6813819x139.7660839")</li>
         
     | 
| 
         @@ -548,7 +548,7 @@ select --table Site --output_columns _key,title,links._key,links.title --query t 
     | 
|
| 
       548 
548 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       549 
549 
     | 
    
         
             
                      <a href="network.html" title="4.2. Remote access"
         
     | 
| 
       550 
550 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       551 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 551 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       552 
552 
     | 
    
         
             
                      <li><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       553 
553 
     | 
    
         
             
                  </ul>
         
     | 
| 
       554 
554 
     | 
    
         
             
                </div>
         
     | 
| 
         @@ -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.5.  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>4.5. Drilldown — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="4. Tutorial" href="../tutorial.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="4.6. タグ検索・参照関係の逆引き" href="index.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="4.4. さまざまな検索条件の指定" href="search.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="search.html" title="4.4. さまざまな検索条件の指定"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../tutorial.html" accesskey="U">4. Tutorial</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -70,10 +70,17 @@ 
     | 
|
| 
       70 
70 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       71 
71 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       72 
72 
     | 
    
         | 
| 
       73 
     | 
    
         
            -
              <div class="section" id=" 
     | 
| 
       74 
     | 
    
         
            -
            <h1>4.5.  
     | 
| 
       75 
     | 
    
         
            -
            <p> 
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
      
 73 
     | 
    
         
            +
              <div class="section" id="drilldown">
         
     | 
| 
      
 74 
     | 
    
         
            +
            <h1>4.5. Drilldown<a class="headerlink" href="#drilldown" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
      
 75 
     | 
    
         
            +
            <p>You learned how to filter search results and sort ones in the previous sections.
         
     | 
| 
      
 76 
     | 
    
         
            +
            Now that you can search as you likes, but how do you summarize the number of records which has specific value in the column?</p>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <p>As you know, there is a naive solution to execute query by every the value of column, then you can get the number of records as a result. It is a simple way, but it is not reasonable to many records.</p>
         
     | 
| 
      
 78 
     | 
    
         
            +
            <p>If you are familiar with SQL, you will doubt with "Is there a similar SQL functionality to <tt class="docutils literal"><span class="pre">GROUP</span> <span class="pre">BY</span></tt> in Groonga?".</p>
         
     | 
| 
      
 79 
     | 
    
         
            +
            <p>Of course, Groonga provides such a functionality. It's called as <tt class="docutils literal"><span class="pre">drilldown</span></tt>.</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <p><tt class="docutils literal"><span class="pre">drilldown</span></tt> enables you to get the number of records which belongs to specific the value of column at once.</p>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <p>To illustrate this feature, imagine the case that classification by domain and grouping by country that domain belongs to.</p>
         
     | 
| 
      
 82 
     | 
    
         
            +
            <p>Here is the concrete examples how to use this feature.</p>
         
     | 
| 
      
 83 
     | 
    
         
            +
            <p>In this example, we add two columns to <tt class="docutils literal"><span class="pre">Site</span></tt> table. <tt class="docutils literal"><span class="pre">domain</span></tt> column is used for TLD (top level domain). <tt class="docutils literal"><span class="pre">country</span></tt> column is used for country name. The type of these columns are <tt class="docutils literal"><span class="pre">SiteDomain</span></tt> table which uses domain name as a primary key and <tt class="docutils literal"><span class="pre">SiteCountry</span></tt> table which uses country name as a primary key.</p>
         
     | 
| 
       77 
84 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       78 
85 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>table_create --name SiteDomain --flags TABLE_HASH_KEY --key_type ShortText
         
     | 
| 
       79 
86 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], true]
         
     | 
| 
         @@ -98,7 +105,7 @@ load --table Site 
     | 
|
| 
       98 
105 
     | 
    
         
             
            # [[0, 1337566253.89858, 0.000355720520019531], 9]
         
     | 
| 
       99 
106 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       100 
107 
     | 
    
         
             
            </div>
         
     | 
| 
       101 
     | 
    
         
            -
            <p>domain 
     | 
| 
      
 108 
     | 
    
         
            +
            <p>Here is a example of drilldown with <tt class="docutils literal"><span class="pre">domain</span></tt> column. Three kind of values are used in <tt class="docutils literal"><span class="pre">domain</span></tt> column - ".org", ".net" and ".com".</p>
         
     | 
| 
       102 
109 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       103 
110 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --limit 0 --drilldown domain
         
     | 
| 
       104 
111 
     | 
    
         
             
            # [
         
     | 
| 
         @@ -178,7 +185,54 @@ load --table Site 
     | 
|
| 
       178 
185 
     | 
    
         
             
            # ]
         
     | 
| 
       179 
186 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       180 
187 
     | 
    
         
             
            </div>
         
     | 
| 
       181 
     | 
    
         
            -
            <p 
     | 
| 
      
 188 
     | 
    
         
            +
            <p>Here is a summary of above query.</p>
         
     | 
| 
      
 189 
     | 
    
         
            +
            <table border="1" class="docutils">
         
     | 
| 
      
 190 
     | 
    
         
            +
            <caption>Drilldown by <tt class="docutils literal"><span class="pre">domain</span></tt> column</caption>
         
     | 
| 
      
 191 
     | 
    
         
            +
            <colgroup>
         
     | 
| 
      
 192 
     | 
    
         
            +
            <col width="33%" />
         
     | 
| 
      
 193 
     | 
    
         
            +
            <col width="33%" />
         
     | 
| 
      
 194 
     | 
    
         
            +
            <col width="33%" />
         
     | 
| 
      
 195 
     | 
    
         
            +
            </colgroup>
         
     | 
| 
      
 196 
     | 
    
         
            +
            <thead valign="bottom">
         
     | 
| 
      
 197 
     | 
    
         
            +
            <tr class="row-odd"><th class="head">Group by</th>
         
     | 
| 
      
 198 
     | 
    
         
            +
            <th class="head">The number of group records</th>
         
     | 
| 
      
 199 
     | 
    
         
            +
            <th class="head">Group records means following records</th>
         
     | 
| 
      
 200 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 201 
     | 
    
         
            +
            </thead>
         
     | 
| 
      
 202 
     | 
    
         
            +
            <tbody valign="top">
         
     | 
| 
      
 203 
     | 
    
         
            +
            <tr class="row-even"><td>.org</td>
         
     | 
| 
      
 204 
     | 
    
         
            +
            <td>3</td>
         
     | 
| 
      
 205 
     | 
    
         
            +
            <td><ul class="first last simple">
         
     | 
| 
      
 206 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.org/">http://example.org/</a></li>
         
     | 
| 
      
 207 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.org/aba">http://example.org/aba</a></li>
         
     | 
| 
      
 208 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.org/gat">http://example.org/gat</a></li>
         
     | 
| 
      
 209 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 210 
     | 
    
         
            +
            </td>
         
     | 
| 
      
 211 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 212 
     | 
    
         
            +
            <tr class="row-odd"><td>.net</td>
         
     | 
| 
      
 213 
     | 
    
         
            +
            <td>3</td>
         
     | 
| 
      
 214 
     | 
    
         
            +
            <td><ul class="first last simple">
         
     | 
| 
      
 215 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.net/">http://example.net/</a></li>
         
     | 
| 
      
 216 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.net/afr">http://example.net/afr</a></li>
         
     | 
| 
      
 217 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.net/atv">http://example.net/atv</a></li>
         
     | 
| 
      
 218 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 219 
     | 
    
         
            +
            </td>
         
     | 
| 
      
 220 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 221 
     | 
    
         
            +
            <tr class="row-even"><td>.com</td>
         
     | 
| 
      
 222 
     | 
    
         
            +
            <td>3</td>
         
     | 
| 
      
 223 
     | 
    
         
            +
            <td><ul class="first last simple">
         
     | 
| 
      
 224 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.com/">http://example.com/</a></li>
         
     | 
| 
      
 225 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.com/rab">http://example.com/rab</a></li>
         
     | 
| 
      
 226 
     | 
    
         
            +
            <li><a class="reference external" href="http://example.com/vdw">http://example.com/vdw</a></li>
         
     | 
| 
      
 227 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 228 
     | 
    
         
            +
            </td>
         
     | 
| 
      
 229 
     | 
    
         
            +
            </tr>
         
     | 
| 
      
 230 
     | 
    
         
            +
            </tbody>
         
     | 
| 
      
 231 
     | 
    
         
            +
            </table>
         
     | 
| 
      
 232 
     | 
    
         
            +
            <p>The value of drilldown are returned as the value of <tt class="docutils literal"><span class="pre">_nsubrecs</span></tt> column. In this case, <tt class="docutils literal"><span class="pre">Site</span></tt> table is grouped by ".org", ".net", ".com" domain. <tt class="docutils literal"><span class="pre">_nsubrecs</span></tt> shows that each three domain has three records.</p>
         
     | 
| 
      
 233 
     | 
    
         
            +
            <p>If you execute drildown to the column which has table as a type, you can get the value of column which is stored in referenced table.
         
     | 
| 
      
 234 
     | 
    
         
            +
            <tt class="docutils literal"><span class="pre">_nsubrecs</span></tt> pseudo column is added to the table which is used for drilldown. this pseudo column stores the number of records which is grouped by.</p>
         
     | 
| 
      
 235 
     | 
    
         
            +
            <p>Then, investigate referenced table in detail. As <tt class="docutils literal"><span class="pre">Site</span></tt> table use <tt class="docutils literal"><span class="pre">SiteDomain</span></tt> table as column type of <tt class="docutils literal"><span class="pre">domain</span></tt>, you can use <tt class="docutils literal"><span class="pre">--drilldown_output_columns</span></tt> to know detail of referenced column.</p>
         
     | 
| 
       182 
236 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       183 
237 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --limit 0 --drilldown domain --drilldown_output_columns _id,_key,_nsubrecs
         
     | 
| 
       184 
238 
     | 
    
         
             
            # [
         
     | 
| 
         @@ -265,7 +319,90 @@ load --table Site 
     | 
|
| 
       265 
319 
     | 
    
         
             
            # ]
         
     | 
| 
       266 
320 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       267 
321 
     | 
    
         
             
            </div>
         
     | 
| 
       268 
     | 
    
         
            -
            <p 
     | 
| 
      
 322 
     | 
    
         
            +
            <p>Now, you can see detail of each grouped domain, drilldown by <tt class="docutils literal"><span class="pre">country</span></tt> column which has ".org" as column value.</p>
         
     | 
| 
      
 323 
     | 
    
         
            +
            <p>Execution example:</p>
         
     | 
| 
      
 324 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --limit 0 --filter "domain._id == 1" --drilldown country
         
     | 
| 
      
 325 
     | 
    
         
            +
            # [
         
     | 
| 
      
 326 
     | 
    
         
            +
            #   [
         
     | 
| 
      
 327 
     | 
    
         
            +
            #     0,
         
     | 
| 
      
 328 
     | 
    
         
            +
            #     1337566253.89858,
         
     | 
| 
      
 329 
     | 
    
         
            +
            #     0.000355720520019531
         
     | 
| 
      
 330 
     | 
    
         
            +
            #   ],
         
     | 
| 
      
 331 
     | 
    
         
            +
            #   [
         
     | 
| 
      
 332 
     | 
    
         
            +
            #     [
         
     | 
| 
      
 333 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 334 
     | 
    
         
            +
            #         3
         
     | 
| 
      
 335 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 336 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 337 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 338 
     | 
    
         
            +
            #           "_id",
         
     | 
| 
      
 339 
     | 
    
         
            +
            #           "UInt32"
         
     | 
| 
      
 340 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 341 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 342 
     | 
    
         
            +
            #           "_key",
         
     | 
| 
      
 343 
     | 
    
         
            +
            #           "ShortText"
         
     | 
| 
      
 344 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 345 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 346 
     | 
    
         
            +
            #           "country",
         
     | 
| 
      
 347 
     | 
    
         
            +
            #           "SiteCountry"
         
     | 
| 
      
 348 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 349 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 350 
     | 
    
         
            +
            #           "domain",
         
     | 
| 
      
 351 
     | 
    
         
            +
            #           "SiteDomain"
         
     | 
| 
      
 352 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 353 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 354 
     | 
    
         
            +
            #           "link",
         
     | 
| 
      
 355 
     | 
    
         
            +
            #           "Site"
         
     | 
| 
      
 356 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 357 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 358 
     | 
    
         
            +
            #           "links",
         
     | 
| 
      
 359 
     | 
    
         
            +
            #           "Site"
         
     | 
| 
      
 360 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 361 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 362 
     | 
    
         
            +
            #           "location",
         
     | 
| 
      
 363 
     | 
    
         
            +
            #           "WGS84GeoPoint"
         
     | 
| 
      
 364 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 365 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 366 
     | 
    
         
            +
            #           "title",
         
     | 
| 
      
 367 
     | 
    
         
            +
            #           "ShortText"
         
     | 
| 
      
 368 
     | 
    
         
            +
            #         ]
         
     | 
| 
      
 369 
     | 
    
         
            +
            #       ]
         
     | 
| 
      
 370 
     | 
    
         
            +
            #     ],
         
     | 
| 
      
 371 
     | 
    
         
            +
            #     [
         
     | 
| 
      
 372 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 373 
     | 
    
         
            +
            #         3
         
     | 
| 
      
 374 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 375 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 376 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 377 
     | 
    
         
            +
            #           "_key",
         
     | 
| 
      
 378 
     | 
    
         
            +
            #           "ShortText"
         
     | 
| 
      
 379 
     | 
    
         
            +
            #         ],
         
     | 
| 
      
 380 
     | 
    
         
            +
            #         [
         
     | 
| 
      
 381 
     | 
    
         
            +
            #           "_nsubrecs",
         
     | 
| 
      
 382 
     | 
    
         
            +
            #           "Int32"
         
     | 
| 
      
 383 
     | 
    
         
            +
            #         ]
         
     | 
| 
      
 384 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 385 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 386 
     | 
    
         
            +
            #         "japan",
         
     | 
| 
      
 387 
     | 
    
         
            +
            #         1
         
     | 
| 
      
 388 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 389 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 390 
     | 
    
         
            +
            #         "korea",
         
     | 
| 
      
 391 
     | 
    
         
            +
            #         1
         
     | 
| 
      
 392 
     | 
    
         
            +
            #       ],
         
     | 
| 
      
 393 
     | 
    
         
            +
            #       [
         
     | 
| 
      
 394 
     | 
    
         
            +
            #         "usa",
         
     | 
| 
      
 395 
     | 
    
         
            +
            #         1
         
     | 
| 
      
 396 
     | 
    
         
            +
            #       ]
         
     | 
| 
      
 397 
     | 
    
         
            +
            #     ]
         
     | 
| 
      
 398 
     | 
    
         
            +
            #   ]
         
     | 
| 
      
 399 
     | 
    
         
            +
            # ]
         
     | 
| 
      
 400 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 401 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 402 
     | 
    
         
            +
            <div class="section" id="drilldown-with-multiple-column">
         
     | 
| 
      
 403 
     | 
    
         
            +
            <h2>4.5.1. Drilldown with multiple column<a class="headerlink" href="#drilldown-with-multiple-column" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 404 
     | 
    
         
            +
            <p>Drilldown feature supports multiple column. Use comma separated multiple column names as <tt class="docutils literal"><span class="pre">drildown</span></tt> parameter.
         
     | 
| 
      
 405 
     | 
    
         
            +
            You can get the each result of drilldown at once.</p>
         
     | 
| 
       269 
406 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       270 
407 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --limit 0 --drilldown domain,country
         
     | 
| 
       271 
408 
     | 
    
         
             
            # [
         
     | 
| 
         @@ -380,7 +517,10 @@ load --table Site 
     | 
|
| 
       380 
517 
     | 
    
         
             
            # ]
         
     | 
| 
       381 
518 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       382 
519 
     | 
    
         
             
            </div>
         
     | 
| 
       383 
     | 
    
         
            -
             
     | 
| 
      
 520 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 521 
     | 
    
         
            +
            <div class="section" id="sorting-drildown-results">
         
     | 
| 
      
 522 
     | 
    
         
            +
            <h2>4.5.2. Sorting drildown results<a class="headerlink" href="#sorting-drildown-results" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 523 
     | 
    
         
            +
            <p>Use <tt class="docutils literal"><span class="pre">--drilldown_sortby</span></tt> if you want to sort the result of drilldown. For example, specify <tt class="docutils literal"><span class="pre">_nsubrecs</span></tt> as ascending order.</p>
         
     | 
| 
       384 
524 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       385 
525 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --limit 0 --drilldown country --drilldown_sortby _nsubrecs
         
     | 
| 
       386 
526 
     | 
    
         
             
            # [
         
     | 
| 
         @@ -468,7 +608,10 @@ load --table Site 
     | 
|
| 
       468 
608 
     | 
    
         
             
            # ]
         
     | 
| 
       469 
609 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       470 
610 
     | 
    
         
             
            </div>
         
     | 
| 
       471 
     | 
    
         
            -
             
     | 
| 
      
 611 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 612 
     | 
    
         
            +
            <div class="section" id="limits-drildown-results">
         
     | 
| 
      
 613 
     | 
    
         
            +
            <h2>4.5.3. limits drildown results<a class="headerlink" href="#limits-drildown-results" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
      
 614 
     | 
    
         
            +
            <p>The number of drilldown results is limited to 10 as a default. Use <tt class="docutils literal"><span class="pre">drilldown_limits</span></tt> and <tt class="docutils literal"><span class="pre">drilldown_offset</span></tt> parameter to customize orilldown results.</p>
         
     | 
| 
       472 
615 
     | 
    
         
             
            <p>Execution example:</p>
         
     | 
| 
       473 
616 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>select --table Site --limit 0 --drilldown country --drilldown_sortby _nsubrecs --drilldown_limit 2 --drilldown_offset 2
         
     | 
| 
       474 
617 
     | 
    
         
             
            # [
         
     | 
| 
         @@ -545,6 +688,7 @@ load --table Site 
     | 
|
| 
       545 
688 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       546 
689 
     | 
    
         
             
            </div>
         
     | 
| 
       547 
690 
     | 
    
         
             
            <p>文字列型のカラムに対するドリルダウンは、他の型でのドリルダウンに比べて低速です。文字列でのドリルダウンを行いたい場合には、このチュートリアルのように、文字列型を主キーとするテーブルを別途作成し、そのテーブルを型とするカラムを作成します。</p>
         
     | 
| 
      
 691 
     | 
    
         
            +
            </div>
         
     | 
| 
       548 
692 
     | 
    
         
             
            </div>
         
     | 
| 
       549 
693 
     | 
    
         | 
| 
       550 
694 
     | 
    
         | 
| 
         @@ -553,6 +697,16 @@ load --table Site 
     | 
|
| 
       553 
697 
     | 
    
         
             
                  </div>
         
     | 
| 
       554 
698 
     | 
    
         
             
                  <div class="sphinxsidebar">
         
     | 
| 
       555 
699 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
      
 700 
     | 
    
         
            +
              <h3><a href="../index.html">Table Of Contents</a></h3>
         
     | 
| 
      
 701 
     | 
    
         
            +
              <ul>
         
     | 
| 
      
 702 
     | 
    
         
            +
            <li><a class="reference internal" href="#">4.5. Drilldown</a><ul>
         
     | 
| 
      
 703 
     | 
    
         
            +
            <li><a class="reference internal" href="#drilldown-with-multiple-column">4.5.1. Drilldown with multiple column</a></li>
         
     | 
| 
      
 704 
     | 
    
         
            +
            <li><a class="reference internal" href="#sorting-drildown-results">4.5.2. Sorting drildown results</a></li>
         
     | 
| 
      
 705 
     | 
    
         
            +
            <li><a class="reference internal" href="#limits-drildown-results">4.5.3. limits drildown results</a></li>
         
     | 
| 
      
 706 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 707 
     | 
    
         
            +
            </li>
         
     | 
| 
      
 708 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 709 
     | 
    
         
            +
             
     | 
| 
       556 
710 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       557 
711 
     | 
    
         
             
              <p class="topless"><a href="search.html"
         
     | 
| 
       558 
712 
     | 
    
         
             
                                    title="previous chapter">4.4. さまざまな検索条件の指定</a></p>
         
     | 
| 
         @@ -593,7 +747,7 @@ load --table Site 
     | 
|
| 
       593 
747 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       594 
748 
     | 
    
         
             
                      <a href="search.html" title="4.4. さまざまな検索条件の指定"
         
     | 
| 
       595 
749 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       596 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 750 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       597 
751 
     | 
    
         
             
                      <li><a href="../tutorial.html" >4. Tutorial</a> »</li> 
         
     | 
| 
       598 
752 
     | 
    
         
             
                  </ul>
         
     | 
| 
       599 
753 
     | 
    
         
             
                </div>
         
     |