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
@@ -1,6 +1,6 @@
|
|
1
1
|
.\" Man page generated from reStructuredText.
|
2
2
|
.
|
3
|
-
.TH "GROONGA" "1" "2014 年
|
3
|
+
.TH "GROONGA" "1" "2014 年 02 月 07 日" "4.0.0" "Groonga"
|
4
4
|
.SH NAME
|
5
5
|
groonga \- Groonga documentation
|
6
6
|
.
|
@@ -97,7 +97,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
97
97
|
.INDENT 3.5
|
98
98
|
.INDENT 0.0
|
99
99
|
.IP \(bu 2
|
100
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-
|
100
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x86.exe\fP
|
101
101
|
.UNINDENT
|
102
102
|
.UNINDENT
|
103
103
|
.UNINDENT
|
@@ -109,7 +109,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
109
109
|
.INDENT 3.5
|
110
110
|
.INDENT 0.0
|
111
111
|
.IP \(bu 2
|
112
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-
|
112
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x64.exe\fP
|
113
113
|
.UNINDENT
|
114
114
|
.UNINDENT
|
115
115
|
.UNINDENT
|
@@ -124,7 +124,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
124
124
|
.INDENT 3.5
|
125
125
|
.INDENT 0.0
|
126
126
|
.IP \(bu 2
|
127
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-
|
127
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x86.zip\fP
|
128
128
|
.UNINDENT
|
129
129
|
.UNINDENT
|
130
130
|
.UNINDENT
|
@@ -136,7 +136,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
136
136
|
.INDENT 3.5
|
137
137
|
.INDENT 0.0
|
138
138
|
.IP \(bu 2
|
139
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-
|
139
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.0\-x64.zip\fP
|
140
140
|
.UNINDENT
|
141
141
|
.UNINDENT
|
142
142
|
.UNINDENT
|
@@ -163,7 +163,7 @@ zipアーカイブをpackages.groonga.orgからダウンロードしてくださ
|
|
163
163
|
.INDENT 3.5
|
164
164
|
.INDENT 0.0
|
165
165
|
.IP \(bu 2
|
166
|
-
\fI\%http://packages.groonga.org/source/groonga/groonga\-
|
166
|
+
\fI\%http://packages.groonga.org/source/groonga/groonga\-4.0.0.zip\fP
|
167
167
|
.UNINDENT
|
168
168
|
.UNINDENT
|
169
169
|
.UNINDENT
|
@@ -176,7 +176,7 @@ Groongaのソースフォルダへと移動します:
|
|
176
176
|
.sp
|
177
177
|
.nf
|
178
178
|
.ft C
|
179
|
-
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-
|
179
|
+
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-4.0.0
|
180
180
|
.ft P
|
181
181
|
.fi
|
182
182
|
.UNINDENT
|
@@ -188,7 +188,7 @@ Groongaのソースフォルダへと移動します:
|
|
188
188
|
.sp
|
189
189
|
.nf
|
190
190
|
.ft C
|
191
|
-
groonga\-
|
191
|
+
groonga\-4.0.0> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
|
192
192
|
.ft P
|
193
193
|
.fi
|
194
194
|
.UNINDENT
|
@@ -200,7 +200,7 @@ groonga\-3.1.2> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\
|
|
200
200
|
.sp
|
201
201
|
.nf
|
202
202
|
.ft C
|
203
|
-
groonga\-
|
203
|
+
groonga\-4.0.0> cmake \-\-build . \-\-config Release
|
204
204
|
.ft P
|
205
205
|
.fi
|
206
206
|
.UNINDENT
|
@@ -212,7 +212,7 @@ groonga\-3.1.2> cmake \-\-build . \-\-config Release
|
|
212
212
|
.sp
|
213
213
|
.nf
|
214
214
|
.ft C
|
215
|
-
groonga\-
|
215
|
+
groonga\-4.0.0> cmake \-\-build . \-\-config Release \-\-target Install
|
216
216
|
.ft P
|
217
217
|
.fi
|
218
218
|
.UNINDENT
|
@@ -260,9 +260,9 @@ groonga\-3.1.2> cmake \-\-build . \-\-config Release \-\-target Install
|
|
260
260
|
.sp
|
261
261
|
.nf
|
262
262
|
.ft C
|
263
|
-
% curl \-O http://packages.groonga.org/source/groonga/groonga\-
|
264
|
-
% tar xvzf groonga\-
|
265
|
-
% cd groonga\-
|
263
|
+
% curl \-O http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
264
|
+
% tar xvzf groonga\-4.0.0.tar.gz
|
265
|
+
% cd groonga\-4.0.0
|
266
266
|
.ft P
|
267
267
|
.fi
|
268
268
|
.UNINDENT
|
@@ -566,9 +566,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
566
566
|
.sp
|
567
567
|
.nf
|
568
568
|
.ft C
|
569
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-
|
570
|
-
% tar xvzf groonga\-
|
571
|
-
% cd groonga\-
|
569
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
570
|
+
% tar xvzf groonga\-4.0.0.tar.gz
|
571
|
+
% cd groonga\-4.0.0
|
572
572
|
.ft P
|
573
573
|
.fi
|
574
574
|
.UNINDENT
|
@@ -999,9 +999,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
999
999
|
.sp
|
1000
1000
|
.nf
|
1001
1001
|
.ft C
|
1002
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-
|
1003
|
-
% tar xvzf groonga\-
|
1004
|
-
% cd groonga\-
|
1002
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
1003
|
+
% tar xvzf groonga\-4.0.0.tar.gz
|
1004
|
+
% cd groonga\-4.0.0
|
1005
1005
|
.ft P
|
1006
1006
|
.fi
|
1007
1007
|
.UNINDENT
|
@@ -1317,9 +1317,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1317
1317
|
.sp
|
1318
1318
|
.nf
|
1319
1319
|
.ft C
|
1320
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-
|
1321
|
-
% tar xvzf groonga\-
|
1322
|
-
% cd groonga\-
|
1320
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
1321
|
+
% tar xvzf groonga\-4.0.0.tar.gz
|
1322
|
+
% cd groonga\-4.0.0
|
1323
1323
|
.ft P
|
1324
1324
|
.fi
|
1325
1325
|
.UNINDENT
|
@@ -1505,9 +1505,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1505
1505
|
.sp
|
1506
1506
|
.nf
|
1507
1507
|
.ft C
|
1508
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-
|
1509
|
-
% tar xvzf groonga\-
|
1510
|
-
% cd groonga\-
|
1508
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
1509
|
+
% tar xvzf groonga\-4.0.0.tar.gz
|
1510
|
+
% cd groonga\-4.0.0
|
1511
1511
|
.ft P
|
1512
1512
|
.fi
|
1513
1513
|
.UNINDENT
|
@@ -1571,9 +1571,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1571
1571
|
.sp
|
1572
1572
|
.nf
|
1573
1573
|
.ft C
|
1574
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-
|
1575
|
-
% gtar xvzf groonga\-
|
1576
|
-
% cd groonga\-
|
1574
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
1575
|
+
% gtar xvzf groonga\-4.0.0.tar.gz
|
1576
|
+
% cd groonga\-4.0.0
|
1577
1577
|
.ft P
|
1578
1578
|
.fi
|
1579
1579
|
.UNINDENT
|
@@ -1694,9 +1694,9 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単
|
|
1694
1694
|
.sp
|
1695
1695
|
.nf
|
1696
1696
|
.ft C
|
1697
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-
|
1698
|
-
% tar xvzf groonga\-
|
1699
|
-
% cd groonga\-
|
1697
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.0.tar.gz
|
1698
|
+
% tar xvzf groonga\-4.0.0.tar.gz
|
1699
|
+
% cd groonga\-4.0.0
|
1700
1700
|
% ./configure
|
1701
1701
|
% make
|
1702
1702
|
% sudo make install
|
@@ -8824,7 +8824,7 @@ Groongaは位置情報データのうち座標データのみサポートして
|
|
8824
8824
|
指定した座標からの距離が近い順にレコードをソートできる。
|
8825
8825
|
.UNINDENT
|
8826
8826
|
.sp
|
8827
|
-
以下はGroonga
|
8827
|
+
以下はGroongaの位置情報検索の利用例です。
|
8828
8828
|
.INDENT 0.0
|
8829
8829
|
.IP \(bu 2
|
8830
8830
|
駅の近くにあるマクドナルドをリストする。
|
@@ -10420,7 +10420,12 @@ groonga サーバが動作していないか? groonga\-benchmarkは、\-i, \
|
|
10420
10420
|
.SS groonga\-httpd
|
10421
10421
|
.SS 概要
|
10422
10422
|
.sp
|
10423
|
-
groonga\-httpd
|
10423
|
+
groonga\-httpd is a program to communicate with a Groonga server using
|
10424
|
+
the HTTP protocol. It functions as same as
|
10425
|
+
\fBgroonga\-server\-http\fP\&. Although \fBgroonga\-server\-http\fP has
|
10426
|
+
limited support for HTTP with a minimal built\-in HTTP server,
|
10427
|
+
groonga\-httpd has full support for HTTP with an embedded \fI\%nginx\fP\&. All standards\-compliance and features provided
|
10428
|
+
by nginx is also available in groonga\-httpd.
|
10424
10429
|
.sp
|
10425
10430
|
groonga\-httpdにはHTML + JavaScriptで実装された管理ツールが標準で付属しています。ウェブブラウザでhttp://hostname:port/にアクセスすると、管理ツールを利用できます。
|
10426
10431
|
.SS 書式
|
@@ -10507,6 +10512,50 @@ http {
|
|
10507
10512
|
.fi
|
10508
10513
|
.UNINDENT
|
10509
10514
|
.UNINDENT
|
10515
|
+
.SS Loading data by POST
|
10516
|
+
.sp
|
10517
|
+
The feature of groonga\-httpd in contrast to groonga is supporting POST method.
|
10518
|
+
.sp
|
10519
|
+
You can load data by POST JSON data.
|
10520
|
+
.sp
|
10521
|
+
Here is an example curl command line that loads two users alice and bob to Users table:
|
10522
|
+
.INDENT 0.0
|
10523
|
+
.INDENT 3.5
|
10524
|
+
.sp
|
10525
|
+
.nf
|
10526
|
+
.ft C
|
10527
|
+
% curl \-\-data\-binary \(aq[{"_key": "alice"}, {"_key": "bob"}]\(aq \-H "Content\-Type: application/json" "http://localhost:10041/d/load?table=Users"
|
10528
|
+
.ft P
|
10529
|
+
.fi
|
10530
|
+
.UNINDENT
|
10531
|
+
.UNINDENT
|
10532
|
+
.sp
|
10533
|
+
If you loads users from JSON file, prepare JSON file like this:
|
10534
|
+
.INDENT 0.0
|
10535
|
+
.INDENT 3.5
|
10536
|
+
.sp
|
10537
|
+
.nf
|
10538
|
+
.ft C
|
10539
|
+
[
|
10540
|
+
{"_key": "alice"},
|
10541
|
+
{"_key": "bob"}
|
10542
|
+
]
|
10543
|
+
.ft P
|
10544
|
+
.fi
|
10545
|
+
.UNINDENT
|
10546
|
+
.UNINDENT
|
10547
|
+
.sp
|
10548
|
+
Then specify JSON file in curl command line:
|
10549
|
+
.INDENT 0.0
|
10550
|
+
.INDENT 3.5
|
10551
|
+
.sp
|
10552
|
+
.nf
|
10553
|
+
.ft C
|
10554
|
+
% curl \-X POST \(aqhttp://localhost:10041/d/load?table=Users\(aq \-H \(aqContent\-Type: application/json\(aq \-d @users.json
|
10555
|
+
.ft P
|
10556
|
+
.fi
|
10557
|
+
.UNINDENT
|
10558
|
+
.UNINDENT
|
10510
10559
|
.SS 管理ツールを使う
|
10511
10560
|
.sp
|
10512
10561
|
補足ですが、 \fI\%http://localhost:10041/\fP にアクセスすると管理ツールを利用できます。
|
@@ -10553,7 +10602,7 @@ groonga on | off;
|
|
10553
10602
|
\fBlocation\fP
|
10554
10603
|
.UNINDENT
|
10555
10604
|
.sp
|
10556
|
-
この \fBlocation\fP ブロックで
|
10605
|
+
この \fBlocation\fP ブロックでGroongaを使うかどうかを指定します。デフォルトは \fBoff\fP です。Groongaを使うためには \fBon\fP を指定してください。
|
10557
10606
|
.sp
|
10558
10607
|
例:
|
10559
10608
|
.INDENT 0.0
|
@@ -10594,7 +10643,7 @@ groonga_database /path/to/groonga/database;
|
|
10594
10643
|
\fBhttp\fP, \fBserver\fP, \fBlocation\fP
|
10595
10644
|
.UNINDENT
|
10596
10645
|
.sp
|
10597
|
-
|
10646
|
+
Groongaデータベースのパスを指定します。このディレクティブは必須です。
|
10598
10647
|
.SS \fBgroonga_database_auto_create\fP
|
10599
10648
|
.sp
|
10600
10649
|
書式:
|
@@ -10617,7 +10666,7 @@ groonga_database_auto_create on | off;
|
|
10617
10666
|
\fBhttp\fP, \fBserver\fP, \fBlocation\fP
|
10618
10667
|
.UNINDENT
|
10619
10668
|
.sp
|
10620
|
-
|
10669
|
+
Groongaのデータベースを自動で作成するかどうかを指定します。もし、この値が \fBon\fP で \fIgroonga\-database\fP に指定したGroongaのデータベースが存在しない場合は自動でGroongaのデータベースを作成します。Groongaのデータベースが存在している場合は何もしません。
|
10621
10670
|
.sp
|
10622
10671
|
もし、親ディレクトリが存在しな場合は再帰的に親ディレクトリも作成します。
|
10623
10672
|
.sp
|
@@ -10644,7 +10693,7 @@ groonga_base_path /d/;
|
|
10644
10693
|
\fBlocation\fP
|
10645
10694
|
.UNINDENT
|
10646
10695
|
.sp
|
10647
|
-
URIのベースパスを指定します。
|
10696
|
+
URIのベースパスを指定します。Groongaは \fBcommand\fP を実行するために \fB/d/command?parameter1=value1&...\fP というパスを使います。groonga\-httpdでもこのパスの形式を使いますが、groonga\-httpdは \fB/other\-prefix/command?parameter1=value1&...\fP というように \fB/d/\fP ではなく別のプレフィックスを使った形式もサポートしています。この別の形式もサポートするために、groonga\-httpdはリクエストURIの先頭からベースパスを削除し、先頭に \fB/d/\fP を追加します。このパスの変換をすることにより、ユーザーはプレフィックスをカスタムできるようになりますが、Groongaは常に \fB/d/command?parameter1=value1&...\fP という形式で処理できます。
|
10648
10697
|
.sp
|
10649
10698
|
通常、このディレクティブを使う必要はありません。このディレクティブはコマンド毎に設定をしたい場合に使います。
|
10650
10699
|
.sp
|
@@ -10698,7 +10747,7 @@ groonga_log_path path | off;
|
|
10698
10747
|
\fBhttp\fP, \fBserver\fP, \fBlocation\fP
|
10699
10748
|
.UNINDENT
|
10700
10749
|
.sp
|
10701
|
-
|
10750
|
+
Groongaのログ保存先を \fBhttp\fP 、\fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fB/var/log/groonga/httpd/groonga.log\fP です。ログを無効にするには \fBoff\fP を指定します。
|
10702
10751
|
.sp
|
10703
10752
|
例:
|
10704
10753
|
.INDENT 0.0
|
@@ -10737,7 +10786,7 @@ groonga_log_level none | emergency | alert | ciritical | error | warning | notic
|
|
10737
10786
|
\fBhttp\fP, \fBserver\fP, \fBlocation\fP
|
10738
10787
|
.UNINDENT
|
10739
10788
|
.sp
|
10740
|
-
|
10789
|
+
Groongaのログレベルを \fBhttp\fP 、 \fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fBnotice\fP です。 \fBnone\fP を指定することでログを無効にできます。
|
10741
10790
|
.sp
|
10742
10791
|
例:
|
10743
10792
|
.INDENT 0.0
|
@@ -10776,7 +10825,7 @@ groonga_query_log_path path | off;
|
|
10776
10825
|
\fBhttp\fP, \fBserver\fP, \fBlocation\fP
|
10777
10826
|
.UNINDENT
|
10778
10827
|
.sp
|
10779
|
-
|
10828
|
+
Groongaのクエリーログの保存先を \fBhttp\fP 、\fBserver\fP もしくは \fBlocation\fP ブロックで指定します。デフォルトは \fB/var/log/groonga/httpd/groonga\-query.log\fP です。ログを無効にするには \fBoff\fP を指定します。
|
10780
10829
|
.sp
|
10781
10830
|
例:
|
10782
10831
|
.INDENT 0.0
|
@@ -10808,13 +10857,13 @@ location /d/ {
|
|
10808
10857
|
.sp
|
10809
10858
|
\fI\%groonga\-query\-log パッケージ\fP でクエリーログを解析できます。このパッケージは有用なツールを提供しています。
|
10810
10859
|
.sp
|
10811
|
-
例えば、クエリーログを解析するツールがあります。これを使えば、スロークエリーを見つけることができます。クエリーログ内のすべてのクエリーを再生するツールもあります。これを使えば、新しい
|
10860
|
+
例えば、クエリーログを解析するツールがあります。これを使えば、スロークエリーを見つけることができます。クエリーログ内のすべてのクエリーを再生するツールもあります。これを使えば、新しいGroongaをプロダクション環境にデプロイする前に網羅的にテストすることができます。
|
10812
10861
|
.SS 性能関連のディレクティブ
|
10813
10862
|
.sp
|
10814
10863
|
以下のディレクティブはgronoga\-httpdの性能に関連しているディレクティブです。
|
10815
10864
|
.SS \fBworker_processes\fP
|
10816
10865
|
.sp
|
10817
|
-
最適なパフォーマンスを得るためには、CPU数あるいはコア数と同じ数になるようにこのディレクティブを設定してください。大抵の場合、
|
10866
|
+
最適なパフォーマンスを得るためには、CPU数あるいはコア数と同じ数になるようにこのディレクティブを設定してください。大抵の場合、GroongaのクエリーはCPU負荷が高いものとなり、複数のCPU/コアを使い切るためには、このディレクティブを設定する必要があります。
|
10818
10867
|
.sp
|
10819
10868
|
このディレクティブはgroonga\-httpdのディレクティブではなく、nginxのディレクティブです。詳細は、 \fI\%http://wiki.nginx.org/CoreModule#worker_processes\fP を参照してください。
|
10820
10869
|
.sp
|
@@ -10862,7 +10911,7 @@ location /d/ {
|
|
10862
10911
|
.UNINDENT
|
10863
10912
|
.SS \fBproxy_cache\fP
|
10864
10913
|
.sp
|
10865
|
-
まとめると、
|
10914
|
+
まとめると、Groonga組み込みのクエリーキャッシュ機能の代わりにnginxのリバースプロ機とキャッシュの仕組みを使うこともできます。
|
10866
10915
|
.SS クエリーキャッシュ
|
10867
10916
|
.sp
|
10868
10917
|
groongaは \fB/reference/commands/select\fP コマンド用にクエリーキャッシュ機能を提供しています。この機能は多くのケースで性能向上を実現します。
|
@@ -10997,7 +11046,7 @@ http {
|
|
10997
11046
|
.UNINDENT
|
10998
11047
|
.UNINDENT
|
10999
11048
|
.sp
|
11000
|
-
|
11049
|
+
Groongaに新しいデータをロードしたときは自分でnginxが作ったキャッシュファイルを削除しなければいけないことに注意してください。前述のサンプル設定では、以下のコマンドでキャッシュを消せます:
|
11001
11050
|
.INDENT 0.0
|
11002
11051
|
.INDENT 3.5
|
11003
11052
|
.sp
|
@@ -11010,7 +11059,7 @@ groongaに新しいデータをロードしたときは自分でnginxが作っ
|
|
11010
11059
|
.UNINDENT
|
11011
11060
|
.UNINDENT
|
11012
11061
|
.sp
|
11013
|
-
|
11062
|
+
Groongaのクエリーキャッシュ機能を使うと、手動でキャッシュを失効する必要はありません。自動で失効します。
|
11014
11063
|
.SS 利用可能なnginxモジュール
|
11015
11064
|
.sp
|
11016
11065
|
全てのHTTPの標準モジュールが利用可能です。PCRE(Perl Compatible Regular Expressions)がない場合はHttpRewriteModuleは無効になります。標準モジュールの一覧は、 \fI\%http://wiki.nginx.org/Modules\fP を参照してください。
|
@@ -23592,7 +23641,7 @@ between(column_or_value, min, min_border, max, max_border)
|
|
23592
23641
|
.UNINDENT
|
23593
23642
|
.SS 使い方
|
23594
23643
|
.sp
|
23595
|
-
|
23644
|
+
使い方を示すために使うスキーマ定義とサンプルデータは以下の通りです。
|
23596
23645
|
.INDENT 0.0
|
23597
23646
|
.INDENT 3.5
|
23598
23647
|
.sp
|
@@ -25197,10 +25246,9 @@ select Documents \-\-output_columns \(aqsnippet_html("Groonga is very fast fullt
|
|
25197
25246
|
.UNINDENT
|
25198
25247
|
.SS 戻り値
|
25199
25248
|
.sp
|
25200
|
-
\fBsnippet_html\fP
|
25201
|
-
\fBsnippet_html\fP can\(aqt find any snippets, it returns \fBnull\fP\&.
|
25249
|
+
\fBsnippet_html\fP は文字列の配列もしくは \fBnull\fP を返します。 \fBsnippet_html\fP は該当するスニペットがない場合に \fBnull\fP を返します。
|
25202
25250
|
.sp
|
25203
|
-
|
25251
|
+
配列の要素がスニペットになります:
|
25204
25252
|
.INDENT 0.0
|
25205
25253
|
.INDENT 3.5
|
25206
25254
|
.sp
|
@@ -26221,7 +26269,7 @@ TODO
|
|
26221
26269
|
.SS API
|
26222
26270
|
.sp
|
26223
26271
|
Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供しているAPIを示します。
|
26224
|
-
.SS
|
26272
|
+
.SS 全体設定
|
26225
26273
|
.SS 概要
|
26226
26274
|
.sp
|
26227
26275
|
Groonga has the global configurations. You can access them by API.
|
@@ -26229,7 +26277,7 @@ Groonga has the global configurations. You can access them by API.
|
|
26229
26277
|
.INDENT 0.0
|
26230
26278
|
.TP
|
26231
26279
|
.B int grn_get_lock_timeout(void)
|
26232
|
-
|
26280
|
+
ロックタイムアウトを返します。
|
26233
26281
|
.sp
|
26234
26282
|
\fBgrn_ctx\fP acquires a lock for updating a shared value. If
|
26235
26283
|
other \fBgrn_ctx\fP is already updating the same value,
|
@@ -26239,36 +26287,28 @@ millisecond and try to acquire a lock again. The try is done
|
|
26239
26287
|
\fBtimeout\fP times. If the \fBgrn_ctx\fP that can\(aqt acquires a
|
26240
26288
|
lock until \fBtimeout\fP times, the tries are failed.
|
26241
26289
|
.sp
|
26242
|
-
|
26243
|
-
doesn\(aqt report a lock failure until about 3 hours. (1 * 10000000
|
26244
|
-
[msec] = 10000 [sec] = 166.666... [min] = 2.777... [hour])
|
26290
|
+
デフォルトのロックタイムアウトは \fB10000000\fP です。つまりGroongaはロックの失敗をおよそ3時間経過するまで報告しません。(1 * 10000000 [msec] = 10000 [sec] = 166.666... [min] = 2.777... [hour])
|
26245
26291
|
.INDENT 7.0
|
26246
26292
|
.TP
|
26247
26293
|
.B 戻り値
|
26248
|
-
|
26294
|
+
ロックタイムアウト。
|
26249
26295
|
.UNINDENT
|
26250
26296
|
.UNINDENT
|
26251
26297
|
.INDENT 0.0
|
26252
26298
|
.TP
|
26253
26299
|
.B grn_rc grn_set_lock_timeout(int\fI\ timeout\fP)
|
26254
|
-
|
26300
|
+
ロックタイムアウトを設定します。
|
26255
26301
|
.sp
|
26256
|
-
|
26257
|
-
.nf
|
26258
|
-
:c:function:\(gagrn_get_lock_timeout\(ga
|
26259
|
-
.fi
|
26260
|
-
about lock timeout.
|
26302
|
+
ロックタイムアウトについては、 \fBgrn_get_lock_timeout()\fP を参照してください。
|
26261
26303
|
.sp
|
26262
|
-
|
26304
|
+
\fBtimeout\fP にはいくつか特別扱いする値があります。
|
26263
26305
|
.INDENT 7.0
|
26264
26306
|
.INDENT 3.5
|
26265
26307
|
.INDENT 0.0
|
26266
26308
|
.IP \(bu 2
|
26267
|
-
\fB0\fP:
|
26268
|
-
Groonga reports a failure after one lock acquirement failure.
|
26309
|
+
\fB0\fP: Groongaがロックを再度取得しようとしません。一度ロックの取得に失敗した時点でGroongaはその失敗を報告します。
|
26269
26310
|
.IP \(bu 2
|
26270
|
-
|
26271
|
-
until Groonga can acquire a lock.
|
26311
|
+
負数: Groongaはロックを取得できるまでリトライします。
|
26272
26312
|
.UNINDENT
|
26273
26313
|
.UNINDENT
|
26274
26314
|
.UNINDENT
|
@@ -26290,7 +26330,7 @@ until Groonga can acquire a lock.
|
|
26290
26330
|
\fBノート:\fP
|
26291
26331
|
.INDENT 0.0
|
26292
26332
|
.INDENT 3.5
|
26293
|
-
|
26333
|
+
このAPIは実験的です。
|
26294
26334
|
.UNINDENT
|
26295
26335
|
.UNINDENT
|
26296
26336
|
.sp
|