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>groonga documentation — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>groonga documentation — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,8 +25,8 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
       29 
     | 
    
         
            -
                <link rel="next" title="1. Characteristics of  
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="#" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="next" title="1. Characteristics of Groonga" href="characteristic.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
31 
     | 
    
         
             
              <body>
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -53,9 +53,9 @@ 
     | 
|
| 
       53 
53 
     | 
    
         
             
                      <a href="genindex.html" title="General Index"
         
     | 
| 
       54 
54 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       55 
55 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       56 
     | 
    
         
            -
                      <a href="characteristic.html" title="1. Characteristics of  
     | 
| 
      
 56 
     | 
    
         
            +
                      <a href="characteristic.html" title="1. Characteristics of Groonga"
         
     | 
| 
       57 
57 
     | 
    
         
             
                         accesskey="N">next</a> |</li>
         
     | 
| 
       58 
     | 
    
         
            -
                    <li><a href="#">Groonga v3.1. 
     | 
| 
      
 58 
     | 
    
         
            +
                    <li><a href="#">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
       59 
59 
     | 
    
         
             
                  </ul>
         
     | 
| 
       60 
60 
     | 
    
         
             
                </div>  
         
     | 
| 
       61 
61 
     | 
    
         | 
| 
         @@ -71,7 +71,7 @@ 
     | 
|
| 
       71 
71 
     | 
    
         
             
            </ul>
         
     | 
| 
       72 
72 
     | 
    
         
             
            <div class="toctree-wrapper compound">
         
     | 
| 
       73 
73 
     | 
    
         
             
            <ul>
         
     | 
| 
       74 
     | 
    
         
            -
            <li class="toctree-l1"><a class="reference internal" href="characteristic.html">1. Characteristics of  
     | 
| 
      
 74 
     | 
    
         
            +
            <li class="toctree-l1"><a class="reference internal" href="characteristic.html">1. Characteristics of Groonga</a><ul>
         
     | 
| 
       75 
75 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="characteristic.html#groonga-overview">1.1. Groonga overview</a></li>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="characteristic.html#full-text-search-and-instant-update">1.2. Full text search and Instant update</a></li>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="characteristic.html#column-store-and-aggregate-query">1.3. Column store and aggregate query</a></li>
         
     | 
| 
         @@ -97,20 +97,18 @@ 
     | 
|
| 
       97 
97 
     | 
    
         
             
            </ul>
         
     | 
| 
       98 
98 
     | 
    
         
             
            </li>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="install/debian.html">2.3. Debian GNU/Linux</a><ul>
         
     | 
| 
       100 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html# 
     | 
| 
       101 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html# 
     | 
| 
       102 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html# 
     | 
| 
       103 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html# 
     | 
| 
       104 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html#build-from-source">2.3.5. Build from source</a></li>
         
     | 
| 
      
 100 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html#wheezy">2.3.1. wheezy</a></li>
         
     | 
| 
      
 101 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html#jessie">2.3.2. jessie</a></li>
         
     | 
| 
      
 102 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html#sid">2.3.3. sid</a></li>
         
     | 
| 
      
 103 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/debian.html#build-from-source">2.3.4. Build from source</a></li>
         
     | 
| 
       105 
104 
     | 
    
         
             
            </ul>
         
     | 
| 
       106 
105 
     | 
    
         
             
            </li>
         
     | 
| 
       107 
106 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="install/ubuntu.html">2.4. Ubuntu</a><ul>
         
     | 
| 
       108 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#lts- 
     | 
| 
       109 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html# 
     | 
| 
       110 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html# 
     | 
| 
       111 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html# 
     | 
| 
       112 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html# 
     | 
| 
       113 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#build-from-source">2.4.6. Build from source</a></li>
         
     | 
| 
      
 107 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#lts-precise-pangolin">2.4.1. 12.04 LTS Precise Pangolin</a></li>
         
     | 
| 
      
 108 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#quantal-quetzal">2.4.2. 12.10 Quantal Quetzal</a></li>
         
     | 
| 
      
 109 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#raring-ringtail">2.4.3. 13.04 Raring Ringtail</a></li>
         
     | 
| 
      
 110 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#saucy-salamander">2.4.4. 13.10 Saucy Salamander</a></li>
         
     | 
| 
      
 111 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/ubuntu.html#build-from-source">2.4.5. Build from source</a></li>
         
     | 
| 
       114 
112 
     | 
    
         
             
            </ul>
         
     | 
| 
       115 
113 
     | 
    
         
             
            </li>
         
     | 
| 
       116 
114 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="install/centos.html">2.5. CentOS</a><ul>
         
     | 
| 
         @@ -120,7 +118,7 @@ 
     | 
|
| 
       120 
118 
     | 
    
         
             
            </ul>
         
     | 
| 
       121 
119 
     | 
    
         
             
            </li>
         
     | 
| 
       122 
120 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="install/fedora.html">2.6. Fedora</a><ul>
         
     | 
| 
       123 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="install/fedora.html#fedora- 
     | 
| 
      
 121 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="install/fedora.html#fedora-20">2.6.1. Fedora 20</a></li>
         
     | 
| 
       124 
122 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="install/fedora.html#build-from-source">2.6.2. Build from source</a></li>
         
     | 
| 
       125 
123 
     | 
    
         
             
            </ul>
         
     | 
| 
       126 
124 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -161,7 +159,7 @@ 
     | 
|
| 
       161 
159 
     | 
    
         
             
            </ul>
         
     | 
| 
       162 
160 
     | 
    
         
             
            </li>
         
     | 
| 
       163 
161 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="tutorial/network.html">4.2. Remote access</a><ul>
         
     | 
| 
       164 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="tutorial/network.html#groonga-query-transfer-protocol-gqtp">4.2.1. Groonga  
     | 
| 
      
 162 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="tutorial/network.html#groonga-query-transfer-protocol-gqtp">4.2.1. Groonga Query Transfer Protocol (GQTP)</a></li>
         
     | 
| 
       165 
163 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="tutorial/network.html#memcached-binary-protocol">4.2.2. Memcached binary protocol</a></li>
         
     | 
| 
       166 
164 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="tutorial/network.html#hypertext-transfer-protocol-http">4.2.3. Hypertext transfer protocol (HTTP)</a></li>
         
     | 
| 
       167 
165 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="tutorial/network.html#administration-tool-http">4.2.4. Administration tool (HTTP)</a></li>
         
     | 
| 
         @@ -185,7 +183,12 @@ 
     | 
|
| 
       185 
183 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="tutorial/search.html#id2">4.4.3. 位置情報を用いた絞込・ソート</a></li>
         
     | 
| 
       186 
184 
     | 
    
         
             
            </ul>
         
     | 
| 
       187 
185 
     | 
    
         
             
            </li>
         
     | 
| 
       188 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="tutorial/drilldown.html">4.5.  
     | 
| 
      
 186 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="tutorial/drilldown.html">4.5. Drilldown</a><ul>
         
     | 
| 
      
 187 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="tutorial/drilldown.html#drilldown-with-multiple-column">4.5.1. Drilldown with multiple column</a></li>
         
     | 
| 
      
 188 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="tutorial/drilldown.html#sorting-drildown-results">4.5.2. Sorting drildown results</a></li>
         
     | 
| 
      
 189 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="tutorial/drilldown.html#limits-drildown-results">4.5.3. limits drildown results</a></li>
         
     | 
| 
      
 190 
     | 
    
         
            +
            </ul>
         
     | 
| 
      
 191 
     | 
    
         
            +
            </li>
         
     | 
| 
       189 
192 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="tutorial/index.html">4.6. タグ検索・参照関係の逆引き</a><ul>
         
     | 
| 
       190 
193 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="tutorial/index.html#id2">4.6.1. タグ検索</a></li>
         
     | 
| 
       191 
194 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="tutorial/index.html#id3">4.6.2. 参照関係の逆引き</a></li>
         
     | 
| 
         @@ -359,16 +362,17 @@ 
     | 
|
| 
       359 
362 
     | 
    
         
             
            </ul>
         
     | 
| 
       360 
363 
     | 
    
         
             
            </li>
         
     | 
| 
       361 
364 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="reference/function.html">8.11. Function</a><ul>
         
     | 
| 
       362 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       363 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       364 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       365 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       366 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       367 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       368 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       369 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       370 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
       371 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/ 
     | 
| 
      
 365 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/between.html">8.11.1. between</a></li>
         
     | 
| 
      
 366 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/edit_distance.html">8.11.2. edit_distance</a></li>
         
     | 
| 
      
 367 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_distance.html">8.11.3. geo_distance</a></li>
         
     | 
| 
      
 368 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_in_circle.html">8.11.4. geo_in_circle</a></li>
         
     | 
| 
      
 369 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/geo_in_rectangle.html">8.11.5. geo_in_rectangle</a></li>
         
     | 
| 
      
 370 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/html_untag.html">8.11.6. html_untag</a></li>
         
     | 
| 
      
 371 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/now.html">8.11.7. now</a></li>
         
     | 
| 
      
 372 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/query.html">8.11.8. query</a></li>
         
     | 
| 
      
 373 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/rand.html">8.11.9. rand</a></li>
         
     | 
| 
      
 374 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/snippet_html.html">8.11.10. snippet_html</a></li>
         
     | 
| 
      
 375 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="reference/functions/sub_filter.html">8.11.11. sub_filter</a></li>
         
     | 
| 
       372 
376 
     | 
    
         
             
            </ul>
         
     | 
| 
       373 
377 
     | 
    
         
             
            </li>
         
     | 
| 
       374 
378 
     | 
    
         
             
            <li class="toctree-l2"><a class="reference internal" href="reference/indexing.html">8.12. Indexing</a><ul>
         
     | 
| 
         @@ -463,20 +467,20 @@ 
     | 
|
| 
       463 
467 
     | 
    
         
             
            <li class="toctree-l3"><a class="reference internal" href="contribution/report.html#report-a-bug-to-the-mailing-list">13.1.2. Report a bug to the mailing list</a></li>
         
     | 
| 
       464 
468 
     | 
    
         
             
            </ul>
         
     | 
| 
       465 
469 
     | 
    
         
             
            </li>
         
     | 
| 
       466 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/ 
     | 
| 
       467 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
       468 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
       469 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/cooperation.html">13.2.3. ユーザーと協力して開発をうまく進めていくための指針</a></li>
         
     | 
| 
       470 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/document.html">13.2.4. ドキュメント作成</a></li>
         
     | 
| 
       471 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html">13.2.5. クエリの実現</a></li>
         
     | 
| 
       472 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id5">13.2.6. クエリの実例</a></li>
         
     | 
| 
       473 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html">13.2.7. リリース手順</a></li>
         
     | 
| 
       474 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html">13.2.8. テスト方法</a></li>
         
     | 
| 
      
 470 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/documentation.html">13.2. How to contribute in documentation topics</a><ul>
         
     | 
| 
      
 471 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/c-api.html">13.2.1. C API</a></li>
         
     | 
| 
      
 472 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/documentation/i18n.html">13.2.2. I18N</a></li>
         
     | 
| 
       475 
473 
     | 
    
         
             
            </ul>
         
     | 
| 
       476 
474 
     | 
    
         
             
            </li>
         
     | 
| 
       477 
     | 
    
         
            -
            <li class="toctree-l2"><a class="reference internal" href="contribution/ 
     | 
| 
       478 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
       479 
     | 
    
         
            -
            <li class="toctree-l3"><a class="reference internal" href="contribution/ 
     | 
| 
      
 475 
     | 
    
         
            +
            <li class="toctree-l2"><a class="reference internal" href="contribution/development.html">13.3. groonga開発者向け情報</a><ul>
         
     | 
| 
      
 476 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/repository.html">13.3.1. Repository</a></li>
         
     | 
| 
      
 477 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/com.html">13.3.2. Groonga 通信アーキテクチャ</a></li>
         
     | 
| 
      
 478 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/cooperation.html">13.3.3. ユーザーと協力して開発をうまく進めていくための指針</a></li>
         
     | 
| 
      
 479 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/document.html">13.3.4. ドキュメント作成</a></li>
         
     | 
| 
      
 480 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html">13.3.5. クエリの実現</a></li>
         
     | 
| 
      
 481 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/query.html#id5">13.3.6. クエリの実例</a></li>
         
     | 
| 
      
 482 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/release.html">13.3.7. リリース手順</a></li>
         
     | 
| 
      
 483 
     | 
    
         
            +
            <li class="toctree-l3"><a class="reference internal" href="contribution/development/test.html">13.3.8. テスト方法</a></li>
         
     | 
| 
       480 
484 
     | 
    
         
             
            </ul>
         
     | 
| 
       481 
485 
     | 
    
         
             
            </li>
         
     | 
| 
       482 
486 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -498,7 +502,7 @@ 
     | 
|
| 
       498 
502 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       499 
503 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       500 
504 
     | 
    
         
             
              <p class="topless"><a href="characteristic.html"
         
     | 
| 
       501 
     | 
    
         
            -
                                    title="next chapter">1. Characteristics of  
     | 
| 
      
 505 
     | 
    
         
            +
                                    title="next chapter">1. Characteristics of Groonga</a></p>
         
     | 
| 
       502 
506 
     | 
    
         
             
              <h3>This Page</h3>
         
     | 
| 
       503 
507 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       504 
508 
     | 
    
         
             
                <li><a href="_sources/index.txt"
         
     | 
| 
         @@ -528,9 +532,9 @@ 
     | 
|
| 
       528 
532 
     | 
    
         
             
                      <a href="genindex.html" title="General Index"
         
     | 
| 
       529 
533 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       530 
534 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       531 
     | 
    
         
            -
                      <a href="characteristic.html" title="1. Characteristics of  
     | 
| 
      
 535 
     | 
    
         
            +
                      <a href="characteristic.html" title="1. Characteristics of Groonga"
         
     | 
| 
       532 
536 
     | 
    
         
             
                         >next</a> |</li>
         
     | 
| 
       533 
     | 
    
         
            -
                    <li><a href="#">Groonga v3.1. 
     | 
| 
      
 537 
     | 
    
         
            +
                    <li><a href="#">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
       534 
538 
     | 
    
         
             
                  </ul>
         
     | 
| 
       535 
539 
     | 
    
         
             
                </div>
         
     | 
| 
       536 
540 
     | 
    
         
             
                <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>2.5. CentOS — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.5. CentOS — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="2. Install" href="../install.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="2.6. Fedora" href="fedora.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="2.4. Ubuntu" href="ubuntu.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="ubuntu.html" title="2.4. Ubuntu"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. Install</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -207,9 +207,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       207 
207 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       208 
208 
     | 
    
         
             
            </div>
         
     | 
| 
       209 
209 
     | 
    
         
             
            <p>Download source:</p>
         
     | 
| 
       210 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1. 
     | 
| 
       211 
     | 
    
         
            -
            % tar xvzf groonga-3.1. 
     | 
| 
       212 
     | 
    
         
            -
            % cd groonga-3.1. 
     | 
| 
      
 210 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1.1.tar.gz
         
     | 
| 
      
 211 
     | 
    
         
            +
            % tar xvzf groonga-3.1.1.tar.gz
         
     | 
| 
      
 212 
     | 
    
         
            +
            % cd groonga-3.1.1
         
     | 
| 
       213 
213 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       214 
214 
     | 
    
         
             
            </div>
         
     | 
| 
       215 
215 
     | 
    
         
             
            <p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
         
     | 
| 
         @@ -283,7 +283,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       283 
283 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       284 
284 
     | 
    
         
             
                      <a href="ubuntu.html" title="2.4. Ubuntu"
         
     | 
| 
       285 
285 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       286 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 286 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       287 
287 
     | 
    
         
             
                      <li><a href="../install.html" >2. Install</a> »</li> 
         
     | 
| 
       288 
288 
     | 
    
         
             
                  </ul>
         
     | 
| 
       289 
289 
     | 
    
         
             
                </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>2.3. Debian GNU/Linux — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.3. Debian GNU/Linux — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="2. Install" href="../install.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="2.4. Ubuntu" href="ubuntu.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="2.2. Mac OS X" href="mac_os_x.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="mac_os_x.html" title="2.2. Mac OS X"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. Install</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -92,43 +92,8 @@ additional preconfigured packages.</p> 
     | 
|
| 
       92 
92 
     | 
    
         
             
            </ul>
         
     | 
| 
       93 
93 
     | 
    
         
             
            <p class="last">See <a class="reference internal" href="../server.html"><em>Server</em></a> section about details.</p>
         
     | 
| 
       94 
94 
     | 
    
         
             
            </div>
         
     | 
| 
       95 
     | 
    
         
            -
            <div class="section" id="squeeze">
         
     | 
| 
       96 
     | 
    
         
            -
            <h2>2.3.1. squeeze<a class="headerlink" href="#squeeze" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       97 
     | 
    
         
            -
            <p>Add the groonga apt repository.</p>
         
     | 
| 
       98 
     | 
    
         
            -
            <p>/etc/apt/sources.list.d/groonga.list:</p>
         
     | 
| 
       99 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>deb http://packages.groonga.org/debian/ squeeze main
         
     | 
| 
       100 
     | 
    
         
            -
            deb-src http://packages.groonga.org/debian/ squeeze main
         
     | 
| 
       101 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       102 
     | 
    
         
            -
            </div>
         
     | 
| 
       103 
     | 
    
         
            -
            <p>Install:</p>
         
     | 
| 
       104 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% sudo aptitude update
         
     | 
| 
       105 
     | 
    
         
            -
            % sudo aptitude -V -D -y --allow-untrusted install groonga-keyring
         
     | 
| 
       106 
     | 
    
         
            -
            % sudo aptitude update
         
     | 
| 
       107 
     | 
    
         
            -
            % sudo aptitude -V -D -y install groonga
         
     | 
| 
       108 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       109 
     | 
    
         
            -
            </div>
         
     | 
| 
       110 
     | 
    
         
            -
            <p>If you want to use <a class="reference external" href="http://mecab.sourceforge.net/">MeCab</a> as a
         
     | 
| 
       111 
     | 
    
         
            -
            tokenizer, install groonga-tokenizer-mecab package.</p>
         
     | 
| 
       112 
     | 
    
         
            -
            <p>Install groonga-tokenizer-mecab package:</p>
         
     | 
| 
       113 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% sudo aptitude -V -D -y install groonga-tokenizer-mecab
         
     | 
| 
       114 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       115 
     | 
    
         
            -
            </div>
         
     | 
| 
       116 
     | 
    
         
            -
            <p>There is a package that provides <a class="reference external" href="http://munin-monitoring.org/">Munin</a> plugins. If you want to monitor
         
     | 
| 
       117 
     | 
    
         
            -
            groonga status by Munin, install groonga-munin-plugins package.</p>
         
     | 
| 
       118 
     | 
    
         
            -
            <p>Install groonga-munin-plugins package:</p>
         
     | 
| 
       119 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% sudo aptitude -V -D -y install groonga-munin-plugins
         
     | 
| 
       120 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       121 
     | 
    
         
            -
            </div>
         
     | 
| 
       122 
     | 
    
         
            -
            <p>There is a package that provides MySQL compatible normalizer as
         
     | 
| 
       123 
     | 
    
         
            -
            groonga plugins.
         
     | 
| 
       124 
     | 
    
         
            -
            If you want to use that one, install groonga-normalizer-mysql package.</p>
         
     | 
| 
       125 
     | 
    
         
            -
            <p>Install groonga-normalizer-mysql package:</p>
         
     | 
| 
       126 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% sudo aptitude -V -D -y install groonga-normalizer-mysql
         
     | 
| 
       127 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       128 
     | 
    
         
            -
            </div>
         
     | 
| 
       129 
     | 
    
         
            -
            </div>
         
     | 
| 
       130 
95 
     | 
    
         
             
            <div class="section" id="wheezy">
         
     | 
| 
       131 
     | 
    
         
            -
            <h2>2.3. 
     | 
| 
      
 96 
     | 
    
         
            +
            <h2>2.3.1. wheezy<a class="headerlink" href="#wheezy" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       132 
97 
     | 
    
         
             
            <p>Add the groonga apt repository.</p>
         
     | 
| 
       133 
98 
     | 
    
         
             
            <p>/etc/apt/sources.list.d/groonga.list:</p>
         
     | 
| 
       134 
99 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>deb http://packages.groonga.org/debian/ wheezy main
         
     | 
| 
         @@ -163,7 +128,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       163 
128 
     | 
    
         
             
            </div>
         
     | 
| 
       164 
129 
     | 
    
         
             
            </div>
         
     | 
| 
       165 
130 
     | 
    
         
             
            <div class="section" id="jessie">
         
     | 
| 
       166 
     | 
    
         
            -
            <h2>2.3. 
     | 
| 
      
 131 
     | 
    
         
            +
            <h2>2.3.2. jessie<a class="headerlink" href="#jessie" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       167 
132 
     | 
    
         
             
            <p>Add the groonga apt repository.</p>
         
     | 
| 
       168 
133 
     | 
    
         
             
            <p>/etc/apt/sources.list.d/groonga.list:</p>
         
     | 
| 
       169 
134 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>deb http://packages.groonga.org/debian/ jessie main
         
     | 
| 
         @@ -198,7 +163,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       198 
163 
     | 
    
         
             
            </div>
         
     | 
| 
       199 
164 
     | 
    
         
             
            </div>
         
     | 
| 
       200 
165 
     | 
    
         
             
            <div class="section" id="sid">
         
     | 
| 
       201 
     | 
    
         
            -
            <h2>2.3. 
     | 
| 
      
 166 
     | 
    
         
            +
            <h2>2.3.3. sid<a class="headerlink" href="#sid" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       202 
167 
     | 
    
         
             
            <p>Add the groonga apt repository.</p>
         
     | 
| 
       203 
168 
     | 
    
         
             
            <p>/etc/apt/sources.list.d/groonga.list:</p>
         
     | 
| 
       204 
169 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>deb http://packages.groonga.org/debian/ unstable main
         
     | 
| 
         @@ -233,15 +198,15 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       233 
198 
     | 
    
         
             
            </div>
         
     | 
| 
       234 
199 
     | 
    
         
             
            </div>
         
     | 
| 
       235 
200 
     | 
    
         
             
            <div class="section" id="build-from-source">
         
     | 
| 
       236 
     | 
    
         
            -
            <h2>2.3. 
     | 
| 
      
 201 
     | 
    
         
            +
            <h2>2.3.4. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       237 
202 
     | 
    
         
             
            <p>Install required packages to build groonga:</p>
         
     | 
| 
       238 
203 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>% sudo aptitude -V -D -y install wget tar build-essential zlib1g-dev liblzo2-dev libmsgpack-dev libzmq-dev libevent-dev libmecab-dev
         
     | 
| 
       239 
204 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       240 
205 
     | 
    
         
             
            </div>
         
     | 
| 
       241 
206 
     | 
    
         
             
            <p>Download source:</p>
         
     | 
| 
       242 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1. 
     | 
| 
       243 
     | 
    
         
            -
            % tar xvzf groonga-3.1. 
     | 
| 
       244 
     | 
    
         
            -
            % cd groonga-3.1. 
     | 
| 
      
 207 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1.1.tar.gz
         
     | 
| 
      
 208 
     | 
    
         
            +
            % tar xvzf groonga-3.1.1.tar.gz
         
     | 
| 
      
 209 
     | 
    
         
            +
            % cd groonga-3.1.1
         
     | 
| 
       245 
210 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       246 
211 
     | 
    
         
             
            </div>
         
     | 
| 
       247 
212 
     | 
    
         
             
            <p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
         
     | 
| 
         @@ -268,11 +233,10 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       268 
233 
     | 
    
         
             
              <h3><a href="../index.html">Table Of Contents</a></h3>
         
     | 
| 
       269 
234 
     | 
    
         
             
              <ul>
         
     | 
| 
       270 
235 
     | 
    
         
             
            <li><a class="reference internal" href="#">2.3. Debian GNU/Linux</a><ul>
         
     | 
| 
       271 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       272 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       273 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       274 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       275 
     | 
    
         
            -
            <li><a class="reference internal" href="#build-from-source">2.3.5. Build from source</a></li>
         
     | 
| 
      
 236 
     | 
    
         
            +
            <li><a class="reference internal" href="#wheezy">2.3.1. wheezy</a></li>
         
     | 
| 
      
 237 
     | 
    
         
            +
            <li><a class="reference internal" href="#jessie">2.3.2. jessie</a></li>
         
     | 
| 
      
 238 
     | 
    
         
            +
            <li><a class="reference internal" href="#sid">2.3.3. sid</a></li>
         
     | 
| 
      
 239 
     | 
    
         
            +
            <li><a class="reference internal" href="#build-from-source">2.3.4. Build from source</a></li>
         
     | 
| 
       276 
240 
     | 
    
         
             
            </ul>
         
     | 
| 
       277 
241 
     | 
    
         
             
            </li>
         
     | 
| 
       278 
242 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -317,7 +281,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       317 
281 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       318 
282 
     | 
    
         
             
                      <a href="mac_os_x.html" title="2.2. Mac OS X"
         
     | 
| 
       319 
283 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       320 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 284 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       321 
285 
     | 
    
         
             
                      <li><a href="../install.html" >2. Install</a> »</li> 
         
     | 
| 
       322 
286 
     | 
    
         
             
                  </ul>
         
     | 
| 
       323 
287 
     | 
    
         
             
                </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>2.6. Fedora — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.6. Fedora — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="2. Install" href="../install.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="2.7. Oracle Solaris" href="solaris.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="2.5. CentOS" href="centos.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="centos.html" title="2.5. CentOS"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. Install</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -102,8 +102,8 @@ additional preconfigured packages.</p> 
     | 
|
| 
       102 
102 
     | 
    
         
             
            </ul>
         
     | 
| 
       103 
103 
     | 
    
         
             
            <p class="last">See <a class="reference internal" href="../server.html"><em>Server</em></a> section about details.</p>
         
     | 
| 
       104 
104 
     | 
    
         
             
            </div>
         
     | 
| 
       105 
     | 
    
         
            -
            <div class="section" id="fedora- 
     | 
| 
       106 
     | 
    
         
            -
            <h2>2.6.1. Fedora<a class="headerlink" href="#fedora- 
     | 
| 
      
 105 
     | 
    
         
            +
            <div class="section" id="fedora-20">
         
     | 
| 
      
 106 
     | 
    
         
            +
            <h2>2.6.1. Fedora 20<a class="headerlink" href="#fedora-20" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       107 
107 
     | 
    
         
             
            <p>Install:</p>
         
     | 
| 
       108 
108 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>% sudo yum install -y groonga
         
     | 
| 
       109 
109 
     | 
    
         
             
            </pre></div>
         
     | 
| 
         @@ -151,9 +151,9 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       151 
151 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       152 
152 
     | 
    
         
             
            </div>
         
     | 
| 
       153 
153 
     | 
    
         
             
            <p>Download source:</p>
         
     | 
| 
       154 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1. 
     | 
| 
       155 
     | 
    
         
            -
            % tar xvzf groonga-3.1. 
     | 
| 
       156 
     | 
    
         
            -
            % cd groonga-3.1. 
     | 
| 
      
 154 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1.1.tar.gz
         
     | 
| 
      
 155 
     | 
    
         
            +
            % tar xvzf groonga-3.1.1.tar.gz
         
     | 
| 
      
 156 
     | 
    
         
            +
            % cd groonga-3.1.1
         
     | 
| 
       157 
157 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       158 
158 
     | 
    
         
             
            </div>
         
     | 
| 
       159 
159 
     | 
    
         
             
            <p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
         
     | 
| 
         @@ -180,7 +180,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       180 
180 
     | 
    
         
             
              <h3><a href="../index.html">Table Of Contents</a></h3>
         
     | 
| 
       181 
181 
     | 
    
         
             
              <ul>
         
     | 
| 
       182 
182 
     | 
    
         
             
            <li><a class="reference internal" href="#">2.6. Fedora</a><ul>
         
     | 
| 
       183 
     | 
    
         
            -
            <li><a class="reference internal" href="#fedora- 
     | 
| 
      
 183 
     | 
    
         
            +
            <li><a class="reference internal" href="#fedora-20">2.6.1. Fedora 20</a></li>
         
     | 
| 
       184 
184 
     | 
    
         
             
            <li><a class="reference internal" href="#build-from-source">2.6.2. Build from source</a></li>
         
     | 
| 
       185 
185 
     | 
    
         
             
            </ul>
         
     | 
| 
       186 
186 
     | 
    
         
             
            </li>
         
     | 
| 
         @@ -226,7 +226,7 @@ If you want to use that one, install groonga-normalizer-mysql package.</p> 
     | 
|
| 
       226 
226 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       227 
227 
     | 
    
         
             
                      <a href="centos.html" title="2.5. CentOS"
         
     | 
| 
       228 
228 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       229 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 229 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       230 
230 
     | 
    
         
             
                      <li><a href="../install.html" >2. Install</a> »</li> 
         
     | 
| 
       231 
231 
     | 
    
         
             
                  </ul>
         
     | 
| 
       232 
232 
     | 
    
         
             
                </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>2.2. Mac OS X — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.2. Mac OS X — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="2. Install" href="../install.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="2.3. Debian GNU/Linux" href="debian.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="2.1. Windows" href="windows.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="windows.html" title="2.1. Windows"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. Install</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -97,9 +97,9 @@ size data.</p> 
     | 
|
| 
       97 
97 
     | 
    
         
             
            <h2>2.2.3. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <p>Install <a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a>.</p>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <p>Download source:</p>
         
     | 
| 
       100 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-3.1. 
     | 
| 
       101 
     | 
    
         
            -
            % tar xvzf groonga-3.1. 
     | 
| 
       102 
     | 
    
         
            -
            % cd groonga-3.1. 
     | 
| 
      
 100 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-3.1.1.tar.gz
         
     | 
| 
      
 101 
     | 
    
         
            +
            % tar xvzf groonga-3.1.1.tar.gz
         
     | 
| 
      
 102 
     | 
    
         
            +
            % cd groonga-3.1.1
         
     | 
| 
       103 
103 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       104 
104 
     | 
    
         
             
            </div>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
         
     | 
| 
         @@ -173,7 +173,7 @@ size data.</p> 
     | 
|
| 
       173 
173 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       174 
174 
     | 
    
         
             
                      <a href="windows.html" title="2.1. Windows"
         
     | 
| 
       175 
175 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       176 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 176 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       177 
177 
     | 
    
         
             
                      <li><a href="../install.html" >2. Install</a> »</li> 
         
     | 
| 
       178 
178 
     | 
    
         
             
                  </ul>
         
     | 
| 
       179 
179 
     | 
    
         
             
                </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>2.8. Others — Groonga v3.1. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>2.8. Others — Groonga v3.1.1 documentation</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,7 +25,7 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="2. Install" href="../install.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="3. Community" href="../community.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="2.7. Oracle Solaris" href="solaris.html" /> 
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="solaris.html" title="2.7. Oracle Solaris"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../install.html" accesskey="U">2. Install</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -137,9 +137,9 @@ them before installing groonga.</p> 
     | 
|
| 
       137 
137 
     | 
    
         
             
            <h2>2.8.2. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       138 
138 
     | 
    
         
             
            <p>Groonga uses GNU build system. So the following is the simplest build
         
     | 
| 
       139 
139 
     | 
    
         
             
            steps:</p>
         
     | 
| 
       140 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1. 
     | 
| 
       141 
     | 
    
         
            -
            % tar xvzf groonga-3.1. 
     | 
| 
       142 
     | 
    
         
            -
            % cd groonga-3.1. 
     | 
| 
      
 140 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-3.1.1.tar.gz
         
     | 
| 
      
 141 
     | 
    
         
            +
            % tar xvzf groonga-3.1.1.tar.gz
         
     | 
| 
      
 142 
     | 
    
         
            +
            % cd groonga-3.1.1
         
     | 
| 
       143 
143 
     | 
    
         
             
            % ./configure
         
     | 
| 
       144 
144 
     | 
    
         
             
            % make
         
     | 
| 
       145 
145 
     | 
    
         
             
            % sudo make install
         
     | 
| 
         @@ -393,7 +393,7 @@ option. If you have 4 cores CPU, it's good for using <tt class="docutils literal 
     | 
|
| 
       393 
393 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       394 
394 
     | 
    
         
             
                      <a href="solaris.html" title="2.7. Oracle Solaris"
         
     | 
| 
       395 
395 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       396 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1. 
     | 
| 
      
 396 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
       397 
397 
     | 
    
         
             
                      <li><a href="../install.html" >2. Install</a> »</li> 
         
     | 
| 
       398 
398 
     | 
    
         
             
                  </ul>
         
     | 
| 
       399 
399 
     | 
    
         
             
                </div>
         
     |