rroonga 4.0.6-x64-mingw32 → 4.0.7-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/doc/text/news.textile +14 -2
- data/ext/groonga/extconf.rb +0 -3
- data/ext/groonga/rb-grn-expression.c +1 -6
- data/ext/groonga/rb-grn-index-column.c +96 -0
- data/ext/groonga/rb-grn-index-cursor.c +32 -8
- data/ext/groonga/rb-grn-posting.c +26 -6
- data/ext/groonga/rb-grn-utils.c +27 -0
- data/ext/groonga/rb-grn.h +4 -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/rroonga-build.rb +3 -3
- data/test/test-column.rb +50 -12
- data/test/test-expression-builder.rb +1 -1
- data/test/test-expression.rb +80 -25
- data/test/test-index-column.rb +41 -0
- data/test/test-index-cursor.rb +21 -1
- data/test/test-table-key-support.rb +59 -1
- 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/libonig-5.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/libwinpthread-1.dll +0 -0
- data/vendor/local/bin/lz4 +0 -0
- data/vendor/local/bin/lz4c +0 -0
- data/vendor/local/bin/lz4cat +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/bin/onig-config +1 -1
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/groonga/groonga.conf +1 -1
- data/vendor/local/etc/groonga/httpd/fastcgi.conf +25 -0
- data/vendor/local/etc/groonga/httpd/fastcgi.conf.default +25 -0
- data/vendor/local/etc/groonga/httpd/fastcgi_params +24 -0
- data/vendor/local/etc/groonga/httpd/fastcgi_params.default +24 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/etc/groonga/httpd/html/50x.html +21 -0
- data/vendor/local/etc/groonga/httpd/html/index.html +25 -0
- data/vendor/local/etc/groonga/httpd/koi-utf +109 -0
- data/vendor/local/etc/groonga/httpd/koi-win +103 -0
- data/vendor/local/etc/groonga/httpd/mime.types +89 -0
- data/vendor/local/etc/groonga/httpd/mime.types.default +89 -0
- data/vendor/local/etc/groonga/httpd/nginx.conf.default +117 -0
- data/vendor/local/etc/groonga/httpd/scgi_params +16 -0
- data/vendor/local/etc/groonga/httpd/scgi_params.default +16 -0
- data/vendor/local/etc/groonga/httpd/uwsgi_params +16 -0
- data/vendor/local/etc/groonga/httpd/uwsgi_params.default +16 -0
- data/vendor/local/etc/groonga/httpd/win-utf +126 -0
- data/vendor/local/include/groonga/groonga.h +5 -2095
- data/vendor/local/include/groonga/groonga/expr.h +108 -0
- data/vendor/local/include/groonga/groonga/groonga.h +2031 -0
- data/vendor/local/include/groonga/groonga/ii.h +46 -0
- data/vendor/local/include/groonga/groonga/nfkc.h +3 -3
- data/vendor/local/include/groonga/groonga/plugin.h +5 -3
- data/vendor/local/include/groonga/groonga/token.h +136 -0
- data/vendor/local/include/groonga/groonga/token_filter.h +4 -6
- data/vendor/local/include/groonga/groonga/tokenizer.h +60 -55
- data/vendor/local/include/groonga/groonga/util.h +40 -0
- data/vendor/local/include/lz4.h +323 -0
- data/vendor/local/include/lz4hc.h +223 -0
- data/vendor/local/include/zconf.h +511 -0
- data/vendor/local/include/zlib.h +1768 -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 +3 -3
- data/vendor/local/lib/groonga/plugins/ruby/eval.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/eval.la +3 -3
- data/vendor/local/lib/groonga/plugins/ruby/load.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/ruby/load.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/token_filters/stop_word.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/token_filters/stop_word.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/groonga/scripts/ruby/scan_info_builder.rb +22 -0
- 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/liblz4.a +0 -0
- data/vendor/local/lib/liblz4.dll +0 -0
- data/vendor/local/lib/liblz4.dll.1 +0 -0
- data/vendor/local/lib/liblz4.dll.1.4.0 +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 +3 -3
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +3 -3
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +3 -3
- data/vendor/local/lib/libonig.a +0 -0
- data/vendor/local/lib/libonig.dll.a +0 -0
- data/vendor/local/lib/libonig.la +2 -2
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/lib/pkgconfig/liblz4.pc +14 -0
- data/vendor/local/lib/pkgconfig/msgpack.pc +1 -1
- data/vendor/local/lib/pkgconfig/oniguruma.pc +6 -6
- data/vendor/local/lib/pkgconfig/zlib.pc +13 -0
- 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/sbin/groonga-httpd.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +3 -24
- data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +3 -3
- 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/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 +7 -19
- 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 +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +88 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_content_type.txt +39 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/range_filter.txt +28 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_tokenize.txt +109 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/in_values.txt +30 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/token_filters.txt +111 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http.txt +0 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/server/package.txt +54 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/index.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/network.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/search.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/basic.css +67 -5
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +25 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/jquery-1.11.1.js +10308 -0
- data/vendor/local/share/doc/groonga/en/html/_static/jquery.js +4 -9404
- data/vendor/local/share/doc/groonga/en/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/underscore-1.3.1.js +999 -0
- data/vendor/local/share/doc/groonga/en/html/_static/underscore.js +31 -1415
- data/vendor/local/share/doc/groonga/en/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/en/html/_static/websupport.js +14 -14
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/client.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/community.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution.html +24 -23
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +40 -58
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +30 -28
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/development.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/genindex.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/index.html +81 -77
- data/vendor/local/share/doc/groonga/en/html/install.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +33 -34
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -25
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +28 -27
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/install/others.html +93 -103
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +28 -27
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +32 -30
- data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/news.html +210 -116
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +34 -32
- data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/news/2.x.html +99 -97
- data/vendor/local/share/doc/groonga/en/html/news/3.x.html +71 -69
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference.html +78 -74
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +39 -37
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +45 -43
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +65 -63
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +174 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +63 -61
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +30 -28
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +66 -64
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +31 -29
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +76 -74
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +31 -29
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +62 -60
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/column.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +61 -59
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +52 -49
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +55 -53
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +96 -94
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +40 -38
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +45 -43
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +25 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +41 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +72 -70
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +43 -41
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +39 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +35 -33
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +25 -23
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +24 -22
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +61 -59
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +31 -29
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +166 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +55 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +55 -53
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +385 -383
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +39 -37
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +83 -81
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +149 -147
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +51 -49
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +41 -39
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +276 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +103 -101
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +47 -45
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +48 -46
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +28 -26
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +75 -73
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +44 -42
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +36 -34
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +57 -55
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +26 -23
- data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +81 -79
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +32 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +53 -51
- data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +41 -39
- data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +35 -33
- data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +164 -0
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +40 -38
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +76 -74
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +42 -40
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +66 -64
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +59 -57
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +26 -24
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +210 -208
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +262 -260
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +54 -52
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +23 -21
- data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +34 -32
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +57 -55
- data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +54 -52
- data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +323 -0
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +29 -27
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +40 -38
- data/vendor/local/share/doc/groonga/en/html/search.html +11 -11
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +21 -19
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/server/http.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/server/package.html +92 -85
- data/vendor/local/share/doc/groonga/en/html/spec.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +127 -125
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +23 -21
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +52 -50
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +20 -18
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +22 -20
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +35 -33
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +3 -24
- data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +3 -3
- 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/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 +7 -19
- 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 +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
- data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +88 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_content_type.txt +39 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/range_filter.txt +28 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_tokenize.txt +109 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/in_values.txt +30 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/token_filters.txt +111 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http.txt +0 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/package.txt +54 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/index.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/network.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/search.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +67 -5
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +25 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/down.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/file.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery-1.11.1.js +10308 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/jquery.js +4 -9404
- data/vendor/local/share/doc/groonga/ja/html/_static/minus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/plus.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore-1.3.1.js +999 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/underscore.js +31 -1415
- data/vendor/local/share/doc/groonga/ja/html/_static/up-pressed.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/up.png +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/websupport.js +14 -14
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/client.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/community.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +24 -23
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +40 -58
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/development.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/index.html +82 -78
- data/vendor/local/share/doc/groonga/ja/html/install.html +33 -31
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +36 -40
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +27 -27
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +84 -90
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +29 -29
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/news.html +233 -147
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +34 -32
- data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +93 -91
- data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +61 -59
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +79 -75
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +33 -31
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +59 -57
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +176 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +61 -59
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +53 -51
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +76 -74
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +62 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +42 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/column.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +52 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +45 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +95 -93
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +37 -35
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +45 -43
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +41 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +64 -62
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +40 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +34 -32
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +35 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +26 -24
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +24 -22
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +56 -54
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +31 -29
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +167 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +47 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +55 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +55 -53
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +256 -254
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +39 -37
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +40 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +80 -78
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +125 -123
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +41 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +268 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +89 -87
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +47 -45
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +48 -46
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +28 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +63 -61
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +44 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +36 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +57 -55
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +26 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +42 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +65 -63
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +43 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +35 -33
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +165 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +40 -38
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +69 -67
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +42 -40
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +52 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +51 -49
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +115 -113
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +179 -177
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +43 -41
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +44 -42
- data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +316 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +29 -27
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +38 -36
- data/vendor/local/share/doc/groonga/ja/html/search.html +11 -11
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server.html +21 -19
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +27 -25
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +91 -82
- data/vendor/local/share/doc/groonga/ja/html/spec.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +126 -124
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +32 -30
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +25 -23
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +49 -47
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +20 -18
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +33 -31
- 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/html/index.html +1 -1
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.js +9404 -0
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.js +11802 -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 +2 -2
- data/vendor/local/share/groonga/html/admin/index.ja.html +2 -2
- data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.js +9404 -0
- data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.js +11802 -0
- data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.js +2599 -0
- data/vendor/local/share/license/lz4/LICENSE +24 -0
- data/vendor/local/share/license/zlib/README +115 -0
- data/vendor/local/share/man/ja/man1/groonga.1 +183 -215
- data/vendor/local/share/man/man1/groonga.1 +188 -227
- data/vendor/local/share/man/man1/lz4.1 +88 -0
- data/vendor/local/share/man/man1/lz4c.1 +33 -0
- data/vendor/local/share/man/man1/lz4cat.1 +32 -0
- metadata +118 -51
- data/vendor/local/bin/libgcc_s_seh-1.dll +0 -0
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-1.7.2.min.js +0 -4
- data/vendor/local/share/groonga/examples/dictionary/html/js/jquery-ui-1.8.18.custom.min.js +0 -356
- data/vendor/local/share/groonga/html/admin/js/jquery-1.7.2.min.js +0 -4
- data/vendor/local/share/groonga/html/admin/js/jquery-ui-1.8.18.custom.min.js +0 -356
- data/vendor/local/share/groonga/html/admin/js/jquery.flot-0.7.min.js +0 -6
@@ -0,0 +1,24 @@
|
|
1
|
+
LZ4 Library
|
2
|
+
Copyright (c) 2011-2014, Yann Collet
|
3
|
+
All rights reserved.
|
4
|
+
|
5
|
+
Redistribution and use in source and binary forms, with or without modification,
|
6
|
+
are permitted provided that the following conditions are met:
|
7
|
+
|
8
|
+
* Redistributions of source code must retain the above copyright notice, this
|
9
|
+
list of conditions and the following disclaimer.
|
10
|
+
|
11
|
+
* Redistributions in binary form must reproduce the above copyright notice, this
|
12
|
+
list of conditions and the following disclaimer in the documentation and/or
|
13
|
+
other materials provided with the distribution.
|
14
|
+
|
15
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
16
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
17
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
18
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
19
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
20
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
21
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
22
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
23
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
24
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -0,0 +1,115 @@
|
|
1
|
+
ZLIB DATA COMPRESSION LIBRARY
|
2
|
+
|
3
|
+
zlib 1.2.8 is a general purpose data compression library. All the code is
|
4
|
+
thread safe. The data format used by the zlib library is described by RFCs
|
5
|
+
(Request for Comments) 1950 to 1952 in the files
|
6
|
+
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and
|
7
|
+
rfc1952 (gzip format).
|
8
|
+
|
9
|
+
All functions of the compression library are documented in the file zlib.h
|
10
|
+
(volunteer to write man pages welcome, contact zlib@gzip.org). A usage example
|
11
|
+
of the library is given in the file test/example.c which also tests that
|
12
|
+
the library is working correctly. Another example is given in the file
|
13
|
+
test/minigzip.c. The compression library itself is composed of all source
|
14
|
+
files in the root directory.
|
15
|
+
|
16
|
+
To compile all files and run the test program, follow the instructions given at
|
17
|
+
the top of Makefile.in. In short "./configure; make test", and if that goes
|
18
|
+
well, "make install" should work for most flavors of Unix. For Windows, use
|
19
|
+
one of the special makefiles in win32/ or contrib/vstudio/ . For VMS, use
|
20
|
+
make_vms.com.
|
21
|
+
|
22
|
+
Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant
|
23
|
+
<info@winimage.com> for the Windows DLL version. The zlib home page is
|
24
|
+
http://zlib.net/ . Before reporting a problem, please check this site to
|
25
|
+
verify that you have the latest version of zlib; otherwise get the latest
|
26
|
+
version and check whether the problem still exists or not.
|
27
|
+
|
28
|
+
PLEASE read the zlib FAQ http://zlib.net/zlib_faq.html before asking for help.
|
29
|
+
|
30
|
+
Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
|
31
|
+
issue of Dr. Dobb's Journal; a copy of the article is available at
|
32
|
+
http://marknelson.us/1997/01/01/zlib-engine/ .
|
33
|
+
|
34
|
+
The changes made in version 1.2.8 are documented in the file ChangeLog.
|
35
|
+
|
36
|
+
Unsupported third party contributions are provided in directory contrib/ .
|
37
|
+
|
38
|
+
zlib is available in Java using the java.util.zip package, documented at
|
39
|
+
http://java.sun.com/developer/technicalArticles/Programming/compression/ .
|
40
|
+
|
41
|
+
A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available
|
42
|
+
at CPAN (Comprehensive Perl Archive Network) sites, including
|
43
|
+
http://search.cpan.org/~pmqs/IO-Compress-Zlib/ .
|
44
|
+
|
45
|
+
A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is
|
46
|
+
available in Python 1.5 and later versions, see
|
47
|
+
http://docs.python.org/library/zlib.html .
|
48
|
+
|
49
|
+
zlib is built into tcl: http://wiki.tcl.tk/4610 .
|
50
|
+
|
51
|
+
An experimental package to read and write files in .zip format, written on top
|
52
|
+
of zlib by Gilles Vollant <info@winimage.com>, is available in the
|
53
|
+
contrib/minizip directory of zlib.
|
54
|
+
|
55
|
+
|
56
|
+
Notes for some targets:
|
57
|
+
|
58
|
+
- For Windows DLL versions, please see win32/DLL_FAQ.txt
|
59
|
+
|
60
|
+
- For 64-bit Irix, deflate.c must be compiled without any optimization. With
|
61
|
+
-O, one libpng test fails. The test works in 32 bit mode (with the -n32
|
62
|
+
compiler flag). The compiler bug has been reported to SGI.
|
63
|
+
|
64
|
+
- zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1 it works
|
65
|
+
when compiled with cc.
|
66
|
+
|
67
|
+
- On Digital Unix 4.0D (formely OSF/1) on AlphaServer, the cc option -std1 is
|
68
|
+
necessary to get gzprintf working correctly. This is done by configure.
|
69
|
+
|
70
|
+
- zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
|
71
|
+
other compilers. Use "make test" to check your compiler.
|
72
|
+
|
73
|
+
- gzdopen is not supported on RISCOS or BEOS.
|
74
|
+
|
75
|
+
- For PalmOs, see http://palmzlib.sourceforge.net/
|
76
|
+
|
77
|
+
|
78
|
+
Acknowledgments:
|
79
|
+
|
80
|
+
The deflate format used by zlib was defined by Phil Katz. The deflate and
|
81
|
+
zlib specifications were written by L. Peter Deutsch. Thanks to all the
|
82
|
+
people who reported problems and suggested various improvements in zlib; they
|
83
|
+
are too numerous to cite here.
|
84
|
+
|
85
|
+
Copyright notice:
|
86
|
+
|
87
|
+
(C) 1995-2013 Jean-loup Gailly and Mark Adler
|
88
|
+
|
89
|
+
This software is provided 'as-is', without any express or implied
|
90
|
+
warranty. In no event will the authors be held liable for any damages
|
91
|
+
arising from the use of this software.
|
92
|
+
|
93
|
+
Permission is granted to anyone to use this software for any purpose,
|
94
|
+
including commercial applications, and to alter it and redistribute it
|
95
|
+
freely, subject to the following restrictions:
|
96
|
+
|
97
|
+
1. The origin of this software must not be misrepresented; you must not
|
98
|
+
claim that you wrote the original software. If you use this software
|
99
|
+
in a product, an acknowledgment in the product documentation would be
|
100
|
+
appreciated but is not required.
|
101
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
102
|
+
misrepresented as being the original software.
|
103
|
+
3. This notice may not be removed or altered from any source distribution.
|
104
|
+
|
105
|
+
Jean-loup Gailly Mark Adler
|
106
|
+
jloup@gzip.org madler@alumni.caltech.edu
|
107
|
+
|
108
|
+
If you use the zlib library in a product, we would appreciate *not* receiving
|
109
|
+
lengthy legal documents to sign. The sources are provided for free but without
|
110
|
+
warranty of any kind. The library has been entirely written by Jean-loup
|
111
|
+
Gailly and Mark Adler; it does not include third-party code.
|
112
|
+
|
113
|
+
If you redistribute modified sources, we would appreciate that you include in
|
114
|
+
the file ChangeLog history information documenting your changes. Please read
|
115
|
+
the FAQ for more information on the distribution of modified source versions.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.\" Man page generated from reStructuredText.
|
2
2
|
.
|
3
|
-
.TH "GROONGA" "1" "2014 年
|
3
|
+
.TH "GROONGA" "1" "2014 年 11 月 29 日" "4.0.8" "Groonga"
|
4
4
|
.SH NAME
|
5
5
|
groonga \- Groonga documentation
|
6
6
|
.
|
@@ -97,7 +97,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
97
97
|
.INDENT 3.5
|
98
98
|
.INDENT 0.0
|
99
99
|
.IP \(bu 2
|
100
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
100
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x86.exe\fP
|
101
101
|
.UNINDENT
|
102
102
|
.UNINDENT
|
103
103
|
.UNINDENT
|
@@ -109,7 +109,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
109
109
|
.INDENT 3.5
|
110
110
|
.INDENT 0.0
|
111
111
|
.IP \(bu 2
|
112
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
112
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x64.exe\fP
|
113
113
|
.UNINDENT
|
114
114
|
.UNINDENT
|
115
115
|
.UNINDENT
|
@@ -124,7 +124,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
124
124
|
.INDENT 3.5
|
125
125
|
.INDENT 0.0
|
126
126
|
.IP \(bu 2
|
127
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
127
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x86.zip\fP
|
128
128
|
.UNINDENT
|
129
129
|
.UNINDENT
|
130
130
|
.UNINDENT
|
@@ -136,7 +136,7 @@ Groonga は独自のカラムストアを持つ列指向のデータベースと
|
|
136
136
|
.INDENT 3.5
|
137
137
|
.INDENT 0.0
|
138
138
|
.IP \(bu 2
|
139
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
139
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x64.zip\fP
|
140
140
|
.UNINDENT
|
141
141
|
.UNINDENT
|
142
142
|
.UNINDENT
|
@@ -163,7 +163,7 @@ zipアーカイブをpackages.groonga.orgからダウンロードしてくださ
|
|
163
163
|
.INDENT 3.5
|
164
164
|
.INDENT 0.0
|
165
165
|
.IP \(bu 2
|
166
|
-
\fI\%http://packages.groonga.org/source/groonga/groonga\-4.0.
|
166
|
+
\fI\%http://packages.groonga.org/source/groonga/groonga\-4.0.8.zip\fP
|
167
167
|
.UNINDENT
|
168
168
|
.UNINDENT
|
169
169
|
.UNINDENT
|
@@ -176,7 +176,7 @@ Groongaのソースフォルダへと移動します:
|
|
176
176
|
.sp
|
177
177
|
.nf
|
178
178
|
.ft C
|
179
|
-
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-4.0.
|
179
|
+
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-4.0.8
|
180
180
|
.ft P
|
181
181
|
.fi
|
182
182
|
.UNINDENT
|
@@ -188,7 +188,7 @@ Groongaのソースフォルダへと移動します:
|
|
188
188
|
.sp
|
189
189
|
.nf
|
190
190
|
.ft C
|
191
|
-
groonga\-4.0.
|
191
|
+
groonga\-4.0.8> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
|
192
192
|
.ft P
|
193
193
|
.fi
|
194
194
|
.UNINDENT
|
@@ -200,7 +200,7 @@ groonga\-4.0.7> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\
|
|
200
200
|
.sp
|
201
201
|
.nf
|
202
202
|
.ft C
|
203
|
-
groonga\-4.0.
|
203
|
+
groonga\-4.0.8> cmake \-\-build . \-\-config Release
|
204
204
|
.ft P
|
205
205
|
.fi
|
206
206
|
.UNINDENT
|
@@ -212,7 +212,7 @@ groonga\-4.0.7> cmake \-\-build . \-\-config Release
|
|
212
212
|
.sp
|
213
213
|
.nf
|
214
214
|
.ft C
|
215
|
-
groonga\-4.0.
|
215
|
+
groonga\-4.0.8> cmake \-\-build . \-\-config Release \-\-target Install
|
216
216
|
.ft P
|
217
217
|
.fi
|
218
218
|
.UNINDENT
|
@@ -270,9 +270,9 @@ groonga\-4.0.7> cmake \-\-build . \-\-config Release \-\-target Install
|
|
270
270
|
.sp
|
271
271
|
.nf
|
272
272
|
.ft C
|
273
|
-
% curl \-O http://packages.groonga.org/source/groonga/groonga\-4.0.
|
274
|
-
% tar xvzf groonga\-4.0.
|
275
|
-
% cd groonga\-4.0.
|
273
|
+
% curl \-O http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
274
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
275
|
+
% cd groonga\-4.0.8
|
276
276
|
.ft P
|
277
277
|
.fi
|
278
278
|
.UNINDENT
|
@@ -355,11 +355,9 @@ deb\-src http://packages.groonga.org/debian/ wheezy main
|
|
355
355
|
.INDENT 3.5
|
356
356
|
\fBgroonga\fP パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。
|
357
357
|
.sp
|
358
|
-
サーバー用途のための
|
358
|
+
サーバー用途のための2つのパッケージがあります。
|
359
359
|
.INDENT 0.0
|
360
360
|
.IP \(bu 2
|
361
|
-
groonga\-server\-http (簡易HTTPサーバー)
|
362
|
-
.IP \(bu 2
|
363
361
|
groonga\-httpd (nginxを元にしたHTTPサーバー)
|
364
362
|
.IP \(bu 2
|
365
363
|
groonga\-server\-gqtp (GQTPサーバー)
|
@@ -430,9 +428,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
430
428
|
.sp
|
431
429
|
.nf
|
432
430
|
.ft C
|
433
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
434
|
-
% tar xvzf groonga\-4.0.
|
435
|
-
% cd groonga\-4.0.
|
431
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
432
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
433
|
+
% cd groonga\-4.0.8
|
436
434
|
.ft P
|
437
435
|
.fi
|
438
436
|
.UNINDENT
|
@@ -489,9 +487,9 @@ Ubuntu用のGroongaのAPTリポジトリーはLaunchpad上のPPA(Personal Pack
|
|
489
487
|
.IP \(bu 2
|
490
488
|
12.04 LTS Precise Pangolin
|
491
489
|
.IP \(bu 2
|
492
|
-
13.10 Saucy Salamander
|
493
|
-
.IP \(bu 2
|
494
490
|
14.04 LTS Trusty Tahr
|
491
|
+
.IP \(bu 2
|
492
|
+
14.10 Utopic Unicorn
|
495
493
|
.UNINDENT
|
496
494
|
.UNINDENT
|
497
495
|
.UNINDENT
|
@@ -539,11 +537,9 @@ Groongaをインストールするためにuniverseリポジトリを有効に
|
|
539
537
|
.INDENT 3.5
|
540
538
|
\fBgroonga\fP パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。
|
541
539
|
.sp
|
542
|
-
サーバー用途のための
|
540
|
+
サーバー用途のための2つのパッケージがあります。
|
543
541
|
.INDENT 0.0
|
544
542
|
.IP \(bu 2
|
545
|
-
groonga\-server\-http (簡易HTTPサーバー)
|
546
|
-
.IP \(bu 2
|
547
543
|
groonga\-httpd (nginxを元にしたHTTPサーバー)
|
548
544
|
.IP \(bu 2
|
549
545
|
groonga\-server\-gqtp (GQTPサーバー)
|
@@ -614,9 +610,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
614
610
|
.sp
|
615
611
|
.nf
|
616
612
|
.ft C
|
617
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
618
|
-
% tar xvzf groonga\-4.0.
|
619
|
-
% cd groonga\-4.0.
|
613
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
614
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
615
|
+
% cd groonga\-4.0.8
|
620
616
|
.ft P
|
621
617
|
.fi
|
622
618
|
.UNINDENT
|
@@ -683,11 +679,9 @@ configureを実行します( \fBconfigure\fP のオプションについては
|
|
683
679
|
.INDENT 3.5
|
684
680
|
\fBgroonga\fP パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。
|
685
681
|
.sp
|
686
|
-
サーバー用途のための
|
682
|
+
サーバー用途のための2つのパッケージがあります。
|
687
683
|
.INDENT 0.0
|
688
684
|
.IP \(bu 2
|
689
|
-
groonga\-server\-http (簡易HTTPサーバー)
|
690
|
-
.IP \(bu 2
|
691
685
|
groonga\-httpd (nginxを元にしたHTTPサーバー)
|
692
686
|
.IP \(bu 2
|
693
687
|
groonga\-server\-gqtp (GQTPサーバー)
|
@@ -805,11 +799,9 @@ groonga\-normalizer\-mysqlパッケージのインストール:
|
|
805
799
|
.INDENT 3.5
|
806
800
|
\fBgroonga\fP パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。
|
807
801
|
.sp
|
808
|
-
サーバー用途のための
|
802
|
+
サーバー用途のための2つのパッケージがあります。
|
809
803
|
.INDENT 0.0
|
810
804
|
.IP \(bu 2
|
811
|
-
groonga\-server\-http (簡易HTTPサーバー)
|
812
|
-
.IP \(bu 2
|
813
805
|
groonga\-httpd (nginxを元にしたHTTPサーバー)
|
814
806
|
.IP \(bu 2
|
815
807
|
groonga\-server\-gqtp (GQTPサーバー)
|
@@ -900,11 +892,9 @@ groonga\-normalizer\-mysqlパッケージのインストール:
|
|
900
892
|
.INDENT 3.5
|
901
893
|
\fBgroonga\fP パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。
|
902
894
|
.sp
|
903
|
-
サーバー用途のための
|
895
|
+
サーバー用途のための2つのパッケージがあります。
|
904
896
|
.INDENT 0.0
|
905
897
|
.IP \(bu 2
|
906
|
-
groonga\-server\-http (簡易HTTPサーバー)
|
907
|
-
.IP \(bu 2
|
908
898
|
groonga\-httpd (nginxを元にしたHTTPサーバー)
|
909
899
|
.IP \(bu 2
|
910
900
|
groonga\-server\-gqtp (GQTPサーバー)
|
@@ -994,9 +984,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
994
984
|
.sp
|
995
985
|
.nf
|
996
986
|
.ft C
|
997
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
998
|
-
% tar xvzf groonga\-4.0.
|
999
|
-
% cd groonga\-4.0.
|
987
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
988
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
989
|
+
% cd groonga\-4.0.8
|
1000
990
|
.ft P
|
1001
991
|
.fi
|
1002
992
|
.UNINDENT
|
@@ -1081,11 +1071,9 @@ configureを実行します( \fBconfigure\fP のオプションについては
|
|
1081
1071
|
.INDENT 3.5
|
1082
1072
|
\fBgroonga\fP パッケージは全文検索のための最小構成パッケージです。Groongaをサーバー用途で使うなら、設定済みの追加パッケージをインストールすることができます。
|
1083
1073
|
.sp
|
1084
|
-
サーバー用途のための
|
1074
|
+
サーバー用途のための2つのパッケージがあります。
|
1085
1075
|
.INDENT 0.0
|
1086
1076
|
.IP \(bu 2
|
1087
|
-
groonga\-server\-http (簡易HTTPサーバー)
|
1088
|
-
.IP \(bu 2
|
1089
1077
|
groonga\-httpd (nginxを元にしたHTTPサーバー)
|
1090
1078
|
.IP \(bu 2
|
1091
1079
|
groonga\-server\-gqtp (GQTPサーバー)
|
@@ -1182,9 +1170,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1182
1170
|
.sp
|
1183
1171
|
.nf
|
1184
1172
|
.ft C
|
1185
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1186
|
-
% tar xvzf groonga\-4.0.
|
1187
|
-
% cd groonga\-4.0.
|
1173
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1174
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
1175
|
+
% cd groonga\-4.0.8
|
1188
1176
|
.ft P
|
1189
1177
|
.fi
|
1190
1178
|
.UNINDENT
|
@@ -1248,9 +1236,9 @@ Groongaをビルドするために必要なパッケージをインストール
|
|
1248
1236
|
.sp
|
1249
1237
|
.nf
|
1250
1238
|
.ft C
|
1251
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1252
|
-
% gtar xvzf groonga\-4.0.
|
1253
|
-
% cd groonga\-4.0.
|
1239
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1240
|
+
% gtar xvzf groonga\-4.0.8.tar.gz
|
1241
|
+
% cd groonga\-4.0.8
|
1254
1242
|
.ft P
|
1255
1243
|
.fi
|
1256
1244
|
.UNINDENT
|
@@ -1371,9 +1359,9 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単
|
|
1371
1359
|
.sp
|
1372
1360
|
.nf
|
1373
1361
|
.ft C
|
1374
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1375
|
-
% tar xvzf groonga\-4.0.
|
1376
|
-
% cd groonga\-4.0.
|
1362
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1363
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
1364
|
+
% cd groonga\-4.0.8
|
1377
1365
|
% ./configure
|
1378
1366
|
% make
|
1379
1367
|
% sudo make install
|
@@ -1492,37 +1480,23 @@ zlibを使ってカラム値を圧縮する機能を有効にします。
|
|
1492
1480
|
.fi
|
1493
1481
|
.UNINDENT
|
1494
1482
|
.UNINDENT
|
1483
|
+
.SS \fB\-\-with\-lz4\fP
|
1495
1484
|
.sp
|
1496
|
-
|
1497
|
-
.INDENT 0.0
|
1498
|
-
.INDENT 3.5
|
1499
|
-
無効となっている理由は、カラムの値を参照するときにメモリリークするためです。これは既知の問題 \fI\%GitHub#6\fP です。この問題はカラムの更新とは関係ありません。
|
1500
|
-
.UNINDENT
|
1501
|
-
.UNINDENT
|
1502
|
-
.SS \fB\-\-with\-lzo\fP
|
1503
|
-
.sp
|
1504
|
-
LZOを使ってカラム値を圧縮する機能を有効にします。
|
1485
|
+
LZ4を使ってカラム値を圧縮する機能を有効にします。
|
1505
1486
|
.sp
|
1506
1487
|
デフォルトでは無効です。
|
1507
1488
|
.sp
|
1508
|
-
以下は
|
1489
|
+
以下はLZ4を使ってカラム値を圧縮する機能を有効にする例です:
|
1509
1490
|
.INDENT 0.0
|
1510
1491
|
.INDENT 3.5
|
1511
1492
|
.sp
|
1512
1493
|
.nf
|
1513
1494
|
.ft C
|
1514
|
-
% ./configure \-\-with\-
|
1495
|
+
% ./configure \-\-with\-lz4
|
1515
1496
|
.ft P
|
1516
1497
|
.fi
|
1517
1498
|
.UNINDENT
|
1518
1499
|
.UNINDENT
|
1519
|
-
.sp
|
1520
|
-
\fB注釈:\fP
|
1521
|
-
.INDENT 0.0
|
1522
|
-
.INDENT 3.5
|
1523
|
-
無効となっている理由は、カラムの値を参照するときにメモリリークするためです。これは既知の問題 \fI\%GitHub#6\fP です。この問題はカラムの更新とは関係ありません。
|
1524
|
-
.UNINDENT
|
1525
|
-
.UNINDENT
|
1526
1500
|
.SS \fB\-\-with\-message\-pack=MESSAGE_PACK_INSTALL_PREFIX\fP
|
1527
1501
|
.sp
|
1528
1502
|
MessagePackがどこにインストールされているかを指定します。MessagePackを \fB\-\-prefix=/usr\fP という \fBconfigure\fP オプションでインストールしていない場合は、MessagePackをビルドするときに指定したパスをこのオプションで指定してください。
|
@@ -7470,26 +7444,26 @@ select Doc \-\-match_columns body \-\-query "theatre" \-\-query_expander Synonym
|
|
7470
7444
|
.sp
|
7471
7445
|
\fBgroonga\fP パッケージは全文検索を行うための最小構成のパッケージです。サーバー用途で使うために、設定済みのパッケージを追加でインストールすることができます。
|
7472
7446
|
.sp
|
7473
|
-
サーバー用途の
|
7447
|
+
サーバー用途の2つのパッケージがあります。
|
7474
7448
|
.INDENT 0.0
|
7475
7449
|
.IP \(bu 2
|
7476
7450
|
\fBgroonga\-httpd\fP (nginxをベースにしたHTTPサーバー)
|
7477
7451
|
.IP \(bu 2
|
7478
|
-
\fBgroonga\-server\-http\fP (簡易HTTPサーバー)
|
7479
|
-
.IP \(bu 2
|
7480
7452
|
\fBgroonga\-server\-gqtp\fP (\fB/spec/gqtp\fP サーバー)
|
7481
7453
|
.UNINDENT
|
7482
7454
|
.sp
|
7483
7455
|
groongaがGQTPだけでなく、2つのHTTPサーバーパッケージをサポートしているのには理由があります。 \fB/spec/gqtp\fP \- Groonga Query Transfer Protocol はオーバーヘッドを低減し、パフォーマンスを向上させるように設計されていますが、HTTPプロトコルほどクライアントライブラリのサポートがありません。HTTPは枯れたプロトコルなので既存のツールを活用できたり、多くのクライアントライブラリが存在します。(詳細は \fI\%関連プロジェクト\fP を参照) \fBgroonga\-httpd\fP パッケージを使うと nginxの機能の恩恵を受けることができます。
|
7484
7456
|
.sp
|
7485
|
-
最初は \fBgroonga\-
|
7457
|
+
最初は \fBgroonga\-httpd\fP パッケージを使うことをおすすめします。プロトコルのオーバーヘッドがパフォーマンス上問題となったら \fBgroonga\-server\-gqtp\fP を検討してください。
|
7486
7458
|
.INDENT 0.0
|
7487
7459
|
.INDENT 3.5
|
7488
7460
|
.sp
|
7489
7461
|
\fB注釈:\fP
|
7490
7462
|
.INDENT 0.0
|
7491
7463
|
.INDENT 3.5
|
7492
|
-
|
7464
|
+
In the previous versions, there is a \fBgroonga\-server\-http\fP package (simple HTTP protocol
|
7465
|
+
based server package). It is now marked as obsolete, please use \fBgroonga\-httpd\fP packages
|
7466
|
+
instead. \fBgroonga\-server\-http\fP package became a transitional package for \fBgroonga\-httpd\fP\&.
|
7493
7467
|
.UNINDENT
|
7494
7468
|
.UNINDENT
|
7495
7469
|
.UNINDENT
|
@@ -7615,11 +7589,9 @@ groonga HTTPサーバーを再起動(Fedora):
|
|
7615
7589
|
.fi
|
7616
7590
|
.UNINDENT
|
7617
7591
|
.UNINDENT
|
7618
|
-
.SS groonga\-server\-
|
7619
|
-
.sp
|
7620
|
-
\fBgroonga\-server\-http\fP は簡易HTTPサーバーパッケージです。
|
7592
|
+
.SS groonga\-server\-gqtp
|
7621
7593
|
.sp
|
7622
|
-
|
7594
|
+
\fBgroonga\-server\-gqtp\fP は \fB/spec/gqtp\fP サーバーパッケージです。
|
7623
7595
|
.TS
|
7624
7596
|
center;
|
7625
7597
|
|l|l|.
|
@@ -7633,19 +7605,19 @@ _
|
|
7633
7605
|
T{
|
7634
7606
|
ポート番号
|
7635
7607
|
T} T{
|
7636
|
-
|
7608
|
+
10043
|
7637
7609
|
T}
|
7638
7610
|
_
|
7639
7611
|
T{
|
7640
7612
|
\fIprocess\-log\fP
|
7641
7613
|
T} T{
|
7642
|
-
/var/log/groonga/groonga\-
|
7614
|
+
/var/log/groonga/groonga\-gqtp.log
|
7643
7615
|
T}
|
7644
7616
|
_
|
7645
7617
|
T{
|
7646
7618
|
\fIquery\-log\fP
|
7647
7619
|
T} T{
|
7648
|
-
/var/log/groonga/
|
7620
|
+
/var/log/groonga/gqtp\-query.log
|
7649
7621
|
T}
|
7650
7622
|
_
|
7651
7623
|
T{
|
@@ -7662,7 +7634,7 @@ _
|
|
7662
7634
|
.sp
|
7663
7635
|
.nf
|
7664
7636
|
.ft C
|
7665
|
-
/etc/default/groonga/groonga\-server\-
|
7637
|
+
/etc/default/groonga/groonga\-server\-gqtp
|
7666
7638
|
.ft P
|
7667
7639
|
.fi
|
7668
7640
|
.UNINDENT
|
@@ -7674,39 +7646,39 @@ _
|
|
7674
7646
|
.sp
|
7675
7647
|
.nf
|
7676
7648
|
.ft C
|
7677
|
-
/etc/sysconfig/groonga\-server\-
|
7649
|
+
/etc/sysconfig/groonga\-server\-gqtp
|
7678
7650
|
.ft P
|
7679
7651
|
.fi
|
7680
7652
|
.UNINDENT
|
7681
7653
|
.UNINDENT
|
7682
|
-
.SS
|
7654
|
+
.SS GQTPサーバーを起動
|
7683
7655
|
.sp
|
7684
|
-
groonga
|
7656
|
+
groonga GQTPサーバーを起動(Debian/Ubuntu/CentOS):
|
7685
7657
|
.INDENT 0.0
|
7686
7658
|
.INDENT 3.5
|
7687
7659
|
.sp
|
7688
7660
|
.nf
|
7689
7661
|
.ft C
|
7690
|
-
% sudo service groonga\-server\-
|
7662
|
+
% sudo service groonga\-server\-gqtp start
|
7691
7663
|
.ft P
|
7692
7664
|
.fi
|
7693
7665
|
.UNINDENT
|
7694
7666
|
.UNINDENT
|
7695
7667
|
.sp
|
7696
|
-
groonga
|
7668
|
+
groonga GQTPサーバーを起動(Fedora):
|
7697
7669
|
.INDENT 0.0
|
7698
7670
|
.INDENT 3.5
|
7699
7671
|
.sp
|
7700
7672
|
.nf
|
7701
7673
|
.ft C
|
7702
|
-
% sudo systemctl start groonga\-server\-
|
7674
|
+
% sudo systemctl start groonga\-server\-gqtp
|
7703
7675
|
.ft P
|
7704
7676
|
.fi
|
7705
7677
|
.UNINDENT
|
7706
7678
|
.UNINDENT
|
7707
|
-
.SS
|
7679
|
+
.SS GQTPサーバーを終了
|
7708
7680
|
.sp
|
7709
|
-
groonga
|
7681
|
+
groonga GQTPサーバーを終了(Debian/Ubuntu/CentOS):
|
7710
7682
|
.INDENT 0.0
|
7711
7683
|
.INDENT 3.5
|
7712
7684
|
.sp
|
@@ -7718,18 +7690,18 @@ groonga HTTPサーバーを終了(Debian/Ubuntu/CentOS):
|
|
7718
7690
|
.UNINDENT
|
7719
7691
|
.UNINDENT
|
7720
7692
|
.sp
|
7721
|
-
groonga
|
7693
|
+
groonga GQTPサーバーを終了(Fedora):
|
7722
7694
|
.INDENT 0.0
|
7723
7695
|
.INDENT 3.5
|
7724
7696
|
.sp
|
7725
7697
|
.nf
|
7726
7698
|
.ft C
|
7727
|
-
% sudo systemctl stop groonga\-server\-
|
7699
|
+
% sudo systemctl stop groonga\-server\-gqtp
|
7728
7700
|
.ft P
|
7729
7701
|
.fi
|
7730
7702
|
.UNINDENT
|
7731
7703
|
.UNINDENT
|
7732
|
-
.SS
|
7704
|
+
.SS GQTPサーバーを再起動
|
7733
7705
|
.sp
|
7734
7706
|
groonga HTTPサーバーを再起動(Debian/Ubuntu/CentOS):
|
7735
7707
|
.INDENT 0.0
|
@@ -7737,7 +7709,7 @@ groonga HTTPサーバーを再起動(Debian/Ubuntu/CentOS):
|
|
7737
7709
|
.sp
|
7738
7710
|
.nf
|
7739
7711
|
.ft C
|
7740
|
-
% sudo service groonga\-server\-
|
7712
|
+
% sudo service groonga\-server\-gqtp restart
|
7741
7713
|
.ft P
|
7742
7714
|
.fi
|
7743
7715
|
.UNINDENT
|
@@ -7749,14 +7721,28 @@ groonga HTTPサーバーを再起動(Fedora):
|
|
7749
7721
|
.sp
|
7750
7722
|
.nf
|
7751
7723
|
.ft C
|
7752
|
-
% sudo systemctl restart groonga\-server\-
|
7724
|
+
% sudo systemctl restart groonga\-server\-gqtp
|
7753
7725
|
.ft P
|
7754
7726
|
.fi
|
7755
7727
|
.UNINDENT
|
7756
7728
|
.UNINDENT
|
7757
|
-
.SS groonga\-server\-
|
7729
|
+
.SS groonga\-server\-http
|
7758
7730
|
.sp
|
7759
|
-
\fBgroonga\-server\-
|
7731
|
+
\fBgroonga\-server\-http\fP は簡易HTTPサーバーパッケージです。
|
7732
|
+
.INDENT 0.0
|
7733
|
+
.INDENT 3.5
|
7734
|
+
.sp
|
7735
|
+
\fB注釈:\fP
|
7736
|
+
.INDENT 0.0
|
7737
|
+
.INDENT 3.5
|
7738
|
+
\fBgroonga\-server\-http\fP package is the transitional package since Groonga 4.0.8.
|
7739
|
+
Please use \fBgroonga\-httpd\fP instead.
|
7740
|
+
.UNINDENT
|
7741
|
+
.UNINDENT
|
7742
|
+
.UNINDENT
|
7743
|
+
.UNINDENT
|
7744
|
+
.sp
|
7745
|
+
設定済みの内容:
|
7760
7746
|
.TS
|
7761
7747
|
center;
|
7762
7748
|
|l|l|.
|
@@ -7770,19 +7756,19 @@ _
|
|
7770
7756
|
T{
|
7771
7757
|
ポート番号
|
7772
7758
|
T} T{
|
7773
|
-
|
7759
|
+
10041
|
7774
7760
|
T}
|
7775
7761
|
_
|
7776
7762
|
T{
|
7777
7763
|
\fIprocess\-log\fP
|
7778
7764
|
T} T{
|
7779
|
-
/var/log/groonga/groonga\-
|
7765
|
+
/var/log/groonga/groonga\-http.log
|
7780
7766
|
T}
|
7781
7767
|
_
|
7782
7768
|
T{
|
7783
7769
|
\fIquery\-log\fP
|
7784
7770
|
T} T{
|
7785
|
-
/var/log/groonga/
|
7771
|
+
/var/log/groonga/http\-query.log
|
7786
7772
|
T}
|
7787
7773
|
_
|
7788
7774
|
T{
|
@@ -7799,7 +7785,7 @@ _
|
|
7799
7785
|
.sp
|
7800
7786
|
.nf
|
7801
7787
|
.ft C
|
7802
|
-
/etc/default/groonga/groonga\-server\-
|
7788
|
+
/etc/default/groonga/groonga\-server\-http
|
7803
7789
|
.ft P
|
7804
7790
|
.fi
|
7805
7791
|
.UNINDENT
|
@@ -7811,39 +7797,39 @@ _
|
|
7811
7797
|
.sp
|
7812
7798
|
.nf
|
7813
7799
|
.ft C
|
7814
|
-
/etc/sysconfig/groonga\-server\-
|
7800
|
+
/etc/sysconfig/groonga\-server\-http
|
7815
7801
|
.ft P
|
7816
7802
|
.fi
|
7817
7803
|
.UNINDENT
|
7818
7804
|
.UNINDENT
|
7819
|
-
.SS
|
7805
|
+
.SS HTTPサーバーを起動
|
7820
7806
|
.sp
|
7821
|
-
groonga
|
7807
|
+
groonga HTTPサーバーを起動(Debian/Ubuntu/CentOS):
|
7822
7808
|
.INDENT 0.0
|
7823
7809
|
.INDENT 3.5
|
7824
7810
|
.sp
|
7825
7811
|
.nf
|
7826
7812
|
.ft C
|
7827
|
-
% sudo service groonga\-server\-
|
7813
|
+
% sudo service groonga\-server\-http start
|
7828
7814
|
.ft P
|
7829
7815
|
.fi
|
7830
7816
|
.UNINDENT
|
7831
7817
|
.UNINDENT
|
7832
7818
|
.sp
|
7833
|
-
groonga
|
7819
|
+
groonga HTTPサーバーを起動(Fedora):
|
7834
7820
|
.INDENT 0.0
|
7835
7821
|
.INDENT 3.5
|
7836
7822
|
.sp
|
7837
7823
|
.nf
|
7838
7824
|
.ft C
|
7839
|
-
% sudo systemctl start groonga\-server\-
|
7825
|
+
% sudo systemctl start groonga\-server\-http
|
7840
7826
|
.ft P
|
7841
7827
|
.fi
|
7842
7828
|
.UNINDENT
|
7843
7829
|
.UNINDENT
|
7844
|
-
.SS
|
7830
|
+
.SS HTTPサーバーを終了
|
7845
7831
|
.sp
|
7846
|
-
groonga
|
7832
|
+
groonga HTTPサーバーを終了(Debian/Ubuntu/CentOS):
|
7847
7833
|
.INDENT 0.0
|
7848
7834
|
.INDENT 3.5
|
7849
7835
|
.sp
|
@@ -7855,18 +7841,18 @@ groonga GQTPサーバーを終了(Debian/Ubuntu/CentOS):
|
|
7855
7841
|
.UNINDENT
|
7856
7842
|
.UNINDENT
|
7857
7843
|
.sp
|
7858
|
-
groonga
|
7844
|
+
groonga HTTPサーバーを終了(Fedora):
|
7859
7845
|
.INDENT 0.0
|
7860
7846
|
.INDENT 3.5
|
7861
7847
|
.sp
|
7862
7848
|
.nf
|
7863
7849
|
.ft C
|
7864
|
-
% sudo systemctl stop groonga\-server\-
|
7850
|
+
% sudo systemctl stop groonga\-server\-http
|
7865
7851
|
.ft P
|
7866
7852
|
.fi
|
7867
7853
|
.UNINDENT
|
7868
7854
|
.UNINDENT
|
7869
|
-
.SS
|
7855
|
+
.SS HTTPサーバーを再起動
|
7870
7856
|
.sp
|
7871
7857
|
groonga HTTPサーバーを再起動(Debian/Ubuntu/CentOS):
|
7872
7858
|
.INDENT 0.0
|
@@ -7874,7 +7860,7 @@ groonga HTTPサーバーを再起動(Debian/Ubuntu/CentOS):
|
|
7874
7860
|
.sp
|
7875
7861
|
.nf
|
7876
7862
|
.ft C
|
7877
|
-
% sudo service groonga\-server\-
|
7863
|
+
% sudo service groonga\-server\-http restart
|
7878
7864
|
.ft P
|
7879
7865
|
.fi
|
7880
7866
|
.UNINDENT
|
@@ -7886,7 +7872,7 @@ groonga HTTPサーバーを再起動(Fedora):
|
|
7886
7872
|
.sp
|
7887
7873
|
.nf
|
7888
7874
|
.ft C
|
7889
|
-
% sudo systemctl restart groonga\-server\-
|
7875
|
+
% sudo systemctl restart groonga\-server\-http
|
7890
7876
|
.ft P
|
7891
7877
|
.fi
|
7892
7878
|
.UNINDENT
|
@@ -7909,13 +7895,6 @@ Groongaは2つのHTTPサーバー実装を提供しています。
|
|
7909
7895
|
\fBhttp/groonga\fP はシンプルな実装です。高速に動作しますがHTTPの機能の多くは実装されていません。 \fBhttp/groonga\fP はコマンドラインをいくつか指定するだけで動くのでgroongaを簡単に試すことができます。
|
7910
7896
|
.sp
|
7911
7897
|
\fBhttp/groonga\-httpd\fP は \fI\%nginx\fP をベースにした実装です。 \fBhttp/groonga\-httpd\fP も高速に動作し、しかも多くのHTTPの機能を使えます。
|
7912
|
-
.sp
|
7913
|
-
\fB注釈:\fP
|
7914
|
-
.INDENT 0.0
|
7915
|
-
.INDENT 3.5
|
7916
|
-
\fBhttp/groonga\-httpd\fP はまだ実験的な扱いです。
|
7917
|
-
.UNINDENT
|
7918
|
-
.UNINDENT
|
7919
7898
|
.SS 比較
|
7920
7899
|
.sp
|
7921
7900
|
\fBgroonga\fP と \fBgroonga\-httpd\fP にはたくさんの違いがあります。以下はそれらの違いを示す比較表です。
|
@@ -8439,7 +8418,7 @@ Groongaのデータベースは、groongaコマンドかCライブラリイン
|
|
8439
8418
|
.INDENT 0.0
|
8440
8419
|
.TP
|
8441
8420
|
.B \-a, \-\-address <ip/hostname>
|
8442
|
-
バージョン 1.2.2 で撤廃: Use \fI
|
8421
|
+
バージョン 1.2.2 で撤廃: Use \fI\%\-\-bind\-address\fP instead.
|
8443
8422
|
|
8444
8423
|
.UNINDENT
|
8445
8424
|
.INDENT 0.0
|
@@ -9307,7 +9286,7 @@ groonga_database_auto_create on | off;
|
|
9307
9286
|
\fBhttp\fP, \fBserver\fP, \fBlocation\fP
|
9308
9287
|
.UNINDENT
|
9309
9288
|
.sp
|
9310
|
-
Groongaのデータベースを自動で作成するかどうかを指定します。もし、この値が \fBon\fP で \
|
9289
|
+
Groongaのデータベースを自動で作成するかどうかを指定します。もし、この値が \fBon\fP で \fI\%groonga_database\fP に指定したGroongaのデータベースが存在しない場合は自動でGroongaのデータベースを作成します。Groongaのデータベースが存在している場合は何もしません。
|
9311
9290
|
.sp
|
9312
9291
|
もし、親ディレクトリが存在しな場合は再帰的に親ディレクトリも作成します。
|
9313
9292
|
.sp
|
@@ -13427,6 +13406,18 @@ quit
|
|
13427
13406
|
.SS 戻り値
|
13428
13407
|
.sp
|
13429
13408
|
ありません。
|
13409
|
+
.SS \fBrange_filter\fP
|
13410
|
+
.SS 概要
|
13411
|
+
.sp
|
13412
|
+
TODO: write me
|
13413
|
+
.SS 構文
|
13414
|
+
.SS 使い方
|
13415
|
+
.SS 戻り値
|
13416
|
+
.SS 参考
|
13417
|
+
.INDENT 0.0
|
13418
|
+
.IP \(bu 2
|
13419
|
+
\fB/reference/commands/select\fP
|
13420
|
+
.UNINDENT
|
13430
13421
|
.SS \fBregister\fP
|
13431
13422
|
.SS 概要
|
13432
13423
|
.sp
|
@@ -14740,7 +14731,7 @@ select Entries \-\-match_columns content \-\-query groo \-\-match_escalation_thr
|
|
14740
14731
|
2番目の \fBselect\fP コマンドも \fBEntries\fP テーブルから \fBcontent\fP カラムの値に \fBgroo\fP という単語を含むレコードを検索します。そして、この \fBselect\fP コマンドもマッチしません。この場合、マッチしたレコード数(0)が \fBmatch_escalation_threshold\fP (\-1)より大きいので、検索方法をエスカレーションしません。そして、1つもレコードがマッチしません。
|
14741
14732
|
.SS \fBquery_expansion\fP
|
14742
14733
|
.sp
|
14743
|
-
Deprecated. Use \
|
14734
|
+
Deprecated. Use \fI\%query_expander\fP instead.
|
14744
14735
|
.SS \fBquery_flags\fP
|
14745
14736
|
.sp
|
14746
14737
|
\fBquery\fP パラメーターの構文をカスタマイズします。デフォルトでは \fBquery\fP パラメーターでカラムの値を更新することはできません。しかし、 \fBquery_flags\fP に \fBALLOW_COLUMN|ALLOW_UPDATE\fP を指定することで \fBquery\fP でカラムの値を更新することができます。
|
@@ -17068,7 +17059,7 @@ table_create Lexicon TABLE_PAT_KEY ShortText \-\-default_tokenizer TokenBigram \
|
|
17068
17059
|
.sp
|
17069
17060
|
.nf
|
17070
17061
|
.ft C
|
17071
|
-
table_create
|
17062
|
+
table_create Tags TABLE_HASH_KEY ShortText
|
17072
17063
|
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
17073
17064
|
.ft P
|
17074
17065
|
.fi
|
@@ -17620,14 +17611,14 @@ table_tokenize Terms "Hello and Good\-bye" \-\-mode GET
|
|
17620
17611
|
.sp
|
17621
17612
|
トークナイズ処理をカスタマイズするオプションを指定します。「 \fB|\fP 」で区切って複数のオプションを指定することができます。
|
17622
17613
|
.sp
|
17623
|
-
|
17614
|
+
デフォルト値は \fBNONE\fP です。
|
17624
17615
|
.sp
|
17625
17616
|
詳細は、 \fB/reference/commands/tokenize\fP の \fItokenize\-flags\fP オプションを参照してください。
|
17626
17617
|
.SS \fBmode\fP
|
17627
17618
|
.sp
|
17628
17619
|
トークナイズモードを指定します。
|
17629
17620
|
.sp
|
17630
|
-
|
17621
|
+
デフォルト値は \fBGET\fP です。
|
17631
17622
|
.sp
|
17632
17623
|
詳細は、 \fB/reference/commands/tokenize\fP の \fItokenize\-mode\fP オプションを参照してください。
|
17633
17624
|
.SS 戻り値
|
@@ -19459,7 +19450,7 @@ TokenTrigram
|
|
19459
19450
|
.IP \(bu 2
|
19460
19451
|
TokenUnigram
|
19461
19452
|
.UNINDENT
|
19462
|
-
.SS
|
19453
|
+
.SS トークンフィルター
|
19463
19454
|
.SS 概要
|
19464
19455
|
.sp
|
19465
19456
|
Groongaにはトークナイズされたトークンに所定の処理を行うトークンフィルターモジュールがあります。
|
@@ -25202,6 +25193,16 @@ select WebClips \-\-output_columns "html_untag(content)" \-\-command_version 2
|
|
25202
25193
|
.SS 戻り値
|
25203
25194
|
.sp
|
25204
25195
|
\fBhtml_untag\fP はHTMLテキストからHTMLタグを除去したタグなしのテキストを返します。
|
25196
|
+
.SS in_values
|
25197
|
+
.SS 概要
|
25198
|
+
.sp
|
25199
|
+
TODO
|
25200
|
+
.SS 構文
|
25201
|
+
.sp
|
25202
|
+
TODO
|
25203
|
+
.SS 使い方
|
25204
|
+
.SS 引数
|
25205
|
+
.SS 戻り値
|
25205
25206
|
.SS now
|
25206
25207
|
.SS 名前
|
25207
25208
|
.sp
|
@@ -27062,7 +27063,7 @@ load \-\-table event_query \-\-each \(aqsuggest_preparer(_id, type, item, sequen
|
|
27062
27063
|
.fi
|
27063
27064
|
.UNINDENT
|
27064
27065
|
.UNINDENT
|
27065
|
-
.SS
|
27066
|
+
.SS 学習データを抽出する方法
|
27066
27067
|
.sp
|
27067
27068
|
The learning data is stored into item_DATASET and pair_DATASET tables.
|
27068
27069
|
By using select command for such tables, you can all extract learing data.
|
@@ -27309,10 +27310,10 @@ works. Query log is just for query processing.
|
|
27309
27310
|
.SS Process log
|
27310
27311
|
.sp
|
27311
27312
|
Process log is enabled by default. Log path can be
|
27312
|
-
customized by \
|
27313
|
+
customized by \fB\-\-log\-path\fP option. Each log has its
|
27313
27314
|
log level. If a log is smaller than groonga process\(aq log
|
27314
27315
|
level, it\(aqs not logged. Log level can be customized by
|
27315
|
-
\
|
27316
|
+
\fB\-l\fP or \fBcommands/log_level\fP\&.
|
27316
27317
|
.SS フォーマット
|
27317
27318
|
.sp
|
27318
27319
|
Process log uses the following format:
|
@@ -27452,7 +27453,7 @@ log opened.
|
|
27452
27453
|
.SS Query log
|
27453
27454
|
.sp
|
27454
27455
|
Query log is disabled by default. It can be enabled by
|
27455
|
-
\
|
27456
|
+
\fB\-\-query\-log\-path\fP option.
|
27456
27457
|
.SS フォーマット
|
27457
27458
|
.sp
|
27458
27459
|
Query log uses the following formats:
|
@@ -27734,7 +27735,7 @@ You must have memory and swap that is larger than database.
|
|
27734
27735
|
このセクションではLinux上で引数をカスタマイズする方法について説明します。
|
27735
27736
|
.SS nofile
|
27736
27737
|
.sp
|
27737
|
-
You can relax the \
|
27738
|
+
You can relax the \fI\%The max number of open files per process\fP parameter by creating
|
27738
27739
|
a configuration file \fB/etc/security/limits.d/groonga.conf\fP that has
|
27739
27740
|
the following content:
|
27740
27741
|
.INDENT 0.0
|
@@ -27768,7 +27769,7 @@ The configuration is applied after your groonga service is restarted
|
|
27768
27769
|
or re\-login as your groonga user.
|
27769
27770
|
.SS vm.overcommit_memory
|
27770
27771
|
.sp
|
27771
|
-
This is \
|
27772
|
+
This is \fI\%メモリ使用量\fP related parameter. You can handle a
|
27772
27773
|
database that is larger than your memory and swap by setting
|
27773
27774
|
\fBvm.overcommit_memory\fP kernel parameter to 1. 1 means that Groonga
|
27774
27775
|
can always map database files onto memory. It is no problem until
|
@@ -27804,7 +27805,7 @@ vm.overcommit_memory = 1
|
|
27804
27805
|
.UNINDENT
|
27805
27806
|
.SS vm.max_map_count
|
27806
27807
|
.sp
|
27807
|
-
This is \
|
27808
|
+
This is \fI\%メモリ使用量\fP related parameter. You can handle a
|
27808
27809
|
16GiB or more larger size database by increasing \fBvm.max_map_count\fP
|
27809
27810
|
kernel parameter. The parameter limits the max number of memory maps.
|
27810
27811
|
.sp
|
@@ -27892,7 +27893,7 @@ lock until \fBtimeout\fP times, the tries are failed.
|
|
27892
27893
|
.B grn_rc grn_set_lock_timeout(int\fI\ timeout\fP)
|
27893
27894
|
ロックタイムアウトを設定します。
|
27894
27895
|
.sp
|
27895
|
-
ロックタイムアウトについては、 \
|
27896
|
+
ロックタイムアウトについては、 \fI\%grn_get_lock_timeout()\fP を参照してください。
|
27896
27897
|
.sp
|
27897
27898
|
\fBtimeout\fP にはいくつか特別な値があります。
|
27898
27899
|
.INDENT 7.0
|
@@ -27929,7 +27930,7 @@ lock until \fBtimeout\fP times, the tries are failed.
|
|
27929
27930
|
.sp
|
27930
27931
|
\fBgrn_cache\fP は \fB/reference/commands/select\fP コマンドのレスポンスを保持するためのデータストアです。一般的なオブジェクトのキャッシュとして使うものではありません。あくまで \fB/reference/commands/select\fP コマンドのためのものです。
|
27931
27932
|
.sp
|
27932
|
-
\
|
27933
|
+
\fI\%grn_cache_current_set()\fP を使うことで現在のキャッシュオブジェクトを変更することができます。 \fB/reference/commands/select\fP コマンドのレスポンスが内部的に用いられます。
|
27933
27934
|
.sp
|
27934
27935
|
\fB/reference/commands/select\fP コマンドは、一つのグローバルキャッシュオブジェクトを利用します。もし複数のデータベースをオープンしていた場合、そのキャッシュオブジェクトは共有されます。これは重要な問題です。
|
27935
27936
|
.sp
|
@@ -27982,7 +27983,7 @@ grn_cache_close()\(gaによって解放される。
|
|
27982
27983
|
.UNINDENT
|
27983
27984
|
.TP
|
27984
27985
|
.B 戻り値
|
27985
|
-
新しいキャッシュオブジェクトの作成に成功した場合は \fBNULL\fP 以外の値を返します。このキャッシュオブジェクトは \
|
27986
|
+
新しいキャッシュオブジェクトの作成に成功した場合は \fBNULL\fP 以外の値を返します。このキャッシュオブジェクトは \fI\%grn_cache_close()\fP で解放されなければなりません。
|
27986
27987
|
.UNINDENT
|
27987
27988
|
.UNINDENT
|
27988
27989
|
.INDENT 0.0
|
@@ -28114,7 +28115,7 @@ id_column = grn_ctx_get(ctx, GRN_COLUMN_NAME_ID, GRN_COLUMN_NAME_ID_LEN);
|
|
28114
28115
|
.INDENT 0.0
|
28115
28116
|
.TP
|
28116
28117
|
.B GRN_COLUMN_NAME_ID_LEN
|
28117
|
-
It returns the byte size of \
|
28118
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_ID\fP\&.
|
28118
28119
|
.sp
|
28119
28120
|
3.1.1から。
|
28120
28121
|
.UNINDENT
|
@@ -28123,7 +28124,7 @@ It returns the byte size of \fBGRN_COLUMN_NAME_ID\fP\&.
|
|
28123
28124
|
.B GRN_COLUMN_NAME_KEY
|
28124
28125
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_key\fP\&.
|
28125
28126
|
.sp
|
28126
|
-
It is useful to use with \
|
28127
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_KEY_LEN\fP like
|
28127
28128
|
the following:
|
28128
28129
|
.INDENT 7.0
|
28129
28130
|
.INDENT 3.5
|
@@ -28142,7 +28143,7 @@ key_column = grn_ctx_get(ctx, GRN_COLUMN_NAME_KEY, GRN_COLUMN_NAME_KEY_LEN);
|
|
28142
28143
|
.INDENT 0.0
|
28143
28144
|
.TP
|
28144
28145
|
.B GRN_COLUMN_NAME_KEY_LEN
|
28145
|
-
It returns the byte size of \
|
28146
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_KEY\fP\&.
|
28146
28147
|
.sp
|
28147
28148
|
3.1.1から。
|
28148
28149
|
.UNINDENT
|
@@ -28151,7 +28152,7 @@ It returns the byte size of \fBGRN_COLUMN_NAME_KEY\fP\&.
|
|
28151
28152
|
.B GRN_COLUMN_NAME_VALUE
|
28152
28153
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_value\fP\&.
|
28153
28154
|
.sp
|
28154
|
-
It is useful to use with \
|
28155
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_VALUE_LEN\fP like
|
28155
28156
|
the following:
|
28156
28157
|
.INDENT 7.0
|
28157
28158
|
.INDENT 3.5
|
@@ -28170,7 +28171,7 @@ value_column = grn_ctx_get(ctx, GRN_COLUMN_NAME_VALUE, GRN_COLUMN_NAME_VALUE_LEN
|
|
28170
28171
|
.INDENT 0.0
|
28171
28172
|
.TP
|
28172
28173
|
.B GRN_COLUMN_NAME_VALUE_LEN
|
28173
|
-
It returns the byte size of \
|
28174
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_VALUE\fP\&.
|
28174
28175
|
.sp
|
28175
28176
|
3.1.1から。
|
28176
28177
|
.UNINDENT
|
@@ -28240,7 +28241,7 @@ nsubrecs_column = grn_ctx_get(ctx, GRN_COLUMN_NAME_NSUBRECS, GRN_COLUMN_NAME_NSU
|
|
28240
28241
|
.INDENT 0.0
|
28241
28242
|
.TP
|
28242
28243
|
.B GRN_COLUMN_NAME_NSUBRECS_LEN
|
28243
|
-
\
|
28244
|
+
\fI\%GRN_COLUMN_NAME_NSUBRECS\fP のサイズをバイト数で返す。
|
28244
28245
|
.sp
|
28245
28246
|
3.1.1から。
|
28246
28247
|
.UNINDENT
|
@@ -28422,7 +28423,7 @@ TODO...
|
|
28422
28423
|
.SS \fBgrn_content_type\fP
|
28423
28424
|
.SS 概要
|
28424
28425
|
.sp
|
28425
|
-
\
|
28426
|
+
\fI\%grn_content_type\fP shows input type and output
|
28426
28427
|
type. Currently, it is used only for output type.
|
28427
28428
|
.sp
|
28428
28429
|
Normally, you don\(aqt need to use this type. It is used internally in
|
@@ -28442,7 +28443,7 @@ It means that outputting nothing or using the original format.
|
|
28442
28443
|
It means tab separated values format.
|
28443
28444
|
.TP
|
28444
28445
|
.B \fIGRN_CONTENT_JSON\fP
|
28445
|
-
|
28446
|
+
JSON形式:
|
28446
28447
|
.TP
|
28447
28448
|
.B \fIGRN_CONTENT_XML\fP
|
28448
28449
|
It means XML format.
|
@@ -28455,7 +28456,7 @@ Groonga. If you don\(aqt have MessagePack library, you can\(aqt use this type.
|
|
28455
28456
|
.SS \fBgrn_ctx\fP
|
28456
28457
|
.SS 概要
|
28457
28458
|
.sp
|
28458
|
-
\
|
28459
|
+
\fI\%grn_ctx\fP は最も重要なオブジェクトです。\fI\%grn_ctx\fP はその時点の情報を保持します:
|
28459
28460
|
.INDENT 0.0
|
28460
28461
|
.IP \(bu 2
|
28461
28462
|
最後に発生したエラー。
|
@@ -28467,7 +28468,7 @@ Groonga. If you don\(aqt have MessagePack library, you can\(aqt use this type.
|
|
28467
28468
|
デフォルトのコマンドバージョン。( \fB/reference/command/command_version\fP )を参照のこと。
|
28468
28469
|
.UNINDENT
|
28469
28470
|
.sp
|
28470
|
-
\
|
28471
|
+
\fI\%grn_ctx\fP は基盤となる機能を提供します:
|
28471
28472
|
.INDENT 0.0
|
28472
28473
|
.IP \(bu 2
|
28473
28474
|
メモリ管理機能
|
@@ -28475,9 +28476,9 @@ Groonga. If you don\(aqt have MessagePack library, you can\(aqt use this type.
|
|
28475
28476
|
ロギング機能
|
28476
28477
|
.UNINDENT
|
28477
28478
|
.sp
|
28478
|
-
ほとんどのAPIは \
|
28479
|
+
ほとんどのAPIは \fI\%grn_ctx\fP を最初の引数にとります。
|
28479
28480
|
.sp
|
28480
|
-
同じ \
|
28481
|
+
同じ \fI\%grn_ctx\fP を二つ以上のスレッドからは扱えません。\fI\%grn_ctx\fP はスレッドごとに作成する必要があります。一つのスレッドでは \fI\%grn_ctx\fP を二つ以上扱えますが、通常はその必要はありません。
|
28481
28482
|
.SS 実行例:
|
28482
28483
|
.sp
|
28483
28484
|
TODO...
|
@@ -28542,11 +28543,11 @@ grn_ctx_close()\(gaを呼び出さなければならない。
|
|
28542
28543
|
.INDENT 0.0
|
28543
28544
|
.TP
|
28544
28545
|
.B grn_ctx *grn_ctx_open(int\fI\ flags\fP)
|
28545
|
-
初期化された \
|
28546
|
+
初期化された \fI\%grn_ctx\fP オブジェクトを返します。
|
28546
28547
|
.sp
|
28547
|
-
\
|
28548
|
-
どちらで初期化された \
|
28549
|
-
\
|
28548
|
+
\fI\%grn_ctx_init()\fP で初期化された \fI\%grn_ctx\fP オブジェクトは構造体の実体をAPIの呼び元で確保するのに対して、 \fI\%grn_ctx_open()\fP ではGroongaライブラリの内部で、実体を確保します。
|
28549
|
+
どちらで初期化された \fI\%grn_ctx\fP も、 \fI\%grn_ctx_fin()\fP で解放できます。
|
28550
|
+
\fI\%grn_ctx_open()\fP で確保した \fI\%grn_ctx\fP 構造体に関しては、\fI\%grn_ctx_fin()\fP で解放した後に、その \fI\%grn_ctx\fP で作成した \fBgrn_obj\fP を \fBgrn_obj_close()\fP によって解放しても問題ありません。
|
28550
28551
|
.INDENT 7.0
|
28551
28552
|
.TP
|
28552
28553
|
.B パラメタ
|
@@ -28556,7 +28557,7 @@ grn_ctx_close()\(gaを呼び出さなければならない。
|
|
28556
28557
|
.UNINDENT
|
28557
28558
|
.TP
|
28558
28559
|
.B 戻り値
|
28559
|
-
初期化された \
|
28560
|
+
初期化された \fI\%grn_ctx\fP オブジェクトを返します。
|
28560
28561
|
.UNINDENT
|
28561
28562
|
.UNINDENT
|
28562
28563
|
.INDENT 0.0
|
@@ -28682,7 +28683,7 @@ ctx、またはctxが使用するdbからidに対応するオブジェクトを
|
|
28682
28683
|
.INDENT 0.0
|
28683
28684
|
.TP
|
28684
28685
|
.B grn_content_type grn_ctx_get_output_type(grn_ctx\fI\ *ctx\fP)
|
28685
|
-
|
28686
|
+
コンテキストの出力形式を取得します。
|
28686
28687
|
.sp
|
28687
28688
|
Normally, this function isn\(aqt needed.
|
28688
28689
|
.INDENT 7.0
|
@@ -28690,7 +28691,7 @@ Normally, this function isn\(aqt needed.
|
|
28690
28691
|
.B パラメタ
|
28691
28692
|
.INDENT 7.0
|
28692
28693
|
.IP \(bu 2
|
28693
|
-
\fBctx\fP \-\-
|
28694
|
+
\fBctx\fP \-\- その時点のコンテキスト。
|
28694
28695
|
.UNINDENT
|
28695
28696
|
.TP
|
28696
28697
|
.B 戻り値
|
@@ -28712,9 +28713,9 @@ Normally, this function isn\(aqt needed.
|
|
28712
28713
|
.B パラメタ
|
28713
28714
|
.INDENT 7.0
|
28714
28715
|
.IP \(bu 2
|
28715
|
-
\fBctx\fP \-\-
|
28716
|
+
\fBctx\fP \-\- その時点のコンテキスト。
|
28716
28717
|
.IP \(bu 2
|
28717
|
-
\fBtype\fP \-\-
|
28718
|
+
\fBtype\fP \-\- 新しい出力形式。
|
28718
28719
|
.UNINDENT
|
28719
28720
|
.TP
|
28720
28721
|
.B 戻り値
|
@@ -28979,7 +28980,7 @@ unlink them. Each keyword is \fBGRN_BULK\fP and its domain is
|
|
28979
28980
|
.sp
|
28980
28981
|
\fBkeywords\fP must be \fBGRN_PVECTOR\fP\&.
|
28981
28982
|
.sp
|
28982
|
-
|
28983
|
+
以下はスキーマの例です。
|
28983
28984
|
.INDENT 7.0
|
28984
28985
|
.INDENT 3.5
|
28985
28986
|
.sp
|
@@ -29623,27 +29624,27 @@ objのIDに対応するレコードの値を更新します。対応するレコ
|
|
29623
29624
|
.INDENT 2.0
|
29624
29625
|
.INDENT 2.0
|
29625
29626
|
.IP \(bu 2
|
29626
|
-
\
|
29627
|
+
\fI\%GRN_OBJ_SET\fP
|
29627
29628
|
.IP \(bu 2
|
29628
|
-
\
|
29629
|
+
\fI\%GRN_OBJ_INCR\fP
|
29629
29630
|
.IP \(bu 2
|
29630
|
-
\
|
29631
|
+
\fI\%GRN_OBJ_DECR\fP
|
29631
29632
|
.UNINDENT
|
29632
29633
|
.INDENT 2.0
|
29633
29634
|
.IP \(bu 2
|
29634
|
-
\
|
29635
|
+
\fI\%GRN_OBJ_APPEND\fP
|
29635
29636
|
.IP \(bu 2
|
29636
|
-
\
|
29637
|
+
\fI\%GRN_OBJ_PREPEND\fP
|
29637
29638
|
.IP \(bu 2
|
29638
|
-
\
|
29639
|
+
\fI\%GRN_OBJ_GET\fP
|
29639
29640
|
.UNINDENT
|
29640
29641
|
.INDENT 2.0
|
29641
29642
|
.IP \(bu 2
|
29642
|
-
\
|
29643
|
+
\fI\%GRN_OBJ_COMPARE\fP
|
29643
29644
|
.IP \(bu 2
|
29644
|
-
\
|
29645
|
+
\fI\%GRN_OBJ_LOCK\fP
|
29645
29646
|
.IP \(bu 2
|
29646
|
-
\
|
29647
|
+
\fI\%GRN_OBJ_UNLOCK\fP
|
29647
29648
|
.UNINDENT
|
29648
29649
|
.UNINDENT
|
29649
29650
|
|
@@ -29692,7 +29693,7 @@ objのIDに対応するレコードの値を更新します。対応するレコ
|
|
29692
29693
|
.INDENT 0.0
|
29693
29694
|
.TP
|
29694
29695
|
.B GRN_OBJ_LOCK
|
29695
|
-
当該レコードをロックします。\
|
29696
|
+
当該レコードをロックします。\fI\%GRN_OBJ_COMPARE\fP と共に指定された場合は、レコードの値とvalueが等しい場合に限ってロックします。
|
29696
29697
|
.UNINDENT
|
29697
29698
|
.INDENT 0.0
|
29698
29699
|
.TP
|
@@ -29734,7 +29735,7 @@ ctxが使用するdbにおいてobjに対応する名前をnameに更新しま
|
|
29734
29735
|
.B grn_rc grn_obj_close(grn_ctx\fI\ *ctx\fP, grn_obj\fI\ *obj\fP)
|
29735
29736
|
一時的なobjectであるobjをメモリから解放します。objに属するobjectも再帰的にメモリから解放されます。
|
29736
29737
|
.sp
|
29737
|
-
永続的な、table, column, exprなどは解放してはいけません。一般的には、一時的か永続的かを気にしなくてよい \
|
29738
|
+
永続的な、table, column, exprなどは解放してはいけません。一般的には、一時的か永続的かを気にしなくてよい \fI\%grn_obj_unlink()\fP を用いるべきです。
|
29738
29739
|
.INDENT 7.0
|
29739
29740
|
.TP
|
29740
29741
|
.B パラメタ
|
@@ -30001,13 +30002,13 @@ nameに対応する新たなproc(手続き)をctxが使用するdbに定義し
|
|
30001
30002
|
.INDENT 0.0
|
30002
30003
|
.TP
|
30003
30004
|
.B grn_obj *grn_proc_get_info(grn_ctx\fI\ *ctx\fP, grn_user_data\fI\ *user_data\fP, grn_expr_var\fI\ **vars\fP, unsigned int\fI\ *nvars\fP, grn_obj\fI\ **caller\fP)
|
30004
|
-
user_dataをキーとして、現在実行中の \
|
30005
|
+
user_dataをキーとして、現在実行中の \fI\%grn_proc_func\fP 関数および定義されている変数( \fBgrn_expr_var\fP )の配列とその数を取得します。
|
30005
30006
|
.INDENT 7.0
|
30006
30007
|
.TP
|
30007
30008
|
.B パラメタ
|
30008
30009
|
.INDENT 7.0
|
30009
30010
|
.IP \(bu 2
|
30010
|
-
\fBuser_data\fP \-\- \
|
30011
|
+
\fBuser_data\fP \-\- \fI\%grn_proc_func\fP に渡されたuser_dataを指定します。
|
30011
30012
|
.IP \(bu 2
|
30012
30013
|
\fBnvars\fP \-\- 変数の数を取得します。
|
30013
30014
|
.UNINDENT
|
@@ -30519,7 +30520,7 @@ maxとmax_sizeが指定され、かつ、テーブルのkeyが固定長型の場
|
|
30519
30520
|
.INDENT 0.0
|
30520
30521
|
.TP
|
30521
30522
|
.B grn_rc grn_table_cursor_close(grn_ctx\fI\ *ctx\fP, grn_table_cursor\fI\ *tc\fP)
|
30522
|
-
\
|
30523
|
+
\fI\%grn_table_cursor_open()\fP で生成したcursorを解放します。
|
30523
30524
|
.INDENT 7.0
|
30524
30525
|
.TP
|
30525
30526
|
.B パラメタ
|
@@ -31444,10 +31445,10 @@ Groongaにはいくつか制限事項があります。
|
|
31444
31445
|
実際には他の諸条件の制約により上記の値まで到達しない場合もあります。
|
31445
31446
|
.SS カラムの制限
|
31446
31447
|
.sp
|
31447
|
-
|
31448
|
+
1つのカラムにつき、次の制限があります。
|
31448
31449
|
.INDENT 0.0
|
31449
31450
|
.IP \(bu 2
|
31450
|
-
|
31451
|
+
カラムに格納した値の合計サイズの上限値: 256GiB
|
31451
31452
|
.UNINDENT
|
31452
31453
|
.SH トラブルシューティング
|
31453
31454
|
.SS 同じ検索キーワードなのに全文検索結果が異なる
|
@@ -31830,13 +31831,13 @@ GroongaプロジェクトではGroongaについて議論するための \fB/comm
|
|
31830
31831
|
.sp
|
31831
31832
|
This documentation describes about how to write, generate and manage
|
31832
31833
|
Groonga documentation.
|
31833
|
-
.SS Install depended
|
31834
|
+
.SS Install depended software
|
31834
31835
|
.sp
|
31835
31836
|
Groonga uses \fI\%Sphinx\fP as documentation tool. Groonga requires newer
|
31836
31837
|
Sphinx. So Groonga clones the latest Sphinx from Sphinx repository
|
31837
31838
|
automatically. You need only \fI\%Mercurial\fP, \fI\%Docutils\fP and \fI\%Jinja\fP\&.
|
31838
31839
|
.sp
|
31839
|
-
|
31840
|
+
以下は必要なソフトウェアをインストールするコマンドラインです。
|
31840
31841
|
.sp
|
31841
31842
|
Debian GNU/Linux, Ubuntu:
|
31842
31843
|
.INDENT 0.0
|
@@ -32555,7 +32556,7 @@ CUTTER_SOURCE_PATH=$HOME/work/cutter/cutter
|
|
32555
32556
|
.sp
|
32556
32557
|
.nf
|
32557
32558
|
.ft C
|
32558
|
-
% sudo apt\-get install \-V debootstrap
|
32559
|
+
% sudo apt\-get install \-V debootstrap createrepo rpm
|
32559
32560
|
mercurial python\-docutils python\-jinja2 ruby1.9.1\-full mingw\-w64 g++\-mingw\-w64 mecab libmecab\-dev nsis gnupg2
|
32560
32561
|
.ft P
|
32561
32562
|
.fi
|
@@ -32994,21 +32995,13 @@ make build PALALLEL=yesコマンドを実行すると、ディストリビュー
|
|
32994
32995
|
現在サポートされているのは以下の通りです。
|
32995
32996
|
.INDENT 0.0
|
32996
32997
|
.IP \(bu 2
|
32997
|
-
squeeze i386/amd64
|
32998
|
-
.IP \(bu 2
|
32999
32998
|
wheezy i386/amd64
|
33000
32999
|
.IP \(bu 2
|
33001
|
-
unstable i386/amd64
|
33002
|
-
.IP \(bu 2
|
33003
|
-
lucid i386/amd64
|
33004
|
-
.IP \(bu 2
|
33005
|
-
natty i386/amd64
|
33006
|
-
.IP \(bu 2
|
33007
|
-
oneiric i386/amd64
|
33008
|
-
.IP \(bu 2
|
33009
33000
|
precise i386/amd64
|
33010
33001
|
.IP \(bu 2
|
33011
|
-
|
33002
|
+
trusty i386/amd64
|
33003
|
+
.IP \(bu 2
|
33004
|
+
utopic i386/amd64
|
33012
33005
|
.UNINDENT
|
33013
33006
|
.sp
|
33014
33007
|
正常にビルドが終了すると$GROONGA_CLONE_DIR/packages/apt/repositories配下に.debパッケージが生成されます。
|
@@ -33478,31 +33471,6 @@ groonga\-dev \fI\%groonga\-dev@lists.sourceforge.jp\fP
|
|
33478
33471
|
.IP \(bu 2
|
33479
33472
|
Groonga\-talk \fI\%groonga\-talk@lists.sourceforge.net\fP
|
33480
33473
|
.UNINDENT
|
33481
|
-
.SS freecode.comへリリース情報を登録
|
33482
|
-
.sp
|
33483
|
-
Groongaプロジェクトではfreecode.comでもリリース情報を発信しています。
|
33484
|
-
.sp
|
33485
|
-
freecode.comのプロジェクトページは以下の通りです。
|
33486
|
-
.INDENT 0.0
|
33487
|
-
.INDENT 3.5
|
33488
|
-
\fI\%https://freecode.com/projects/groonga\fP
|
33489
|
-
.UNINDENT
|
33490
|
-
.UNINDENT
|
33491
|
-
.sp
|
33492
|
-
プロジェクトの管理メニューから「Submit a release」をクリックし、
|
33493
|
-
新規リリース情報を登録します。
|
33494
|
-
.INDENT 0.0
|
33495
|
-
.INDENT 3.5
|
33496
|
-
\fI\%https://freecode.com/projects/groonga/releases/new\fP
|
33497
|
-
.UNINDENT
|
33498
|
-
.UNINDENT
|
33499
|
-
.sp
|
33500
|
-
\fB注釈:\fP
|
33501
|
-
.INDENT 0.0
|
33502
|
-
.INDENT 3.5
|
33503
|
-
投稿した内容に対するレビューが運営側で実施されるので、反映されるまでしばらく時間がかかります。
|
33504
|
-
.UNINDENT
|
33505
|
-
.UNINDENT
|
33506
33474
|
.SS Twitterでリリースアナウンスをする
|
33507
33475
|
.sp
|
33508
33476
|
blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)
|