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>13.  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>13. Groongaへのコントリビュート方法 — Groonga v3.1.1ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="13.1. バグレポートの送り方" href="contribution/report.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="12.1. Travis CI" href="development/travis-ci.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="development/travis-ci.html" title="12.1. Travis CI"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -70,14 +70,14 @@ 
     | 
|
| 
       70 
70 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       71 
71 
     | 
    
         | 
| 
       72 
72 
     | 
    
         
             
              <div class="section" id="how-to-contribute-to-groonga">
         
     | 
| 
       73 
     | 
    
         
            -
            <h1>13.  
     | 
| 
       74 
     | 
    
         
            -
            <p> 
     | 
| 
      
 73 
     | 
    
         
            +
            <h1>13. Groongaへのコントリビュート方法<a class="headerlink" href="#how-to-contribute-to-groonga" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
      
 74 
     | 
    
         
            +
            <p>Groongaプロジェクトではみなさんからのコントリビュートを歓迎します!コントリビュートの方法はいくつもあります。Groongaを使ったり誰かに紹介することもコントリビュートですし、バグレポートを送ったり、Groonga本体やGroonga関連の開発に参加することもコントリビュートです。プログラムではなく、ドキュメントでのコントリビュートも歓迎します!</p>
         
     | 
| 
       75 
75 
     | 
    
         
             
            <dl class="docutils">
         
     | 
| 
       76 
76 
     | 
    
         
             
            <dt>ユーザーの立場で:</dt>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <dd><p class="first last">このドキュメントを読んでください。</p>
         
     | 
| 
       78 
78 
     | 
    
         
             
            </dd>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <dt>布教する立場で:</dt>
         
     | 
| 
       80 
     | 
    
         
            -
            <dd><p class="first last"> 
     | 
| 
      
 80 
     | 
    
         
            +
            <dd><p class="first last">Groongaについてまわりの人に話してください。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            </dd>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <dt>開発者の立場で: 不具合報告や開発、ドキュメント</dt>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <dd><p class="first last">これらについてはこのセクションで説明します。</p>
         
     | 
| 
         @@ -90,90 +90,90 @@ 
     | 
|
| 
       90 
90 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="contribution/report.html#report-a-bug-to-the-mailing-list">13.1.2. メーリングリストへ報告する</a></li>
         
     | 
| 
       91 
91 
     | 
    
         
             
            </ul>
         
     | 
| 
       92 
92 
     | 
    
         
             
            </li>
         
     | 
| 
       93 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="contribution/ 
     | 
| 
       94 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/ 
     | 
| 
       95 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/ 
     | 
| 
       96 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
      
 93 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="contribution/documentation.html">13.2. ドキュメント関連のコントリビュート方法</a><ul>
         
     | 
| 
      
 94 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/documentation/c-api.html">13.2.1. C API</a></li>
         
     | 
| 
      
 95 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/documentation/i18n.html">13.2.2. 国際化</a><ul>
         
     | 
| 
      
 96 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#translation-flow">13.2.2.1. 翻訳の流れ</a></li>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-clone-groonga-repository">13.2.2.2. Groongaリポジトリのcloneの仕方</a></li>
         
     | 
| 
      
 98 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-update-po-files">13.2.2.3. .poファイルの更新の仕方</a></li>
         
     | 
| 
      
 99 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-edit-po">13.2.2.4. .poの編集の仕方</a></li>
         
     | 
| 
      
 100 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-generate-html-files">13.2.2.5. HTMLファイルの生成方法</a></li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-confirm-html-output">13.2.2.6. HTML出力の確認の仕方</a></li>
         
     | 
| 
      
 102 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-send-your-works">13.2.2.7. 翻訳の成果の送り方</a></li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-add-new-language">13.2.2.8. 新しい言語の追加方法</a></li>
         
     | 
| 
       97 
104 
     | 
    
         
             
            </ul>
         
     | 
| 
       98 
105 
     | 
    
         
             
            </li>
         
     | 
| 
       99 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/cooperation.html">13.2.3. ユーザーと協力して開発をうまく進めていくための指針</a><ul>
         
     | 
| 
       100 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/cooperation.html#twitter">13.2.3.1. twitter編</a></li>
         
     | 
| 
       101 
106 
     | 
    
         
             
            </ul>
         
     | 
| 
       102 
107 
     | 
    
         
             
            </li>
         
     | 
| 
       103 
     | 
    
         
            -
            <li class="toctree- 
     | 
| 
       104 
     | 
    
         
            -
            <li class="toctree- 
     | 
| 
       105 
     | 
    
         
            -
            <li class="toctree- 
     | 
| 
       106 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
      
 108 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="contribution/development.html">13.3. groonga開発者向け情報</a><ul>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/repository.html">13.3.1. リポジトリ</a></li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/com.html">13.3.2. Groonga 通信アーキテクチャ</a><ul>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/com.html#gqtp">13.3.2.1. GQTPでのアーキテクチャ</a></li>
         
     | 
| 
       107 
112 
     | 
    
         
             
            </ul>
         
     | 
| 
       108 
113 
     | 
    
         
             
            </li>
         
     | 
| 
       109 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/ 
     | 
| 
       110 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       111 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id3">13.2.5.2. grn_exprで表現できるクエリ</a></li>
         
     | 
| 
       112 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#grn-table-select">13.2.5.3. grn_table_select()</a></li>
         
     | 
| 
       113 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id4">13.2.5.4. 関係式</a></li>
         
     | 
| 
      
 114 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/cooperation.html">13.3.3. ユーザーと協力して開発をうまく進めていくための指針</a><ul>
         
     | 
| 
      
 115 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/cooperation.html#twitter">13.3.3.1. twitter編</a></li>
         
     | 
| 
       114 
116 
     | 
    
         
             
            </ul>
         
     | 
| 
       115 
117 
     | 
    
         
             
            </li>
         
     | 
| 
       116 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/ 
     | 
| 
       117 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       118 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       119 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       120 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id9">13.2.6.4. 検索例4</a></li>
         
     | 
| 
      
 118 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/document.html">13.3.4. ドキュメント作成</a><ul>
         
     | 
| 
      
 119 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/document.html#sphinx">13.3.4.1. Sphinxのインストール</a></li>
         
     | 
| 
      
 120 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/document.html#html">13.3.4.2. htmlの作成</a></li>
         
     | 
| 
      
 121 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/document.html#pdf">13.3.4.3. pdfの作成</a></li>
         
     | 
| 
       121 
122 
     | 
    
         
             
            </ul>
         
     | 
| 
       122 
123 
     | 
    
         
             
            </li>
         
     | 
| 
       123 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/ 
     | 
| 
       124 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       125 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       126 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       127 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       128 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id6">13.2.7.5. 変更点のまとめ</a></li>
         
     | 
| 
       129 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#groonga">13.2.7.6. groongaのウェブサイトの取得</a></li>
         
     | 
| 
       130 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#cutter">13.2.7.7. cutterのソースコード取得</a></li>
         
     | 
| 
       131 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#configure">13.2.7.8. configureスクリプトの生成</a></li>
         
     | 
| 
       132 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id7">13.2.7.9. configureスクリプトの実行</a></li>
         
     | 
| 
       133 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#make-update-latest-release">13.2.7.10. make update-latest-releaseの実行</a></li>
         
     | 
| 
       134 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#make-update-files">13.2.7.11. make update-filesの実行</a></li>
         
     | 
| 
       135 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#make-update-po">13.2.7.12. make update-poの実行</a></li>
         
     | 
| 
       136 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#po">13.2.7.13. poファイルの翻訳</a></li>
         
     | 
| 
       137 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id8">13.2.7.14. リリースタグの設定</a></li>
         
     | 
| 
       138 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id9">13.2.7.15. リリース用アーカイブファイルの作成</a></li>
         
     | 
| 
       139 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id10">13.2.7.16. パッケージのビルド</a></li>
         
     | 
| 
       140 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#debian">13.2.7.17. Debian系パッケージのビルド</a></li>
         
     | 
| 
       141 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#red-hat">13.2.7.18. Red Hat系パッケージのビルド</a></li>
         
     | 
| 
       142 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#windows">13.2.7.19. Windows用パッケージのビルド</a></li>
         
     | 
| 
       143 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id12">13.2.7.20. パッケージの動作確認</a></li>
         
     | 
| 
       144 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id17">13.2.7.21. リリースアナウンスの作成</a></li>
         
     | 
| 
       145 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id18">13.2.7.22. パッケージのアップロード</a></li>
         
     | 
| 
       146 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#blogroonga">13.2.7.23. blogroonga(ブログ)の更新</a></li>
         
     | 
| 
       147 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id19">13.2.7.24. ドキュメントのアップロード</a></li>
         
     | 
| 
       148 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#homebrew">13.2.7.25. Homebrewの更新</a></li>
         
     | 
| 
       149 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id21">13.2.7.26. リリースアナウンス</a></li>
         
     | 
| 
       150 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#freecode-com">13.2.7.27. freecode.comへリリース情報を登録</a></li>
         
     | 
| 
       151 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#twitter">13.2.7.28. Twitterでリリースアナウンスをする</a></li>
         
     | 
| 
       152 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id22">13.2.7.29. リリース後にやること</a></li>
         
     | 
| 
       153 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#tips">13.2.7.30. ビルド時のTIPS</a></li>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/query.html">13.3.5. クエリの実現</a><ul>
         
     | 
| 
      
 125 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id2">13.3.5.1. クエリ実行のためのインタフェース</a></li>
         
     | 
| 
      
 126 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id3">13.3.5.2. grn_exprで表現できるクエリ</a></li>
         
     | 
| 
      
 127 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#grn-table-select">13.3.5.3. grn_table_select()</a></li>
         
     | 
| 
      
 128 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id4">13.3.5.4. 関係式</a></li>
         
     | 
| 
       154 
129 
     | 
    
         
             
            </ul>
         
     | 
| 
       155 
130 
     | 
    
         
             
            </li>
         
     | 
| 
       156 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/ 
     | 
| 
       157 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       158 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       159 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       160 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/ 
     | 
| 
       161 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id12">13.2.8.5. 静的解析</a></li>
         
     | 
| 
      
 131 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/query.html#id5">13.3.6. クエリの実例</a><ul>
         
     | 
| 
      
 132 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id6">13.3.6.1. 検索例1</a></li>
         
     | 
| 
      
 133 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id7">13.3.6.2. 検索例2</a></li>
         
     | 
| 
      
 134 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id8">13.3.6.3. 検索例3</a></li>
         
     | 
| 
      
 135 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id9">13.3.6.4. 検索例4</a></li>
         
     | 
| 
       162 
136 
     | 
    
         
             
            </ul>
         
     | 
| 
       163 
137 
     | 
    
         
             
            </li>
         
     | 
| 
      
 138 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/release.html">13.3.7. リリース手順</a><ul>
         
     | 
| 
      
 139 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id2">13.3.7.1. 前提条件</a></li>
         
     | 
| 
      
 140 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id3">13.3.7.2. ビルド環境の準備</a></li>
         
     | 
| 
      
 141 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id4">13.3.7.3. パッケージ署名用秘密鍵のインポート</a></li>
         
     | 
| 
      
 142 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id5">13.3.7.4. リリース作業用ディレクトリの作成</a></li>
         
     | 
| 
      
 143 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id6">13.3.7.5. 変更点のまとめ</a></li>
         
     | 
| 
      
 144 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#groonga">13.3.7.6. Groongaのウェブサイトの取得</a></li>
         
     | 
| 
      
 145 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#cutter">13.3.7.7. cutterのソースコード取得</a></li>
         
     | 
| 
      
 146 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#configure">13.3.7.8. configureスクリプトの生成</a></li>
         
     | 
| 
      
 147 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id7">13.3.7.9. configureスクリプトの実行</a></li>
         
     | 
| 
      
 148 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#make-update-latest-release">13.3.7.10. make update-latest-releaseの実行</a></li>
         
     | 
| 
      
 149 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#make-update-files">13.3.7.11. make update-filesの実行</a></li>
         
     | 
| 
      
 150 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#make-update-po">13.3.7.12. make update-poの実行</a></li>
         
     | 
| 
      
 151 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#po">13.3.7.13. poファイルの翻訳</a></li>
         
     | 
| 
      
 152 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id8">13.3.7.14. リリースタグの設定</a></li>
         
     | 
| 
      
 153 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id9">13.3.7.15. リリース用アーカイブファイルの作成</a></li>
         
     | 
| 
      
 154 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id10">13.3.7.16. パッケージのビルド</a></li>
         
     | 
| 
      
 155 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#debian">13.3.7.17. Debian系パッケージのビルド</a></li>
         
     | 
| 
      
 156 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#red-hat">13.3.7.18. Red Hat系パッケージのビルド</a></li>
         
     | 
| 
      
 157 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#windows">13.3.7.19. Windows用パッケージのビルド</a></li>
         
     | 
| 
      
 158 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id12">13.3.7.20. パッケージの動作確認</a></li>
         
     | 
| 
      
 159 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id17">13.3.7.21. リリースアナウンスの作成</a></li>
         
     | 
| 
      
 160 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id18">13.3.7.22. パッケージのアップロード</a></li>
         
     | 
| 
      
 161 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#blogroonga">13.3.7.23. blogroonga(ブログ)の更新</a></li>
         
     | 
| 
      
 162 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id19">13.3.7.24. ドキュメントのアップロード</a></li>
         
     | 
| 
      
 163 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#homebrew">13.3.7.25. Homebrewの更新</a></li>
         
     | 
| 
      
 164 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id21">13.3.7.26. リリースアナウンス</a></li>
         
     | 
| 
      
 165 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#freecode-com">13.3.7.27. freecode.comへリリース情報を登録</a></li>
         
     | 
| 
      
 166 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#twitter">13.3.7.28. Twitterでリリースアナウンスをする</a></li>
         
     | 
| 
      
 167 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#id22">13.3.7.29. リリース後にやること</a></li>
         
     | 
| 
      
 168 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html#tips">13.3.7.30. ビルド時のTIPS</a></li>
         
     | 
| 
       164 
169 
     | 
    
         
             
            </ul>
         
     | 
| 
       165 
170 
     | 
    
         
             
            </li>
         
     | 
| 
       166 
     | 
    
         
            -
            <li class="toctree- 
     | 
| 
       167 
     | 
    
         
            -
            <li class="toctree- 
     | 
| 
       168 
     | 
    
         
            -
            <li class="toctree- 
     | 
| 
       169 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
       170 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
       171 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
       172 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-edit-po">13.3.2.4. .poの編集の仕方</a></li>
         
     | 
| 
       173 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-generate-html-files">13.3.2.5. HTMLファイルの生成方法</a></li>
         
     | 
| 
       174 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-confirm-html-output">13.3.2.6. HTML出力の確認の仕方</a></li>
         
     | 
| 
       175 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-send-your-works">13.3.2.7. 翻訳の成果の送り方</a></li>
         
     | 
| 
       176 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html#how-to-add-new-language">13.3.2.8. 新しい言語の追加方法</a></li>
         
     | 
| 
      
 171 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development/test.html">13.3.8. テスト方法</a><ul>
         
     | 
| 
      
 172 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id2">13.3.8.1. テスト環境の構築</a></li>
         
     | 
| 
      
 173 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id5">13.3.8.2. テストの動作</a></li>
         
     | 
| 
      
 174 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id6">13.3.8.3. カバレッジ情報</a></li>
         
     | 
| 
      
 175 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id7">13.3.8.4. 様々なテスト</a></li>
         
     | 
| 
      
 176 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html#id12">13.3.8.5. 静的解析</a></li>
         
     | 
| 
       177 
177 
     | 
    
         
             
            </ul>
         
     | 
| 
       178 
178 
     | 
    
         
             
            </li>
         
     | 
| 
       179 
179 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -228,7 +228,7 @@ 
     | 
|
| 
       228 
228 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       229 
229 
     | 
    
         
             
                      <a href="development/travis-ci.html" title="12.1. Travis CI"
         
     | 
| 
       230 
230 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       231 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 231 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       232 
232 
     | 
    
         
             
                  </ul>
         
     | 
| 
       233 
233 
     | 
    
         
             
                </div>
         
     | 
| 
       234 
234 
     | 
    
         
             
                <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>12.1. Travis CI — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.1. Travis CI — Groonga v3.1.1ドキュメント</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
         
     | 
| 
         @@ -26,9 +26,9 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="12. 開発" href="../development.html" />
         
     | 
| 
       31 
     | 
    
         
            -
                <link rel="next" title="13.  
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="next" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="12. 開発" href="../development.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
34 
     | 
    
         
             
              <body>
         
     | 
| 
         @@ -56,12 +56,12 @@ 
     | 
|
| 
       56 
56 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       58 
58 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       59 
     | 
    
         
            -
                      <a href="../contribution.html" title="13.  
     | 
| 
      
 59 
     | 
    
         
            +
                      <a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
         
     | 
| 
       60 
60 
     | 
    
         
             
                         accesskey="N">次へ</a> |</li>
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="../development.html" title="12. 開発"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../development.html" accesskey="U">12. 開発</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -73,11 +73,11 @@ 
     | 
|
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="travis-ci">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <h1>12.1. Travis CI<a class="headerlink" href="#travis-ci" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       76 
     | 
    
         
            -
            <p>このセクションでは <a class="reference external" href="http://travis-ci.org/">Travis CI</a> 上で 
     | 
| 
       77 
     | 
    
         
            -
            <p>オープンソースソフトウェアを開発しているならTravis CIを使えます。このセクションでは 
     | 
| 
      
 76 
     | 
    
         
            +
            <p>このセクションでは <a class="reference external" href="http://travis-ci.org/">Travis CI</a> 上でGroongaを使う方法について説明します。Travis CIはオープンソースコミュニティ用の継続的インテグレーション(CI)サービスです。</p>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <p>オープンソースソフトウェアを開発しているならTravis CIを使えます。このセクションではGroonga関連の設定のみ説明します。Travis CI一般については <a class="reference external" href="http://about.travis-ci.org/docs/">Travis CI: Documentation</a> を読んでください。</p>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <div class="section" id="configuration">
         
     | 
| 
       79 
79 
     | 
    
         
             
            <h2>12.1.1. 設定<a class="headerlink" href="#configuration" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       80 
     | 
    
         
            -
            <p>Travis CIは 
     | 
| 
      
 80 
     | 
    
         
            +
            <p>Travis CIは64-bit版のUbuntu 12.04 LTS サーバ版を使っています。( <a class="reference external" href="http://about.travis-ci.org/docs/user/ci-environment/">Travis CI: About Travis CI Environment</a> 参照。)Travis CIにGroongaをインストールするために、Groongaプロジェクトが提供しているUbuntu 12.04 LTS用のapt-lineを使えます。</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">.travis.yml</span></tt> でビルド方法を変更することができます。( <a class="reference external" href="http://about.travis-ci.org/docs/user/build-configuration/">Travis CI: Conifugration your Travis CI build with .travis.yml</a> 参照。) <tt class="docutils literal"><span class="pre">before_install</span></tt> フックまたは <tt class="docutils literal"><span class="pre">install</span></tt> フックを使います。もし、Travis CIがサポートしている言語(例えばRuby)を使ったソフトウェアの場合は <tt class="docutils literal"><span class="pre">before_install</span></tt> を使います。そうでない場合は <tt class="docutils literal"><span class="pre">install</span></tt> を使います。</p>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <p>以下の <tt class="docutils literal"><span class="pre">before_install</span></tt> の設定を <tt class="docutils literal"><span class="pre">.travis.yml</span></tt> に加えます:</p>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>before_install:
         
     | 
| 
         @@ -85,11 +85,11 @@ 
     | 
|
| 
       85 
85 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       86 
86 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">before_install</span></tt> フックではなく <tt class="docutils literal"><span class="pre">install</span></tt> フックを使わなければいけない場合は、単に <tt class="docutils literal"><span class="pre">before_install:</span></tt> を <tt class="docutils literal"><span class="pre">install:</span></tt> に書き換えてください。</p>
         
     | 
| 
       88 
     | 
    
         
            -
            <p>上記の設定でビルド中に 
     | 
| 
      
 88 
     | 
    
         
            +
            <p>上記の設定でビルド中にGroongaを使えるようになります。</p>
         
     | 
| 
       89 
89 
     | 
    
         
             
            </div>
         
     | 
| 
       90 
90 
     | 
    
         
             
            <div class="section" id="examples">
         
     | 
| 
       91 
91 
     | 
    
         
             
            <h2>12.1.2. 例<a class="headerlink" href="#examples" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       92 
     | 
    
         
            -
            <p>Travis CI上で 
     | 
| 
      
 92 
     | 
    
         
            +
            <p>Travis CI上でGroongaを使っているオープンソースソフトウェアは以下の通りです</p>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       94 
94 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       95 
95 
     | 
    
         
             
            <li><p class="first"><a class="reference external" href="http://groonga.rubyforge.org/#about-rroonga">rroonga</a> (Rubyバインディング)</p>
         
     | 
| 
         @@ -140,7 +140,7 @@ 
     | 
|
| 
       140 
140 
     | 
    
         
             
                                    title="前の章へ">12. 開発</a></p>
         
     | 
| 
       141 
141 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       142 
142 
     | 
    
         
             
              <p class="topless"><a href="../contribution.html"
         
     | 
| 
       143 
     | 
    
         
            -
                                    title="次の章へ">13.  
     | 
| 
      
 143 
     | 
    
         
            +
                                    title="次の章へ">13. Groongaへのコントリビュート方法</a></p>
         
     | 
| 
       144 
144 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       145 
145 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       146 
146 
     | 
    
         
             
                <li><a href="../_sources/development/travis-ci.txt"
         
     | 
| 
         @@ -170,12 +170,12 @@ 
     | 
|
| 
       170 
170 
     | 
    
         
             
                      <a href="../genindex.html" title="総合索引"
         
     | 
| 
       171 
171 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       172 
172 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       173 
     | 
    
         
            -
                      <a href="../contribution.html" title="13.  
     | 
| 
      
 173 
     | 
    
         
            +
                      <a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
         
     | 
| 
       174 
174 
     | 
    
         
             
                         >次へ</a> |</li>
         
     | 
| 
       175 
175 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       176 
176 
     | 
    
         
             
                      <a href="../development.html" title="12. 開発"
         
     | 
| 
       177 
177 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       178 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 178 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
       179 
179 
     | 
    
         
             
                      <li><a href="../development.html" >12. 開発</a> »</li> 
         
     | 
| 
       180 
180 
     | 
    
         
             
                  </ul>
         
     | 
| 
       181 
181 
     | 
    
         
             
                </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>12. 開発 — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12. 開発 — Groonga v3.1.1ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="12.1. Travis CI" href="development/travis-ci.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="11.2. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -71,7 +71,7 @@ 
     | 
|
| 
       71 
71 
     | 
    
         | 
| 
       72 
72 
     | 
    
         
             
              <div class="section" id="development">
         
     | 
| 
       73 
73 
     | 
    
         
             
            <h1>12. 開発<a class="headerlink" href="#development" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       74 
     | 
    
         
            -
            <p>このセクションでは 
     | 
| 
      
 74 
     | 
    
         
            +
            <p>このセクションではGroongaを使った開発について説明します。例えば、Groongaをデータベースとして使ったアプリケーション、libgroongaを使ったライブラリ、libgroongaの言語バインディングなどを開発することがあるでしょう。</p>
         
     | 
| 
       75 
75 
     | 
    
         
             
            <div class="toctree-wrapper compound">
         
     | 
| 
       76 
76 
     | 
    
         
             
            <ul>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <li class="toctree-l1"><a class="reference internal" href="development/travis-ci.html">12.1. Travis CI</a><ul>
         
     | 
| 
         @@ -129,7 +129,7 @@ 
     | 
|
| 
       129 
129 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       130 
130 
     | 
    
         
             
                      <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
         
     | 
| 
       131 
131 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       132 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 132 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       133 
133 
     | 
    
         
             
                  </ul>
         
     | 
| 
       134 
134 
     | 
    
         
             
                </div>
         
     | 
| 
       135 
135 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -8,7 +8,7 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
              <head>
         
     | 
| 
       9 
9 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
     | 
    
         
            -
                <title>索引 — Groonga v3.1. 
     | 
| 
      
 11 
     | 
    
         
            +
                <title>索引 — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       14 
14 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -16,7 +16,7 @@ 
     | 
|
| 
       16 
16 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       17 
17 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       18 
18 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       19 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 19 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       20 
20 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       21 
21 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       22 
22 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,7 +27,7 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" /> 
         
     | 
| 
       31 
31 
     | 
    
         
             
              </head>
         
     | 
| 
       32 
32 
     | 
    
         
             
              <body>
         
     | 
| 
       33 
33 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -53,7 +53,7 @@ 
     | 
|
| 
       53 
53 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       54 
54 
     | 
    
         
             
                      <a href="#" title="総合索引"
         
     | 
| 
       55 
55 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       56 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 56 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       57 
57 
     | 
    
         
             
                  </ul>
         
     | 
| 
       58 
58 
     | 
    
         
             
                </div>  
         
     | 
| 
       59 
59 
     | 
    
         | 
| 
         @@ -527,6 +527,46 @@ 
     | 
|
| 
       527 
527 
     | 
    
         
             
              </dt>
         
     | 
| 
       528 
528 
     | 
    
         | 
| 
       529 
529 
     | 
    
         | 
| 
      
 530 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C のマクロ)</a>
         
     | 
| 
      
 531 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 532 
     | 
    
         
            +
             
     | 
| 
      
 533 
     | 
    
         
            +
                  
         
     | 
| 
      
 534 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C のマクロ)</a>
         
     | 
| 
      
 535 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 536 
     | 
    
         
            +
             
     | 
| 
      
 537 
     | 
    
         
            +
                  
         
     | 
| 
      
 538 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C のマクロ)</a>
         
     | 
| 
      
 539 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 540 
     | 
    
         
            +
             
     | 
| 
      
 541 
     | 
    
         
            +
                  
         
     | 
| 
      
 542 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C のマクロ)</a>
         
     | 
| 
      
 543 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 544 
     | 
    
         
            +
             
     | 
| 
      
 545 
     | 
    
         
            +
                  
         
     | 
| 
      
 546 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C のマクロ)</a>
         
     | 
| 
      
 547 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 548 
     | 
    
         
            +
             
     | 
| 
      
 549 
     | 
    
         
            +
                  
         
     | 
| 
      
 550 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C のマクロ)</a>
         
     | 
| 
      
 551 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 552 
     | 
    
         
            +
             
     | 
| 
      
 553 
     | 
    
         
            +
                  
         
     | 
| 
      
 554 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C のマクロ)</a>
         
     | 
| 
      
 555 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 556 
     | 
    
         
            +
             
     | 
| 
      
 557 
     | 
    
         
            +
                  
         
     | 
| 
      
 558 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C のマクロ)</a>
         
     | 
| 
      
 559 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 560 
     | 
    
         
            +
             
     | 
| 
      
 561 
     | 
    
         
            +
                  
         
     | 
| 
      
 562 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C のマクロ)</a>
         
     | 
| 
      
 563 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 564 
     | 
    
         
            +
             
     | 
| 
      
 565 
     | 
    
         
            +
                  
         
     | 
| 
      
 566 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C のマクロ)</a>
         
     | 
| 
      
 567 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 568 
     | 
    
         
            +
             
     | 
| 
      
 569 
     | 
    
         
            +
                  
         
     | 
| 
       530 
570 
     | 
    
         
             
              <dt><a href="reference/api/grn_column.html#grn_column_rename">grn_column_rename (C の関数)</a>
         
     | 
| 
       531 
571 
     | 
    
         
             
              </dt>
         
     | 
| 
       532 
572 
     | 
    
         | 
| 
         @@ -778,6 +818,8 @@ 
     | 
|
| 
       778 
818 
     | 
    
         
             
              <dt><a href="reference/api/grn_hook.html#grn_obj_add_hook">grn_obj_add_hook (C の関数)</a>
         
     | 
| 
       779 
819 
     | 
    
         
             
              </dt>
         
     | 
| 
       780 
820 
     | 
    
         | 
| 
      
 821 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 822 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       781 
823 
     | 
    
         | 
| 
       782 
824 
     | 
    
         
             
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
         
     | 
| 
       783 
825 
     | 
    
         
             
              </dt>
         
     | 
| 
         @@ -798,8 +840,6 @@ 
     | 
|
| 
       798 
840 
     | 
    
         
             
              <dt><a href="reference/api/grn_obj.html#grn_obj_column">grn_obj_column (C の関数)</a>
         
     | 
| 
       799 
841 
     | 
    
         
             
              </dt>
         
     | 
| 
       800 
842 
     | 
    
         | 
| 
       801 
     | 
    
         
            -
              </dl></td>
         
     | 
| 
       802 
     | 
    
         
            -
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       803 
843 
     | 
    
         | 
| 
       804 
844 
     | 
    
         
             
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C のマクロ)</a>
         
     | 
| 
       805 
845 
     | 
    
         
             
              </dt>
         
     | 
| 
         @@ -1313,7 +1353,7 @@ 
     | 
|
| 
       1313 
1353 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1314 
1354 
     | 
    
         
             
                      <a href="#" title="総合索引"
         
     | 
| 
       1315 
1355 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1316 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 1356 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       1317 
1357 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1318 
1358 
     | 
    
         
             
                </div>
         
     | 
| 
       1319 
1359 
     | 
    
         
             
                <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>6. 位置情報検索 — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>6. 位置情報検索 — Groonga v3.1.1ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="7. サーバー" href="server.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="5.5. 提案" href="suggest/suggestion.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="suggest/suggestion.html" title="5.5. 提案"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
         @@ -71,10 +71,10 @@ 
     | 
|
| 
       71 
71 
     | 
    
         | 
| 
       72 
72 
     | 
    
         
             
              <div class="section" id="geolocation-search">
         
     | 
| 
       73 
73 
     | 
    
         
             
            <h1>6. 位置情報検索<a class="headerlink" href="#geolocation-search" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
       74 
     | 
    
         
            -
            <p> 
     | 
| 
      
 74 
     | 
    
         
            +
            <p>Groongaは位置情報検索をサポートしています。検索にはインデックスを使うので全文検索と同様に位置情報も高速に検索できます。</p>
         
     | 
| 
       75 
75 
     | 
    
         
             
            <div class="section" id="supported-features">
         
     | 
| 
       76 
76 
     | 
    
         
             
            <h2>6.1. 対応している機能<a class="headerlink" href="#supported-features" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       77 
     | 
    
         
            -
            <p> 
     | 
| 
      
 77 
     | 
    
         
            +
            <p>Groongaは位置情報データのうち座標データのみサポートしています。線や面などはサポートしています。よってGroongaができることは以下の通りです。</p>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <ol class="arabic simple">
         
     | 
| 
       79 
79 
     | 
    
         
             
            <li><p class="first">カラムに座標データを保存できる。</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -87,21 +87,21 @@ 
     | 
|
| 
       87 
87 
     | 
    
         
             
            <li><p class="first">指定した座標からの距離が近い順にレコードをソートできる。</p>
         
     | 
| 
       88 
88 
     | 
    
         
             
            </li>
         
     | 
| 
       89 
89 
     | 
    
         
             
            </ol>
         
     | 
| 
       90 
     | 
    
         
            -
            <p>以下は 
     | 
| 
      
 90 
     | 
    
         
            +
            <p>以下はGroongaの位置情報検索を利用例です。</p>
         
     | 
| 
       91 
91 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       92 
92 
     | 
    
         
             
            <li><p class="first">駅の近くにあるマクドナルドをリストする。</p>
         
     | 
| 
       93 
93 
     | 
    
         
             
            </li>
         
     | 
| 
       94 
94 
     | 
    
         
             
            <li><p class="first">現在地から近い順にケンタッキーをソートし、現在地からの距離付きでリストする。</p>
         
     | 
| 
       95 
95 
     | 
    
         
             
            </li>
         
     | 
| 
       96 
96 
     | 
    
         
             
            </ul>
         
     | 
| 
       97 
     | 
    
         
            -
            <p>以下は 
     | 
| 
      
 97 
     | 
    
         
            +
            <p>以下はGroongaではできないことです。</p>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
       99 
     | 
    
         
            -
            <li><p class="first">市内にあるマクドナルドを検索する。( 
     | 
| 
      
 99 
     | 
    
         
            +
            <li><p class="first">市内にあるマクドナルドを検索する。(Groongaは四角形と円以外の形状の位置情報検索をサポートしていません。)</p>
         
     | 
| 
       100 
100 
     | 
    
         
             
            </li>
         
     | 
| 
       101 
101 
     | 
    
         
             
            <li><p class="first">湖を表すレコードに位置情報として座標ではなく範囲を格納する。(カラムには座標データ以外を格納できません。)</p>
         
     | 
| 
       102 
102 
     | 
    
         
             
            </li>
         
     | 
| 
       103 
103 
     | 
    
         
             
            </ul>
         
     | 
| 
       104 
     | 
    
         
            -
            <p>以下の図は 
     | 
| 
      
 104 
     | 
    
         
            +
            <p>以下の図はGroongaの位置情報検索機能を示しています。</p>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <p>以下の図はレコードのみがある図です。黒い点がレコードを表しています。以降の図ではレコードがどのように扱われるかを示します。</p>
         
     | 
| 
       106 
106 
     | 
    
         
             
            <img alt="only records" src="_images/geo-points.png" />
         
     | 
| 
       107 
107 
     | 
    
         
             
            <p>執筆中。。。 ( <a class="reference external" href="http://www.clear-code.com/blog/2011/9/13.html">下書き</a> )</p>
         
     | 
| 
         @@ -162,7 +162,7 @@ 
     | 
|
| 
       162 
162 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       163 
163 
     | 
    
         
             
                      <a href="suggest/suggestion.html" title="5.5. 提案"
         
     | 
| 
       164 
164 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       165 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1. 
     | 
| 
      
 165 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
       166 
166 
     | 
    
         
             
                  </ul>
         
     | 
| 
       167 
167 
     | 
    
         
             
                </div>
         
     | 
| 
       168 
168 
     | 
    
         
             
                <div class="footer">
         
     |