rroonga 3.1.2-x86-mingw32 → 4.0.0-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/doc/text/install.textile +145 -0
- data/doc/text/news.textile +12 -0
- data/ext/groonga/rb-grn-expression.c +3 -3
- data/ext/groonga/rb-grn-snippet.c +6 -6
- data/ext/groonga/rb-grn.h +4 -4
- 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 +1 -1
- data/rroonga-build.rb +7 -7
- 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.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +17 -25
- 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/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/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/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/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/geolocation_search.txt +3 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +3 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +50 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +43 -18
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- 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 +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/install.html +5 -5
- 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 +5 -5
- 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 +250 -195
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
- 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 +5 -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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- 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/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 +48 -27
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/geolocation_search.txt +3 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +3 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +50 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +43 -18
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/install.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- 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 +5 -5
- 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 +262 -202
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +17 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +5 -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 +5 -5
- 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 +5 -5
- 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 +10 -10
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- 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/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 +48 -22
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +7 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +107 -67
- data/vendor/local/share/man/man1/groonga.1 +96 -56
- metadata +3 -2
data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1
1
|
.. -*- rst -*-
|
2
|
+
.. Groonga Project
|
2
3
|
|
3
4
|
.. highlightlang:: none
|
4
5
|
|
@@ -8,7 +9,7 @@ groonga-httpd
|
|
8
9
|
Summary
|
9
10
|
-------
|
10
11
|
|
11
|
-
groonga-httpd is a program to communicate with a
|
12
|
+
groonga-httpd is a program to communicate with a Groonga server using
|
12
13
|
the HTTP protocol. It functions as same as
|
13
14
|
:doc:`groonga-server-http`. Although :doc:`groonga-server-http` has
|
14
15
|
limited support for HTTP with a minimal built-in HTTP server,
|
@@ -67,6 +68,30 @@ To check, request a simple query (:doc:`/reference/commands/status`).
|
|
67
68
|
.. include:: ../../example/reference/executables/groonga-httpd.log
|
68
69
|
.. /d/status
|
69
70
|
|
71
|
+
|
72
|
+
Loading data by POST
|
73
|
+
^^^^^^^^^^^^^^^^^^^^
|
74
|
+
|
75
|
+
The feature of groonga-httpd in contrast to groonga is supporting POST method.
|
76
|
+
|
77
|
+
You can load data by POST JSON data.
|
78
|
+
|
79
|
+
Here is an example curl command line that loads two users alice and bob to Users table::
|
80
|
+
|
81
|
+
% curl --data-binary '[{"_key": "alice"}, {"_key": "bob"}]' -H "Content-Type: application/json" "http://localhost:10041/d/load?table=Users"
|
82
|
+
|
83
|
+
If you loads users from JSON file, prepare JSON file like this::
|
84
|
+
|
85
|
+
[
|
86
|
+
{"_key": "alice"},
|
87
|
+
{"_key": "bob"}
|
88
|
+
]
|
89
|
+
|
90
|
+
Then specify JSON file in curl command line::
|
91
|
+
|
92
|
+
% curl -X POST 'http://localhost:10041/d/load?table=Users' -H 'Content-Type: application/json' -d @users.json
|
93
|
+
|
94
|
+
|
70
95
|
Browse the administration tool
|
71
96
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
72
97
|
|
@@ -107,7 +132,7 @@ Default
|
|
107
132
|
Context
|
108
133
|
``location``
|
109
134
|
|
110
|
-
Specifies whether
|
135
|
+
Specifies whether Groonga is enabled in the ``location`` block. The
|
111
136
|
default is ``off``. You need to specify ``on`` to enable groonga.
|
112
137
|
|
113
138
|
Examples::
|
@@ -135,7 +160,7 @@ Default
|
|
135
160
|
Context
|
136
161
|
``http``, ``server``, ``location``
|
137
162
|
|
138
|
-
Specifies the path to a
|
163
|
+
Specifies the path to a Groonga database. This is the required
|
139
164
|
directive.
|
140
165
|
|
141
166
|
.. _groonga-database-auto-create:
|
@@ -153,10 +178,10 @@ Default
|
|
153
178
|
Context
|
154
179
|
``http``, ``server``, ``location``
|
155
180
|
|
156
|
-
Specifies whether
|
157
|
-
the value is ``on`` and the
|
158
|
-
:ref:`groonga-database` doesn't exist, the
|
159
|
-
automatically. If the
|
181
|
+
Specifies whether Groonga database is created automatically or not. If
|
182
|
+
the value is ``on`` and the Groonga database specified by
|
183
|
+
:ref:`groonga-database` doesn't exist, the Groonga database is created
|
184
|
+
automatically. If the Groonga database exists, groonga-httpd does
|
160
185
|
nothing.
|
161
186
|
|
162
187
|
If parent directory doesn't exist, parent directory is also created
|
@@ -179,13 +204,13 @@ Default
|
|
179
204
|
Context
|
180
205
|
``location``
|
181
206
|
|
182
|
-
Specifies the base path in URI.
|
207
|
+
Specifies the base path in URI. Groonga uses
|
183
208
|
``/d/command?parameter1=value1&...`` path to run ``command``. The form
|
184
209
|
of path in used in groonga-httpd but groonga-httpd also supports
|
185
210
|
``/other-prefix/command?parameter1=value1&...`` form. To support the
|
186
211
|
form, groonga-httpd removes the base path from the head of request URI
|
187
212
|
and prepend ``/d/`` to the processed request URI. By the path
|
188
|
-
conversion, users can use custom path prefix and
|
213
|
+
conversion, users can use custom path prefix and Groonga can always
|
189
214
|
uses ``/d/command?parameter1=value1&...`` form.
|
190
215
|
|
191
216
|
Nomally, this directive isn't needed. It is needed for per command
|
@@ -228,7 +253,7 @@ Default
|
|
228
253
|
Context
|
229
254
|
``http``, ``server``, ``location``
|
230
255
|
|
231
|
-
Specifies
|
256
|
+
Specifies Groonga log path in the ``http``, ``server`` or ``location`` block. The
|
232
257
|
default is ``/var/log/groonga/httpd/groonga.log``.
|
233
258
|
You can disable logging to specify ``off``.
|
234
259
|
|
@@ -255,7 +280,7 @@ Default
|
|
255
280
|
Context
|
256
281
|
``http``, ``server``, ``location``
|
257
282
|
|
258
|
-
Specifies
|
283
|
+
Specifies Groonga log level in the ``http``, ``server`` or ``location`` block. The
|
259
284
|
default is ``notice``. You can disable logging by specifying ``none`` as log level.
|
260
285
|
|
261
286
|
Examples::
|
@@ -281,7 +306,7 @@ Default
|
|
281
306
|
Context
|
282
307
|
``http``, ``server``, ``location``
|
283
308
|
|
284
|
-
Specifies
|
309
|
+
Specifies Groonga's query log path in the ``http``, ``server`` or
|
285
310
|
``location`` block. The default is
|
286
311
|
``/var/log/groonga/httpd/groonga-query.log``. You can disable logging
|
287
312
|
to specify ``off``.
|
@@ -305,7 +330,7 @@ useful tools.
|
|
305
330
|
|
306
331
|
For example, there is a tool that analyzing your query log. It can
|
307
332
|
detect slow queries from your query log. There is a tool that
|
308
|
-
replaying same queries in your query log. It can test the new
|
333
|
+
replaying same queries in your query log. It can test the new Groonga
|
309
334
|
before updating production environment.
|
310
335
|
|
311
336
|
Performance related directives
|
@@ -317,7 +342,7 @@ The following directives are related to the performance of groonga-httpd.
|
|
317
342
|
""""""""""""""""""""
|
318
343
|
|
319
344
|
For optimum performance, set this to be equal to the number of CPUs or cores. In
|
320
|
-
many cases,
|
345
|
+
many cases, Groonga queries may be CPU-intensive work, so to fully utilize
|
321
346
|
multi-CPU/core systems, it's essential to set this accordingly.
|
322
347
|
|
323
348
|
This isn't a groonga-httpd specific directive, but an nginx's one. For details,
|
@@ -342,7 +367,7 @@ Default
|
|
342
367
|
Context
|
343
368
|
``http``, ``server``, ``location``
|
344
369
|
|
345
|
-
Specifies
|
370
|
+
Specifies Groonga's limit of query cache in the ``http``, ``server`` or
|
346
371
|
``location`` block. The default value is 100.
|
347
372
|
You can disable query cache to specify 0 to ``groonga_cache_limit`` explicitly.
|
348
373
|
|
@@ -358,7 +383,7 @@ Examples::
|
|
358
383
|
"""""""""""""""
|
359
384
|
|
360
385
|
In short, you can use nginx's reverse proxy and cache mechanism
|
361
|
-
instead of
|
386
|
+
instead of Groonga's built-in query cache feature.
|
362
387
|
|
363
388
|
Query cache
|
364
389
|
+++++++++++
|
@@ -462,13 +487,13 @@ See the following nginx documentations for parameter details:
|
|
462
487
|
* http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass
|
463
488
|
|
464
489
|
Note that you need to remove cache files created by nginx by hand
|
465
|
-
after you load new data to
|
490
|
+
after you load new data to Groonga. For the above sample
|
466
491
|
configuration, run the following command to remove cache files::
|
467
492
|
|
468
493
|
% groonga DB_PATH < load.grn
|
469
494
|
% rm -rf /var/cache/groonga-httpd/*
|
470
495
|
|
471
|
-
If you use
|
496
|
+
If you use Groonga's query cache feature, you don't need to expire
|
472
497
|
cache by hand. It is done automatically.
|
473
498
|
|
474
499
|
Available nginx modules
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>1. Groongaの特徴 — Groonga v3.1.
|
10
|
+
<title>1. Groongaの特徴 — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,9 +26,9 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="2. インストール" href="install.html" />
|
31
|
-
<link rel="prev" title="
|
31
|
+
<link rel="prev" title="Groonga ドキュメント" href="index.html" />
|
32
32
|
</head>
|
33
33
|
<body role="document">
|
34
34
|
<div class="header">
|
@@ -58,9 +58,9 @@
|
|
58
58
|
<a href="install.html" title="2. インストール"
|
59
59
|
accesskey="N">次へ</a> |</li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="index.html" title="
|
61
|
+
<a href="index.html" title="Groonga ドキュメント"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">Groonga v3.1.
|
63
|
+
<li><a href="index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -142,7 +142,7 @@
|
|
142
142
|
|
143
143
|
<h4>前のトピックへ</h4>
|
144
144
|
<p class="topless"><a href="index.html"
|
145
|
-
title="前の章へ">
|
145
|
+
title="前の章へ">Groonga ドキュメント</a></p>
|
146
146
|
<h4>次のトピックへ</h4>
|
147
147
|
<p class="topless"><a href="install.html"
|
148
148
|
title="次の章へ">2. インストール</a></p>
|
@@ -180,9 +180,9 @@
|
|
180
180
|
<a href="install.html" title="2. インストール"
|
181
181
|
>次へ</a> |</li>
|
182
182
|
<li class="right" >
|
183
|
-
<a href="index.html" title="
|
183
|
+
<a href="index.html" title="Groonga ドキュメント"
|
184
184
|
>前へ</a> |</li>
|
185
|
-
<li><a href="index.html">Groonga v3.1.
|
185
|
+
<li><a href="index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
186
186
|
</ul>
|
187
187
|
</div>
|
188
188
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>3. コミュニティ — Groonga v3.1.
|
10
|
+
<title>3. コミュニティ — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="4. チュートリアル" href="tutorial.html" />
|
31
31
|
<link rel="prev" title="2.8. その他" href="install/others.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="install/others.html" title="2.8. その他"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">Groonga v3.1.
|
63
|
+
<li><a href="index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -152,7 +152,7 @@
|
|
152
152
|
<li class="right" >
|
153
153
|
<a href="install/others.html" title="2.8. その他"
|
154
154
|
>前へ</a> |</li>
|
155
|
-
<li><a href="index.html">Groonga v3.1.
|
155
|
+
<li><a href="index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
156
156
|
</ul>
|
157
157
|
</div>
|
158
158
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.2. Groonga 通信アーキテクチャ — Groonga v3.1.
|
10
|
+
<title>13.3.2. Groonga 通信アーキテクチャ — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="next" title="13.3.3. ユーザーと協力して開発をうまく進めていくための指針" href="cooperation.html" />
|
32
32
|
<link rel="prev" title="13.3.1. リポジトリ" href="repository.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="repository.html" title="13.3.1. リポジトリ"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
@@ -148,7 +148,7 @@ edgeがworkerに結びついていないときは、同時に、ctx_newという
|
|
148
148
|
<li class="right" >
|
149
149
|
<a href="repository.html" title="13.3.1. リポジトリ"
|
150
150
|
>前へ</a> |</li>
|
151
|
-
<li><a href="../../index.html">Groonga v3.1.
|
151
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
152
152
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
153
153
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
154
154
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.3. ユーザーと協力して開発をうまく進めていくための指針 — Groonga v3.1.
|
10
|
+
<title>13.3.3. ユーザーと協力して開発をうまく進めていくための指針 — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="next" title="13.3.4. ドキュメント作成" href="document.html" />
|
32
32
|
<link rel="prev" title="13.3.2. Groonga 通信アーキテクチャ" href="com.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="com.html" title="13.3.2. Groonga 通信アーキテクチャ"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
@@ -210,7 +210,7 @@
|
|
210
210
|
<li class="right" >
|
211
211
|
<a href="com.html" title="13.3.2. Groonga 通信アーキテクチャ"
|
212
212
|
>前へ</a> |</li>
|
213
|
-
<li><a href="../../index.html">Groonga v3.1.
|
213
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
214
214
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
215
215
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
216
216
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.4. ドキュメント作成 — Groonga v3.1.
|
10
|
+
<title>13.3.4. ドキュメント作成 — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="next" title="13.3.5. クエリの実現" href="query.html" />
|
32
32
|
<link rel="prev" title="13.3.3. ユーザーと協力して開発をうまく進めていくための指針" href="cooperation.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="cooperation.html" title="13.3.3. ユーザーと協力して開発をうまく進めていくための指針"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
@@ -172,7 +172,7 @@
|
|
172
172
|
<li class="right" >
|
173
173
|
<a href="cooperation.html" title="13.3.3. ユーザーと協力して開発をうまく進めていくための指針"
|
174
174
|
>前へ</a> |</li>
|
175
|
-
<li><a href="../../index.html">Groonga v3.1.
|
175
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
176
176
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
177
177
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
178
178
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.5. クエリの実現 — Groonga v3.1.
|
10
|
+
<title>13.3.5. クエリの実現 — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="next" title="13.3.7. リリース手順" href="release.html" />
|
32
32
|
<link rel="prev" title="13.3.4. ドキュメント作成" href="document.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="document.html" title="13.3.4. ドキュメント作成"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
@@ -348,7 +348,7 @@ columnの値が'needle'であるレコードr1と、columnの値が'haystack'で
|
|
348
348
|
<li class="right" >
|
349
349
|
<a href="document.html" title="13.3.4. ドキュメント作成"
|
350
350
|
>前へ</a> |</li>
|
351
|
-
<li><a href="../../index.html">Groonga v3.1.
|
351
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
352
352
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
353
353
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
354
354
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.7. リリース手順 — Groonga v3.1.
|
10
|
+
<title>13.3.7. リリース手順 — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="next" title="13.3.8. テスト方法" href="test.html" />
|
32
32
|
<link rel="prev" title="13.3.5. クエリの実現" href="query.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="query.html" title="13.3.5. クエリの実現"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
@@ -776,7 +776,7 @@ published: false
|
|
776
776
|
<li class="right" >
|
777
777
|
<a href="query.html" title="13.3.5. クエリの実現"
|
778
778
|
>前へ</a> |</li>
|
779
|
-
<li><a href="../../index.html">Groonga v3.1.
|
779
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
780
780
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
781
781
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
782
782
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.1. リポジトリ — Groonga v3.1.
|
10
|
+
<title>13.3.1. リポジトリ — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="next" title="13.3.2. Groonga 通信アーキテクチャ" href="com.html" />
|
32
32
|
<link rel="prev" title="13.3. groonga開発者向け情報" href="../development.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../development.html" title="13.3. groonga開発者向け情報"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">Groonga v3.1.
|
64
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
67
67
|
</ul>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
<li class="right" >
|
130
130
|
<a href="../development.html" title="13.3. groonga開発者向け情報"
|
131
131
|
>前へ</a> |</li>
|
132
|
-
<li><a href="../../index.html">Groonga v3.1.
|
132
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
133
133
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
134
134
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
135
135
|
</ul>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.3.8. テスト方法 — Groonga v3.1.
|
10
|
+
<title>13.3.8. テスト方法 — Groonga v3.1.2-13-gc6e6a93ドキュメント</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.2-13-gc6e6a93',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v3.1.
|
29
|
+
<link rel="top" title="Groonga v3.1.2-13-gc6e6a93ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="13.3. groonga開発者向け情報" href="../development.html" />
|
31
31
|
<link rel="prev" title="13.3.7. リリース手順" href="release.html" />
|
32
32
|
</head>
|
@@ -57,7 +57,7 @@
|
|
57
57
|
<li class="right" >
|
58
58
|
<a href="release.html" title="13.3.7. リリース手順"
|
59
59
|
accesskey="P">前へ</a> |</li>
|
60
|
-
<li><a href="../../index.html">Groonga v3.1.
|
60
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
61
61
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
62
62
|
<li><a href="../development.html" accesskey="U">13.3. groonga開発者向け情報</a> »</li>
|
63
63
|
</ul>
|
@@ -232,7 +232,7 @@
|
|
232
232
|
<li class="right" >
|
233
233
|
<a href="release.html" title="13.3.7. リリース手順"
|
234
234
|
>前へ</a> |</li>
|
235
|
-
<li><a href="../../index.html">Groonga v3.1.
|
235
|
+
<li><a href="../../index.html">Groonga v3.1.2-13-gc6e6a93ドキュメント</a> »</li>
|
236
236
|
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
237
237
|
<li><a href="../development.html" >13.3. groonga開発者向け情報</a> »</li>
|
238
238
|
</ul>
|