rroonga 4.0.1-x64-mingw32 → 4.0.2-x64-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 +25 -0
- data/ext/groonga/extconf.rb +2 -0
- data/ext/groonga/rb-grn-index-column.c +91 -0
- data/ext/groonga/rb-grn-object.c +3 -9
- data/ext/groonga/rb-grn-table.c +18 -24
- 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/dumper.rb +1 -1
- data/lib/groonga/patricia-trie.rb +4 -1
- data/lib/groonga/schema.rb +10 -4
- data/rroonga-build.rb +1 -1
- data/test/test-context.rb +8 -8
- data/test/test-database-dumper.rb +6 -6
- data/test/test-index-column.rb +9 -4
- data/test/test-schema-dumper.rb +6 -6
- data/test/test-schema.rb +32 -3
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +2 -1
- data/vendor/local/include/groonga/groonga/plugin.h +19 -1
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- 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 +1 -1
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +3 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +75 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +22 -22
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +10 -11
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +10 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +17 -149
- 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 +73 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +5 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +26 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +1 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +165 -67
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +65 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +65 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
- data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +17 -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.html +61 -60
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +15 -16
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +13 -13
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +65 -65
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -102
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +40 -40
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +12 -11
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +16 -16
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +202 -0
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/genindex.html +53 -19
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +83 -87
- data/vendor/local/share/doc/groonga/en/html/install.html +10 -13
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +27 -27
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/install/others.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -151
- 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 +286 -209
- 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 +72 -74
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +36 -35
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
- 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 +29 -29
- 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 +25 -25
- 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 +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -5
- data/vendor/local/share/doc/groonga/en/html/reference/{pseudo_column.html → columns/pseudo.html} +25 -48
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +21 -19
- 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 +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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +284 -85
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +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 +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +221 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +155 -95
- 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 +40 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +254 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/executables.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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- 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 +43 -18
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +48 -11
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -25
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +38 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +48 -48
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +32 -32
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +44 -44
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +20 -20
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +67 -65
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +138 -138
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +24 -24
- 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/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +10 -10
- 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 +35 -35
- 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 +10 -10
- 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 +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 +19 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.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/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 +6 -6
- 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/characteristic.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +3 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +75 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +22 -22
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +10 -11
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +10 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +17 -149
- 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 +73 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +5 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +26 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +1 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +165 -67
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +65 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +65 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
- data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +17 -0
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -60
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +15 -16
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +13 -13
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +65 -65
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -102
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +40 -40
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +12 -11
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +16 -16
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +203 -0
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +53 -19
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +83 -87
- data/vendor/local/share/doc/groonga/ja/html/install.html +7 -10
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +26 -26
- 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 +12 -9
- 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 +27 -137
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +292 -210
- 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/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +72 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +167 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/{pseudo_column.html → columns/pseudo.html} +26 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +21 -19
- 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/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 +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +296 -85
- 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 +11 -10
- 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 +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +225 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +156 -100
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +258 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.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 +6 -11
- 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 +55 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +48 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +38 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +48 -48
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +32 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +44 -44
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +20 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +62 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +138 -138
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +24 -24
- 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/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +10 -10
- 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 +35 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- 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 +7 -7
- 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/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
- 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/suggest.html +6 -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 +19 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.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/tutorial.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/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/groonga/html/admin/index.html +0 -1
- data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +10 -8
- data/vendor/local/share/man/ja/man1/groonga.1 +1032 -585
- data/vendor/local/share/man/man1/groonga.1 +1051 -607
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +289 -278
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +0 -43
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +0 -184
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +0 -43
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +0 -184
- data/vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js +0 -31
@@ -0,0 +1,203 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
+
|
5
|
+
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
7
|
+
<head>
|
8
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
|
+
|
10
|
+
<title>13.2.1. Introduction — Groonga v4.0.1-127-g9422d50ドキュメント</title>
|
11
|
+
|
12
|
+
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: '../../',
|
18
|
+
VERSION: '4.0.1-127-g9422d50',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="../../_static/translations.js"></script>
|
28
|
+
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
29
|
+
<link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../../index.html" />
|
30
|
+
<link rel="up" title="13.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
31
|
+
<link rel="next" title="13.2.2. 国際化" href="i18n.html" />
|
32
|
+
<link rel="prev" title="13.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
|
33
|
+
</head>
|
34
|
+
<body role="document">
|
35
|
+
<div class="header">
|
36
|
+
<h1 class="title">
|
37
|
+
<a id="top-link" href="../../index.html">
|
38
|
+
<span class="project">groonga</span>
|
39
|
+
<span class="separator">-</span>
|
40
|
+
<span class="description">オープンソースのカラムストア機能付き全文検索エンジン</span>
|
41
|
+
</a>
|
42
|
+
</h1>
|
43
|
+
|
44
|
+
<div class="other-language-links">
|
45
|
+
<ul>
|
46
|
+
<li><a href="../../../../en/html/contribution/documentation/introduction.html"><img src="../../_static/us.png" alt="English">English page</a></li>
|
47
|
+
</ul>
|
48
|
+
</div>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
|
52
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
53
|
+
<h3>ナビゲーション</h3>
|
54
|
+
<ul>
|
55
|
+
<li class="right" style="margin-right: 10px">
|
56
|
+
<a href="../../genindex.html" title="総合索引"
|
57
|
+
accesskey="I">索引</a></li>
|
58
|
+
<li class="right" >
|
59
|
+
<a href="i18n.html" title="13.2.2. 国際化"
|
60
|
+
accesskey="N">次へ</a> |</li>
|
61
|
+
<li class="right" >
|
62
|
+
<a href="../documentation.html" title="13.2. ドキュメント関連のコントリビュート方法"
|
63
|
+
accesskey="P">前へ</a> |</li>
|
64
|
+
<li><a href="../../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
65
|
+
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
66
|
+
<li><a href="../documentation.html" accesskey="U">13.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
67
|
+
</ul>
|
68
|
+
</div>
|
69
|
+
|
70
|
+
<div class="document">
|
71
|
+
<div class="documentwrapper">
|
72
|
+
<div class="bodywrapper">
|
73
|
+
<div class="body" role="main">
|
74
|
+
|
75
|
+
<div class="section" id="introduction">
|
76
|
+
<h1>13.2.1. Introduction<a class="headerlink" href="#introduction" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
77
|
+
<p>This documentation describes about how to write, generate and manage
|
78
|
+
Groonga documentation.</p>
|
79
|
+
<div class="section" id="install-depended-softwares">
|
80
|
+
<h2>13.2.1.1. Install depended softwares<a class="headerlink" href="#install-depended-softwares" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
|
+
<p>Groonga uses <a class="reference external" href="http://sphinx.pocoo.org/">Sphinx</a> as documentation tool. Groonga requires newer
|
82
|
+
Sphinx. So Groonga clones the latest Sphinx from Sphinx repository
|
83
|
+
automatically. You need only <a class="reference external" href="http://mercurial.selenic.com/">Mercurial</a>, <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> and <a class="reference external" href="http://jinja.pocoo.org/">Jinja</a>.</p>
|
84
|
+
<p>Here are command lines to install needed softwares.</p>
|
85
|
+
<p>Debian GNU/Linux, Ubuntu:</p>
|
86
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get install -V -y mercurial python-docutils python-jinja2
|
87
|
+
</pre></div>
|
88
|
+
</div>
|
89
|
+
<p>CentOS, Fedora:</p>
|
90
|
+
<div class="highlight-none"><div class="highlight"><pre>% sudo yum install -y mercurial python-docutils python-jinja2
|
91
|
+
</pre></div>
|
92
|
+
</div>
|
93
|
+
<p>OS X:</p>
|
94
|
+
<div class="highlight-none"><div class="highlight"><pre>% brew install mercurial
|
95
|
+
% pip install docutils
|
96
|
+
% pip install jinja
|
97
|
+
</pre></div>
|
98
|
+
</div>
|
99
|
+
</div>
|
100
|
+
<div class="section" id="run-configure-with-enable-document">
|
101
|
+
<h2>13.2.1.2. Run <tt class="docutils literal"><span class="pre">configure</span></tt> with <tt class="docutils literal"><span class="pre">--enable-document</span></tt><a class="headerlink" href="#run-configure-with-enable-document" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
102
|
+
<p>Groonga disables documentation generation by default. You need to
|
103
|
+
enable it explicitly by adding <tt class="docutils literal"><span class="pre">--enable-document</span></tt> option to
|
104
|
+
<tt class="docutils literal"><span class="pre">configure</span></tt>:</p>
|
105
|
+
<div class="highlight-none"><div class="highlight"><pre>% ./configure --enable-document
|
106
|
+
</pre></div>
|
107
|
+
</div>
|
108
|
+
<p>Now, your Groonga build is documentation ready.</p>
|
109
|
+
</div>
|
110
|
+
<div class="section" id="generate-html">
|
111
|
+
<h2>13.2.1.3. HTMLファイルを生成<a class="headerlink" href="#generate-html" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
112
|
+
<p>You can generate HTML by the following command:</p>
|
113
|
+
<div class="highlight-none"><div class="highlight"><pre>% make -C doc html
|
114
|
+
</pre></div>
|
115
|
+
</div>
|
116
|
+
<p>You can find generated HTML documentation at <tt class="docutils literal"><span class="pre">doc/locale/en/html/</span></tt>.</p>
|
117
|
+
</div>
|
118
|
+
<div class="section" id="update">
|
119
|
+
<h2>13.2.1.4. Update<a class="headerlink" href="#update" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
120
|
+
<p>You can find sources of documentation at <tt class="docutils literal"><span class="pre">doc/source/</span></tt>. The sources
|
121
|
+
should be written in English. See <a class="reference internal" href="i18n.html"><em>国際化</em></a> about how to translate
|
122
|
+
documentation.</p>
|
123
|
+
<p>You can update the target file when you update the existing
|
124
|
+
documentation file.</p>
|
125
|
+
<p>You need to update file list after you add a new file, change file
|
126
|
+
path and delete existing file. You can update file list by the
|
127
|
+
following command:</p>
|
128
|
+
<div class="highlight-none"><div class="highlight"><pre>% make -C doc update-files
|
129
|
+
</pre></div>
|
130
|
+
</div>
|
131
|
+
<p>The command updates <tt class="docutils literal"><span class="pre">doc/files.am</span></tt>.</p>
|
132
|
+
</div>
|
133
|
+
</div>
|
134
|
+
|
135
|
+
|
136
|
+
</div>
|
137
|
+
</div>
|
138
|
+
</div>
|
139
|
+
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
140
|
+
<div class="sphinxsidebarwrapper">
|
141
|
+
<h3><a href="../../index.html">目次</a></h3>
|
142
|
+
<ul>
|
143
|
+
<li><a class="reference internal" href="#">13.2.1. Introduction</a><ul>
|
144
|
+
<li><a class="reference internal" href="#install-depended-softwares">13.2.1.1. Install depended softwares</a></li>
|
145
|
+
<li><a class="reference internal" href="#run-configure-with-enable-document">13.2.1.2. Run <tt class="docutils literal"><span class="pre">configure</span></tt> with <tt class="docutils literal"><span class="pre">--enable-document</span></tt></a></li>
|
146
|
+
<li><a class="reference internal" href="#generate-html">13.2.1.3. HTMLファイルを生成</a></li>
|
147
|
+
<li><a class="reference internal" href="#update">13.2.1.4. Update</a></li>
|
148
|
+
</ul>
|
149
|
+
</li>
|
150
|
+
</ul>
|
151
|
+
|
152
|
+
<h4>前のトピックへ</h4>
|
153
|
+
<p class="topless"><a href="../documentation.html"
|
154
|
+
title="前の章へ">13.2. ドキュメント関連のコントリビュート方法</a></p>
|
155
|
+
<h4>次のトピックへ</h4>
|
156
|
+
<p class="topless"><a href="i18n.html"
|
157
|
+
title="次の章へ">13.2.2. 国際化</a></p>
|
158
|
+
<div role="note" aria-label="source link">
|
159
|
+
<h3>このページ</h3>
|
160
|
+
<ul class="this-page-menu">
|
161
|
+
<li><a href="../../_sources/contribution/documentation/introduction.txt"
|
162
|
+
rel="nofollow">ソースコードを表示</a></li>
|
163
|
+
</ul>
|
164
|
+
</div>
|
165
|
+
<div id="searchbox" style="display: none" role="search">
|
166
|
+
<h3>クイック検索</h3>
|
167
|
+
<form class="search" action="../../search.html" method="get">
|
168
|
+
<input type="text" name="q" />
|
169
|
+
<input type="submit" value="検索" />
|
170
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
171
|
+
<input type="hidden" name="area" value="default" />
|
172
|
+
</form>
|
173
|
+
<p class="searchtip" style="font-size: 90%">
|
174
|
+
モジュール、クラス、または関数名を入力してください
|
175
|
+
</p>
|
176
|
+
</div>
|
177
|
+
<script type="text/javascript">$('#searchbox').show(0);</script>
|
178
|
+
</div>
|
179
|
+
</div>
|
180
|
+
<div class="clearer"></div>
|
181
|
+
</div>
|
182
|
+
<div class="related" role="navigation" aria-label="related navigation">
|
183
|
+
<h3>ナビゲーション</h3>
|
184
|
+
<ul>
|
185
|
+
<li class="right" style="margin-right: 10px">
|
186
|
+
<a href="../../genindex.html" title="総合索引"
|
187
|
+
>索引</a></li>
|
188
|
+
<li class="right" >
|
189
|
+
<a href="i18n.html" title="13.2.2. 国際化"
|
190
|
+
>次へ</a> |</li>
|
191
|
+
<li class="right" >
|
192
|
+
<a href="../documentation.html" title="13.2. ドキュメント関連のコントリビュート方法"
|
193
|
+
>前へ</a> |</li>
|
194
|
+
<li><a href="../../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
195
|
+
<li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
196
|
+
<li><a href="../documentation.html" >13.2. ドキュメント関連のコントリビュート方法</a> »</li>
|
197
|
+
</ul>
|
198
|
+
</div>
|
199
|
+
<div class="footer" role="contentinfo">
|
200
|
+
© Copyright 2009-2014, Brazil, Inc.
|
201
|
+
</div>
|
202
|
+
</body>
|
203
|
+
</html>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>13.1. バグレポートの送り方 — Groonga v4.0.1ドキュメント</title>
|
10
|
+
<title>13.1. バグレポートの送り方 — Groonga v4.0.1-127-g9422d50ドキュメント</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: '4.0.1',
|
18
|
+
VERSION: '4.0.1-127-g9422d50',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
31
31
|
<link rel="next" title="13.2. ドキュメント関連のコントリビュート方法" href="documentation.html" />
|
32
32
|
<link rel="prev" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
65
65
|
<li><a href="../contribution.html" accesskey="U">13. Groongaへのコントリビュート方法</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -150,7 +150,7 @@
|
|
150
150
|
<li class="right" >
|
151
151
|
<a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
|
152
152
|
>前へ</a> |</li>
|
153
|
-
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
153
|
+
<li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
154
154
|
<li><a href="../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
|
155
155
|
</ul>
|
156
156
|
</div>
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>12. 開発 — Groonga v4.0.1ドキュメント</title>
|
10
|
+
<title>12. 開発 — Groonga v4.0.1-127-g9422d50ドキュメント</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: '4.0.1',
|
18
|
+
VERSION: '4.0.1-127-g9422d50',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
|
29
|
+
<link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="index.html" />
|
30
30
|
<link rel="next" title="12.1. Travis CI" href="development/travis-ci.html" />
|
31
31
|
<link rel="prev" title="11.2. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" />
|
32
32
|
</head>
|
@@ -60,7 +60,7 @@
|
|
60
60
|
<li class="right" >
|
61
61
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
|
62
62
|
accesskey="P">前へ</a> |</li>
|
63
|
-
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
63
|
+
<li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
64
64
|
</ul>
|
65
65
|
</div>
|
66
66
|
|
@@ -131,7 +131,7 @@
|
|
131
131
|
<li class="right" >
|
132
132
|
<a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
|
133
133
|
>前へ</a> |</li>
|
134
|
-
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
134
|
+
<li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
135
135
|
</ul>
|
136
136
|
</div>
|
137
137
|
<div class="footer" role="contentinfo">
|
@@ -7,7 +7,7 @@
|
|
7
7
|
<head>
|
8
8
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9
9
|
|
10
|
-
<title>12.1. Travis CI — Groonga v4.0.1ドキュメント</title>
|
10
|
+
<title>12.1. Travis CI — Groonga v4.0.1-127-g9422d50ドキュメント</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: '4.0.1',
|
18
|
+
VERSION: '4.0.1-127-g9422d50',
|
19
19
|
COLLAPSE_INDEX: false,
|
20
20
|
FILE_SUFFIX: '.html',
|
21
21
|
HAS_SOURCE: true
|
@@ -26,7 +26,7 @@
|
|
26
26
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
27
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
28
28
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
29
|
-
<link rel="top" title="Groonga v4.0.1ドキュメント" href="../index.html" />
|
29
|
+
<link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="../index.html" />
|
30
30
|
<link rel="up" title="12. 開発" href="../development.html" />
|
31
31
|
<link rel="next" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
|
32
32
|
<link rel="prev" title="12. 開発" href="../development.html" />
|
@@ -61,7 +61,7 @@
|
|
61
61
|
<li class="right" >
|
62
62
|
<a href="../development.html" title="12. 開発"
|
63
63
|
accesskey="P">前へ</a> |</li>
|
64
|
-
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
64
|
+
<li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
65
65
|
<li><a href="../development.html" accesskey="U">12. 開発</a> »</li>
|
66
66
|
</ul>
|
67
67
|
</div>
|
@@ -81,7 +81,7 @@
|
|
81
81
|
<p><tt class="docutils literal"><span class="pre">.travis.yml</span></tt> でビルド方法を変更することができます。( <a class="reference external" href="http://about.travis-ci.org/docs/user/build-configuration/">Travis CI: Conifugration your Travis CI build with .travis.yml</a> 参照。) <tt class="docutils literal"><span class="pre">before_install</span></tt> フックまたは <tt class="docutils literal"><span class="pre">install</span></tt> フックを使います。もし、Travis CIがサポートしている言語(例えばRuby)を使ったソフトウェアの場合は <tt class="docutils literal"><span class="pre">before_install</span></tt> を使います。そうでない場合は <tt class="docutils literal"><span class="pre">install</span></tt> を使います。</p>
|
82
82
|
<p>以下の <tt class="docutils literal"><span class="pre">before_install</span></tt> の設定を <tt class="docutils literal"><span class="pre">.travis.yml</span></tt> に加えます:</p>
|
83
83
|
<div class="highlight-none"><div class="highlight"><pre>before_install:
|
84
|
-
- curl https://
|
84
|
+
- curl --silent --location https://github.com/groonga/groonga/raw/master/data/travis/setup.sh | sh
|
85
85
|
</pre></div>
|
86
86
|
</div>
|
87
87
|
<p><tt class="docutils literal"><span class="pre">before_install</span></tt> フックではなく <tt class="docutils literal"><span class="pre">install</span></tt> フックを使わなければいけない場合は、単に <tt class="docutils literal"><span class="pre">before_install:</span></tt> を <tt class="docutils literal"><span class="pre">install:</span></tt> に書き換えてください。</p>
|
@@ -177,7 +177,7 @@
|
|
177
177
|
<li class="right" >
|
178
178
|
<a href="../development.html" title="12. 開発"
|
179
179
|
>前へ</a> |</li>
|
180
|
-
<li><a href="../index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
180
|
+
<li><a href="../index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
181
181
|
<li><a href="../development.html" >12. 開発</a> »</li>
|
182
182
|
</ul>
|
183
183
|
</div>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<head>
|
9
9
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
10
10
|
|
11
|
-
<title>索引 — Groonga v4.0.1ドキュメント</title>
|
11
|
+
<title>索引 — Groonga v4.0.1-127-g9422d50ドキュメント</title>
|
12
12
|
|
13
13
|
<link rel="stylesheet" href="_static/groonga.css" type="text/css" />
|
14
14
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
@@ -16,7 +16,7 @@
|
|
16
16
|
<script type="text/javascript">
|
17
17
|
var DOCUMENTATION_OPTIONS = {
|
18
18
|
URL_ROOT: './',
|
19
|
-
VERSION: '4.0.1',
|
19
|
+
VERSION: '4.0.1-127-g9422d50',
|
20
20
|
COLLAPSE_INDEX: false,
|
21
21
|
FILE_SUFFIX: '.html',
|
22
22
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
28
28
|
<script type="text/javascript" src="_static/translations.js"></script>
|
29
29
|
<link rel="shortcut icon" href="_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="Groonga v4.0.1ドキュメント" href="index.html" />
|
30
|
+
<link rel="top" title="Groonga v4.0.1-127-g9422d50ドキュメント" href="index.html" />
|
31
31
|
</head>
|
32
32
|
<body role="document">
|
33
33
|
<div class="header">
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<li class="right" style="margin-right: 10px">
|
54
54
|
<a href="#" title="総合索引"
|
55
55
|
accesskey="I">索引</a></li>
|
56
|
-
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
56
|
+
<li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
57
57
|
</ul>
|
58
58
|
</div>
|
59
59
|
|
@@ -275,8 +275,6 @@
|
|
275
275
|
</dt>
|
276
276
|
|
277
277
|
</dl></dd>
|
278
|
-
</dl></td>
|
279
|
-
<td style="width: 33%" valign="top"><dl>
|
280
278
|
|
281
279
|
<dt>
|
282
280
|
-d
|
@@ -284,10 +282,12 @@
|
|
284
282
|
|
285
283
|
<dd><dl>
|
286
284
|
|
287
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-d">コマンドラインオプション</a>
|
285
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-d">コマンドラインオプション</a>, <a href="reference/executables/groonga.html#cmdoption-d">[1]</a>
|
288
286
|
</dt>
|
289
287
|
|
290
288
|
</dl></dd>
|
289
|
+
</dl></td>
|
290
|
+
<td style="width: 33%" valign="top"><dl>
|
291
291
|
|
292
292
|
<dt>
|
293
293
|
-d, --daemon
|
@@ -295,7 +295,7 @@
|
|
295
295
|
|
296
296
|
<dd><dl>
|
297
297
|
|
298
|
-
<dt><a href="reference/executables/groonga-suggest-
|
298
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-d">コマンドラインオプション</a>
|
299
299
|
</dt>
|
300
300
|
|
301
301
|
</dl></dd>
|
@@ -344,6 +344,17 @@
|
|
344
344
|
|
345
345
|
</dl></dd>
|
346
346
|
|
347
|
+
<dt>
|
348
|
+
-l
|
349
|
+
</dt>
|
350
|
+
|
351
|
+
<dd><dl>
|
352
|
+
|
353
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-l">コマンドラインオプション</a>
|
354
|
+
</dt>
|
355
|
+
|
356
|
+
</dl></dd>
|
357
|
+
|
347
358
|
<dt>
|
348
359
|
-l, --log-base-path
|
349
360
|
</dt>
|
@@ -421,13 +432,24 @@
|
|
421
432
|
|
422
433
|
</dl></dd>
|
423
434
|
|
435
|
+
<dt>
|
436
|
+
-r
|
437
|
+
</dt>
|
438
|
+
|
439
|
+
<dd><dl>
|
440
|
+
|
441
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">コマンドラインオプション</a>
|
442
|
+
</dt>
|
443
|
+
|
444
|
+
</dl></dd>
|
445
|
+
|
424
446
|
<dt>
|
425
447
|
-r, --receive-endpoint
|
426
448
|
</dt>
|
427
449
|
|
428
450
|
<dd><dl>
|
429
451
|
|
430
|
-
<dt><a href="reference/executables/groonga-suggest-
|
452
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">コマンドラインオプション</a>
|
431
453
|
</dt>
|
432
454
|
|
433
455
|
</dl></dd>
|
@@ -438,7 +460,7 @@
|
|
438
460
|
|
439
461
|
<dd><dl>
|
440
462
|
|
441
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-s">コマンドラインオプション</a>
|
463
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s">コマンドラインオプション</a>, <a href="reference/executables/groonga.html#cmdoption-s">[1]</a>
|
442
464
|
</dt>
|
443
465
|
|
444
466
|
</dl></dd>
|
@@ -449,7 +471,7 @@
|
|
449
471
|
|
450
472
|
<dd><dl>
|
451
473
|
|
452
|
-
<dt><a href="reference/executables/groonga-suggest-
|
474
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s">コマンドラインオプション</a>
|
453
475
|
</dt>
|
454
476
|
|
455
477
|
</dl></dd>
|
@@ -872,12 +894,12 @@
|
|
872
894
|
<dt><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C の関数)</a>
|
873
895
|
</dt>
|
874
896
|
|
875
|
-
</dl></td>
|
876
|
-
<td style="width: 33%" valign="top"><dl>
|
877
897
|
|
878
898
|
<dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
|
879
899
|
</dt>
|
880
900
|
|
901
|
+
</dl></td>
|
902
|
+
<td style="width: 33%" valign="top"><dl>
|
881
903
|
|
882
904
|
<dt><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C の関数)</a>
|
883
905
|
</dt>
|
@@ -1051,6 +1073,10 @@
|
|
1051
1073
|
</dt>
|
1052
1074
|
|
1053
1075
|
|
1076
|
+
<dt><a href="reference/api/plugin.html#c.grn_plugin_proc_get_var">grn_plugin_proc_get_var (C の関数)</a>
|
1077
|
+
</dt>
|
1078
|
+
|
1079
|
+
|
1054
1080
|
<dt><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C の関数)</a>
|
1055
1081
|
</dt>
|
1056
1082
|
|
@@ -1324,11 +1350,11 @@
|
|
1324
1350
|
</dt>
|
1325
1351
|
|
1326
1352
|
|
1327
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-d">-d</a>
|
1353
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-d">-d</a>, <a href="reference/executables/groonga.html#cmdoption-d">[1]</a>
|
1328
1354
|
</dt>
|
1329
1355
|
|
1330
1356
|
|
1331
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1357
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-d">-d, --daemon</a>
|
1332
1358
|
</dt>
|
1333
1359
|
|
1334
1360
|
|
@@ -1348,6 +1374,10 @@
|
|
1348
1374
|
</dt>
|
1349
1375
|
|
1350
1376
|
|
1377
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-l">-l</a>
|
1378
|
+
</dt>
|
1379
|
+
|
1380
|
+
|
1351
1381
|
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-l">-l, --log-base-path</a>
|
1352
1382
|
</dt>
|
1353
1383
|
|
@@ -1372,15 +1402,19 @@
|
|
1372
1402
|
</dt>
|
1373
1403
|
|
1374
1404
|
|
1375
|
-
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">-r
|
1405
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-r">-r</a>
|
1406
|
+
</dt>
|
1407
|
+
|
1408
|
+
|
1409
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-r">-r, --receive-endpoint</a>
|
1376
1410
|
</dt>
|
1377
1411
|
|
1378
1412
|
|
1379
|
-
<dt><a href="reference/executables/groonga.html#cmdoption-s">-s</a>
|
1413
|
+
<dt><a href="reference/executables/groonga-suggest-learner.html#cmdoption-s">-s</a>, <a href="reference/executables/groonga.html#cmdoption-s">[1]</a>
|
1380
1414
|
</dt>
|
1381
1415
|
|
1382
1416
|
|
1383
|
-
<dt><a href="reference/executables/groonga-suggest-
|
1417
|
+
<dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-s">-s, --send-endpoint</a>
|
1384
1418
|
</dt>
|
1385
1419
|
|
1386
1420
|
|
@@ -1444,7 +1478,7 @@
|
|
1444
1478
|
<li class="right" style="margin-right: 10px">
|
1445
1479
|
<a href="#" title="総合索引"
|
1446
1480
|
>索引</a></li>
|
1447
|
-
<li><a href="index.html">Groonga v4.0.1ドキュメント</a> »</li>
|
1481
|
+
<li><a href="index.html">Groonga v4.0.1-127-g9422d50ドキュメント</a> »</li>
|
1448
1482
|
</ul>
|
1449
1483
|
</div>
|
1450
1484
|
<div class="footer" role="contentinfo">
|