rroonga 4.0.6-x86-mingw32 → 4.0.7-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/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/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/groonga/groonga.h +5 -2095
- 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/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/development.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/documentation.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/contribution.html +24 -23
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +27 -25
- data/vendor/local/share/doc/groonga/en/html/development.html +19 -17
- 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/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/install.html +33 -31
- data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
- 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/news.html +210 -116
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +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/api.html +39 -37
- 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/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/command.html +52 -49
- 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/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/executables.html +19 -17
- 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/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/grn_expr.html +26 -24
- 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/geolocation_search.html +19 -17
- data/vendor/local/share/doc/groonga/en/html/reference/operations.html +23 -21
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +34 -32
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +57 -55
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.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/suggest.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/reference.html +78 -74
- 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/gqtp.html +19 -17
- 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/http.html +19 -21
- data/vendor/local/share/doc/groonga/en/html/server/package.html +92 -85
- data/vendor/local/share/doc/groonga/en/html/server.html +21 -19
- 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/spec.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/troubleshooting.html +19 -17
- 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/en/html/tutorial.html +20 -18
- 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/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/development.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/documentation.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +24 -23
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +22 -20
- data/vendor/local/share/doc/groonga/ja/html/development.html +19 -17
- 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/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/install.html +33 -31
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +21 -19
- 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/news.html +233 -147
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +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/api.html +39 -37
- 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/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/command.html +52 -49
- 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/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/executables.html +19 -17
- 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/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/grn_expr.html +23 -21
- 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/geolocation_search.html +19 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +23 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +30 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +36 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +23 -21
- 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/suggest.html +20 -18
- 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/reference.html +79 -75
- 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/gqtp.html +19 -17
- 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/http.html +19 -21
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +91 -82
- data/vendor/local/share/doc/groonga/ja/html/server.html +21 -19
- 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/spec.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/troubleshooting.html +19 -17
- 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/doc/groonga/ja/html/tutorial.html +20 -18
- 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 +117 -50
- 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
@@ -1,6 +1,6 @@
|
|
1
1
|
.\" Man page generated from reStructuredText.
|
2
2
|
.
|
3
|
-
.TH "GROONGA" "1" "
|
3
|
+
.TH "GROONGA" "1" "November 29, 2014" "4.0.8" "Groonga"
|
4
4
|
.SH NAME
|
5
5
|
groonga \- Groonga documentation
|
6
6
|
.
|
@@ -110,7 +110,7 @@ packages.groonga.org:
|
|
110
110
|
.INDENT 3.5
|
111
111
|
.INDENT 0.0
|
112
112
|
.IP \(bu 2
|
113
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
113
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x86.exe\fP
|
114
114
|
.UNINDENT
|
115
115
|
.UNINDENT
|
116
116
|
.UNINDENT
|
@@ -123,7 +123,7 @@ packages.goronga.org:
|
|
123
123
|
.INDENT 3.5
|
124
124
|
.INDENT 0.0
|
125
125
|
.IP \(bu 2
|
126
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
126
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x64.exe\fP
|
127
127
|
.UNINDENT
|
128
128
|
.UNINDENT
|
129
129
|
.UNINDENT
|
@@ -140,7 +140,7 @@ packages.groonga.org:
|
|
140
140
|
.INDENT 3.5
|
141
141
|
.INDENT 0.0
|
142
142
|
.IP \(bu 2
|
143
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
143
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x86.zip\fP
|
144
144
|
.UNINDENT
|
145
145
|
.UNINDENT
|
146
146
|
.UNINDENT
|
@@ -153,7 +153,7 @@ packages.groonga.org:
|
|
153
153
|
.INDENT 3.5
|
154
154
|
.INDENT 0.0
|
155
155
|
.IP \(bu 2
|
156
|
-
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.
|
156
|
+
\fI\%http://packages.groonga.org/windows/groonga/groonga\-4.0.8\-x64.zip\fP
|
157
157
|
.UNINDENT
|
158
158
|
.UNINDENT
|
159
159
|
.UNINDENT
|
@@ -181,7 +181,7 @@ Download zipped source from packages.groonga.org:
|
|
181
181
|
.INDENT 3.5
|
182
182
|
.INDENT 0.0
|
183
183
|
.IP \(bu 2
|
184
|
-
\fI\%http://packages.groonga.org/source/groonga/groonga\-4.0.
|
184
|
+
\fI\%http://packages.groonga.org/source/groonga/groonga\-4.0.8.zip\fP
|
185
185
|
.UNINDENT
|
186
186
|
.UNINDENT
|
187
187
|
.UNINDENT
|
@@ -194,7 +194,7 @@ Move to the Groonga\(aqs source folder:
|
|
194
194
|
.sp
|
195
195
|
.nf
|
196
196
|
.ft C
|
197
|
-
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-4.0.
|
197
|
+
> cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-4.0.8
|
198
198
|
.ft P
|
199
199
|
.fi
|
200
200
|
.UNINDENT
|
@@ -208,7 +208,7 @@ parameter instead:
|
|
208
208
|
.sp
|
209
209
|
.nf
|
210
210
|
.ft C
|
211
|
-
groonga\-4.0.
|
211
|
+
groonga\-4.0.8> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
|
212
212
|
.ft P
|
213
213
|
.fi
|
214
214
|
.UNINDENT
|
@@ -220,7 +220,7 @@ Build:
|
|
220
220
|
.sp
|
221
221
|
.nf
|
222
222
|
.ft C
|
223
|
-
groonga\-4.0.
|
223
|
+
groonga\-4.0.8> cmake \-\-build . \-\-config Release
|
224
224
|
.ft P
|
225
225
|
.fi
|
226
226
|
.UNINDENT
|
@@ -232,7 +232,7 @@ Install:
|
|
232
232
|
.sp
|
233
233
|
.nf
|
234
234
|
.ft C
|
235
|
-
groonga\-4.0.
|
235
|
+
groonga\-4.0.8> cmake \-\-build . \-\-config Release \-\-target Install
|
236
236
|
.ft P
|
237
237
|
.fi
|
238
238
|
.UNINDENT
|
@@ -293,9 +293,9 @@ Download source:
|
|
293
293
|
.sp
|
294
294
|
.nf
|
295
295
|
.ft C
|
296
|
-
% curl \-O http://packages.groonga.org/source/groonga/groonga\-4.0.
|
297
|
-
% tar xvzf groonga\-4.0.
|
298
|
-
% cd groonga\-4.0.
|
296
|
+
% curl \-O http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
297
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
298
|
+
% cd groonga\-4.0.8
|
299
299
|
.ft P
|
300
300
|
.fi
|
301
301
|
.UNINDENT
|
@@ -385,11 +385,9 @@ Install:
|
|
385
385
|
If you want to use Groonga for server use, you can install
|
386
386
|
additional preconfigured packages.
|
387
387
|
.sp
|
388
|
-
There are
|
388
|
+
There are two packages for server use.
|
389
389
|
.INDENT 0.0
|
390
390
|
.IP \(bu 2
|
391
|
-
groonga\-server\-http (simple HTTP protocol based server package)
|
392
|
-
.IP \(bu 2
|
393
391
|
groonga\-httpd (nginx and HTTP protocol based server package)
|
394
392
|
.IP \(bu 2
|
395
393
|
groonga\-server\-gqtp (GQTP protocol based server package)
|
@@ -464,9 +462,9 @@ Download source:
|
|
464
462
|
.sp
|
465
463
|
.nf
|
466
464
|
.ft C
|
467
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
468
|
-
% tar xvzf groonga\-4.0.
|
469
|
-
% cd groonga\-4.0.
|
465
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
466
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
467
|
+
% cd groonga\-4.0.8
|
470
468
|
.ft P
|
471
469
|
.fi
|
472
470
|
.UNINDENT
|
@@ -529,9 +527,9 @@ Here are supported Ubuntu versions:
|
|
529
527
|
.IP \(bu 2
|
530
528
|
12.04 LTS Precise Pangolin
|
531
529
|
.IP \(bu 2
|
532
|
-
13.10 Saucy Salamander
|
533
|
-
.IP \(bu 2
|
534
530
|
14.04 LTS Trusty Tahr
|
531
|
+
.IP \(bu 2
|
532
|
+
14.10 Utopic Unicorn
|
535
533
|
.UNINDENT
|
536
534
|
.UNINDENT
|
537
535
|
.UNINDENT
|
@@ -581,11 +579,9 @@ Install:
|
|
581
579
|
If you want to use Groonga for server use, you can install
|
582
580
|
additional preconfigured packages.
|
583
581
|
.sp
|
584
|
-
There are
|
582
|
+
There are two packages for server use.
|
585
583
|
.INDENT 0.0
|
586
584
|
.IP \(bu 2
|
587
|
-
groonga\-server\-http (simple HTTP protocol based server package)
|
588
|
-
.IP \(bu 2
|
589
585
|
groonga\-httpd (nginx and HTTP protocol based server package)
|
590
586
|
.IP \(bu 2
|
591
587
|
groonga\-server\-gqtp (GQTP protocol based server package)
|
@@ -660,9 +656,9 @@ Download source:
|
|
660
656
|
.sp
|
661
657
|
.nf
|
662
658
|
.ft C
|
663
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
664
|
-
% tar xvzf groonga\-4.0.
|
665
|
-
% cd groonga\-4.0.
|
659
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
660
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
661
|
+
% cd groonga\-4.0.8
|
666
662
|
.ft P
|
667
663
|
.fi
|
668
664
|
.UNINDENT
|
@@ -736,11 +732,9 @@ Install:
|
|
736
732
|
If you want to use Groonga for server use, you can install
|
737
733
|
additional preconfigured packages.
|
738
734
|
.sp
|
739
|
-
There are
|
735
|
+
There are two packages for server use.
|
740
736
|
.INDENT 0.0
|
741
737
|
.IP \(bu 2
|
742
|
-
groonga\-server\-http (simple HTTP protocol based server package)
|
743
|
-
.IP \(bu 2
|
744
738
|
groonga\-httpd (nginx and HTTP protocol based server package)
|
745
739
|
.IP \(bu 2
|
746
740
|
groonga\-server\-gqtp (GQTP protocol based server package)
|
@@ -868,11 +862,9 @@ Install:
|
|
868
862
|
If you want to use Groonga for server use, you can install
|
869
863
|
additional preconfigured packages.
|
870
864
|
.sp
|
871
|
-
There are
|
865
|
+
There are two packages for server use.
|
872
866
|
.INDENT 0.0
|
873
867
|
.IP \(bu 2
|
874
|
-
groonga\-server\-http (simple HTTP protocol based server package)
|
875
|
-
.IP \(bu 2
|
876
868
|
groonga\-httpd (nginx and HTTP protocol based server package)
|
877
869
|
.IP \(bu 2
|
878
870
|
groonga\-server\-gqtp (GQTP protocol based server package)
|
@@ -972,11 +964,9 @@ Install:
|
|
972
964
|
If you want to use Groonga for server use, you can install
|
973
965
|
additional preconfigured packages.
|
974
966
|
.sp
|
975
|
-
There are
|
967
|
+
There are two packages for server use.
|
976
968
|
.INDENT 0.0
|
977
969
|
.IP \(bu 2
|
978
|
-
groonga\-server\-http (simple HTTP protocol based server package)
|
979
|
-
.IP \(bu 2
|
980
970
|
groonga\-httpd (nginx and HTTP protocol based server package)
|
981
971
|
.IP \(bu 2
|
982
972
|
groonga\-server\-gqtp (GQTP protocol based server package)
|
@@ -1073,9 +1063,9 @@ Download source:
|
|
1073
1063
|
.sp
|
1074
1064
|
.nf
|
1075
1065
|
.ft C
|
1076
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1077
|
-
% tar xvzf groonga\-4.0.
|
1078
|
-
% cd groonga\-4.0.
|
1066
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1067
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
1068
|
+
% cd groonga\-4.0.8
|
1079
1069
|
.ft P
|
1080
1070
|
.fi
|
1081
1071
|
.UNINDENT
|
@@ -1173,11 +1163,9 @@ Note that additional packages such as \fBmecab\-dic\fP and \fBmecab\-jumandic\fP
|
|
1173
1163
|
If you want to use Groonga for server use, you can install
|
1174
1164
|
additional preconfigured packages.
|
1175
1165
|
.sp
|
1176
|
-
There are
|
1166
|
+
There are two packages for server use.
|
1177
1167
|
.INDENT 0.0
|
1178
1168
|
.IP \(bu 2
|
1179
|
-
groonga\-server\-http (simple HTTP protocol based server package)
|
1180
|
-
.IP \(bu 2
|
1181
1169
|
groonga\-httpd (nginx and HTTP protocol based server package)
|
1182
1170
|
.IP \(bu 2
|
1183
1171
|
groonga\-server\-gqtp (GQTP protocol based server package)
|
@@ -1278,9 +1266,9 @@ Download source:
|
|
1278
1266
|
.sp
|
1279
1267
|
.nf
|
1280
1268
|
.ft C
|
1281
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1282
|
-
% tar xvzf groonga\-4.0.
|
1283
|
-
% cd groonga\-4.0.
|
1269
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1270
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
1271
|
+
% cd groonga\-4.0.8
|
1284
1272
|
.ft P
|
1285
1273
|
.fi
|
1286
1274
|
.UNINDENT
|
@@ -1345,9 +1333,9 @@ Download source:
|
|
1345
1333
|
.sp
|
1346
1334
|
.nf
|
1347
1335
|
.ft C
|
1348
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1349
|
-
% gtar xvzf groonga\-4.0.
|
1350
|
-
% cd groonga\-4.0.
|
1336
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1337
|
+
% gtar xvzf groonga\-4.0.8.tar.gz
|
1338
|
+
% cd groonga\-4.0.8
|
1351
1339
|
.ft P
|
1352
1340
|
.fi
|
1353
1341
|
.UNINDENT
|
@@ -1487,9 +1475,9 @@ steps:
|
|
1487
1475
|
.sp
|
1488
1476
|
.nf
|
1489
1477
|
.ft C
|
1490
|
-
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.
|
1491
|
-
% tar xvzf groonga\-4.0.
|
1492
|
-
% cd groonga\-4.0.
|
1478
|
+
% wget http://packages.groonga.org/source/groonga/groonga\-4.0.8.tar.gz
|
1479
|
+
% tar xvzf groonga\-4.0.8.tar.gz
|
1480
|
+
% cd groonga\-4.0.8
|
1493
1481
|
% ./configure
|
1494
1482
|
% make
|
1495
1483
|
% sudo make install
|
@@ -1625,41 +1613,23 @@ Here is an example that enables column value compression by zlib:
|
|
1625
1613
|
.fi
|
1626
1614
|
.UNINDENT
|
1627
1615
|
.UNINDENT
|
1616
|
+
.SS \fB\-\-with\-lz4\fP
|
1628
1617
|
.sp
|
1629
|
-
|
1630
|
-
.INDENT 0.0
|
1631
|
-
.INDENT 3.5
|
1632
|
-
The disabled reason is that memory leak occurs when it refers column value.
|
1633
|
-
This is already known issue as \fI\%GitHub#6\fP\&.
|
1634
|
-
This issue is not nothing to do with updating column value.
|
1635
|
-
.UNINDENT
|
1636
|
-
.UNINDENT
|
1637
|
-
.SS \fB\-\-with\-lzo\fP
|
1638
|
-
.sp
|
1639
|
-
Enables column value compression by LZO.
|
1618
|
+
Enables column value compression by LZ4.
|
1640
1619
|
.sp
|
1641
1620
|
The default is disabled.
|
1642
1621
|
.sp
|
1643
|
-
Here is an example that enables column value compression by
|
1622
|
+
Here is an example that enables column value compression by LZ4:
|
1644
1623
|
.INDENT 0.0
|
1645
1624
|
.INDENT 3.5
|
1646
1625
|
.sp
|
1647
1626
|
.nf
|
1648
1627
|
.ft C
|
1649
|
-
% ./configure \-\-with\-
|
1628
|
+
% ./configure \-\-with\-lz4
|
1650
1629
|
.ft P
|
1651
1630
|
.fi
|
1652
1631
|
.UNINDENT
|
1653
1632
|
.UNINDENT
|
1654
|
-
.sp
|
1655
|
-
\fBNOTE:\fP
|
1656
|
-
.INDENT 0.0
|
1657
|
-
.INDENT 3.5
|
1658
|
-
The disabled reason is that memory leak occurs when it refers column value.
|
1659
|
-
This is already known issue as \fI\%GitHub#6\fP\&.
|
1660
|
-
This issue is not nothing to do with updating column value.
|
1661
|
-
.UNINDENT
|
1662
|
-
.UNINDENT
|
1663
1633
|
.SS \fB\-\-with\-message\-pack=MESSAGE_PACK_INSTALL_PREFIX\fP
|
1664
1634
|
.sp
|
1665
1635
|
Specifies where MessagePack is installed. If MessagePack isn\(aqt
|
@@ -7676,13 +7646,11 @@ The package \fBgroonga\fP is the mininum set of fulltext search engine.
|
|
7676
7646
|
If you want to use groonga for server use, you can install
|
7677
7647
|
additional preconfigured packages.
|
7678
7648
|
.sp
|
7679
|
-
There are
|
7649
|
+
There are two packages for server use.
|
7680
7650
|
.INDENT 0.0
|
7681
7651
|
.IP \(bu 2
|
7682
7652
|
\fBgroonga\-httpd\fP (nginx and HTTP protocol based server package)
|
7683
7653
|
.IP \(bu 2
|
7684
|
-
\fBgroonga\-server\-http\fP (simple HTTP protocol based server package)
|
7685
|
-
.IP \(bu 2
|
7686
7654
|
\fBgroonga\-server\-gqtp\fP (\fB/spec/gqtp\fP protocol based server package)
|
7687
7655
|
.UNINDENT
|
7688
7656
|
.sp
|
@@ -7693,18 +7661,17 @@ As HTTP is matured protocol, you can take advantage of existing tool and there a
|
|
7693
7661
|
library (See \fI\%related projects\fP for details).
|
7694
7662
|
If you use \fBgroonga\-httpd\fP package, you can also take benefits of nginx functionality.
|
7695
7663
|
.sp
|
7696
|
-
We recommend to use \fBgroonga\-
|
7697
|
-
|
7698
|
-
is derived from protocol overheads, consider to use \fBgroonga\-server\-gqtp\fP\&.
|
7664
|
+
We recommend to use \fBgroonga\-httpd\fP at first, because it provides fullfilling server functionality.
|
7665
|
+
If you have performance issues which is derived from protocol overheads, consider to use \fBgroonga\-server\-gqtp\fP\&.
|
7699
7666
|
.INDENT 0.0
|
7700
7667
|
.INDENT 3.5
|
7701
7668
|
.sp
|
7702
7669
|
\fBNOTE:\fP
|
7703
7670
|
.INDENT 0.0
|
7704
7671
|
.INDENT 3.5
|
7705
|
-
|
7706
|
-
package
|
7707
|
-
|
7672
|
+
In the previous versions, there is a \fBgroonga\-server\-http\fP package (simple HTTP protocol
|
7673
|
+
based server package). It is now marked as obsolete, please use \fBgroonga\-httpd\fP packages
|
7674
|
+
instead. \fBgroonga\-server\-http\fP package became a transitional package for \fBgroonga\-httpd\fP\&.
|
7708
7675
|
.UNINDENT
|
7709
7676
|
.UNINDENT
|
7710
7677
|
.UNINDENT
|
@@ -7830,11 +7797,9 @@ Restarting groonga HTTP server(Fedora):
|
|
7830
7797
|
.fi
|
7831
7798
|
.UNINDENT
|
7832
7799
|
.UNINDENT
|
7833
|
-
.SS groonga\-server\-
|
7834
|
-
.sp
|
7835
|
-
\fBgroonga\-server\-http\fP is a simple HTTP protocol based server package.
|
7800
|
+
.SS groonga\-server\-gqtp
|
7836
7801
|
.sp
|
7837
|
-
|
7802
|
+
\fBgroonga\-server\-gqtp\fP is a \fB/spec/gqtp\fP protocol based server package.
|
7838
7803
|
.TS
|
7839
7804
|
center;
|
7840
7805
|
|l|l|.
|
@@ -7848,19 +7813,19 @@ _
|
|
7848
7813
|
T{
|
7849
7814
|
Port number
|
7850
7815
|
T} T{
|
7851
|
-
|
7816
|
+
10043
|
7852
7817
|
T}
|
7853
7818
|
_
|
7854
7819
|
T{
|
7855
7820
|
\fIprocess\-log\fP
|
7856
7821
|
T} T{
|
7857
|
-
/var/log/groonga/groonga\-
|
7822
|
+
/var/log/groonga/groonga\-gqtp.log
|
7858
7823
|
T}
|
7859
7824
|
_
|
7860
7825
|
T{
|
7861
7826
|
\fIquery\-log\fP
|
7862
7827
|
T} T{
|
7863
|
-
/var/log/groonga/
|
7828
|
+
/var/log/groonga/gqtp\-query.log
|
7864
7829
|
T}
|
7865
7830
|
_
|
7866
7831
|
T{
|
@@ -7877,7 +7842,7 @@ Configuration file for server setting (Debian/Ubuntu):
|
|
7877
7842
|
.sp
|
7878
7843
|
.nf
|
7879
7844
|
.ft C
|
7880
|
-
/etc/default/groonga/groonga\-server\-
|
7845
|
+
/etc/default/groonga/groonga\-server\-gqtp
|
7881
7846
|
.ft P
|
7882
7847
|
.fi
|
7883
7848
|
.UNINDENT
|
@@ -7889,39 +7854,39 @@ Configuration file for server setting (CentOS):
|
|
7889
7854
|
.sp
|
7890
7855
|
.nf
|
7891
7856
|
.ft C
|
7892
|
-
/etc/sysconfig/groonga\-server\-
|
7857
|
+
/etc/sysconfig/groonga\-server\-gqtp
|
7893
7858
|
.ft P
|
7894
7859
|
.fi
|
7895
7860
|
.UNINDENT
|
7896
7861
|
.UNINDENT
|
7897
|
-
.SS Start
|
7862
|
+
.SS Start GQTP server
|
7898
7863
|
.sp
|
7899
|
-
Starting groonga
|
7864
|
+
Starting groonga GQTP server(Debian/Ubuntu/CentOS):
|
7900
7865
|
.INDENT 0.0
|
7901
7866
|
.INDENT 3.5
|
7902
7867
|
.sp
|
7903
7868
|
.nf
|
7904
7869
|
.ft C
|
7905
|
-
% sudo service groonga\-server\-
|
7870
|
+
% sudo service groonga\-server\-gqtp start
|
7906
7871
|
.ft P
|
7907
7872
|
.fi
|
7908
7873
|
.UNINDENT
|
7909
7874
|
.UNINDENT
|
7910
7875
|
.sp
|
7911
|
-
Starting groonga
|
7876
|
+
Starting groonga GQTP server(Fedora):
|
7912
7877
|
.INDENT 0.0
|
7913
7878
|
.INDENT 3.5
|
7914
7879
|
.sp
|
7915
7880
|
.nf
|
7916
7881
|
.ft C
|
7917
|
-
% sudo systemctl start groonga\-server\-
|
7882
|
+
% sudo systemctl start groonga\-server\-gqtp
|
7918
7883
|
.ft P
|
7919
7884
|
.fi
|
7920
7885
|
.UNINDENT
|
7921
7886
|
.UNINDENT
|
7922
|
-
.SS Stop
|
7887
|
+
.SS Stop GQTP server
|
7923
7888
|
.sp
|
7924
|
-
Stopping groonga
|
7889
|
+
Stopping groonga GQTP server(Debian/Ubuntu/CentOS):
|
7925
7890
|
.INDENT 0.0
|
7926
7891
|
.INDENT 3.5
|
7927
7892
|
.sp
|
@@ -7933,18 +7898,18 @@ Stopping groonga HTTP server(Debian/Ubuntu/CentOS):
|
|
7933
7898
|
.UNINDENT
|
7934
7899
|
.UNINDENT
|
7935
7900
|
.sp
|
7936
|
-
Stopping groonga
|
7901
|
+
Stopping groonga GQTP server(Fedora):
|
7937
7902
|
.INDENT 0.0
|
7938
7903
|
.INDENT 3.5
|
7939
7904
|
.sp
|
7940
7905
|
.nf
|
7941
7906
|
.ft C
|
7942
|
-
% sudo systemctl stop groonga\-server\-
|
7907
|
+
% sudo systemctl stop groonga\-server\-gqtp
|
7943
7908
|
.ft P
|
7944
7909
|
.fi
|
7945
7910
|
.UNINDENT
|
7946
7911
|
.UNINDENT
|
7947
|
-
.SS Restart
|
7912
|
+
.SS Restart GQTP server
|
7948
7913
|
.sp
|
7949
7914
|
Restarting groonga HTTP server(Debian/Ubuntu/CentOS):
|
7950
7915
|
.INDENT 0.0
|
@@ -7952,7 +7917,7 @@ Restarting groonga HTTP server(Debian/Ubuntu/CentOS):
|
|
7952
7917
|
.sp
|
7953
7918
|
.nf
|
7954
7919
|
.ft C
|
7955
|
-
% sudo service groonga\-server\-
|
7920
|
+
% sudo service groonga\-server\-gqtp restart
|
7956
7921
|
.ft P
|
7957
7922
|
.fi
|
7958
7923
|
.UNINDENT
|
@@ -7964,14 +7929,28 @@ Restarting groonga HTTP server(Fedora):
|
|
7964
7929
|
.sp
|
7965
7930
|
.nf
|
7966
7931
|
.ft C
|
7967
|
-
% sudo systemctl restart groonga\-server\-
|
7932
|
+
% sudo systemctl restart groonga\-server\-gqtp
|
7968
7933
|
.ft P
|
7969
7934
|
.fi
|
7970
7935
|
.UNINDENT
|
7971
7936
|
.UNINDENT
|
7972
|
-
.SS groonga\-server\-
|
7937
|
+
.SS groonga\-server\-http
|
7973
7938
|
.sp
|
7974
|
-
\fBgroonga\-server\-
|
7939
|
+
\fBgroonga\-server\-http\fP is a simple HTTP protocol based server package.
|
7940
|
+
.INDENT 0.0
|
7941
|
+
.INDENT 3.5
|
7942
|
+
.sp
|
7943
|
+
\fBNOTE:\fP
|
7944
|
+
.INDENT 0.0
|
7945
|
+
.INDENT 3.5
|
7946
|
+
\fBgroonga\-server\-http\fP package is the transitional package since Groonga 4.0.8.
|
7947
|
+
Please use \fBgroonga\-httpd\fP instead.
|
7948
|
+
.UNINDENT
|
7949
|
+
.UNINDENT
|
7950
|
+
.UNINDENT
|
7951
|
+
.UNINDENT
|
7952
|
+
.sp
|
7953
|
+
Preconfigured setting:
|
7975
7954
|
.TS
|
7976
7955
|
center;
|
7977
7956
|
|l|l|.
|
@@ -7985,19 +7964,19 @@ _
|
|
7985
7964
|
T{
|
7986
7965
|
Port number
|
7987
7966
|
T} T{
|
7988
|
-
|
7967
|
+
10041
|
7989
7968
|
T}
|
7990
7969
|
_
|
7991
7970
|
T{
|
7992
7971
|
\fIprocess\-log\fP
|
7993
7972
|
T} T{
|
7994
|
-
/var/log/groonga/groonga\-
|
7973
|
+
/var/log/groonga/groonga\-http.log
|
7995
7974
|
T}
|
7996
7975
|
_
|
7997
7976
|
T{
|
7998
7977
|
\fIquery\-log\fP
|
7999
7978
|
T} T{
|
8000
|
-
/var/log/groonga/
|
7979
|
+
/var/log/groonga/http\-query.log
|
8001
7980
|
T}
|
8002
7981
|
_
|
8003
7982
|
T{
|
@@ -8014,7 +7993,7 @@ Configuration file for server setting (Debian/Ubuntu):
|
|
8014
7993
|
.sp
|
8015
7994
|
.nf
|
8016
7995
|
.ft C
|
8017
|
-
/etc/default/groonga/groonga\-server\-
|
7996
|
+
/etc/default/groonga/groonga\-server\-http
|
8018
7997
|
.ft P
|
8019
7998
|
.fi
|
8020
7999
|
.UNINDENT
|
@@ -8026,39 +8005,39 @@ Configuration file for server setting (CentOS):
|
|
8026
8005
|
.sp
|
8027
8006
|
.nf
|
8028
8007
|
.ft C
|
8029
|
-
/etc/sysconfig/groonga\-server\-
|
8008
|
+
/etc/sysconfig/groonga\-server\-http
|
8030
8009
|
.ft P
|
8031
8010
|
.fi
|
8032
8011
|
.UNINDENT
|
8033
8012
|
.UNINDENT
|
8034
|
-
.SS Start
|
8013
|
+
.SS Start HTTP server
|
8035
8014
|
.sp
|
8036
|
-
Starting groonga
|
8015
|
+
Starting groonga HTTP server(Debian/Ubuntu/CentOS):
|
8037
8016
|
.INDENT 0.0
|
8038
8017
|
.INDENT 3.5
|
8039
8018
|
.sp
|
8040
8019
|
.nf
|
8041
8020
|
.ft C
|
8042
|
-
% sudo service groonga\-server\-
|
8021
|
+
% sudo service groonga\-server\-http start
|
8043
8022
|
.ft P
|
8044
8023
|
.fi
|
8045
8024
|
.UNINDENT
|
8046
8025
|
.UNINDENT
|
8047
8026
|
.sp
|
8048
|
-
Starting groonga
|
8027
|
+
Starting groonga HTTP server(Fedora):
|
8049
8028
|
.INDENT 0.0
|
8050
8029
|
.INDENT 3.5
|
8051
8030
|
.sp
|
8052
8031
|
.nf
|
8053
8032
|
.ft C
|
8054
|
-
% sudo systemctl start groonga\-server\-
|
8033
|
+
% sudo systemctl start groonga\-server\-http
|
8055
8034
|
.ft P
|
8056
8035
|
.fi
|
8057
8036
|
.UNINDENT
|
8058
8037
|
.UNINDENT
|
8059
|
-
.SS Stop
|
8038
|
+
.SS Stop HTTP server
|
8060
8039
|
.sp
|
8061
|
-
Stopping groonga
|
8040
|
+
Stopping groonga HTTP server(Debian/Ubuntu/CentOS):
|
8062
8041
|
.INDENT 0.0
|
8063
8042
|
.INDENT 3.5
|
8064
8043
|
.sp
|
@@ -8070,18 +8049,18 @@ Stopping groonga GQTP server(Debian/Ubuntu/CentOS):
|
|
8070
8049
|
.UNINDENT
|
8071
8050
|
.UNINDENT
|
8072
8051
|
.sp
|
8073
|
-
Stopping groonga
|
8052
|
+
Stopping groonga HTTP server(Fedora):
|
8074
8053
|
.INDENT 0.0
|
8075
8054
|
.INDENT 3.5
|
8076
8055
|
.sp
|
8077
8056
|
.nf
|
8078
8057
|
.ft C
|
8079
|
-
% sudo systemctl stop groonga\-server\-
|
8058
|
+
% sudo systemctl stop groonga\-server\-http
|
8080
8059
|
.ft P
|
8081
8060
|
.fi
|
8082
8061
|
.UNINDENT
|
8083
8062
|
.UNINDENT
|
8084
|
-
.SS Restart
|
8063
|
+
.SS Restart HTTP server
|
8085
8064
|
.sp
|
8086
8065
|
Restarting groonga HTTP server(Debian/Ubuntu/CentOS):
|
8087
8066
|
.INDENT 0.0
|
@@ -8089,7 +8068,7 @@ Restarting groonga HTTP server(Debian/Ubuntu/CentOS):
|
|
8089
8068
|
.sp
|
8090
8069
|
.nf
|
8091
8070
|
.ft C
|
8092
|
-
% sudo service groonga\-server\-
|
8071
|
+
% sudo service groonga\-server\-http restart
|
8093
8072
|
.ft P
|
8094
8073
|
.fi
|
8095
8074
|
.UNINDENT
|
@@ -8101,7 +8080,7 @@ Restarting groonga HTTP server(Fedora):
|
|
8101
8080
|
.sp
|
8102
8081
|
.nf
|
8103
8082
|
.ft C
|
8104
|
-
% sudo systemctl restart groonga\-server\-
|
8083
|
+
% sudo systemctl restart groonga\-server\-http
|
8105
8084
|
.ft P
|
8106
8085
|
.fi
|
8107
8086
|
.UNINDENT
|
@@ -8127,13 +8106,6 @@ requires just a few command line options to run.
|
|
8127
8106
|
.sp
|
8128
8107
|
\fBhttp/groonga\-httpd\fP is a \fI\%nginx\fP based
|
8129
8108
|
implementation. It is also fast and has many HTTP features.
|
8130
|
-
.sp
|
8131
|
-
\fBNOTE:\fP
|
8132
|
-
.INDENT 0.0
|
8133
|
-
.INDENT 3.5
|
8134
|
-
\fBhttp/groonga\-httpd\fP is still experimental.
|
8135
|
-
.UNINDENT
|
8136
|
-
.UNINDENT
|
8137
8109
|
.SS Comparison
|
8138
8110
|
.sp
|
8139
8111
|
There are many differences between \fBgroonga\fP and
|
@@ -8709,7 +8681,7 @@ Groongaのデータベースは、groongaコマンドかCライブラリイン
|
|
8709
8681
|
.INDENT 0.0
|
8710
8682
|
.TP
|
8711
8683
|
.B \-a, \-\-address <ip/hostname>
|
8712
|
-
Deprecated since version 1.2.2: Use \fI
|
8684
|
+
Deprecated since version 1.2.2: Use \fI\%\-\-bind\-address\fP instead.
|
8713
8685
|
|
8714
8686
|
.UNINDENT
|
8715
8687
|
.INDENT 0.0
|
@@ -9593,7 +9565,7 @@ groonga_database_auto_create on | off;
|
|
9593
9565
|
.sp
|
9594
9566
|
Specifies whether Groonga database is created automatically or not. If
|
9595
9567
|
the value is \fBon\fP and the Groonga database specified by
|
9596
|
-
\
|
9568
|
+
\fI\%groonga_database\fP doesn\(aqt exist, the Groonga database is created
|
9597
9569
|
automatically. If the Groonga database exists, groonga\-httpd does
|
9598
9570
|
nothing.
|
9599
9571
|
.sp
|
@@ -13876,6 +13848,18 @@ quit
|
|
13876
13848
|
.SS Return value
|
13877
13849
|
.sp
|
13878
13850
|
ありません。
|
13851
|
+
.SS \fBrange_filter\fP
|
13852
|
+
.SS Summary
|
13853
|
+
.sp
|
13854
|
+
TODO: write me
|
13855
|
+
.SS Syntax
|
13856
|
+
.SS Usage
|
13857
|
+
.SS Return value
|
13858
|
+
.SS See also
|
13859
|
+
.INDENT 0.0
|
13860
|
+
.IP \(bu 2
|
13861
|
+
\fB/reference/commands/select\fP
|
13862
|
+
.UNINDENT
|
13879
13863
|
.SS \fBregister\fP
|
13880
13864
|
.SS Summary
|
13881
13865
|
.sp
|
@@ -15329,7 +15313,7 @@ records (0) is larger than \fBmatch_escalation_threshold\fP (\-1). So no
|
|
15329
15313
|
more searches aren\(aqt executed. And no records are matched.
|
15330
15314
|
.SS \fBquery_expansion\fP
|
15331
15315
|
.sp
|
15332
|
-
Deprecated. Use \
|
15316
|
+
Deprecated. Use \fI\%query_expander\fP instead.
|
15333
15317
|
.SS \fBquery_flags\fP
|
15334
15318
|
.sp
|
15335
15319
|
It customs \fBquery\fP parameter syntax. You cannot update column value
|
@@ -17807,7 +17791,7 @@ Execution example:
|
|
17807
17791
|
.sp
|
17808
17792
|
.nf
|
17809
17793
|
.ft C
|
17810
|
-
table_create
|
17794
|
+
table_create Tags TABLE_HASH_KEY ShortText
|
17811
17795
|
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
17812
17796
|
.ft P
|
17813
17797
|
.fi
|
@@ -26599,6 +26583,16 @@ It specifies HTML text to be untagged.
|
|
26599
26583
|
.SS Return value
|
26600
26584
|
.sp
|
26601
26585
|
\fBhtml_untag\fP returns plain text which is stripped HTML tags from HTML text.
|
26586
|
+
.SS in_values
|
26587
|
+
.SS Summary
|
26588
|
+
.sp
|
26589
|
+
TODO
|
26590
|
+
.SS Syntax
|
26591
|
+
.sp
|
26592
|
+
TODO
|
26593
|
+
.SS Usage
|
26594
|
+
.SS Parameters
|
26595
|
+
.SS Return value
|
26602
26596
|
.SS now
|
26603
26597
|
.SS 名前
|
26604
26598
|
.sp
|
@@ -28899,10 +28893,10 @@ works. Query log is just for query processing.
|
|
28899
28893
|
.SS Process log
|
28900
28894
|
.sp
|
28901
28895
|
Process log is enabled by default. Log path can be
|
28902
|
-
customized by \
|
28896
|
+
customized by \fB\-\-log\-path\fP option. Each log has its
|
28903
28897
|
log level. If a log is smaller than groonga process\(aq log
|
28904
28898
|
level, it\(aqs not logged. Log level can be customized by
|
28905
|
-
\
|
28899
|
+
\fB\-l\fP or \fBcommands/log_level\fP\&.
|
28906
28900
|
.SS Format
|
28907
28901
|
.sp
|
28908
28902
|
Process log uses the following format:
|
@@ -29042,7 +29036,7 @@ Example:
|
|
29042
29036
|
.SS Query log
|
29043
29037
|
.sp
|
29044
29038
|
Query log is disabled by default. It can be enabled by
|
29045
|
-
\
|
29039
|
+
\fB\-\-query\-log\-path\fP option.
|
29046
29040
|
.SS Format
|
29047
29041
|
.sp
|
29048
29042
|
Query log uses the following formats:
|
@@ -29324,7 +29318,7 @@ You must have memory and swap that is larger than database.
|
|
29324
29318
|
This section describes how to configure parameters on Linux.
|
29325
29319
|
.SS nofile
|
29326
29320
|
.sp
|
29327
|
-
You can relax the \
|
29321
|
+
You can relax the \fI\%The max number of open files per process\fP parameter by creating
|
29328
29322
|
a configuration file \fB/etc/security/limits.d/groonga.conf\fP that has
|
29329
29323
|
the following content:
|
29330
29324
|
.INDENT 0.0
|
@@ -29358,7 +29352,7 @@ The configuration is applied after your groonga service is restarted
|
|
29358
29352
|
or re\-login as your groonga user.
|
29359
29353
|
.SS vm.overcommit_memory
|
29360
29354
|
.sp
|
29361
|
-
This is \
|
29355
|
+
This is \fI\%Memory usage\fP related parameter. You can handle a
|
29362
29356
|
database that is larger than your memory and swap by setting
|
29363
29357
|
\fBvm.overcommit_memory\fP kernel parameter to 1. 1 means that Groonga
|
29364
29358
|
can always map database files onto memory. It is no problem until
|
@@ -29395,7 +29389,7 @@ following command:
|
|
29395
29389
|
.UNINDENT
|
29396
29390
|
.SS vm.max_map_count
|
29397
29391
|
.sp
|
29398
|
-
This is \
|
29392
|
+
This is \fI\%Memory usage\fP related parameter. You can handle a
|
29399
29393
|
16GiB or more larger size database by increasing \fBvm.max_map_count\fP
|
29400
29394
|
kernel parameter. The parameter limits the max number of memory maps.
|
29401
29395
|
.sp
|
@@ -29487,7 +29481,7 @@ The lock timeout.
|
|
29487
29481
|
.B grn_rc grn_set_lock_timeout(int\fI\ timeout\fP)
|
29488
29482
|
Sets the lock timeout.
|
29489
29483
|
.sp
|
29490
|
-
See \
|
29484
|
+
See \fI\%grn_get_lock_timeout()\fP about lock timeout.
|
29491
29485
|
.sp
|
29492
29486
|
There are some special values for \fBtimeout\fP\&.
|
29493
29487
|
.INDENT 7.0
|
@@ -29529,7 +29523,7 @@ This API is experimental.
|
|
29529
29523
|
object. It is only for \fB/reference/commands/select\fP command.
|
29530
29524
|
.sp
|
29531
29525
|
You can just change the current cache object by
|
29532
|
-
\
|
29526
|
+
\fI\%grn_cache_current_set()\fP\&. \fB/reference/commands/select\fP
|
29533
29527
|
command response cache is done internally.
|
29534
29528
|
.sp
|
29535
29529
|
\fB/reference/commands/select\fP command uses one global cache
|
@@ -29566,8 +29560,8 @@ grn_cache_current_set(ctx, cache_previous);
|
|
29566
29560
|
.TP
|
29567
29561
|
.B grn_cache
|
29568
29562
|
It is an opaque cache object. You can create a \fBgrn_cache\fP by
|
29569
|
-
\
|
29570
|
-
\
|
29563
|
+
\fI\%grn_cache_open()\fP and free the created object by
|
29564
|
+
\fI\%grn_cache_close()\fP\&.
|
29571
29565
|
.UNINDENT
|
29572
29566
|
.INDENT 0.0
|
29573
29567
|
.TP
|
@@ -29587,7 +29581,7 @@ is returned. Error information is stored into the \fBctx\fP\&.
|
|
29587
29581
|
.B Returns
|
29588
29582
|
A newly allocated cache object on success, \fBNULL\fP
|
29589
29583
|
otherwise. The returned cache object must be freed by
|
29590
|
-
\
|
29584
|
+
\fI\%grn_cache_close()\fP\&.
|
29591
29585
|
.UNINDENT
|
29592
29586
|
.UNINDENT
|
29593
29587
|
.INDENT 0.0
|
@@ -29697,7 +29691,7 @@ TODO...
|
|
29697
29691
|
.B GRN_COLUMN_NAME_ID
|
29698
29692
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_id\fP\&.
|
29699
29693
|
.sp
|
29700
|
-
It is useful to use with \
|
29694
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_ID_LEN\fP like
|
29701
29695
|
the following:
|
29702
29696
|
.INDENT 7.0
|
29703
29697
|
.INDENT 3.5
|
@@ -29716,7 +29710,7 @@ Since 3.1.1.
|
|
29716
29710
|
.INDENT 0.0
|
29717
29711
|
.TP
|
29718
29712
|
.B GRN_COLUMN_NAME_ID_LEN
|
29719
|
-
It returns the byte size of \
|
29713
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_ID\fP\&.
|
29720
29714
|
.sp
|
29721
29715
|
Since 3.1.1.
|
29722
29716
|
.UNINDENT
|
@@ -29725,7 +29719,7 @@ Since 3.1.1.
|
|
29725
29719
|
.B GRN_COLUMN_NAME_KEY
|
29726
29720
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_key\fP\&.
|
29727
29721
|
.sp
|
29728
|
-
It is useful to use with \
|
29722
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_KEY_LEN\fP like
|
29729
29723
|
the following:
|
29730
29724
|
.INDENT 7.0
|
29731
29725
|
.INDENT 3.5
|
@@ -29744,7 +29738,7 @@ Since 3.1.1.
|
|
29744
29738
|
.INDENT 0.0
|
29745
29739
|
.TP
|
29746
29740
|
.B GRN_COLUMN_NAME_KEY_LEN
|
29747
|
-
It returns the byte size of \
|
29741
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_KEY\fP\&.
|
29748
29742
|
.sp
|
29749
29743
|
Since 3.1.1.
|
29750
29744
|
.UNINDENT
|
@@ -29753,7 +29747,7 @@ Since 3.1.1.
|
|
29753
29747
|
.B GRN_COLUMN_NAME_VALUE
|
29754
29748
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_value\fP\&.
|
29755
29749
|
.sp
|
29756
|
-
It is useful to use with \
|
29750
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_VALUE_LEN\fP like
|
29757
29751
|
the following:
|
29758
29752
|
.INDENT 7.0
|
29759
29753
|
.INDENT 3.5
|
@@ -29772,7 +29766,7 @@ Since 3.1.1.
|
|
29772
29766
|
.INDENT 0.0
|
29773
29767
|
.TP
|
29774
29768
|
.B GRN_COLUMN_NAME_VALUE_LEN
|
29775
|
-
It returns the byte size of \
|
29769
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_VALUE\fP\&.
|
29776
29770
|
.sp
|
29777
29771
|
Since 3.1.1.
|
29778
29772
|
.UNINDENT
|
@@ -29781,7 +29775,7 @@ Since 3.1.1.
|
|
29781
29775
|
.B GRN_COLUMN_NAME_SCORE
|
29782
29776
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_score\fP\&.
|
29783
29777
|
.sp
|
29784
|
-
It is useful to use with \
|
29778
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_SCORE_LEN\fP like
|
29785
29779
|
the following:
|
29786
29780
|
.INDENT 7.0
|
29787
29781
|
.INDENT 3.5
|
@@ -29800,7 +29794,7 @@ Since 3.1.1.
|
|
29800
29794
|
.INDENT 0.0
|
29801
29795
|
.TP
|
29802
29796
|
.B GRN_COLUMN_NAME_SCORE_LEN
|
29803
|
-
It returns the byte size of \
|
29797
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_SCORE\fP\&.
|
29804
29798
|
.sp
|
29805
29799
|
Since 3.1.1.
|
29806
29800
|
.UNINDENT
|
@@ -29809,7 +29803,7 @@ Since 3.1.1.
|
|
29809
29803
|
.B GRN_COLUMN_NAME_NSUBRECS
|
29810
29804
|
It returns the name of \fB/reference/columns/pseudo\fP \fB_nsubrecs\fP\&.
|
29811
29805
|
.sp
|
29812
|
-
It is useful to use with \
|
29806
|
+
It is useful to use with \fI\%GRN_COLUMN_NAME_NSUBRECS_LEN\fP like
|
29813
29807
|
the following:
|
29814
29808
|
.INDENT 7.0
|
29815
29809
|
.INDENT 3.5
|
@@ -29828,7 +29822,7 @@ Since 3.1.1.
|
|
29828
29822
|
.INDENT 0.0
|
29829
29823
|
.TP
|
29830
29824
|
.B GRN_COLUMN_NAME_NSUBRECS_LEN
|
29831
|
-
It returns the byte size of \
|
29825
|
+
It returns the byte size of \fI\%GRN_COLUMN_NAME_NSUBRECS\fP\&.
|
29832
29826
|
.sp
|
29833
29827
|
Since 3.1.1.
|
29834
29828
|
.UNINDENT
|
@@ -30010,7 +30004,7 @@ TODO...
|
|
30010
30004
|
.SS \fBgrn_content_type\fP
|
30011
30005
|
.SS Summary
|
30012
30006
|
.sp
|
30013
|
-
\
|
30007
|
+
\fI\%grn_content_type\fP shows input type and output
|
30014
30008
|
type. Currently, it is used only for output type.
|
30015
30009
|
.sp
|
30016
30010
|
Normally, you don\(aqt need to use this type. It is used internally in
|
@@ -30043,7 +30037,7 @@ Groonga. If you don\(aqt have MessagePack library, you can\(aqt use this type.
|
|
30043
30037
|
.SS \fBgrn_ctx\fP
|
30044
30038
|
.SS Summary
|
30045
30039
|
.sp
|
30046
|
-
\
|
30040
|
+
\fI\%grn_ctx\fP is the most important object. \fI\%grn_ctx\fP
|
30047
30041
|
keeps the current infomation such as:
|
30048
30042
|
.INDENT 0.0
|
30049
30043
|
.IP \(bu 2
|
@@ -30056,7 +30050,7 @@ The default thresholds. (e.g. \fImatch\-escalation\-threshold\fP)
|
|
30056
30050
|
The default command version. (See \fB/reference/command/command_version\fP)
|
30057
30051
|
.UNINDENT
|
30058
30052
|
.sp
|
30059
|
-
\
|
30053
|
+
\fI\%grn_ctx\fP provides platform features such as:
|
30060
30054
|
.INDENT 0.0
|
30061
30055
|
.IP \(bu 2
|
30062
30056
|
Memory management.
|
@@ -30064,11 +30058,11 @@ Memory management.
|
|
30064
30058
|
Logging.
|
30065
30059
|
.UNINDENT
|
30066
30060
|
.sp
|
30067
|
-
Most APIs receive \
|
30061
|
+
Most APIs receive \fI\%grn_ctx\fP as the first argument.
|
30068
30062
|
.sp
|
30069
|
-
You can\(aqt use the same \
|
30070
|
-
need to create a \
|
30071
|
-
more \
|
30063
|
+
You can\(aqt use the same \fI\%grn_ctx\fP from two or more threads. You
|
30064
|
+
need to create a \fI\%grn_ctx\fP for a thread. You can use two or
|
30065
|
+
more \fI\%grn_ctx\fP in a thread but it is not needed for usual
|
30072
30066
|
use\-case.
|
30073
30067
|
.SS Example
|
30074
30068
|
.sp
|
@@ -30102,7 +30096,7 @@ ctxを初期化します。
|
|
30102
30096
|
.B grn_rc grn_ctx_fin(grn_ctx\fI\ *ctx\fP)
|
30103
30097
|
ctxの管理するメモリを解放し、使用を終了します。
|
30104
30098
|
.sp
|
30105
|
-
If \fBctx\fP is initialized by \
|
30099
|
+
If \fBctx\fP is initialized by \fI\%grn_ctx_open()\fP not \fI\%grn_ctx_init()\fP\&. You need also to call \fI\%grn_ctx_close()\fP\&.
|
30106
30100
|
.INDENT 7.0
|
30107
30101
|
.TP
|
30108
30102
|
.B Parameters
|
@@ -30118,11 +30112,11 @@ If \fBctx\fP is initialized by \fBgrn_ctx_open()\fP not \fBgrn_ctx_init()\fP\&.
|
|
30118
30112
|
.INDENT 0.0
|
30119
30113
|
.TP
|
30120
30114
|
.B grn_ctx *grn_ctx_open(int\fI\ flags\fP)
|
30121
|
-
初期化された \
|
30115
|
+
初期化された \fI\%grn_ctx\fP オブジェクトを返します。
|
30122
30116
|
.sp
|
30123
|
-
\
|
30124
|
-
どちらで初期化された \
|
30125
|
-
\
|
30117
|
+
\fI\%grn_ctx_init()\fP で初期化された \fI\%grn_ctx\fP オブジェクトは構造体の実体をAPIの呼び元で確保するのに対して、 \fI\%grn_ctx_open()\fP ではGroongaライブラリの内部で、実体を確保します。
|
30118
|
+
どちらで初期化された \fI\%grn_ctx\fP も、 \fI\%grn_ctx_fin()\fP で解放できます。
|
30119
|
+
\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 によって解放しても問題ありません。
|
30126
30120
|
.INDENT 7.0
|
30127
30121
|
.TP
|
30128
30122
|
.B Parameters
|
@@ -30132,19 +30126,19 @@ If \fBctx\fP is initialized by \fBgrn_ctx_open()\fP not \fBgrn_ctx_init()\fP\&.
|
|
30132
30126
|
.UNINDENT
|
30133
30127
|
.TP
|
30134
30128
|
.B Returns
|
30135
|
-
初期化された \
|
30129
|
+
初期化された \fI\%grn_ctx\fP オブジェクトを返します。
|
30136
30130
|
.UNINDENT
|
30137
30131
|
.UNINDENT
|
30138
30132
|
.INDENT 0.0
|
30139
30133
|
.TP
|
30140
30134
|
.B grn_rc grn_ctx_close(grn_ctx\fI\ *ctx\fP)
|
30141
|
-
It calls \
|
30135
|
+
It calls \fI\%grn_ctx_fin()\fP and frees allocated memory for \fBctx\fP by \fI\%grn_ctx_open()\fP\&.
|
30142
30136
|
.INDENT 7.0
|
30143
30137
|
.TP
|
30144
30138
|
.B Parameters
|
30145
30139
|
.INDENT 7.0
|
30146
30140
|
.IP \(bu 2
|
30147
|
-
\fBctx\fP \-\- no longer needed \
|
30141
|
+
\fBctx\fP \-\- no longer needed \fI\%grn_ctx\fP\&.
|
30148
30142
|
.UNINDENT
|
30149
30143
|
.TP
|
30150
30144
|
.B Returns
|
@@ -30192,7 +30186,7 @@ command_versionを変更します。
|
|
30192
30186
|
.B grn_rc grn_ctx_use(grn_ctx\fI\ *ctx\fP, grn_obj\fI\ *db\fP)
|
30193
30187
|
ctxが操作対象とするdbを指定します。NULLを指定した場合は、dbを操作しない状態(init直後の状態)になります。
|
30194
30188
|
.sp
|
30195
|
-
Don\(aqt use it with \
|
30189
|
+
Don\(aqt use it with \fI\%grn_ctx\fP that has \fBGRN_CTX_PER_DB\fP flag.
|
30196
30190
|
.INDENT 7.0
|
30197
30191
|
.TP
|
30198
30192
|
.B Parameters
|
@@ -30295,7 +30289,7 @@ TODO...
|
|
30295
30289
|
.INDENT 0.0
|
30296
30290
|
.TP
|
30297
30291
|
.B grn_db_create_optarg
|
30298
|
-
It is used for specifying options for \
|
30292
|
+
It is used for specifying options for \fI\%grn_db_create()\fP\&.
|
30299
30293
|
.UNINDENT
|
30300
30294
|
.INDENT 0.0
|
30301
30295
|
.TP
|
@@ -30443,7 +30437,7 @@ is a list of what expression can do:
|
|
30443
30437
|
.INDENT 0.0
|
30444
30438
|
.IP \(bu 2
|
30445
30439
|
Expression can apply some operations to a record by
|
30446
|
-
\
|
30440
|
+
\fI\%grn_expr_exec()\fP\&.
|
30447
30441
|
.IP \(bu 2
|
30448
30442
|
Expression can represents search condition. \fBgrn_table_select()\fP
|
30449
30443
|
can select records that match against the search condition represented
|
@@ -31154,27 +31148,27 @@ objのIDに対応するレコードの値を更新します。対応するレコ
|
|
31154
31148
|
.INDENT 2.0
|
31155
31149
|
.INDENT 2.0
|
31156
31150
|
.IP \(bu 2
|
31157
|
-
\
|
31151
|
+
\fI\%GRN_OBJ_SET\fP
|
31158
31152
|
.IP \(bu 2
|
31159
|
-
\
|
31153
|
+
\fI\%GRN_OBJ_INCR\fP
|
31160
31154
|
.IP \(bu 2
|
31161
|
-
\
|
31155
|
+
\fI\%GRN_OBJ_DECR\fP
|
31162
31156
|
.UNINDENT
|
31163
31157
|
.INDENT 2.0
|
31164
31158
|
.IP \(bu 2
|
31165
|
-
\
|
31159
|
+
\fI\%GRN_OBJ_APPEND\fP
|
31166
31160
|
.IP \(bu 2
|
31167
|
-
\
|
31161
|
+
\fI\%GRN_OBJ_PREPEND\fP
|
31168
31162
|
.IP \(bu 2
|
31169
|
-
\
|
31163
|
+
\fI\%GRN_OBJ_GET\fP
|
31170
31164
|
.UNINDENT
|
31171
31165
|
.INDENT 2.0
|
31172
31166
|
.IP \(bu 2
|
31173
|
-
\
|
31167
|
+
\fI\%GRN_OBJ_COMPARE\fP
|
31174
31168
|
.IP \(bu 2
|
31175
|
-
\
|
31169
|
+
\fI\%GRN_OBJ_LOCK\fP
|
31176
31170
|
.IP \(bu 2
|
31177
|
-
\
|
31171
|
+
\fI\%GRN_OBJ_UNLOCK\fP
|
31178
31172
|
.UNINDENT
|
31179
31173
|
.UNINDENT
|
31180
31174
|
|
@@ -31223,7 +31217,7 @@ objのIDに対応するレコードの値を更新します。対応するレコ
|
|
31223
31217
|
.INDENT 0.0
|
31224
31218
|
.TP
|
31225
31219
|
.B GRN_OBJ_LOCK
|
31226
|
-
当該レコードをロックします。\
|
31220
|
+
当該レコードをロックします。\fI\%GRN_OBJ_COMPARE\fP と共に指定された場合は、レコードの値とvalueが等しい場合に限ってロックします。
|
31227
31221
|
.UNINDENT
|
31228
31222
|
.INDENT 0.0
|
31229
31223
|
.TP
|
@@ -31265,7 +31259,7 @@ ctxが使用するdbにおいてobjに対応する名前をnameに更新しま
|
|
31265
31259
|
.B grn_rc grn_obj_close(grn_ctx\fI\ *ctx\fP, grn_obj\fI\ *obj\fP)
|
31266
31260
|
一時的なobjectであるobjをメモリから解放します。objに属するobjectも再帰的にメモリから解放されます。
|
31267
31261
|
.sp
|
31268
|
-
永続的な、table, column, exprなどは解放してはいけません。一般的には、一時的か永続的かを気にしなくてよい \
|
31262
|
+
永続的な、table, column, exprなどは解放してはいけません。一般的には、一時的か永続的かを気にしなくてよい \fI\%grn_obj_unlink()\fP を用いるべきです。
|
31269
31263
|
.INDENT 7.0
|
31270
31264
|
.TP
|
31271
31265
|
.B Parameters
|
@@ -31532,13 +31526,13 @@ nameに対応する新たなproc(手続き)をctxが使用するdbに定義し
|
|
31532
31526
|
.INDENT 0.0
|
31533
31527
|
.TP
|
31534
31528
|
.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)
|
31535
|
-
user_dataをキーとして、現在実行中の \
|
31529
|
+
user_dataをキーとして、現在実行中の \fI\%grn_proc_func\fP 関数および定義されている変数( \fBgrn_expr_var\fP )の配列とその数を取得します。
|
31536
31530
|
.INDENT 7.0
|
31537
31531
|
.TP
|
31538
31532
|
.B Parameters
|
31539
31533
|
.INDENT 7.0
|
31540
31534
|
.IP \(bu 2
|
31541
|
-
\fBuser_data\fP \-\- \
|
31535
|
+
\fBuser_data\fP \-\- \fI\%grn_proc_func\fP に渡されたuser_dataを指定します。
|
31542
31536
|
.IP \(bu 2
|
31543
31537
|
\fBnvars\fP \-\- 変数の数を取得します。
|
31544
31538
|
.UNINDENT
|
@@ -32050,7 +32044,7 @@ maxとmax_sizeが指定され、かつ、テーブルのkeyが固定長型の場
|
|
32050
32044
|
.INDENT 0.0
|
32051
32045
|
.TP
|
32052
32046
|
.B grn_rc grn_table_cursor_close(grn_ctx\fI\ *ctx\fP, grn_table_cursor\fI\ *tc\fP)
|
32053
|
-
\
|
32047
|
+
\fI\%grn_table_cursor_open()\fP で生成したcursorを解放します。
|
32054
32048
|
.INDENT 7.0
|
32055
32049
|
.TP
|
32056
32050
|
.B Parameters
|
@@ -32987,7 +32981,7 @@ Keep in mind that these limitations may vary depending on conditions.
|
|
32987
32981
|
A column has the following limitation.
|
32988
32982
|
.INDENT 0.0
|
32989
32983
|
.IP \(bu 2
|
32990
|
-
The maximum stored data size of
|
32984
|
+
The maximum stored data size of a column: 256GiB
|
32991
32985
|
.UNINDENT
|
32992
32986
|
.SH トラブルシューティング
|
32993
32987
|
.SS 同じ検索キーワードなのに全文検索結果が異なる
|
@@ -33309,7 +33303,7 @@ just substitute \fBbefore_install:\fP with \fBinstall:\fP\&.
|
|
33309
33303
|
With the above configuration, you can use Groonga for your build.
|
33310
33304
|
.SS Examples
|
33311
33305
|
.sp
|
33312
|
-
Here are open source
|
33306
|
+
Here are open source software that use Groonga on Travis CI:
|
33313
33307
|
.INDENT 0.0
|
33314
33308
|
.INDENT 3.5
|
33315
33309
|
.INDENT 0.0
|
@@ -33390,13 +33384,13 @@ We use \fI\%Sphinx\fP for documentation tool.
|
|
33390
33384
|
.sp
|
33391
33385
|
This documentation describes about how to write, generate and manage
|
33392
33386
|
Groonga documentation.
|
33393
|
-
.SS Install depended
|
33387
|
+
.SS Install depended software
|
33394
33388
|
.sp
|
33395
33389
|
Groonga uses \fI\%Sphinx\fP as documentation tool. Groonga requires newer
|
33396
33390
|
Sphinx. So Groonga clones the latest Sphinx from Sphinx repository
|
33397
33391
|
automatically. You need only \fI\%Mercurial\fP, \fI\%Docutils\fP and \fI\%Jinja\fP\&.
|
33398
33392
|
.sp
|
33399
|
-
Here are command lines to install needed
|
33393
|
+
Here are command lines to install needed software.
|
33400
33394
|
.sp
|
33401
33395
|
Debian GNU/Linux, Ubuntu:
|
33402
33396
|
.INDENT 0.0
|
@@ -34149,7 +34143,7 @@ CUTTER_SOURCE_PATH=$HOME/work/cutter/cutter
|
|
34149
34143
|
.sp
|
34150
34144
|
.nf
|
34151
34145
|
.ft C
|
34152
|
-
% sudo apt\-get install \-V debootstrap
|
34146
|
+
% sudo apt\-get install \-V debootstrap createrepo rpm
|
34153
34147
|
mercurial python\-docutils python\-jinja2 ruby1.9.1\-full mingw\-w64 g++\-mingw\-w64 mecab libmecab\-dev nsis gnupg2
|
34154
34148
|
.ft P
|
34155
34149
|
.fi
|
@@ -34588,21 +34582,13 @@ make build PALALLEL=yesコマンドを実行すると、ディストリビュー
|
|
34588
34582
|
現在サポートされているのは以下の通りです。
|
34589
34583
|
.INDENT 0.0
|
34590
34584
|
.IP \(bu 2
|
34591
|
-
squeeze i386/amd64
|
34592
|
-
.IP \(bu 2
|
34593
34585
|
wheezy i386/amd64
|
34594
34586
|
.IP \(bu 2
|
34595
|
-
unstable i386/amd64
|
34596
|
-
.IP \(bu 2
|
34597
|
-
lucid i386/amd64
|
34598
|
-
.IP \(bu 2
|
34599
|
-
natty i386/amd64
|
34600
|
-
.IP \(bu 2
|
34601
|
-
oneiric i386/amd64
|
34602
|
-
.IP \(bu 2
|
34603
34587
|
precise i386/amd64
|
34604
34588
|
.IP \(bu 2
|
34605
|
-
|
34589
|
+
trusty i386/amd64
|
34590
|
+
.IP \(bu 2
|
34591
|
+
utopic i386/amd64
|
34606
34592
|
.UNINDENT
|
34607
34593
|
.sp
|
34608
34594
|
正常にビルドが終了すると$GROONGA_CLONE_DIR/packages/apt/repositories配下に.debパッケージが生成されます。
|
@@ -35072,31 +35058,6 @@ groonga\-dev \fI\%groonga\-dev@lists.sourceforge.jp\fP
|
|
35072
35058
|
.IP \(bu 2
|
35073
35059
|
Groonga\-talk \fI\%groonga\-talk@lists.sourceforge.net\fP
|
35074
35060
|
.UNINDENT
|
35075
|
-
.SS freecode.comへリリース情報を登録
|
35076
|
-
.sp
|
35077
|
-
Groongaプロジェクトではfreecode.comでもリリース情報を発信しています。
|
35078
|
-
.sp
|
35079
|
-
freecode.comのプロジェクトページは以下の通りです。
|
35080
|
-
.INDENT 0.0
|
35081
|
-
.INDENT 3.5
|
35082
|
-
\fI\%https://freecode.com/projects/groonga\fP
|
35083
|
-
.UNINDENT
|
35084
|
-
.UNINDENT
|
35085
|
-
.sp
|
35086
|
-
プロジェクトの管理メニューから「Submit a release」をクリックし、
|
35087
|
-
新規リリース情報を登録します。
|
35088
|
-
.INDENT 0.0
|
35089
|
-
.INDENT 3.5
|
35090
|
-
\fI\%https://freecode.com/projects/groonga/releases/new\fP
|
35091
|
-
.UNINDENT
|
35092
|
-
.UNINDENT
|
35093
|
-
.sp
|
35094
|
-
\fBNOTE:\fP
|
35095
|
-
.INDENT 0.0
|
35096
|
-
.INDENT 3.5
|
35097
|
-
投稿した内容に対するレビューが運営側で実施されるので、反映されるまでしばらく時間がかかります。
|
35098
|
-
.UNINDENT
|
35099
|
-
.UNINDENT
|
35100
35061
|
.SS Twitterでリリースアナウンスをする
|
35101
35062
|
.sp
|
35102
35063
|
blogroongaのリリースエントリには「リンクをあなたのフォロワーに共有する」ためのツイートボタンがあるので、そのボタンを使ってリリースアナウンスします。(画面下部に配置されている)
|