rroonga 3.0.8-x86-mingw32 → 3.0.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/doc/text/news.textile +13 -1
- data/ext/groonga/rb-grn-index-column.c +4 -0
- data/ext/groonga/rb-grn-object.c +2 -3
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/2.1/groonga.so +0 -0
- data/lib/groonga/schema.rb +1 -1
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +1 -1
- data/test/test-database.rb +74 -0
- data/test/test-index-column.rb +22 -0
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/mecab-config +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +0 -0
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +0 -0
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +0 -0
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/sbin/groonga-httpd-restart +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +3 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -5
- 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 +15 -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 +43 -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 +54 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +38 -30
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +81 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +13 -19
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +71 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +7 -6
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +87 -33
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +176 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +69 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.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/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 +7 -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/documentation.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/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +127 -7
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +54 -42
- data/vendor/local/share/doc/groonga/en/html/install.html +7 -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 +20 -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 +46 -10
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +226 -165
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +46 -36
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +35 -35
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +16 -15
- 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/commands/cache_limit.html +8 -8
- 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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +48 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +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 +95 -14
- 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 +24 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +196 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +90 -90
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +45 -44
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -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/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +61 -17
- 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 +24 -12
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +221 -0
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +174 -0
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -9
- data/vendor/local/share/doc/groonga/en/html/reference/function.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.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/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
- 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.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/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 +290 -0
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- 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.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.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/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/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
- 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/suggest.html +6 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +194 -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/troubleshooting.html +10 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +167 -0
- data/vendor/local/share/doc/groonga/en/html/tutorial.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/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +3 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -5
- 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 +15 -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 +43 -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 +54 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +38 -30
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +81 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +13 -19
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +71 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +7 -6
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +87 -33
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +176 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +69 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +127 -7
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +55 -42
- data/vendor/local/share/doc/groonga/ja/html/install.html +8 -7
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +17 -9
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +43 -11
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +245 -169
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +47 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -36
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +17 -16
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +52 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +93 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +24 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +196 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +91 -91
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +44 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +8 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +56 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +26 -13
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +222 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +175 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +8 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +289 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
- 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.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +195 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +11 -6
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +170 -0
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
- data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
- data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
- data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +1152 -241
- data/vendor/local/share/man/man1/groonga.1 +1215 -269
- metadata +150 -130
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>set —
|
10
|
+
<title>set — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
|
30
30
|
</head>
|
31
31
|
<body>
|
32
32
|
<div class="header">
|
@@ -52,7 +52,7 @@
|
|
52
52
|
<li class="right" style="margin-right: 10px">
|
53
53
|
<a href="../../genindex.html" title="総合索引"
|
54
54
|
accesskey="I">索引</a></li>
|
55
|
-
<li><a href="../../index.html">
|
55
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
56
56
|
</ul>
|
57
57
|
</div>
|
58
58
|
|
@@ -167,7 +167,7 @@
|
|
167
167
|
<h3>このページ</h3>
|
168
168
|
<ul class="this-page-menu">
|
169
169
|
<li><a href="../../_sources/reference/commands_not_implemented/set.txt"
|
170
|
-
rel="nofollow"
|
170
|
+
rel="nofollow">ソースコードを表示</a></li>
|
171
171
|
</ul>
|
172
172
|
<div id="searchbox" style="display: none">
|
173
173
|
<h3>クイック検索</h3>
|
@@ -192,7 +192,7 @@
|
|
192
192
|
<li class="right" style="margin-right: 10px">
|
193
193
|
<a href="../../genindex.html" title="総合索引"
|
194
194
|
>索引</a></li>
|
195
|
-
<li><a href="../../index.html">
|
195
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
196
196
|
</ul>
|
197
197
|
</div>
|
198
198
|
<div class="footer">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>8.1. 実行ファイル —
|
10
|
+
<title>8.1. 実行ファイル — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
|
31
31
|
<link rel="next" title="8.1.1. grnslap" href="executables/grnslap.html" />
|
32
32
|
<link rel="prev" title="8. リファレンスマニュアル" href="../reference.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../reference.html" title="8. リファレンスマニュアル"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">
|
64
|
+
<li><a href="../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
65
65
|
<li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -82,6 +82,8 @@
|
|
82
82
|
<li class="toctree-l1"><a class="reference internal" href="executables/groonga-httpd.html">8.1.4. groonga-httpd</a></li>
|
83
83
|
<li class="toctree-l1"><a class="reference internal" href="executables/groonga-server-http.html">8.1.5. groonga HTTPサーバー</a></li>
|
84
84
|
<li class="toctree-l1"><a class="reference internal" href="executables/groonga-suggest-create-dataset.html">8.1.6. groonga-suggest-create-dataset</a></li>
|
85
|
+
<li class="toctree-l1"><a class="reference internal" href="executables/groonga-suggest-httpd.html">8.1.7. groonga-suggest-httpd</a></li>
|
86
|
+
<li class="toctree-l1"><a class="reference internal" href="executables/groonga-suggest-learner.html">8.1.8. groonga-suggest-learner</a></li>
|
85
87
|
</ul>
|
86
88
|
</div>
|
87
89
|
</div>
|
@@ -101,7 +103,7 @@
|
|
101
103
|
<h3>このページ</h3>
|
102
104
|
<ul class="this-page-menu">
|
103
105
|
<li><a href="../_sources/reference/executables.txt"
|
104
|
-
rel="nofollow"
|
106
|
+
rel="nofollow">ソースコードを表示</a></li>
|
105
107
|
</ul>
|
106
108
|
<div id="searchbox" style="display: none">
|
107
109
|
<h3>クイック検索</h3>
|
@@ -132,7 +134,7 @@
|
|
132
134
|
<li class="right" >
|
133
135
|
<a href="../reference.html" title="8. リファレンスマニュアル"
|
134
136
|
>前へ</a> |</li>
|
135
|
-
<li><a href="../index.html">
|
137
|
+
<li><a href="../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
136
138
|
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
137
139
|
</ul>
|
138
140
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>8.1.1. grnslap —
|
10
|
+
<title>8.1.1. grnslap — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
|
31
31
|
<link rel="next" title="8.1.2. grntest" href="grntest.html" />
|
32
32
|
<link rel="prev" title="8.1. 実行ファイル" href="../executables.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../executables.html" title="8.1. 実行ファイル"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">
|
64
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
66
66
|
<li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> »</li>
|
67
67
|
</ul>
|
@@ -160,7 +160,7 @@
|
|
160
160
|
<h3>このページ</h3>
|
161
161
|
<ul class="this-page-menu">
|
162
162
|
<li><a href="../../_sources/reference/executables/grnslap.txt"
|
163
|
-
rel="nofollow"
|
163
|
+
rel="nofollow">ソースコードを表示</a></li>
|
164
164
|
</ul>
|
165
165
|
<div id="searchbox" style="display: none">
|
166
166
|
<h3>クイック検索</h3>
|
@@ -191,7 +191,7 @@
|
|
191
191
|
<li class="right" >
|
192
192
|
<a href="../executables.html" title="8.1. 実行ファイル"
|
193
193
|
>前へ</a> |</li>
|
194
|
-
<li><a href="../../index.html">
|
194
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
195
195
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
196
196
|
<li><a href="../executables.html" >8.1. 実行ファイル</a> »</li>
|
197
197
|
</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>8.1.2. grntest —
|
10
|
+
<title>8.1.2. grntest — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
|
31
31
|
<link rel="next" title="8.1.3. groongaコマンド" href="groonga.html" />
|
32
32
|
<link rel="prev" title="8.1.1. grnslap" href="grnslap.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="grnslap.html" title="8.1.1. grnslap"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">
|
64
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
66
66
|
<li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> »</li>
|
67
67
|
</ul>
|
@@ -368,7 +368,7 @@ ency": 831495, "self": 762519, "qps": 1967.164097, &quo
|
|
368
368
|
<h3>このページ</h3>
|
369
369
|
<ul class="this-page-menu">
|
370
370
|
<li><a href="../../_sources/reference/executables/grntest.txt"
|
371
|
-
rel="nofollow"
|
371
|
+
rel="nofollow">ソースコードを表示</a></li>
|
372
372
|
</ul>
|
373
373
|
<div id="searchbox" style="display: none">
|
374
374
|
<h3>クイック検索</h3>
|
@@ -399,7 +399,7 @@ ency": 831495, "self": 762519, "qps": 1967.164097, &quo
|
|
399
399
|
<li class="right" >
|
400
400
|
<a href="grnslap.html" title="8.1.1. grnslap"
|
401
401
|
>前へ</a> |</li>
|
402
|
-
<li><a href="../../index.html">
|
402
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
403
403
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
404
404
|
<li><a href="../executables.html" >8.1. 実行ファイル</a> »</li>
|
405
405
|
</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>8.1.4. groonga-httpd —
|
10
|
+
<title>8.1.4. groonga-httpd — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
|
31
31
|
<link rel="next" title="8.1.5. groonga HTTPサーバー" href="groonga-server-http.html" />
|
32
32
|
<link rel="prev" title="8.1.3. groongaコマンド" href="groonga.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="groonga.html" title="8.1.3. groongaコマンド"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">
|
64
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
66
66
|
<li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> »</li>
|
67
67
|
</ul>
|
@@ -182,7 +182,7 @@ location /d/ {
|
|
182
182
|
</div>
|
183
183
|
</div>
|
184
184
|
<div class="section" id="groonga-database">
|
185
|
-
<h4>8.1.4.4.1.2. <tt class="docutils literal"><span class="pre">groonga_database</span></tt><a class="headerlink" href="#groonga-database" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
185
|
+
<span id="id1"></span><h4>8.1.4.4.1.2. <tt class="docutils literal"><span class="pre">groonga_database</span></tt><a class="headerlink" href="#groonga-database" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
186
186
|
<p>書式:</p>
|
187
187
|
<div class="highlight-none"><div class="highlight"><pre>groonga_database /path/to/groonga/database;
|
188
188
|
</pre></div>
|
@@ -196,8 +196,20 @@ location /d/ {
|
|
196
196
|
<p>groongaデータベースのパスを指定します。このディレクティブは必須です。</p>
|
197
197
|
</div>
|
198
198
|
<div class="section" id="groonga-database-auto-create">
|
199
|
-
<h4>8.1.4.4.1.3. <tt class="docutils literal"><span class="pre">groonga_database_auto_create</span></tt><a class="headerlink" href="#groonga-database-auto-create" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
200
|
-
<p
|
199
|
+
<span id="id2"></span><h4>8.1.4.4.1.3. <tt class="docutils literal"><span class="pre">groonga_database_auto_create</span></tt><a class="headerlink" href="#groonga-database-auto-create" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
200
|
+
<p>書式:</p>
|
201
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga_database_auto_create on | off;
|
202
|
+
</pre></div>
|
203
|
+
</div>
|
204
|
+
<dl class="docutils">
|
205
|
+
<dt>Default</dt>
|
206
|
+
<dd><tt class="docutils literal"><span class="pre">groonga_database_auto_create</span> <span class="pre">on;</span></tt></dd>
|
207
|
+
<dt>Context</dt>
|
208
|
+
<dd><tt class="docutils literal"><span class="pre">http</span></tt>, <tt class="docutils literal"><span class="pre">server</span></tt>, <tt class="docutils literal"><span class="pre">location</span></tt></dd>
|
209
|
+
</dl>
|
210
|
+
<p>groongaのデータベースを自動で作成するかどうかを指定します。もし、この値が <tt class="docutils literal"><span class="pre">on</span></tt> で <a class="reference internal" href="#groonga-database"><em>groonga_database</em></a> に指定したgroongaのデータベースが存在しない場合は自動でgroongaのデータベースを作成します。groongaのデータベースが存在している場合は何もしません。</p>
|
211
|
+
<p>もし、親ディレクトリが存在しな場合は再帰的に親ディレクトリも作成します。</p>
|
212
|
+
<p>デフォルト値は <tt class="docutils literal"><span class="pre">on</span></tt> です。通常、この値を変更する必要はありません。</p>
|
201
213
|
</div>
|
202
214
|
<div class="section" id="groonga-base-path">
|
203
215
|
<h4>8.1.4.4.1.4. <tt class="docutils literal"><span class="pre">groonga_base_path</span></tt><a class="headerlink" href="#groonga-base-path" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
@@ -237,7 +249,7 @@ location /d/ {
|
|
237
249
|
</div>
|
238
250
|
</div>
|
239
251
|
<div class="section" id="groonga-log-path">
|
240
|
-
<span id="
|
252
|
+
<span id="id3"></span><h4>8.1.4.4.1.5. <tt class="docutils literal"><span class="pre">groonga_log_path</span></tt><a class="headerlink" href="#groonga-log-path" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
241
253
|
<p>書式:</p>
|
242
254
|
<div class="highlight-none"><div class="highlight"><pre>groonga_log_path path | off;
|
243
255
|
</pre></div>
|
@@ -259,7 +271,7 @@ location /d/ {
|
|
259
271
|
</div>
|
260
272
|
</div>
|
261
273
|
<div class="section" id="groonga-log-level">
|
262
|
-
<span id="
|
274
|
+
<span id="id4"></span><h4>8.1.4.4.1.6. <tt class="docutils literal"><span class="pre">groonga_log_level</span></tt><a class="headerlink" href="#groonga-log-level" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
263
275
|
<p>書式:</p>
|
264
276
|
<div class="highlight-none"><div class="highlight"><pre>groonga_log_level none | emergency | alert | ciritical | error | warning | notice | info | debug | dump;
|
265
277
|
</pre></div>
|
@@ -281,7 +293,7 @@ location /d/ {
|
|
281
293
|
</div>
|
282
294
|
</div>
|
283
295
|
<div class="section" id="groonga-query-log-path">
|
284
|
-
<span id="
|
296
|
+
<span id="id5"></span><h4>8.1.4.4.1.7. <tt class="docutils literal"><span class="pre">groonga_query_log_path</span></tt><a class="headerlink" href="#groonga-query-log-path" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
285
297
|
<p>書式:</p>
|
286
298
|
<div class="highlight-none"><div class="highlight"><pre>groonga_query_log_path path | off;
|
287
299
|
</pre></div>
|
@@ -323,15 +335,38 @@ location /d/ {
|
|
323
335
|
<p>このディレクティブはgroonga-httpdのディレクティブではなく、nginxのディレクティブです。詳細は、 <a class="reference external" href="http://wiki.nginx.org/CoreModule#worker_processes">http://wiki.nginx.org/CoreModule#worker_processes</a> を参照してください。</p>
|
324
336
|
<p>デフォルトで、このディレクティブには1が設定されています。</p>
|
325
337
|
</div>
|
338
|
+
<div class="section" id="groonga-cache-limit">
|
339
|
+
<span id="id6"></span><h4>8.1.4.4.2.2. <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt><a class="headerlink" href="#groonga-cache-limit" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
340
|
+
<p>This directive is introduced to customize cache limit for each worker process.</p>
|
341
|
+
<p>書式:</p>
|
342
|
+
<div class="highlight-none"><div class="highlight"><pre>groonga_cache_limit CACHE_LIMIT;
|
343
|
+
</pre></div>
|
344
|
+
</div>
|
345
|
+
<dl class="docutils">
|
346
|
+
<dt>Default</dt>
|
347
|
+
<dd>100</dd>
|
348
|
+
<dt>Context</dt>
|
349
|
+
<dd><tt class="docutils literal"><span class="pre">http</span></tt>, <tt class="docutils literal"><span class="pre">server</span></tt>, <tt class="docutils literal"><span class="pre">location</span></tt></dd>
|
350
|
+
</dl>
|
351
|
+
<p>Groongaのクエリキャッシュの制限を <tt class="docutils literal"><span class="pre">http</span></tt> 、 <tt class="docutils literal"><span class="pre">server</span></tt> もしくは <tt class="docutils literal"><span class="pre">location</span></tt> ブロックで指定します。デフォルトは <tt class="docutils literal"><span class="pre">100</span></tt> です。 <tt class="docutils literal"><span class="pre">0</span></tt> を指定することで <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt> を明示的に無効にできます。</p>
|
352
|
+
<p>例:</p>
|
353
|
+
<div class="highlight-none"><div class="highlight"><pre>location /d/ {
|
354
|
+
groonga on;
|
355
|
+
# You can customize query cache limit for groonga.
|
356
|
+
groonga_cache_limit 100;
|
357
|
+
}
|
358
|
+
</pre></div>
|
359
|
+
</div>
|
360
|
+
</div>
|
326
361
|
<div class="section" id="proxy-cache">
|
327
|
-
<h4>8.1.4.4.2.
|
362
|
+
<h4>8.1.4.4.2.3. <tt class="docutils literal"><span class="pre">proxy_cache</span></tt><a class="headerlink" href="#proxy-cache" title="このヘッドラインへのパーマリンク">¶</a></h4>
|
328
363
|
<p>まとめると、groonga組み込みのクエリーキャッシュ機能の代わりにnginxのリバースプロ機とキャッシュの仕組みを使うこともできます。</p>
|
329
364
|
<div class="section" id="query-cache">
|
330
|
-
<h5>8.1.4.4.2.
|
365
|
+
<h5>8.1.4.4.2.3.1. クエリーキャッシュ<a class="headerlink" href="#query-cache" title="このヘッドラインへのパーマリンク">¶</a></h5>
|
331
366
|
<p>groongaは <a class="reference internal" href="../commands/select.html"><em>select</em></a> コマンド用にクエリーキャッシュ機能を提供しています。この機能は多くのケースで性能向上を実現します。</p>
|
332
367
|
<p>クエリーキャッシュ機能は <a class="reference internal" href="../commands/cache_limit.html"><em>cache_limit</em></a> コマンドを使っていないあるいはワーカー数が1だけの場合はgroonga-httpd上でもきちんと動作します。通常、 <a class="reference internal" href="../commands/cache_limit.html"><em>cache_limit</em></a> コマンドは使わないので、多くの場合は問題がありません。</p>
|
333
|
-
<p>2
|
334
|
-
<p>groongaのクエリーキャッシュは同じプロセス内で有効です。これは、同じキャッシュを複数のワーカー間で共有できないということです。キャッシュサイズを変更しないならこれは大きな問題ではありません。もし、
|
368
|
+
<p>2ワーカー以上で <a class="reference internal" href="../commands/cache_limit.html"><em>cache_limit</em></a> コマンドを使ったときの問題点を説明します。</p>
|
369
|
+
<p>groongaのクエリーキャッシュは同じプロセス内で有効です。これは、同じキャッシュを複数のワーカー間で共有できないということです。キャッシュサイズを変更しないならこれは大きな問題ではありません。もし、 <a class="reference internal" href="../commands/cache_limit.html"><em>cache_limit</em></a> コマンドでキャッシュサイズを変更したいなら問題になります。</p>
|
335
370
|
<p>すべてのワーカーのキャッシュサイズを変更する汎用的な方法がないのです。</p>
|
336
371
|
<p>例えば、3ワーカーいるとします:</p>
|
337
372
|
<div class="highlight-none"><div class="highlight"><pre> +-- worker 1
|
@@ -355,7 +390,7 @@ client -> groonga-httpd (master) --+-- worker 2
|
|
355
390
|
<p>クライアントはワーカーを選ぶことができないので、 <a class="reference internal" href="../commands/cache_limit.html"><em>cache_limit</em></a> コマンドですべてのワーカのキャッシュサイズを変更することができないのです。</p>
|
356
391
|
</div>
|
357
392
|
<div class="section" id="reverse-proxy-and-cache">
|
358
|
-
<h5>8.1.4.4.2.
|
393
|
+
<h5>8.1.4.4.2.3.2. リバースプロキシとキャッシュ<a class="headerlink" href="#reverse-proxy-and-cache" title="このヘッドラインへのパーマリンク">¶</a></h5>
|
359
394
|
<p>nginxのリバースプロキシ機能とキャッシュ機能を使ってクエリーキャッシュを実現できます:</p>
|
360
395
|
<div class="highlight-none"><div class="highlight"><pre> +-- worker 1
|
361
396
|
client -- groonga-httpd (master) -- reverse proxy + cache --+-- worker 2
|
@@ -454,9 +489,10 @@ http {
|
|
454
489
|
</li>
|
455
490
|
<li><a class="reference internal" href="#performance-related-directives">8.1.4.4.2. 性能関連のディレクティブ</a><ul>
|
456
491
|
<li><a class="reference internal" href="#worker-processes">8.1.4.4.2.1. <tt class="docutils literal"><span class="pre">worker_processes</span></tt></a></li>
|
457
|
-
<li><a class="reference internal" href="#
|
458
|
-
<li><a class="reference internal" href="#
|
459
|
-
<li><a class="reference internal" href="#
|
492
|
+
<li><a class="reference internal" href="#groonga-cache-limit">8.1.4.4.2.2. <tt class="docutils literal"><span class="pre">groonga_cache_limit</span></tt></a></li>
|
493
|
+
<li><a class="reference internal" href="#proxy-cache">8.1.4.4.2.3. <tt class="docutils literal"><span class="pre">proxy_cache</span></tt></a><ul>
|
494
|
+
<li><a class="reference internal" href="#query-cache">8.1.4.4.2.3.1. クエリーキャッシュ</a></li>
|
495
|
+
<li><a class="reference internal" href="#reverse-proxy-and-cache">8.1.4.4.2.3.2. リバースプロキシとキャッシュ</a></li>
|
460
496
|
</ul>
|
461
497
|
</li>
|
462
498
|
</ul>
|
@@ -477,7 +513,7 @@ http {
|
|
477
513
|
<h3>このページ</h3>
|
478
514
|
<ul class="this-page-menu">
|
479
515
|
<li><a href="../../_sources/reference/executables/groonga-httpd.txt"
|
480
|
-
rel="nofollow"
|
516
|
+
rel="nofollow">ソースコードを表示</a></li>
|
481
517
|
</ul>
|
482
518
|
<div id="searchbox" style="display: none">
|
483
519
|
<h3>クイック検索</h3>
|
@@ -508,7 +544,7 @@ http {
|
|
508
544
|
<li class="right" >
|
509
545
|
<a href="groonga.html" title="8.1.3. groongaコマンド"
|
510
546
|
>前へ</a> |</li>
|
511
|
-
<li><a href="../../index.html">
|
547
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
512
548
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
513
549
|
<li><a href="../executables.html" >8.1. 実行ファイル</a> »</li>
|
514
550
|
</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>8.1.5. groonga HTTPサーバー —
|
10
|
+
<title>8.1.5. groonga HTTPサーバー — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
|
31
31
|
<link rel="next" title="8.1.6. groonga-suggest-create-dataset" href="groonga-suggest-create-dataset.html" />
|
32
32
|
<link rel="prev" title="8.1.4. groonga-httpd" href="groonga-httpd.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="groonga-httpd.html" title="8.1.4. groonga-httpd"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">
|
64
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
66
66
|
<li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> »</li>
|
67
67
|
</ul>
|
@@ -141,7 +141,7 @@
|
|
141
141
|
<h3>このページ</h3>
|
142
142
|
<ul class="this-page-menu">
|
143
143
|
<li><a href="../../_sources/reference/executables/groonga-server-http.txt"
|
144
|
-
rel="nofollow"
|
144
|
+
rel="nofollow">ソースコードを表示</a></li>
|
145
145
|
</ul>
|
146
146
|
<div id="searchbox" style="display: none">
|
147
147
|
<h3>クイック検索</h3>
|
@@ -172,7 +172,7 @@
|
|
172
172
|
<li class="right" >
|
173
173
|
<a href="groonga-httpd.html" title="8.1.4. groonga-httpd"
|
174
174
|
>前へ</a> |</li>
|
175
|
-
<li><a href="../../index.html">
|
175
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
176
176
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
177
177
|
<li><a href="../executables.html" >8.1. 実行ファイル</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>8.1.6. groonga-suggest-create-dataset —
|
10
|
+
<title>8.1.6. groonga-suggest-create-dataset — Groonga v3.0.9ドキュメント</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.0.
|
18
|
+
VERSION: '3.0.9',
|
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="
|
29
|
+
<link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
|
30
30
|
<link rel="up" title="8.1. 実行ファイル" href="../executables.html" />
|
31
|
-
<link rel="next" title="8.
|
31
|
+
<link rel="next" title="8.1.7. groonga-suggest-httpd" href="groonga-suggest-httpd.html" />
|
32
32
|
<link rel="prev" title="8.1.5. groonga HTTPサーバー" href="groonga-server-http.html" />
|
33
33
|
</head>
|
34
34
|
<body>
|
@@ -56,12 +56,12 @@
|
|
56
56
|
<a href="../../genindex.html" title="総合索引"
|
57
57
|
accesskey="I">索引</a></li>
|
58
58
|
<li class="right" >
|
59
|
-
<a href="
|
59
|
+
<a href="groonga-suggest-httpd.html" title="8.1.7. groonga-suggest-httpd"
|
60
60
|
accesskey="N">次へ</a> |</li>
|
61
61
|
<li class="right" >
|
62
62
|
<a href="groonga-server-http.html" title="8.1.5. groonga HTTPサーバー"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../../index.html">
|
64
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
65
65
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
66
66
|
<li><a href="../executables.html" accesskey="U">8.1. 実行ファイル</a> »</li>
|
67
67
|
</ul>
|
@@ -87,6 +87,19 @@
|
|
87
87
|
<div class="section" id="desctipion">
|
88
88
|
<h2>8.1.6.3. DESCTIPION<a class="headerlink" href="#desctipion" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
89
89
|
<p>groonga-suggest-create-dataset creates a dataset for <a class="reference internal" href="../../suggest.html"><em>サジェスト</em></a>. A database has many datasets. This command just defines schema for a suggestion dataset.</p>
|
90
|
+
<p>This command generates some tables and columns for <a class="reference internal" href="../../suggest.html"><em>サジェスト</em></a>.</p>
|
91
|
+
<p>Here is the list of such tables. If you specify 'query' as dataset name, following '_DATASET' suffix are replaced. Thus, 'item_query', 'pair_query', 'sequence_query', 'event_query' tables are generated.</p>
|
92
|
+
<ul class="simple">
|
93
|
+
<li>event_type</li>
|
94
|
+
<li>bigram</li>
|
95
|
+
<li>kana</li>
|
96
|
+
<li>item_DATASET</li>
|
97
|
+
<li>pair_DATASET</li>
|
98
|
+
<li>sequence_DATASET</li>
|
99
|
+
<li>event_DATASET</li>
|
100
|
+
<li><p class="first">設定ディレクティブ</p>
|
101
|
+
</li>
|
102
|
+
</ul>
|
90
103
|
</div>
|
91
104
|
<div class="section" id="options">
|
92
105
|
<h2>8.1.6.4. オプション<a class="headerlink" href="#options" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
@@ -107,8 +120,8 @@
|
|
107
120
|
<div class="section" id="see-also">
|
108
121
|
<h2>8.1.6.8. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
109
122
|
<p><a class="reference internal" href="../../suggest.html"><em>サジェスト</em></a>
|
110
|
-
|
111
|
-
|
123
|
+
<a class="reference internal" href="groonga-suggest-httpd.html"><em>groonga-suggest-httpd</em></a>
|
124
|
+
<a class="reference internal" href="groonga-suggest-learner.html"><em>groonga-suggest-learner</em></a></p>
|
112
125
|
</div>
|
113
126
|
</div>
|
114
127
|
|
@@ -137,12 +150,12 @@
|
|
137
150
|
<p class="topless"><a href="groonga-server-http.html"
|
138
151
|
title="前の章へ">8.1.5. groonga HTTPサーバー</a></p>
|
139
152
|
<h4>次のトピックへ</h4>
|
140
|
-
<p class="topless"><a href="
|
141
|
-
title="次の章へ">8.
|
153
|
+
<p class="topless"><a href="groonga-suggest-httpd.html"
|
154
|
+
title="次の章へ">8.1.7. groonga-suggest-httpd</a></p>
|
142
155
|
<h3>このページ</h3>
|
143
156
|
<ul class="this-page-menu">
|
144
157
|
<li><a href="../../_sources/reference/executables/groonga-suggest-create-dataset.txt"
|
145
|
-
rel="nofollow"
|
158
|
+
rel="nofollow">ソースコードを表示</a></li>
|
146
159
|
</ul>
|
147
160
|
<div id="searchbox" style="display: none">
|
148
161
|
<h3>クイック検索</h3>
|
@@ -168,12 +181,12 @@
|
|
168
181
|
<a href="../../genindex.html" title="総合索引"
|
169
182
|
>索引</a></li>
|
170
183
|
<li class="right" >
|
171
|
-
<a href="
|
184
|
+
<a href="groonga-suggest-httpd.html" title="8.1.7. groonga-suggest-httpd"
|
172
185
|
>次へ</a> |</li>
|
173
186
|
<li class="right" >
|
174
187
|
<a href="groonga-server-http.html" title="8.1.5. groonga HTTPサーバー"
|
175
188
|
>前へ</a> |</li>
|
176
|
-
<li><a href="../../index.html">
|
189
|
+
<li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
|
177
190
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
178
191
|
<li><a href="../executables.html" >8.1. 実行ファイル</a> »</li>
|
179
192
|
</ul>
|