rroonga 3.1.1-x86-mingw32 → 3.1.2-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/Rakefile +1 -39
 - data/bin/grndump +8 -1
 - data/doc/text/news.textile +21 -1
 - data/ext/groonga/extconf.rb +1 -6
 - data/ext/groonga/rb-grn-table.c +20 -0
 - data/ext/groonga/rb-grn.h +1 -1
 - data/ext/groonga/rb-groonga.c +42 -0
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +7 -3
 - data/lib/groonga/record.rb +19 -1
 - data/rroonga-build.rb +5 -5
 - data/test/test-array.rb +14 -1
 - data/test/test-database-dumper.rb +68 -83
 - data/test/test-database.rb +1 -1
 - data/test/test-double-array-trie.rb +16 -1
 - data/test/test-hash.rb +16 -1
 - data/test/test-lock-timeout.rb +29 -0
 - data/test/test-patricia-trie.rb +16 -1
 - data/test/test-record.rb +194 -160
 - data/test/test-variable-size-column.rb +1 -1
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-1.dll +0 -0
 - data/vendor/local/bin/libmsgpack-3.dll +0 -0
 - data/vendor/local/bin/libmsgpackc-2.dll +0 -0
 - data/vendor/local/bin/mecab-config +2 -2
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
 - data/vendor/local/include/groonga/groonga.h +15 -1
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmecab.la +1 -1
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.la +1 -1
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.la +1 -1
 - data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/sbin/groonga-httpd-restart +1 -1
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/community.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/development.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +6 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +10 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +10 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/limitations.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +32 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/global_configurations.txt +49 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grnslap.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/edit_distance.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +5 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_circle.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/html_untag.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/now.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/rand.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +5 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/pseudo_column.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/query_expanders/tsv.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +4 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/server.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/spec.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/introduction.txt +2 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/drilldown.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +19 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +3 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +2 -2
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/community.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/development.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +269 -183
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/index.html +41 -38
 - data/vendor/local/share/doc/groonga/en/html/install.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +27 -25
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -28
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +29 -27
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news.html +239 -201
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +20 -18
 - 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 +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +41 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +46 -43
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +205 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +55 -53
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +78 -76
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +75 -73
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +54 -52
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +62 -60
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +42 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +46 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +44 -42
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +117 -115
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +48 -46
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +80 -78
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +56 -54
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +40 -38
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +36 -34
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +26 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +33 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +20 -18
 - 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 +23 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +24 -21
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +21 -19
 - data/vendor/local/share/doc/groonga/en/html/search.html +12 -12
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/spec.html +24 -22
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +22 -20
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
 - 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 +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +20 -18
 - 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 +20 -18
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/community.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +10 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/limitations.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +32 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/global_configurations.txt +49 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grnslap.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/edit_distance.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +5 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_circle.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_in_rectangle.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/html_untag.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/now.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/rand.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +5 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/pseudo_column.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/query_expanders/tsv.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +4 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/server.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/spec.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/introduction.txt +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/drilldown.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +19 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +3 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/community.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/development.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +274 -183
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/index.html +41 -38
 - data/vendor/local/share/doc/groonga/ja/html/install.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +29 -27
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news.html +264 -224
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +20 -18
 - 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 +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +27 -25
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +41 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +46 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +206 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +55 -53
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +78 -76
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +74 -72
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +54 -52
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +62 -60
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +42 -40
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +46 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +44 -42
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +117 -115
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +48 -46
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +80 -78
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +56 -54
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +40 -38
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +36 -34
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +26 -24
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +33 -31
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +20 -18
 - 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 +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +24 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +23 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/search.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +24 -22
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +21 -19
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +22 -20
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +20 -18
 - 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 +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +20 -18
 - 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 +20 -18
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +20 -18
 - data/vendor/local/share/man/ja/man1/groonga.1 +198 -132
 - data/vendor/local/share/man/man1/groonga.1 +619 -554
 - metadata +8 -14
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/add.txt +0 -104
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/get.txt +0 -80
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands_not_implemented/set.txt +0 -105
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +0 -199
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +0 -180
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +0 -201
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/add.txt +0 -104
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/get.txt +0 -80
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands_not_implemented/set.txt +0 -105
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +0 -200
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +0 -181
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +0 -202
 
| 
         @@ -1,4 +1,6 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
      
 1 
     | 
    
         
            +
            .\" Man page generated from reStructuredText.
         
     | 
| 
      
 2 
     | 
    
         
            +
            .
         
     | 
| 
      
 3 
     | 
    
         
            +
            .TH "GROONGA" "1" "2014 年 01 月 27 日" "3.1.2" "Groonga"
         
     | 
| 
       2 
4 
     | 
    
         
             
            .SH NAME
         
     | 
| 
       3 
5 
     | 
    
         
             
            groonga \- Groonga documentation
         
     | 
| 
       4 
6 
     | 
    
         
             
            .
         
     | 
| 
         @@ -28,8 +30,6 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 
     | 
|
| 
       28 
30 
     | 
    
         
             
            .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
         
     | 
| 
       29 
31 
     | 
    
         
             
            .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
         
     | 
| 
       30 
32 
     | 
    
         
             
            ..
         
     | 
| 
       31 
     | 
    
         
            -
            .\" Man page generated from reStructuredText.
         
     | 
| 
       32 
     | 
    
         
            -
            .
         
     | 
| 
       33 
33 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       34 
34 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       35 
35 
     | 
    
         
             
            \fBnews\fP
         
     | 
| 
         @@ -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\-3.1. 
     | 
| 
      
 100 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-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\-3.1. 
     | 
| 
      
 112 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-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\-3.1. 
     | 
| 
      
 127 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-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\-3.1. 
     | 
| 
      
 139 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/windows/groonga/groonga\-3.1.2\-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\-3.1. 
     | 
| 
      
 166 
     | 
    
         
            +
            \fI\%http://packages.groonga.org/source/groonga/groonga\-3.1.2.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\-3.1. 
     | 
| 
      
 179 
     | 
    
         
            +
            > cd c:\eUsers\e%USERNAME%\eDownloads\egroonga\-3.1.2
         
     | 
| 
       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\-3.1. 
     | 
| 
      
 191 
     | 
    
         
            +
            groonga\-3.1.2> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\egroonga
         
     | 
| 
       192 
192 
     | 
    
         
             
            .ft P
         
     | 
| 
       193 
193 
     | 
    
         
             
            .fi
         
     | 
| 
       194 
194 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -200,7 +200,7 @@ groonga\-3.1.1> cmake . \-G "Visual Studio 10 Win64" \-DCMAKE_INSTALL_PREFIX=C:\ 
     | 
|
| 
       200 
200 
     | 
    
         
             
            .sp
         
     | 
| 
       201 
201 
     | 
    
         
             
            .nf
         
     | 
| 
       202 
202 
     | 
    
         
             
            .ft C
         
     | 
| 
       203 
     | 
    
         
            -
            groonga\-3.1. 
     | 
| 
      
 203 
     | 
    
         
            +
            groonga\-3.1.2> cmake \-\-build . \-\-config Release
         
     | 
| 
       204 
204 
     | 
    
         
             
            .ft P
         
     | 
| 
       205 
205 
     | 
    
         
             
            .fi
         
     | 
| 
       206 
206 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -212,7 +212,7 @@ groonga\-3.1.1> cmake \-\-build . \-\-config Release 
     | 
|
| 
       212 
212 
     | 
    
         
             
            .sp
         
     | 
| 
       213 
213 
     | 
    
         
             
            .nf
         
     | 
| 
       214 
214 
     | 
    
         
             
            .ft C
         
     | 
| 
       215 
     | 
    
         
            -
            groonga\-3.1. 
     | 
| 
      
 215 
     | 
    
         
            +
            groonga\-3.1.2> cmake \-\-build . \-\-config Release \-\-target Install
         
     | 
| 
       216 
216 
     | 
    
         
             
            .ft P
         
     | 
| 
       217 
217 
     | 
    
         
             
            .fi
         
     | 
| 
       218 
218 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -260,9 +260,9 @@ groonga\-3.1.1> cmake \-\-build . \-\-config Release \-\-target Install 
     | 
|
| 
       260 
260 
     | 
    
         
             
            .sp
         
     | 
| 
       261 
261 
     | 
    
         
             
            .nf
         
     | 
| 
       262 
262 
     | 
    
         
             
            .ft C
         
     | 
| 
       263 
     | 
    
         
            -
            % curl \-O http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       264 
     | 
    
         
            -
            % tar xvzf groonga\-3.1. 
     | 
| 
       265 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 263 
     | 
    
         
            +
            % curl \-O http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 264 
     | 
    
         
            +
            % tar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 265 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       266 
266 
     | 
    
         
             
            .ft P
         
     | 
| 
       267 
267 
     | 
    
         
             
            .fi
         
     | 
| 
       268 
268 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -566,9 +566,9 @@ Groongaをビルドするために必要なパッケージをインストール 
     | 
|
| 
       566 
566 
     | 
    
         
             
            .sp
         
     | 
| 
       567 
567 
     | 
    
         
             
            .nf
         
     | 
| 
       568 
568 
     | 
    
         
             
            .ft C
         
     | 
| 
       569 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       570 
     | 
    
         
            -
            % tar xvzf groonga\-3.1. 
     | 
| 
       571 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 569 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 570 
     | 
    
         
            +
            % tar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 571 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       572 
572 
     | 
    
         
             
            .ft P
         
     | 
| 
       573 
573 
     | 
    
         
             
            .fi
         
     | 
| 
       574 
574 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -999,9 +999,9 @@ Groongaをビルドするために必要なパッケージをインストール 
     | 
|
| 
       999 
999 
     | 
    
         
             
            .sp
         
     | 
| 
       1000 
1000 
     | 
    
         
             
            .nf
         
     | 
| 
       1001 
1001 
     | 
    
         
             
            .ft C
         
     | 
| 
       1002 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       1003 
     | 
    
         
            -
            % tar xvzf groonga\-3.1. 
     | 
| 
       1004 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 1002 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1003 
     | 
    
         
            +
            % tar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1004 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       1005 
1005 
     | 
    
         
             
            .ft P
         
     | 
| 
       1006 
1006 
     | 
    
         
             
            .fi
         
     | 
| 
       1007 
1007 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1317,9 +1317,9 @@ Groongaをビルドするために必要なパッケージをインストール 
     | 
|
| 
       1317 
1317 
     | 
    
         
             
            .sp
         
     | 
| 
       1318 
1318 
     | 
    
         
             
            .nf
         
     | 
| 
       1319 
1319 
     | 
    
         
             
            .ft C
         
     | 
| 
       1320 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       1321 
     | 
    
         
            -
            % tar xvzf groonga\-3.1. 
     | 
| 
       1322 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 1320 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1321 
     | 
    
         
            +
            % tar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1322 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       1323 
1323 
     | 
    
         
             
            .ft P
         
     | 
| 
       1324 
1324 
     | 
    
         
             
            .fi
         
     | 
| 
       1325 
1325 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1505,9 +1505,9 @@ Groongaをビルドするために必要なパッケージをインストール 
     | 
|
| 
       1505 
1505 
     | 
    
         
             
            .sp
         
     | 
| 
       1506 
1506 
     | 
    
         
             
            .nf
         
     | 
| 
       1507 
1507 
     | 
    
         
             
            .ft C
         
     | 
| 
       1508 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       1509 
     | 
    
         
            -
            % tar xvzf groonga\-3.1. 
     | 
| 
       1510 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 1508 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1509 
     | 
    
         
            +
            % tar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1510 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       1511 
1511 
     | 
    
         
             
            .ft P
         
     | 
| 
       1512 
1512 
     | 
    
         
             
            .fi
         
     | 
| 
       1513 
1513 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1571,9 +1571,9 @@ Groongaをビルドするために必要なパッケージをインストール 
     | 
|
| 
       1571 
1571 
     | 
    
         
             
            .sp
         
     | 
| 
       1572 
1572 
     | 
    
         
             
            .nf
         
     | 
| 
       1573 
1573 
     | 
    
         
             
            .ft C
         
     | 
| 
       1574 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       1575 
     | 
    
         
            -
            % gtar xvzf groonga\-3.1. 
     | 
| 
       1576 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 1574 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1575 
     | 
    
         
            +
            % gtar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1576 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       1577 
1577 
     | 
    
         
             
            .ft P
         
     | 
| 
       1578 
1578 
     | 
    
         
             
            .fi
         
     | 
| 
       1579 
1579 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -1694,9 +1694,9 @@ GroongaはGNUビルドシステムを使っています。以下は一番簡単 
     | 
|
| 
       1694 
1694 
     | 
    
         
             
            .sp
         
     | 
| 
       1695 
1695 
     | 
    
         
             
            .nf
         
     | 
| 
       1696 
1696 
     | 
    
         
             
            .ft C
         
     | 
| 
       1697 
     | 
    
         
            -
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1. 
     | 
| 
       1698 
     | 
    
         
            -
            % tar xvzf groonga\-3.1. 
     | 
| 
       1699 
     | 
    
         
            -
            % cd groonga\-3.1. 
     | 
| 
      
 1697 
     | 
    
         
            +
            % wget http://packages.groonga.org/source/groonga/groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1698 
     | 
    
         
            +
            % tar xvzf groonga\-3.1.2.tar.gz
         
     | 
| 
      
 1699 
     | 
    
         
            +
            % cd groonga\-3.1.2
         
     | 
| 
       1700 
1700 
     | 
    
         
             
            % ./configure
         
     | 
| 
       1701 
1701 
     | 
    
         
             
            % make
         
     | 
| 
       1702 
1702 
     | 
    
         
             
            % sudo make install
         
     | 
| 
         @@ -4471,7 +4471,7 @@ As you know, there is a naive solution to execute query by every the value of co 
     | 
|
| 
       4471 
4471 
     | 
    
         
             
            .sp
         
     | 
| 
       4472 
4472 
     | 
    
         
             
            If you are familiar with SQL, you will doubt with "Is there a similar SQL functionality to \fBGROUP BY\fP in Groonga?".
         
     | 
| 
       4473 
4473 
     | 
    
         
             
            .sp
         
     | 
| 
       4474 
     | 
    
         
            -
            Of course, Groonga provides such a functionality. It\(aqs called as \fBdrilldown\fP 
     | 
| 
      
 4474 
     | 
    
         
            +
            Of course, Groonga provides such a functionality. It\(aqs called as \fBdrilldown\fP\&.
         
     | 
| 
       4475 
4475 
     | 
    
         
             
            .sp
         
     | 
| 
       4476 
4476 
     | 
    
         
             
            \fBdrilldown\fP enables you to get the number of records which belongs to specific the value of column at once.
         
     | 
| 
       4477 
4477 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -4617,7 +4617,7 @@ T}	T{ 
     | 
|
| 
       4617 
4617 
     | 
    
         
             
            T}
         
     | 
| 
       4618 
4618 
     | 
    
         
             
            _
         
     | 
| 
       4619 
4619 
     | 
    
         
             
            T{
         
     | 
| 
       4620 
     | 
    
         
            -
             
     | 
| 
      
 4620 
     | 
    
         
            +
            \&.org
         
     | 
| 
       4621 
4621 
     | 
    
         
             
            T}	T{
         
     | 
| 
       4622 
4622 
     | 
    
         
             
            3
         
     | 
| 
       4623 
4623 
     | 
    
         
             
            T}	T{
         
     | 
| 
         @@ -4632,7 +4632,7 @@ T}	T{ 
     | 
|
| 
       4632 
4632 
     | 
    
         
             
            T}
         
     | 
| 
       4633 
4633 
     | 
    
         
             
            _
         
     | 
| 
       4634 
4634 
     | 
    
         
             
            T{
         
     | 
| 
       4635 
     | 
    
         
            -
             
     | 
| 
      
 4635 
     | 
    
         
            +
            \&.net
         
     | 
| 
       4636 
4636 
     | 
    
         
             
            T}	T{
         
     | 
| 
       4637 
4637 
     | 
    
         
             
            3
         
     | 
| 
       4638 
4638 
     | 
    
         
             
            T}	T{
         
     | 
| 
         @@ -4647,7 +4647,7 @@ T}	T{ 
     | 
|
| 
       4647 
4647 
     | 
    
         
             
            T}
         
     | 
| 
       4648 
4648 
     | 
    
         
             
            _
         
     | 
| 
       4649 
4649 
     | 
    
         
             
            T{
         
     | 
| 
       4650 
     | 
    
         
            -
             
     | 
| 
      
 4650 
     | 
    
         
            +
            \&.com
         
     | 
| 
       4651 
4651 
     | 
    
         
             
            T}	T{
         
     | 
| 
       4652 
4652 
     | 
    
         
             
            3
         
     | 
| 
       4653 
4653 
     | 
    
         
             
            T}	T{
         
     | 
| 
         @@ -7769,10 +7769,10 @@ select Doc \-\-match_columns body \-\-query "シークヮーサー" \-\-query_ex 
     | 
|
| 
       7769 
7769 
     | 
    
         
             
            どちらのクエリ文字列も、"(シークァーサー OR シークヮーサー)"という文字列に置換されてから検索されるため、表記の揺れを吸収して検索できるようになりました。
         
     | 
| 
       7770 
7770 
     | 
    
         
             
            .SH サジェスト
         
     | 
| 
       7771 
7771 
     | 
    
         
             
            .sp
         
     | 
| 
       7772 
     | 
    
         
            -
             
     | 
| 
      
 7772 
     | 
    
         
            +
            Groongaにはサジェスト機能があります。このセクションではこの機能の使い方とどのように動作しているかを説明します。
         
     | 
| 
       7773 
7773 
     | 
    
         
             
            .SS はじめに
         
     | 
| 
       7774 
7774 
     | 
    
         
             
            .sp
         
     | 
| 
       7775 
     | 
    
         
            -
             
     | 
| 
      
 7775 
     | 
    
         
            +
            Groongaのサジェスト機能は以下の機能を提供します。:
         
     | 
| 
       7776 
7776 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       7777 
7777 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       7778 
7778 
     | 
    
         
             
            補完
         
     | 
| 
         @@ -8022,7 +8022,7 @@ T} 
     | 
|
| 
       8022 
8022 
     | 
    
         
             
            _
         
     | 
| 
       8023 
8023 
     | 
    
         
             
            .TE
         
     | 
| 
       8024 
8024 
     | 
    
         
             
            .sp
         
     | 
| 
       8025 
     | 
    
         
            -
             
     | 
| 
      
 8025 
     | 
    
         
            +
            Groongaは以下のような補完ペアを作ります。:
         
     | 
| 
       8026 
8026 
     | 
    
         
             
            .TS
         
     | 
| 
       8027 
8027 
     | 
    
         
             
            center;
         
     | 
| 
       8028 
8028 
     | 
    
         
             
            |l|l|.
         
     | 
| 
         @@ -8121,7 +8121,7 @@ _ 
     | 
|
| 
       8121 
8121 
     | 
    
         
             
            例えば、"search"が登録されているとします。ユーザは"s"、"se"、"sea"、"sear"、"searc"、"search"のどれでも"search"を補完候補として利用できます。
         
     | 
| 
       8122 
8122 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
       8123 
8123 
     | 
    
         
             
            .sp
         
     | 
| 
       8124 
     | 
    
         
            -
             
     | 
| 
      
 8124 
     | 
    
         
            +
            Groongaは補完機能を使うために \fB/reference/commands/suggest\fP コマンドを用意しています。 \fI\-\-type complete\fP オプションを使うと補完機能を利用できます。
         
     | 
| 
       8125 
8125 
     | 
    
         
             
            .sp
         
     | 
| 
       8126 
8126 
     | 
    
         
             
            例えば、"en"と入力したときの補完結果を取得するコマンドは以下のようになります。:
         
     | 
| 
       8127 
8127 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -8529,10 +8529,10 @@ _ 
     | 
|
| 
       8529 
8529 
     | 
    
         
             
            .sp
         
     | 
| 
       8530 
8530 
     | 
    
         
             
            例えば、"search engine"という語が登録されているとします。ユーザが"web search service"や"sound engine"などで検索すると"search engine"が補正候補になります。なぜなら、"search engine"と"web search engine"は"search"という同じトークンを持つからです。また、"search engine"と"sound engine"は"engine"という同じトークンを持っています。
         
     | 
| 
       8531 
8531 
     | 
    
         
             
            .sp
         
     | 
| 
       8532 
     | 
    
         
            -
            "search engine"は"search"トークンと"engine"トークンにトークナイズされます。( 
     | 
| 
      
 8532 
     | 
    
         
            +
            "search engine"は"search"トークンと"engine"トークンにトークナイズされます。(GroongaのTokenBigramトークナイザーは連続するアルファベットと数字を2文字にトークナイズしません。これは検索ノイズを減らす為です。確実に2文字でトークナイズするためにはTokenBigramSplitSymbolAlphaDigitを使います。)"web search service"は"web"トークンと"search"トークンと"service"トークンにトークナイズされます。"sound engine"は"sound"トークンと"engine"トークンにトークナイズされます。
         
     | 
| 
       8533 
8533 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
       8534 
8534 
     | 
    
         
             
            .sp
         
     | 
| 
       8535 
     | 
    
         
            -
             
     | 
| 
      
 8535 
     | 
    
         
            +
            Groongaは補正機能を使うために \fB/reference/commands/suggest\fP コマンドを用意しています。 \fI\-\-type correct\fP オプションを使うと補正機能を利用できます。
         
     | 
| 
       8536 
8536 
     | 
    
         
             
            .sp
         
     | 
| 
       8537 
8537 
     | 
    
         
             
            例えば、"saerch"と入力した時の補正結果取得するコマンドは以下のようになります。:
         
     | 
| 
       8538 
8538 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -8669,7 +8669,7 @@ T} 
     | 
|
| 
       8669 
8669 
     | 
    
         
             
            _
         
     | 
| 
       8670 
8670 
     | 
    
         
             
            .TE
         
     | 
| 
       8671 
8671 
     | 
    
         
             
            .sp
         
     | 
| 
       8672 
     | 
    
         
            -
             
     | 
| 
      
 8672 
     | 
    
         
            +
            Groongaは以下のような提案ペアを作成します。
         
     | 
| 
       8673 
8673 
     | 
    
         
             
            .TS
         
     | 
| 
       8674 
8674 
     | 
    
         
             
            center;
         
     | 
| 
       8675 
8675 
     | 
    
         
             
            |l|l|.
         
     | 
| 
         @@ -8727,7 +8727,7 @@ _ 
     | 
|
| 
       8727 
8727 
     | 
    
         
             
            ユーザが"search"と入力したとき、共起検索は"search engine"と"web search raltime"を返します。これは、"search"が2つの「入力」カラムに含まれていて、対応するそれぞれの「提案される語」カラムの値が"search engine"と"web search realtime"だからです。
         
     | 
| 
       8728 
8728 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
       8729 
8729 
     | 
    
         
             
            .sp
         
     | 
| 
       8730 
     | 
    
         
            -
             
     | 
| 
      
 8730 
     | 
    
         
            +
            Groongaは提案機能を使うために \fB/reference/commands/suggest\fP コマンドを用意しています。 \fI\-\-type suggest\fP オプションを使うと提案機能を利用できます。
         
     | 
| 
       8731 
8731 
     | 
    
         
             
            .sp
         
     | 
| 
       8732 
8732 
     | 
    
         
             
            例えば、"search"と入力した時の提案結果を取得するコマンドは以下の通りです。:
         
     | 
| 
       8733 
8733 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -9710,7 +9710,7 @@ grnslap [options] [dest] 
     | 
|
| 
       9710 
9710 
     | 
    
         
             
            .sp
         
     | 
| 
       9711 
9711 
     | 
    
         
             
            grnslapは、groongaプロセスに対してリクエストを多重に行い、パフォーマンスをチェックするためのツールです。
         
     | 
| 
       9712 
9712 
     | 
    
         
             
            .sp
         
     | 
| 
       9713 
     | 
    
         
            -
             
     | 
| 
      
 9713 
     | 
    
         
            +
            Groonga独自プロトコルであるGQTPと、httpの両プロトコルでリクエストを行うことができます。また、リクエストの多重度を指定することができます。
         
     | 
| 
       9714 
9714 
     | 
    
         
             
            .sp
         
     | 
| 
       9715 
9715 
     | 
    
         
             
            クエリの内容を標準入力から与えることができます。実稼動環境でのクエリパタンに近いクエリを標準入力に与えることによって、実稼動環境に近い状態での検証を行うことができます。
         
     | 
| 
       9716 
9716 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -9778,8 +9778,8 @@ groonga [options] [dest] [command [args]] 
     | 
|
| 
       9778 
9778 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       9779 
9779 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       9780 
9780 
     | 
    
         
             
            .sp
         
     | 
| 
       9781 
     | 
    
         
            -
             
     | 
| 
       9782 
     | 
    
         
            -
             
     | 
| 
      
 9781 
     | 
    
         
            +
            Groongaは列指向のデータベース機能を持つ高速でスケーラブルな全文検索エンジンです。
         
     | 
| 
      
 9782 
     | 
    
         
            +
            Groongaのデータベースは、groongaコマンドかCライブラリインタフェースを通して操作することができます。このマニュアルページでは、groongaコマンドの使い方について説明します。
         
     | 
| 
       9783 
9783 
     | 
    
         
             
            .SS オプション
         
     | 
| 
       9784 
9784 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       9785 
9785 
     | 
    
         
             
            .TP
         
     | 
| 
         @@ -11090,9 +11090,9 @@ groonga\-suggest\-create\-dataset [options] DATABASE DATASET 
     | 
|
| 
       11090 
11090 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       11091 
11091 
     | 
    
         
             
            .SS DESCTIPION
         
     | 
| 
       11092 
11092 
     | 
    
         
             
            .sp
         
     | 
| 
       11093 
     | 
    
         
            -
            groonga\-suggest\-create\-dataset creates a dataset for \fB/suggest\fP 
     | 
| 
      
 11093 
     | 
    
         
            +
            groonga\-suggest\-create\-dataset creates a dataset for \fB/suggest\fP\&. A database has many datasets. This command just defines schema for a suggestion dataset.
         
     | 
| 
       11094 
11094 
     | 
    
         
             
            .sp
         
     | 
| 
       11095 
     | 
    
         
            -
            This command generates some tables and columns for \fB/suggest\fP 
     | 
| 
      
 11095 
     | 
    
         
            +
            This command generates some tables and columns for \fB/suggest\fP\&.
         
     | 
| 
       11096 
11096 
     | 
    
         
             
            .sp
         
     | 
| 
       11097 
11097 
     | 
    
         
             
            Here is the list of such tables. If you specify \(aqquery\(aq as dataset name, following \(aq_DATASET\(aq suffix are replaced. Thus, \(aqitem_query\(aq, \(aqpair_query\(aq, \(aqsequence_query\(aq, \(aqevent_query\(aq tables are generated.
         
     | 
| 
       11098 
11098 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -11224,7 +11224,7 @@ TODO 
     | 
|
| 
       11224 
11224 
     | 
    
         
             
            groongaデータベースのパスを指定します。
         
     | 
| 
       11225 
11225 
     | 
    
         
             
            .SS 出力
         
     | 
| 
       11226 
11226 
     | 
    
         
             
            .sp
         
     | 
| 
       11227 
     | 
    
         
            -
             
     | 
| 
      
 11227 
     | 
    
         
            +
            Groongaは以下の出力形式をサポートしています。
         
     | 
| 
       11228 
11228 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       11229 
11229 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       11230 
11230 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -11243,7 +11243,7 @@ TSV(タブ区切り形式) 
     | 
|
| 
       11243 
11243 
     | 
    
         
             
            JSONがデフォルトの出力形式です。
         
     | 
| 
       11244 
11244 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
       11245 
11245 
     | 
    
         
             
            .sp
         
     | 
| 
       11246 
     | 
    
         
            -
             
     | 
| 
      
 11246 
     | 
    
         
            +
            Groongaには以下のクエリーインターフェイスがあります。
         
     | 
| 
       11247 
11247 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       11248 
11248 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       11249 
11249 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -14054,7 +14054,7 @@ T{ 
     | 
|
| 
       14054 
14054 
     | 
    
         
             
            \fBtypes\fP
         
     | 
| 
       14055 
14055 
     | 
    
         
             
            T}	T{
         
     | 
| 
       14056 
14056 
     | 
    
         
             
            An array of types of the normalized text. The N\-th \fBtypes\fP shows
         
     | 
| 
       14057 
     | 
    
         
            -
            the type of the N\-th character in \fBnormalized\fP 
     | 
| 
      
 14057 
     | 
    
         
            +
            the type of the N\-th character in \fBnormalized\fP\&.
         
     | 
| 
       14058 
14058 
     | 
    
         
             
            T}
         
     | 
| 
       14059 
14059 
     | 
    
         
             
            _
         
     | 
| 
       14060 
14060 
     | 
    
         
             
            .TE
         
     | 
| 
         @@ -14145,7 +14145,7 @@ register query_expanders/tsv 
     | 
|
| 
       14145 
14145 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       14146 
14146 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       14147 
14147 
     | 
    
         
             
            .sp
         
     | 
| 
       14148 
     | 
    
         
            -
            \fB${PREFIX}/lib/groonga/plugins/\fP と拡張子( \fB 
     | 
| 
      
 14148 
     | 
    
         
            +
            \fB${PREFIX}/lib/groonga/plugins/\fP と拡張子( \fB\&.so\fP )は省略可能です。これらは自動で補完されます。
         
     | 
| 
       14149 
14149 
     | 
    
         
             
            .sp
         
     | 
| 
       14150 
14150 
     | 
    
         
             
            \fBregister /usr/lib/groonga/plugins/query_expanders/tsv.so\fP というように絶対パスを指定することもできます。
         
     | 
| 
       14151 
14151 
     | 
    
         
             
            .SS 戻り値
         
     | 
| 
         @@ -16032,7 +16032,7 @@ select Entries \-\-output_columns \(aq_id, _key\(aq \-\-limit 1 
     | 
|
| 
       16032 
16032 
     | 
    
         
             
            この \fBselect\fP コマンドは \fB_id\fP と \fB_key\fP カラムの値だけを出力します。
         
     | 
| 
       16033 
16033 
     | 
    
         
             
            .sp
         
     | 
| 
       16034 
16034 
     | 
    
         
             
            \fB*\fP is a special value. It means that all columns that are not
         
     | 
| 
       16035 
     | 
    
         
            -
            \fB/reference/pseudo_column\fP 
     | 
| 
      
 16035 
     | 
    
         
            +
            \fB/reference/pseudo_column\fP\&.
         
     | 
| 
       16036 
16036 
     | 
    
         
             
            .sp
         
     | 
| 
       16037 
16037 
     | 
    
         
             
            以下は \fB*\fP の使用例です。
         
     | 
| 
       16038 
16038 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -18941,12 +18941,12 @@ Object型はv1.2でサポートされます。 
     | 
|
| 
       18941 
18941 
     | 
    
         
             
            .SS テーブル
         
     | 
| 
       18942 
18942 
     | 
    
         
             
            .SS 概要
         
     | 
| 
       18943 
18943 
     | 
    
         
             
            .sp
         
     | 
| 
       18944 
     | 
    
         
            -
             
     | 
| 
      
 18944 
     | 
    
         
            +
            GroongaのテーブルはIDとキーの対応を管理します。Groongaは4つの種類のテーブルを提供しています。 \fBTABLE_NO_KEY\fP 、 \fBTABLE_HASH_KEY\fP 、 \fBTABLE_PAT_KEY\fP 、 \fBTABLE_DAT_KEY\fP です。
         
     | 
| 
       18945 
18945 
     | 
    
         
             
            .sp
         
     | 
| 
       18946 
18946 
     | 
    
         
             
            \fBTABLE_NO_KEY\fP 以外のすべてのテーブルは高速なキー→ID検索とID→キー検索の両方をサポートしています。 \fBTABLE_NO_KEY\fP はキーをサポートしていません。 \fBTABLE_NO_KEY\fP はIDだけを管理します。そのため、 \fBTABLE_NO_KEY\fP はID検索もキー検索もサポートしていません。
         
     | 
| 
       18947 
18947 
     | 
    
         
             
            .SS 特徴
         
     | 
| 
       18948 
18948 
     | 
    
         
             
            .sp
         
     | 
| 
       18949 
     | 
    
         
            -
            以下は 
     | 
| 
      
 18949 
     | 
    
         
            +
            以下はGroongaにあるすべてのテーブルの特性表です。(この表の中では \fBTABLE_\fP プレフィックスは省略しています。)
         
     | 
| 
       18950 
18950 
     | 
    
         
             
            .TS
         
     | 
| 
       18951 
18951 
     | 
    
         
             
            center;
         
     | 
| 
       18952 
18952 
     | 
    
         
             
            |l|l|l|l|l|.
         
     | 
| 
         @@ -19132,7 +19132,7 @@ _ 
     | 
|
| 
       19132 
19132 
     | 
    
         
             
            .sp
         
     | 
| 
       19133 
19133 
     | 
    
         
             
            \fBTABLE_DAT_KEY\fP は高速でキーの更新もサポートしていますが、サイズが大きいです。大量のレコードを保存する用途には向いていません。キーの更新をサポートしているテーブルは \fBTABLE_DAT_KEY\fP だけです。
         
     | 
| 
       19134 
19134 
     | 
    
         
             
            .sp
         
     | 
| 
       19135 
     | 
    
         
            -
            \fBTABLE_DAT_KEY\fP は 
     | 
| 
      
 19135 
     | 
    
         
            +
            \fBTABLE_DAT_KEY\fP はGroongaのデータベース内で使われています。Groongaのデータベースは \fBShortText\fP や \fBTokenBigram\fP 、テーブル名などオブジェクトの名前をオブジェクトのIDに変換する必要があります。さらに、Groongaのデータベースはオブジェクト名の変更もサポートする必要があります。これらの機能は \fBTABLE_DAT_KEY\fP で実現されています。オブジェクト数は小さいので \fBTABLE_DAT_KEY\fP のサイズが大きいというデメリットは無視できます。
         
     | 
| 
       19136 
19136 
     | 
    
         
             
            .SS レコードID
         
     | 
| 
       19137 
19137 
     | 
    
         
             
            .sp
         
     | 
| 
       19138 
19138 
     | 
    
         
             
            レコードIDは自動的に割り当てられます。明示的に割り当てるレコードIDを指定することはできません。
         
     | 
| 
         @@ -19398,7 +19398,7 @@ TokenUnigram 
     | 
|
| 
       19398 
19398 
     | 
    
         
             
            .SS QueryExpanderTSV
         
     | 
| 
       19399 
19399 
     | 
    
         
             
            .SS 概要
         
     | 
| 
       19400 
19400 
     | 
    
         
             
            .sp
         
     | 
| 
       19401 
     | 
    
         
            -
            \fBQueryExpanderTSV\fP はクエリー展開プラグインです。同義語はTSV(データをタブで区切るファイルフォーマット)ファイルから読み込みます。このプラグインは組み込みのクエリー展開機能よりも機能が少ないです。例えば、単語の正規化をサポートしていません。しかし、TSVファイルで同義語を管理できるためこちらの方が使いやすいかもしれません。TSVファイルなのでExcelなどの表計算ソフトで同義語を編集できます。組み込みのクエリー展開機能では、 
     | 
| 
      
 19401 
     | 
    
         
            +
            \fBQueryExpanderTSV\fP はクエリー展開プラグインです。同義語はTSV(データをタブで区切るファイルフォーマット)ファイルから読み込みます。このプラグインは組み込みのクエリー展開機能よりも機能が少ないです。例えば、単語の正規化をサポートしていません。しかし、TSVファイルで同義語を管理できるためこちらの方が使いやすいかもしれません。TSVファイルなのでExcelなどの表計算ソフトで同義語を編集できます。組み込みのクエリー展開機能では、Groongaのテーブルとして同義語を管理します。
         
     | 
| 
       19402 
19402 
     | 
    
         
             
            .SS インストール
         
     | 
| 
       19403 
19403 
     | 
    
         
             
            .sp
         
     | 
| 
       19404 
19404 
     | 
    
         
             
            \fBQueryExpanderTSV\fP を使う前に \fBquery_expanders/tsv\fP をプラグインとして登録します:
         
     | 
| 
         @@ -19621,7 +19621,7 @@ mroonga(TAB)mroonga(TAB)groonga MySQL 
     | 
|
| 
       19621 
19621 
     | 
    
         
             
            疑似カラム
         
     | 
| 
       19622 
19622 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       19623 
19623 
     | 
    
         
             
            .sp
         
     | 
| 
       19624 
     | 
    
         
            -
             
     | 
| 
      
 19624 
     | 
    
         
            +
            Groongaのデータベースで作成したテーブルには、いくつかのカラムが自動的に定義されます。
         
     | 
| 
       19625 
19625 
     | 
    
         
             
            .sp
         
     | 
| 
       19626 
19626 
     | 
    
         
             
            これらのカラムはいずれもアンダースコア(\(aq_\(aq)で始まる名前が付与されます。定義される疑似カラムは、テーブルの種類によって異なります。
         
     | 
| 
       19627 
19627 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -19663,7 +19663,7 @@ groongaのデータベースで作成したテーブルには、いくつかの 
     | 
|
| 
       19663 
19663 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       19664 
19664 
     | 
    
         
             
            .SS grn_expr
         
     | 
| 
       19665 
19665 
     | 
    
         
             
            .sp
         
     | 
| 
       19666 
     | 
    
         
            -
            grn_exprは特定の条件にマッチするレコードを検索したり、データベースを操作するオブジェクトです。 \fBぐるんしき\fP と読みます。(由来は「 
     | 
| 
      
 19666 
     | 
    
         
            +
            grn_exprは特定の条件にマッチするレコードを検索したり、データベースを操作するオブジェクトです。 \fBぐるんしき\fP と読みます。(由来は「Groongaの式」。)
         
     | 
| 
       19667 
19667 
     | 
    
         
             
            .sp
         
     | 
| 
       19668 
19668 
     | 
    
         
             
            データベースからレコードを検索する条件は条件式を集合演算で結合して表現できます。例えば、条件式には \fB等価条件式\fP や \fB小なり条件式\fP などがあります。集合演算には \fB積(AND)\fP 、 \fB和(OR)\fP 、 \fB差(NOT)\fP などがあります。gnr_exprはこれらの条件を使ってレコードを検索します。類似文書検索や近傍検索などといった高度な検索もgrn_exprで実行できます。柔軟な全文検索も実行できます。例えば、特定の単語にマッチしたときのヒットスコアを調整したり、検索結果数によって検索漏れの少ないアルゴリズムで再検索し、再現率を向上するといったことも実現できます。
         
     | 
| 
       19669 
19669 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -19685,7 +19685,7 @@ grn_expr関連のAPIを呼ぶ。 
     | 
|
| 
       19685 
19685 
     | 
    
         
             
            .sp
         
     | 
| 
       19686 
19686 
     | 
    
         
             
            \fB/reference/grn_expr/script_syntax\fP はECMAScriptに似た構文です。 \fB/reference/grn_expr/script_syntax\fP ではすべての条件式と集合演算を使えます。 \fB/reference/grn_expr/script_syntax\fP は \fB/reference/commands/select\fP の \fBfilter\fP オプションで指定する検索条件や \fBscorer\fP オプションで指定する式で使えます。
         
     | 
| 
       19687 
19687 
     | 
    
         
             
            .sp
         
     | 
| 
       19688 
     | 
    
         
            -
            groongaをライブラリとして使うと、grn_expr関連のAPIを呼び出してgrn_exprを作ることができます。 \fB/reference/grn_expr/script_syntax\fP のように、APIを呼び出すと全ての機能を使えます。grn_exprを作る構文を新しく作るときにはAPIが便利です。APIは \fI\%rroonga\fP という 
     | 
| 
      
 19688 
     | 
    
         
            +
            groongaをライブラリとして使うと、grn_expr関連のAPIを呼び出してgrn_exprを作ることができます。 \fB/reference/grn_expr/script_syntax\fP のように、APIを呼び出すと全ての機能を使えます。grn_exprを作る構文を新しく作るときにはAPIが便利です。APIは \fI\%rroonga\fP というGroongaのRubyバインディングで使われています。rroongaでは文字列をパースするのではなく、Rubyの構文を使ってgrn_exprを作ることができます。
         
     | 
| 
       19689 
19689 
     | 
    
         
             
            .SS クエリー構文
         
     | 
| 
       19690 
19690 
     | 
    
         
             
            .sp
         
     | 
| 
       19691 
19691 
     | 
    
         
             
            クエリー構文は一般的なWebの検索フォームで検索条件を指定するための構文です。Googleの検索フォームで使われている構文に似ています。例えば、 \fBword1 word2\fP は \fBword1\fP と \fBword2\fP の両方の単語を含んだレコードを検索するという意味です。 \fBword1 OR word2\fP は \fBword1\fP または \fBword2\fP のどちらかの単語を含んだレコードを検索します。
         
     | 
| 
         @@ -20838,7 +20838,7 @@ select Entries \-\-query \(aqn_likes:>=10 \- content:@groonga\(aq 
     | 
|
| 
       20838 
20838 
     | 
    
         
             
            この式は \fBn_likes\fP カラムの値が \fB10\fP 以上で \fBcontent\fP カラムの値に \fBgroonga\fP という単語を含まないレコードにマッチします。
         
     | 
| 
       20839 
20839 
     | 
    
         
             
            .SS グループ化
         
     | 
| 
       20840 
20840 
     | 
    
         
             
            .sp
         
     | 
| 
       20841 
     | 
    
         
            -
            構文は \fB(...)\fP です。 \fB 
     | 
| 
      
 20841 
     | 
    
         
            +
            構文は \fB(...)\fP です。 \fB\&...\fP は空白区切りの式のリストです。
         
     | 
| 
       20842 
20842 
     | 
    
         
             
            .sp
         
     | 
| 
       20843 
20843 
     | 
    
         
             
            \fB(...)\fP は1つ以上の式をグループ化します。グループ化された式は1つの式として処理されます。 \fBa b OR c\fP は \fBa\fP と \fBb\fP の両方がマッチするか、 \fBc\fP がマッチすれば式全体がマッチする、という意味になります。 \fBa (b OR c)\fP は \fBa\fP がマッチして \fBb\fP と \fBc\fP はどちらか一方がマッチすれば式全体がマッチする、という意味になります。
         
     | 
| 
       20844 
20844 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -21023,7 +21023,7 @@ load \-\-table Entries 
     | 
|
| 
       21023 
21023 
     | 
    
         
             
            整数リテラルの最大値は \fB9223372036854775807\fP ( \fB= 2 ** 63 \- 1\fP )です。最小値は \fB\-9223372036854775808\fP ( \fB= \-(2 ** 63)\fP )です。
         
     | 
| 
       21024 
21024 
     | 
    
         
             
            .SS 浮動小数点数
         
     | 
| 
       21025 
21025 
     | 
    
         
             
            .sp
         
     | 
| 
       21026 
     | 
    
         
            -
            浮動小数点数リテラルは \fB3.14\fP のように、まず \fB0\fP から \fB9\fP 、次に \fB 
     | 
| 
      
 21026 
     | 
    
         
            +
            浮動小数点数リテラルは \fB3.14\fP のように、まず \fB0\fP から \fB9\fP 、次に \fB\&.\fP 、最後に \fB0\fP から \fB9\fP という並びです。 \fB+3.14\fP や \fB\-3.14\fP のように符号として最初に \fB+\fP または \fB\-\fP をつけることができます。 \fB${基数}e${指数}\fP や \fB${基数}E${指数}\fP というフォーマットもサポートしています。例えば、 \fB314e\-2\fP は \fB3.14\fP と同じです。
         
     | 
| 
       21027 
21027 
     | 
    
         
             
            .SS 文字列
         
     | 
| 
       21028 
21028 
     | 
    
         
             
            .sp
         
     | 
| 
       21029 
21029 
     | 
    
         
             
            文字列リテラルは \fB"..."\fP です。リテラル中の \fB"\fP は \fB\e"\fP というように \fB\e\fP を前につけてエスケープします。例えば、 \fB"Say \e"Hello!\e"."\fP は \fBSay "Hello!".\fP という文字列のリテラルです。
         
     | 
| 
         @@ -21034,7 +21034,7 @@ load \-\-table Entries 
     | 
|
| 
       21034 
21034 
     | 
    
         
             
            真偽値のリテラルは \fBtrue\fP と \fBfalse\fP です。 \fBtrue\fP は真という意味で、 \fBfalse\fP は偽という意味です。
         
     | 
| 
       21035 
21035 
     | 
    
         
             
            .SS NULL
         
     | 
| 
       21036 
21036 
     | 
    
         
             
            .sp
         
     | 
| 
       21037 
     | 
    
         
            -
            NULLのリテラルは \fBnull\fP です。 
     | 
| 
      
 21037 
     | 
    
         
            +
            NULLのリテラルは \fBnull\fP です。GroongaはNULL値をサポートしてませんが、NULLリテラルをサポートしています。
         
     | 
| 
       21038 
21038 
     | 
    
         
             
            .SS 時間
         
     | 
| 
       21039 
21039 
     | 
    
         
             
            .sp
         
     | 
| 
       21040 
21040 
     | 
    
         
             
            \fBノート:\fP
         
     | 
| 
         @@ -21158,7 +21158,7 @@ select Entries \-\-filter \(aqn_likes == (_id == 1 ? 5 : 3)\(aq 
     | 
|
| 
       21158 
21158 
     | 
    
         
             
            この式は \fB_id\fP カラムの値が \fB1\fP で \fBn_likes\fP カラムの値が \fB5\fP または \fB_id\fP カラムの値が \fB1\fP ではなく \fBn_likes\fP カラムの値が \fB3\fP のレコードにマッチします。
         
     | 
| 
       21159 
21159 
     | 
    
         
             
            .SS グループ化
         
     | 
| 
       21160 
21160 
     | 
    
         
             
            .sp
         
     | 
| 
       21161 
     | 
    
         
            -
            構文は \fB(...)\fP です。 \fB 
     | 
| 
      
 21161 
     | 
    
         
            +
            構文は \fB(...)\fP です。 \fB\&...\fP はカンマ区切りの式のリストです。
         
     | 
| 
       21162 
21162 
     | 
    
         
             
            .sp
         
     | 
| 
       21163 
21163 
     | 
    
         
             
            \fB(...)\fP は1つ以上の式をグループ化します。グループ化された式は1つの式として処理されます。 \fBa && b || c\fP は \fBa\fP と \fBb\fP の両方がマッチするか、 \fBc\fP がマッチすれば式全体がマッチする、という意味になります。 \fBa && (b || c)\fP は \fBa\fP がマッチして \fBb\fP と \fBc\fP はどちらか一方がマッチすれば式全体がマッチする、という意味になります。
         
     | 
| 
       21164 
21164 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -21272,7 +21272,7 @@ select Entries \-\-filter \(aqn_likes < 5 && (content @ "senna" || content @ "fa 
     | 
|
| 
       21272 
21272 
     | 
    
         
             
            .sp
         
     | 
| 
       21273 
21273 
     | 
    
         
             
            構文は \fBname(arugment1, argument2, ...)\fP です。
         
     | 
| 
       21274 
21274 
     | 
    
         
             
            .sp
         
     | 
| 
       21275 
     | 
    
         
            -
            \fBname(argument1, argument2, ...)\fP は \fBname\fP という関数を引数 \fBargument1\fP, \fBargument2\fP, \fB 
     | 
| 
      
 21275 
     | 
    
         
            +
            \fBname(argument1, argument2, ...)\fP は \fBname\fP という関数を引数 \fBargument1\fP, \fBargument2\fP, \fB\&...\fP で呼び出します。
         
     | 
| 
       21276 
21276 
     | 
    
         
             
            .sp
         
     | 
| 
       21277 
21277 
     | 
    
         
             
            利用可能な関数の一覧は \fB/reference/function\fP を参照してください。
         
     | 
| 
       21278 
21278 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -23576,7 +23576,7 @@ TODO: Add documentations about function. 
     | 
|
| 
       23576 
23576 
     | 
    
         
             
            .SS 概要
         
     | 
| 
       23577 
23577 
     | 
    
         
             
            .sp
         
     | 
| 
       23578 
23578 
     | 
    
         
             
            \fBbetween\fP is used for checking the specified value exists in the specific range.
         
     | 
| 
       23579 
     | 
    
         
            -
            It is often used for combination with \fIselect\-filter\fP option in \fB/reference/commands/select\fP 
     | 
| 
      
 23579 
     | 
    
         
            +
            It is often used for combination with \fIselect\-filter\fP option in \fB/reference/commands/select\fP\&.
         
     | 
| 
       23580 
23580 
     | 
    
         
             
            .SS 構文
         
     | 
| 
       23581 
23581 
     | 
    
         
             
            .sp
         
     | 
| 
       23582 
23582 
     | 
    
         
             
            \fBbetween\fP には引数が5つあります。
         
     | 
| 
         @@ -23792,7 +23792,7 @@ edit_distance(string1, string2) 
     | 
|
| 
       23792 
23792 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       23793 
23793 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       23794 
23794 
     | 
    
         
             
            .sp
         
     | 
| 
       23795 
     | 
    
         
            -
             
     | 
| 
      
 23795 
     | 
    
         
            +
            Groonga組込関数の一つであるedit_distanceについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。
         
     | 
| 
       23796 
23796 
     | 
    
         
             
            .sp
         
     | 
| 
       23797 
23797 
     | 
    
         
             
            edit_distance() 関数は、string1に指定した文字列とstring2に指定した文字列の間の編集距離を求めます。
         
     | 
| 
       23798 
23798 
     | 
    
         
             
            .SS 引数
         
     | 
| 
         @@ -23847,7 +23847,7 @@ geo_distance(point1, point2, approximate_type) 
     | 
|
| 
       23847 
23847 
     | 
    
         
             
            \fBapproximate_type\fP のデフォルト値は \fB"rectangle"\fP です。 \fBapproximate_type\fP を省略した場合、 \fBgeo_distance\fP は二点間の距離を \fB"rectangle"\fP が指定されたものとして計算します。
         
     | 
| 
       23848 
23848 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
       23849 
23849 
     | 
    
         
             
            .sp
         
     | 
| 
       23850 
     | 
    
         
            -
            \fBgeo_distance\fP は 
     | 
| 
      
 23850 
     | 
    
         
            +
            \fBgeo_distance\fP はGroongaの組み込み関数の一つです。
         
     | 
| 
       23851 
23851 
     | 
    
         
             
            .sp
         
     | 
| 
       23852 
23852 
     | 
    
         
             
            組み込み関数を \fB/reference/grn_expr\fP にて使うことができます。
         
     | 
| 
       23853 
23853 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -23856,7 +23856,7 @@ geo_distance(point1, point2, approximate_type) 
     | 
|
| 
       23856 
23856 
     | 
    
         
             
            \fBノート:\fP
         
     | 
| 
       23857 
23857 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       23858 
23858 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       23859 
     | 
    
         
            -
             
     | 
| 
      
 23859 
     | 
    
         
            +
            Groongaは三つの組み込み関数を距離の計算のために提供しています。 \fBgeo_distance()\fP 、 \fBgeo_distance2()\fP 、 \fBgeo_distance3()\fP です。これらの違いは距離の計算アルゴリズムにあります。 \fBgeo_distance2()\fP と \fBgeo_distance3()\fP はバージョン1.2.9より非推奨となりました。 \fBgeo_distance2(point1, point2)\fP の代りに \fBgeo_distance(point1, point2, "sphere")\fP を使用してください。 \fBgeo_distance3(point1, point2)\fP の代りに \fBgeo_distance(point1, point2, "ellipsoid")\fP を使用してください。
         
     | 
| 
       23860 
23860 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       23861 
23861 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       23862 
23862 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -24081,7 +24081,7 @@ GeoPointと座標については \fB/reference/types\fP を参照してくださ 
     | 
|
| 
       24081 
24081 
     | 
    
         
             
            \fBノート:\fP
         
     | 
| 
       24082 
24082 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       24083 
24083 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       24084 
     | 
    
         
            -
            \fBgeo_distance\fP には制限があります。 \fBsphere\fP や \fBellipsoid\fP を近似方法として選択した場合、子午線や日付変更線、赤道といった境界をまたぐ距離の計算を行うことができません。この制限は \fBrectangle\fP を近似方法として選択した場合にはありません。これは 
     | 
| 
      
 24084 
     | 
    
         
            +
            \fBgeo_distance\fP には制限があります。 \fBsphere\fP や \fBellipsoid\fP を近似方法として選択した場合、子午線や日付変更線、赤道といった境界をまたぐ距離の計算を行うことができません。この制限は \fBrectangle\fP を近似方法として選択した場合にはありません。これはGroongaの実装上の一時的な制限ですが、将来的には修正される予定です。
         
     | 
| 
       24085 
24085 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       24086 
24086 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       24087 
24087 
     | 
    
         
             
            .SS \fBrectangle\fP
         
     | 
| 
         @@ -24403,7 +24403,7 @@ geo_in_circle(point, center, radious_or_point[, approximate_type]) 
     | 
|
| 
       24403 
24403 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       24404 
24404 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       24405 
24405 
     | 
    
         
             
            .sp
         
     | 
| 
       24406 
     | 
    
         
            -
             
     | 
| 
      
 24406 
     | 
    
         
            +
            Groonga組込関数の一つであるgeo_in_circleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。
         
     | 
| 
       24407 
24407 
     | 
    
         
             
            .sp
         
     | 
| 
       24408 
24408 
     | 
    
         
             
            geo_in_circle() 関数は、pointに指定した座標が、centerに指定した座標を中心とする円の範囲内にあるかどうかを調べます。
         
     | 
| 
       24409 
24409 
     | 
    
         
             
            .SS 引数
         
     | 
| 
         @@ -24500,7 +24500,7 @@ geo_in_rectangle(point, top_left, bottom_right) 
     | 
|
| 
       24500 
24500 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       24501 
24501 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       24502 
24502 
     | 
    
         
             
            .sp
         
     | 
| 
       24503 
     | 
    
         
            -
             
     | 
| 
      
 24503 
     | 
    
         
            +
            Groonga組込関数の一つであるgeo_in_rectangleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。
         
     | 
| 
       24504 
24504 
     | 
    
         
             
            .sp
         
     | 
| 
       24505 
24505 
     | 
    
         
             
            geo_in_rectangle() 関数は、pointに指定した座標が、top_leftとbottom_rightがなす矩形の範囲内にあるかどうかを調べます。
         
     | 
| 
       24506 
24506 
     | 
    
         
             
            .SS 引数
         
     | 
| 
         @@ -24564,7 +24564,7 @@ html_untag(html) 
     | 
|
| 
       24564 
24564 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       24565 
24565 
     | 
    
         
             
            .SS 必要条件
         
     | 
| 
       24566 
24566 
     | 
    
         
             
            .sp
         
     | 
| 
       24567 
     | 
    
         
            -
            \fBhtml_untag\fP を使うには 
     | 
| 
      
 24567 
     | 
    
         
            +
            \fBhtml_untag\fP を使うにはGroonga 3.0.5以降が必要です。
         
     | 
| 
       24568 
24568 
     | 
    
         
             
            .sp
         
     | 
| 
       24569 
24569 
     | 
    
         
             
            \fBhtml_untag\fP を使うには \fB/reference/command/command_version\fP 2以降を使う必要があります。
         
     | 
| 
       24570 
24570 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
         @@ -24674,7 +24674,7 @@ now() 
     | 
|
| 
       24674 
24674 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       24675 
24675 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       24676 
24676 
     | 
    
         
             
            .sp
         
     | 
| 
       24677 
     | 
    
         
            -
             
     | 
| 
      
 24677 
     | 
    
         
            +
            Groonga組込関数の一つであるnowについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。
         
     | 
| 
       24678 
24678 
     | 
    
         
             
            .sp
         
     | 
| 
       24679 
24679 
     | 
    
         
             
            now() 関数は現在時刻に対応するTime型の値を返します。
         
     | 
| 
       24680 
24680 
     | 
    
         
             
            .SS 返値
         
     | 
| 
         @@ -24698,7 +24698,7 @@ now() 
     | 
|
| 
       24698 
24698 
     | 
    
         
             
            \fBquery\fP provides \fB\-\-match_columns\fP and \fB\-\-query\fP parameters of
         
     | 
| 
       24699 
24699 
     | 
    
         
             
            \fB/reference/commands/select\fP feature as function. You can specify
         
     | 
| 
       24700 
24700 
     | 
    
         
             
            multiple \fBquery\fP functions in \fB\-\-filter\fP parameter in
         
     | 
| 
       24701 
     | 
    
         
            -
            \fB/reference/commands/select\fP 
     | 
| 
      
 24701 
     | 
    
         
            +
            \fB/reference/commands/select\fP\&.
         
     | 
| 
       24702 
24702 
     | 
    
         
             
            .sp
         
     | 
| 
       24703 
24703 
     | 
    
         
             
            そのような柔軟性があるので、 複数の \fBquery\fP 関数を組合せることで全文検索の振舞いを制御することができます。
         
     | 
| 
       24704 
24704 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -24992,8 +24992,8 @@ select Users \-\-output_columns name,memo,_score \-\-filter \(aqquery("memo * 10 
     | 
|
| 
       24992 
24992 
     | 
    
         
             
            .SS 戻り値
         
     | 
| 
       24993 
24993 
     | 
    
         
             
            .sp
         
     | 
| 
       24994 
24994 
     | 
    
         
             
            \fBquery\fP returns whether any record is matched or not. If one or more
         
     | 
| 
       24995 
     | 
    
         
            -
            records are matched, it returns \fBtrue\fP 
     | 
| 
       24996 
     | 
    
         
            -
            \fBfalse\fP 
     | 
| 
      
 24995 
     | 
    
         
            +
            records are matched, it returns \fBtrue\fP\&. Otherwise, it returns
         
     | 
| 
      
 24996 
     | 
    
         
            +
            \fBfalse\fP\&.
         
     | 
| 
       24997 
24997 
     | 
    
         
             
            .SS TODO
         
     | 
| 
       24998 
24998 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       24999 
24999 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
         @@ -25021,7 +25021,7 @@ rand([max]) 
     | 
|
| 
       25021 
25021 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       25022 
25022 
     | 
    
         
             
            .SS 説明
         
     | 
| 
       25023 
25023 
     | 
    
         
             
            .sp
         
     | 
| 
       25024 
     | 
    
         
            -
             
     | 
| 
      
 25024 
     | 
    
         
            +
            Groonga組込関数の一つであるrandについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。
         
     | 
| 
       25025 
25025 
     | 
    
         
             
            .sp
         
     | 
| 
       25026 
25026 
     | 
    
         
             
            rand() 関数は 0 から max の間の疑似乱数整数を返します。
         
     | 
| 
       25027 
25027 
     | 
    
         
             
            .SS 引数
         
     | 
| 
         @@ -25105,7 +25105,7 @@ load \-\-table Documents 
     | 
|
| 
       25105 
25105 
     | 
    
         
             
            .sp
         
     | 
| 
       25106 
25106 
     | 
    
         
             
            \fBsnippet_html\fP は \fB/reference/commands/select\fP コマンドの \fB\-\-output_columns\fP 内でのみ指定できます。
         
     | 
| 
       25107 
25107 
     | 
    
         
             
            .sp
         
     | 
| 
       25108 
     | 
    
         
            -
             
     | 
| 
      
 25108 
     | 
    
         
            +
            Groonga 2.0.9では \fBoutput_columns\fP 内での関数呼び出しはまだ実験的な機能なので、明示的に \fB\-\-command_version 2\fP オプションを指定する必要があります。この機能はじきに有効になる予定です。
         
     | 
| 
       25109 
25109 
     | 
    
         
             
            .sp
         
     | 
| 
       25110 
25110 
     | 
    
         
             
            また、 \fB\-\-query\fP と \fB\-\-filter\fP オプションも指定する必要があります。(どちらか一方でも構いません。)これは、 \fB\-\-query\fP と \fB\-\-filter\fP オプションからキーワードを抽出しているためです。
         
     | 
| 
       25111 
25111 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -25197,7 +25197,10 @@ select Documents \-\-output_columns \(aqsnippet_html("Groonga is very fast fullt 
     | 
|
| 
       25197 
25197 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       25198 
25198 
     | 
    
         
             
            .SS 戻り値
         
     | 
| 
       25199 
25199 
     | 
    
         
             
            .sp
         
     | 
| 
       25200 
     | 
    
         
            -
            \fBsnippet_html\fP  
     | 
| 
      
 25200 
     | 
    
         
            +
            \fBsnippet_html\fP returns an array of string or \fBnull\fP\&. If
         
     | 
| 
      
 25201 
     | 
    
         
            +
            \fBsnippet_html\fP can\(aqt find any snippets, it returns \fBnull\fP\&.
         
     | 
| 
      
 25202 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 25203 
     | 
    
         
            +
            An element of array is a snippet:
         
     | 
| 
       25201 
25204 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       25202 
25205 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       25203 
25206 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -25442,7 +25445,7 @@ sub_filterは以下の条件が満たされていることを要求します。 
     | 
|
| 
       25442 
25445 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       25443 
25446 
     | 
    
         
             
            .SS インデックス構築
         
     | 
| 
       25444 
25447 
     | 
    
         
             
            .sp
         
     | 
| 
       25445 
     | 
    
         
            -
             
     | 
| 
      
 25448 
     | 
    
         
            +
            Groongaは2.0.0から動的なインデックス構築方法と静的なインデックス構築方法を両方サポートしています。
         
     | 
| 
       25446 
25449 
     | 
    
         
             
            .SS 動的なインデックス構築方法
         
     | 
| 
       25447 
25450 
     | 
    
         
             
            .sp
         
     | 
| 
       25448 
25451 
     | 
    
         
             
            動的なインデックス構築方法では、登録された文書はインデックス構築中にすぐに検索できるようになります。しかし、静的なインデックス構築方法に比べてコストがかかります。
         
     | 
| 
         @@ -25455,7 +25458,7 @@ groongaは2.0.0から動的なインデックス構築方法と静的なイン 
     | 
|
| 
       25455 
25458 
     | 
    
         
             
            静的なインデックス構築方法は消費リソースが少ないことが重要な検索システムに適しています。鮮度が重要でないシステムであれば静的なインデックス構築方法が適しているでしょう。例えば、リファレンスマニュアルを検索するシステムは鮮度を重視しません。これは、リファレンスマニュアルはリリース時にだけ更新されるだけだからです。
         
     | 
| 
       25456 
25459 
     | 
    
         
             
            .SS 使い方
         
     | 
| 
       25457 
25460 
     | 
    
         
             
            .sp
         
     | 
| 
       25458 
     | 
    
         
            -
             
     | 
| 
      
 25461 
     | 
    
         
            +
            Groongaはデフォルトで動的なインデックス構築方法を使います。文書を登録するとすぐに検索できるようになります。
         
     | 
| 
       25459 
25462 
     | 
    
         
             
            .sp
         
     | 
| 
       25460 
25463 
     | 
    
         
             
            すでにデータが格納されているカラムにインデックスを追加した場合は静的なインデックス構築方法を使います。
         
     | 
| 
       25461 
25464 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -25668,7 +25671,7 @@ Process log is enabled by default. Log path can be 
     | 
|
| 
       25668 
25671 
     | 
    
         
             
            customized by \fI\-\-log\-path\fP option.  Each log has its
         
     | 
| 
       25669 
25672 
     | 
    
         
             
            log level. If a log is smaller than groonga process\(aq log
         
     | 
| 
       25670 
25673 
     | 
    
         
             
            level, it\(aqs not logged. Log level can be customized by
         
     | 
| 
       25671 
     | 
    
         
            -
            \fI\-l\fP or \fBcommands/log_level\fP 
     | 
| 
      
 25674 
     | 
    
         
            +
            \fI\-l\fP or \fBcommands/log_level\fP\&.
         
     | 
| 
       25672 
25675 
     | 
    
         
             
            .SS フォーマット
         
     | 
| 
       25673 
25676 
     | 
    
         
             
            .sp
         
     | 
| 
       25674 
25677 
     | 
    
         
             
            Process log uses the following format:
         
     | 
| 
         @@ -26005,7 +26008,7 @@ rc=0 
     | 
|
| 
       26005 
26008 
     | 
    
         
             
            .SS Tuning
         
     | 
| 
       26006 
26009 
     | 
    
         
             
            .SS 概要
         
     | 
| 
       26007 
26010 
     | 
    
         
             
            .sp
         
     | 
| 
       26008 
     | 
    
         
            -
            There are some tuning parameters for improving  
     | 
| 
      
 26011 
     | 
    
         
            +
            There are some tuning parameters for improving Groonga performance or
         
     | 
| 
       26009 
26012 
     | 
    
         
             
            handling a large database.
         
     | 
| 
       26010 
26013 
     | 
    
         
             
            .SS 引数
         
     | 
| 
       26011 
26014 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -26126,7 +26129,7 @@ or re\-login as your groonga user. 
     | 
|
| 
       26126 
26129 
     | 
    
         
             
            .sp
         
     | 
| 
       26127 
26130 
     | 
    
         
             
            This is \fItuning\-memory\-usage\fP related parameter. You can handle a
         
     | 
| 
       26128 
26131 
     | 
    
         
             
            database that is larger than your memory and swap by setting
         
     | 
| 
       26129 
     | 
    
         
            -
            \fBvm.overcommit_memory\fP kernel parameter to 1. 1 means that  
     | 
| 
      
 26132 
     | 
    
         
            +
            \fBvm.overcommit_memory\fP kernel parameter to 1. 1 means that Groonga
         
     | 
| 
       26130 
26133 
     | 
    
         
             
            can always map database files onto memory. It is no problem until
         
     | 
| 
       26131 
26134 
     | 
    
         
             
            groonga touch mapped database files that their size is larger than
         
     | 
| 
       26132 
26135 
     | 
    
         
             
            memory and swap. Groonga recommends the configuration.
         
     | 
| 
         @@ -26170,7 +26173,7 @@ than 16GiB, groonga reaches the limitation. (\fB256KiB * 65536 = 16GiB\fP) 
     | 
|
| 
       26170 
26173 
     | 
    
         
             
            .sp
         
     | 
| 
       26171 
26174 
     | 
    
         
             
            You needs to increase the value of the kernel parameter to handle
         
     | 
| 
       26172 
26175 
     | 
    
         
             
            16GiB or more larger size database. For example, you can handle almost
         
     | 
| 
       26173 
     | 
    
         
            -
            32GiB size database by \fB65536 * 2 = 131072\fP 
     | 
| 
      
 26176 
     | 
    
         
            +
            32GiB size database by \fB65536 * 2 = 131072\fP\&. You can set the
         
     | 
| 
       26174 
26177 
     | 
    
         
             
            configuration by putting a configuration file
         
     | 
| 
       26175 
26178 
     | 
    
         
             
            \fB/etc/sysctl.d/groonga.conf\fP that has the following content:
         
     | 
| 
       26176 
26179 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -26218,6 +26221,69 @@ TODO 
     | 
|
| 
       26218 
26221 
     | 
    
         
             
            .SS API
         
     | 
| 
       26219 
26222 
     | 
    
         
             
            .sp
         
     | 
| 
       26220 
26223 
     | 
    
         
             
            Groongaを全文検索ライブラリとして使うことができます。この節ではGroongaが提供しているAPIを示します。
         
     | 
| 
      
 26224 
     | 
    
         
            +
            .SS Global configurations
         
     | 
| 
      
 26225 
     | 
    
         
            +
            .SS 概要
         
     | 
| 
      
 26226 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 26227 
     | 
    
         
            +
            Groonga has the global configurations. You can access them by API.
         
     | 
| 
      
 26228 
     | 
    
         
            +
            .SS リファレンス
         
     | 
| 
      
 26229 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 26230 
     | 
    
         
            +
            .TP
         
     | 
| 
      
 26231 
     | 
    
         
            +
            .B int grn_get_lock_timeout(void)
         
     | 
| 
      
 26232 
     | 
    
         
            +
            Returns the lock timeout.
         
     | 
| 
      
 26233 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 26234 
     | 
    
         
            +
            \fBgrn_ctx\fP acquires a lock for updating a shared value. If
         
     | 
| 
      
 26235 
     | 
    
         
            +
            other \fBgrn_ctx\fP is already updating the same value,
         
     | 
| 
      
 26236 
     | 
    
         
            +
            \fBgrn_ctx\fP that try to acquire a lock can\(aqt acquires a lock.
         
     | 
| 
      
 26237 
     | 
    
         
            +
            The \fBgrn_ctx\fP that can\(aqt acquires a lock waits 1
         
     | 
| 
      
 26238 
     | 
    
         
            +
            millisecond and try to acquire a lock again. The try is done
         
     | 
| 
      
 26239 
     | 
    
         
            +
            \fBtimeout\fP times. If the \fBgrn_ctx\fP that can\(aqt acquires a
         
     | 
| 
      
 26240 
     | 
    
         
            +
            lock until \fBtimeout\fP times, the tries are failed.
         
     | 
| 
      
 26241 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 26242 
     | 
    
         
            +
            The default lock timeout is \fB10000000\fP\&. It means that Groonga
         
     | 
| 
      
 26243 
     | 
    
         
            +
            doesn\(aqt report a lock failure until about 3 hours.  (1 * 10000000
         
     | 
| 
      
 26244 
     | 
    
         
            +
            [msec] = 10000 [sec] = 166.666... [min] = 2.777... [hour])
         
     | 
| 
      
 26245 
     | 
    
         
            +
            .INDENT 7.0
         
     | 
| 
      
 26246 
     | 
    
         
            +
            .TP
         
     | 
| 
      
 26247 
     | 
    
         
            +
            .B 戻り値
         
     | 
| 
      
 26248 
     | 
    
         
            +
            The lock timeout.
         
     | 
| 
      
 26249 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26250 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26251 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 26252 
     | 
    
         
            +
            .TP
         
     | 
| 
      
 26253 
     | 
    
         
            +
            .B grn_rc grn_set_lock_timeout(int\fI\ timeout\fP)
         
     | 
| 
      
 26254 
     | 
    
         
            +
            Sets the lock timeout.
         
     | 
| 
      
 26255 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 26256 
     | 
    
         
            +
            See 
         
     | 
| 
      
 26257 
     | 
    
         
            +
            .nf
         
     | 
| 
      
 26258 
     | 
    
         
            +
            :c:function:\(gagrn_get_lock_timeout\(ga
         
     | 
| 
      
 26259 
     | 
    
         
            +
            .fi
         
     | 
| 
      
 26260 
     | 
    
         
            +
             about lock timeout.
         
     | 
| 
      
 26261 
     | 
    
         
            +
            .sp
         
     | 
| 
      
 26262 
     | 
    
         
            +
            There are some special values for \fBtimeout\fP\&.
         
     | 
| 
      
 26263 
     | 
    
         
            +
            .INDENT 7.0
         
     | 
| 
      
 26264 
     | 
    
         
            +
            .INDENT 3.5
         
     | 
| 
      
 26265 
     | 
    
         
            +
            .INDENT 0.0
         
     | 
| 
      
 26266 
     | 
    
         
            +
            .IP \(bu 2
         
     | 
| 
      
 26267 
     | 
    
         
            +
            \fB0\fP: It means that Groonga doesn\(aqt retry acquiring a lock.
         
     | 
| 
      
 26268 
     | 
    
         
            +
            Groonga reports a failure after one lock acquirement failure.
         
     | 
| 
      
 26269 
     | 
    
         
            +
            .IP \(bu 2
         
     | 
| 
      
 26270 
     | 
    
         
            +
            negative value: It means that Groonga retries acquiring a lock
         
     | 
| 
      
 26271 
     | 
    
         
            +
            until Groonga can acquire a lock.
         
     | 
| 
      
 26272 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26273 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26274 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26275 
     | 
    
         
            +
            .INDENT 7.0
         
     | 
| 
      
 26276 
     | 
    
         
            +
            .TP
         
     | 
| 
      
 26277 
     | 
    
         
            +
            .B パラメタ
         
     | 
| 
      
 26278 
     | 
    
         
            +
            .INDENT 7.0
         
     | 
| 
      
 26279 
     | 
    
         
            +
            .IP \(bu 2
         
     | 
| 
      
 26280 
     | 
    
         
            +
            \fBtimeuot\fP \-\- The new lock timeout.
         
     | 
| 
      
 26281 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26282 
     | 
    
         
            +
            .TP
         
     | 
| 
      
 26283 
     | 
    
         
            +
            .B 戻り値
         
     | 
| 
      
 26284 
     | 
    
         
            +
            \fBGRN_SUCCESS\fP\&. It doesn\(aqt fail.
         
     | 
| 
      
 26285 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
      
 26286 
     | 
    
         
            +
            .UNINDENT
         
     | 
| 
       26221 
26287 
     | 
    
         
             
            .SS \fBgrn_cache\fP
         
     | 
| 
       26222 
26288 
     | 
    
         
             
            .SS 概要
         
     | 
| 
       26223 
26289 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -26233,7 +26299,7 @@ This API is experimental. 
     | 
|
| 
       26233 
26299 
     | 
    
         
             
            object. It is only for \fB/reference/commands/select\fP command.
         
     | 
| 
       26234 
26300 
     | 
    
         
             
            .sp
         
     | 
| 
       26235 
26301 
     | 
    
         
             
            You can just change the current cache object by
         
     | 
| 
       26236 
     | 
    
         
            -
            \fBgrn_cache_current_set()\fP 
     | 
| 
      
 26302 
     | 
    
         
            +
            \fBgrn_cache_current_set()\fP\&. \fB/reference/commands/select\fP
         
     | 
| 
       26237 
26303 
     | 
    
         
             
            command response cache is done internally.
         
     | 
| 
       26238 
26304 
     | 
    
         
             
            .sp
         
     | 
| 
       26239 
26305 
     | 
    
         
             
            \fB/reference/commands/select\fP command uses one global cache
         
     | 
| 
         @@ -26271,7 +26337,7 @@ grn_cache_current_set(ctx, cache_previous); 
     | 
|
| 
       26271 
26337 
     | 
    
         
             
            .B grn_cache
         
     | 
| 
       26272 
26338 
     | 
    
         
             
            It is an opaque cache object. You can create a \fBgrn_cache\fP by
         
     | 
| 
       26273 
26339 
     | 
    
         
             
            \fBgrn_cache_open()\fP and free the created object by
         
     | 
| 
       26274 
     | 
    
         
            -
            \fBgrn_cache_close()\fP 
     | 
| 
      
 26340 
     | 
    
         
            +
            \fBgrn_cache_close()\fP\&.
         
     | 
| 
       26275 
26341 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26276 
26342 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26277 
26343 
     | 
    
         
             
            .TP
         
     | 
| 
         @@ -26279,7 +26345,7 @@ It is an opaque cache object. You can create a \fBgrn_cache\fP by 
     | 
|
| 
       26279 
26345 
     | 
    
         
             
            新規にキャッシュオブジェクトを作成します。
         
     | 
| 
       26280 
26346 
     | 
    
         
             
            .sp
         
     | 
| 
       26281 
26347 
     | 
    
         
             
            If memory allocation for the new cache object is failed, \fBNULL\fP
         
     | 
| 
       26282 
     | 
    
         
            -
            is returned. Error information is stored into the \fBctx\fP 
     | 
| 
      
 26348 
     | 
    
         
            +
            is returned. Error information is stored into the \fBctx\fP\&.
         
     | 
| 
       26283 
26349 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       26284 
26350 
     | 
    
         
             
            .TP
         
     | 
| 
       26285 
26351 
     | 
    
         
             
            .B パラメタ
         
     | 
| 
         @@ -26291,13 +26357,13 @@ is returned. Error information is stored into the \fBctx\fP. 
     | 
|
| 
       26291 
26357 
     | 
    
         
             
            .B 戻り値
         
     | 
| 
       26292 
26358 
     | 
    
         
             
            A newly allocated cache object on success, \fBNULL\fP
         
     | 
| 
       26293 
26359 
     | 
    
         
             
            otherwise. The returned cache object must be freed by
         
     | 
| 
       26294 
     | 
    
         
            -
            \fBgrn_cache_close()\fP 
     | 
| 
      
 26360 
     | 
    
         
            +
            \fBgrn_cache_close()\fP\&.
         
     | 
| 
       26295 
26361 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26296 
26362 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26297 
26363 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26298 
26364 
     | 
    
         
             
            .TP
         
     | 
| 
       26299 
26365 
     | 
    
         
             
            .B grn_rc grn_cache_close(grn_ctx\fI\ *ctx\fP, grn_cache\fI\ *cache\fP)
         
     | 
| 
       26300 
     | 
    
         
            -
            Frees resourses of the \fBcache\fP 
     | 
| 
      
 26366 
     | 
    
         
            +
            Frees resourses of the \fBcache\fP\&.
         
     | 
| 
       26301 
26367 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       26302 
26368 
     | 
    
         
             
            .TP
         
     | 
| 
       26303 
26369 
     | 
    
         
             
            .B パラメタ
         
     | 
| 
         @@ -26395,7 +26461,7 @@ TODO... 
     | 
|
| 
       26395 
26461 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26396 
26462 
     | 
    
         
             
            .TP
         
     | 
| 
       26397 
26463 
     | 
    
         
             
            .B GRN_COLUMN_NAME_ID
         
     | 
| 
       26398 
     | 
    
         
            -
            It returns the name of \fB/reference/pseudo_column\fP \fB_id\fP 
     | 
| 
      
 26464 
     | 
    
         
            +
            It returns the name of \fB/reference/pseudo_column\fP \fB_id\fP\&.
         
     | 
| 
       26399 
26465 
     | 
    
         
             
            .sp
         
     | 
| 
       26400 
26466 
     | 
    
         
             
            It is useful to use with \fBGRN_COLUMN_NAME_ID_LEN\fP like
         
     | 
| 
       26401 
26467 
     | 
    
         
             
            the following:
         
     | 
| 
         @@ -26416,14 +26482,14 @@ Since 3.1.1. 
     | 
|
| 
       26416 
26482 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26417 
26483 
     | 
    
         
             
            .TP
         
     | 
| 
       26418 
26484 
     | 
    
         
             
            .B GRN_COLUMN_NAME_ID_LEN
         
     | 
| 
       26419 
     | 
    
         
            -
            It returns the byte size of \fBGRN_COLUMN_NAME_ID\fP 
     | 
| 
      
 26485 
     | 
    
         
            +
            It returns the byte size of \fBGRN_COLUMN_NAME_ID\fP\&.
         
     | 
| 
       26420 
26486 
     | 
    
         
             
            .sp
         
     | 
| 
       26421 
26487 
     | 
    
         
             
            Since 3.1.1.
         
     | 
| 
       26422 
26488 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26423 
26489 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26424 
26490 
     | 
    
         
             
            .TP
         
     | 
| 
       26425 
26491 
     | 
    
         
             
            .B GRN_COLUMN_NAME_KEY
         
     | 
| 
       26426 
     | 
    
         
            -
            It returns the name of \fB/reference/pseudo_column\fP \fB_key\fP 
     | 
| 
      
 26492 
     | 
    
         
            +
            It returns the name of \fB/reference/pseudo_column\fP \fB_key\fP\&.
         
     | 
| 
       26427 
26493 
     | 
    
         
             
            .sp
         
     | 
| 
       26428 
26494 
     | 
    
         
             
            It is useful to use with \fBGRN_COLUMN_NAME_KEY_LEN\fP like
         
     | 
| 
       26429 
26495 
     | 
    
         
             
            the following:
         
     | 
| 
         @@ -26444,14 +26510,14 @@ Since 3.1.1. 
     | 
|
| 
       26444 
26510 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26445 
26511 
     | 
    
         
             
            .TP
         
     | 
| 
       26446 
26512 
     | 
    
         
             
            .B GRN_COLUMN_NAME_KEY_LEN
         
     | 
| 
       26447 
     | 
    
         
            -
            It returns the byte size of \fBGRN_COLUMN_NAME_KEY\fP 
     | 
| 
      
 26513 
     | 
    
         
            +
            It returns the byte size of \fBGRN_COLUMN_NAME_KEY\fP\&.
         
     | 
| 
       26448 
26514 
     | 
    
         
             
            .sp
         
     | 
| 
       26449 
26515 
     | 
    
         
             
            Since 3.1.1.
         
     | 
| 
       26450 
26516 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26451 
26517 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26452 
26518 
     | 
    
         
             
            .TP
         
     | 
| 
       26453 
26519 
     | 
    
         
             
            .B GRN_COLUMN_NAME_VALUE
         
     | 
| 
       26454 
     | 
    
         
            -
            It returns the name of \fB/reference/pseudo_column\fP \fB_value\fP 
     | 
| 
      
 26520 
     | 
    
         
            +
            It returns the name of \fB/reference/pseudo_column\fP \fB_value\fP\&.
         
     | 
| 
       26455 
26521 
     | 
    
         
             
            .sp
         
     | 
| 
       26456 
26522 
     | 
    
         
             
            It is useful to use with \fBGRN_COLUMN_NAME_VALUE_LEN\fP like
         
     | 
| 
       26457 
26523 
     | 
    
         
             
            the following:
         
     | 
| 
         @@ -26472,14 +26538,14 @@ Since 3.1.1. 
     | 
|
| 
       26472 
26538 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26473 
26539 
     | 
    
         
             
            .TP
         
     | 
| 
       26474 
26540 
     | 
    
         
             
            .B GRN_COLUMN_NAME_VALUE_LEN
         
     | 
| 
       26475 
     | 
    
         
            -
            It returns the byte size of \fBGRN_COLUMN_NAME_VALUE\fP 
     | 
| 
      
 26541 
     | 
    
         
            +
            It returns the byte size of \fBGRN_COLUMN_NAME_VALUE\fP\&.
         
     | 
| 
       26476 
26542 
     | 
    
         
             
            .sp
         
     | 
| 
       26477 
26543 
     | 
    
         
             
            Since 3.1.1.
         
     | 
| 
       26478 
26544 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26479 
26545 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26480 
26546 
     | 
    
         
             
            .TP
         
     | 
| 
       26481 
26547 
     | 
    
         
             
            .B GRN_COLUMN_NAME_SCORE
         
     | 
| 
       26482 
     | 
    
         
            -
            It returns the name of \fB/reference/pseudo_column\fP \fB_score\fP 
     | 
| 
      
 26548 
     | 
    
         
            +
            It returns the name of \fB/reference/pseudo_column\fP \fB_score\fP\&.
         
     | 
| 
       26483 
26549 
     | 
    
         
             
            .sp
         
     | 
| 
       26484 
26550 
     | 
    
         
             
            It is useful to use with \fBGRN_COLUMN_NAME_SCORE_LEN\fP like
         
     | 
| 
       26485 
26551 
     | 
    
         
             
            the following:
         
     | 
| 
         @@ -26500,14 +26566,14 @@ Since 3.1.1. 
     | 
|
| 
       26500 
26566 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26501 
26567 
     | 
    
         
             
            .TP
         
     | 
| 
       26502 
26568 
     | 
    
         
             
            .B GRN_COLUMN_NAME_SCORE_LEN
         
     | 
| 
       26503 
     | 
    
         
            -
            It returns the byte size of \fBGRN_COLUMN_NAME_SCORE\fP 
     | 
| 
      
 26569 
     | 
    
         
            +
            It returns the byte size of \fBGRN_COLUMN_NAME_SCORE\fP\&.
         
     | 
| 
       26504 
26570 
     | 
    
         
             
            .sp
         
     | 
| 
       26505 
26571 
     | 
    
         
             
            Since 3.1.1.
         
     | 
| 
       26506 
26572 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26507 
26573 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26508 
26574 
     | 
    
         
             
            .TP
         
     | 
| 
       26509 
26575 
     | 
    
         
             
            .B GRN_COLUMN_NAME_NSUBRECS
         
     | 
| 
       26510 
     | 
    
         
            -
            It returns the name of \fB/reference/pseudo_column\fP \fB_nsubrecs\fP 
     | 
| 
      
 26576 
     | 
    
         
            +
            It returns the name of \fB/reference/pseudo_column\fP \fB_nsubrecs\fP\&.
         
     | 
| 
       26511 
26577 
     | 
    
         
             
            .sp
         
     | 
| 
       26512 
26578 
     | 
    
         
             
            It is useful to use with \fBGRN_COLUMN_NAME_NSUBRECS_LEN\fP like
         
     | 
| 
       26513 
26579 
     | 
    
         
             
            the following:
         
     | 
| 
         @@ -26528,7 +26594,7 @@ Since 3.1.1. 
     | 
|
| 
       26528 
26594 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26529 
26595 
     | 
    
         
             
            .TP
         
     | 
| 
       26530 
26596 
     | 
    
         
             
            .B GRN_COLUMN_NAME_NSUBRECS_LEN
         
     | 
| 
       26531 
     | 
    
         
            -
            It returns the byte size of \fBGRN_COLUMN_NAME_NSUBRECS\fP 
     | 
| 
      
 26597 
     | 
    
         
            +
            It returns the byte size of \fBGRN_COLUMN_NAME_NSUBRECS\fP\&.
         
     | 
| 
       26532 
26598 
     | 
    
         
             
            .sp
         
     | 
| 
       26533 
26599 
     | 
    
         
             
            Since 3.1.1.
         
     | 
| 
       26534 
26600 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
         @@ -26719,7 +26785,7 @@ TODO... 
     | 
|
| 
       26719 
26785 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       26720 
26786 
     | 
    
         
             
            デフォルトの閾値。(例: \fImatch\-escalation\-threshold\fP)
         
     | 
| 
       26721 
26787 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       26722 
     | 
    
         
            -
            デフォルトのコマンドバージョン。( \fB/reference/ 
     | 
| 
      
 26788 
     | 
    
         
            +
            デフォルトのコマンドバージョン。( \fB/reference/command/command_version\fP )を参照のこと。
         
     | 
| 
       26723 
26789 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26724 
26790 
     | 
    
         
             
            .sp
         
     | 
| 
       26725 
26791 
     | 
    
         
             
            \fBgrn_ctx\fP は基盤となる機能を提供します:
         
     | 
| 
         @@ -26765,7 +26831,7 @@ ctxを初期化します。 
     | 
|
| 
       26765 
26831 
     | 
    
         
             
            .B grn_rc grn_ctx_fin(grn_ctx\fI\ *ctx\fP)
         
     | 
| 
       26766 
26832 
     | 
    
         
             
            ctxの管理するメモリを解放し、使用を終了します。
         
     | 
| 
       26767 
26833 
     | 
    
         
             
            .sp
         
     | 
| 
       26768 
     | 
    
         
            -
            If \fBctx\fP is initialized by \fBgrn_ctx_open()\fP not \fBgrn_ctx_init()\fP 
     | 
| 
      
 26834 
     | 
    
         
            +
            If \fBctx\fP is initialized by \fBgrn_ctx_open()\fP not \fBgrn_ctx_init()\fP\&. You need also to call \fBgrn_ctx_close()\fP\&.
         
     | 
| 
       26769 
26835 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       26770 
26836 
     | 
    
         
             
            .TP
         
     | 
| 
       26771 
26837 
     | 
    
         
             
            .B パラメタ
         
     | 
| 
         @@ -26801,13 +26867,13 @@ If \fBctx\fP is initialized by \fBgrn_ctx_open()\fP not \fBgrn_ctx_init()\fP. Yo 
     | 
|
| 
       26801 
26867 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26802 
26868 
     | 
    
         
             
            .TP
         
     | 
| 
       26803 
26869 
     | 
    
         
             
            .B grn_rc grn_ctx_close(grn_ctx\fI\ *ctx\fP)
         
     | 
| 
       26804 
     | 
    
         
            -
            It calls \fBgrn_ctx_fin()\fP and frees allocated memory for \fBctx\fP by \fBgrn_ctx_open()\fP 
     | 
| 
      
 26870 
     | 
    
         
            +
            It calls \fBgrn_ctx_fin()\fP and frees allocated memory for \fBctx\fP by \fBgrn_ctx_open()\fP\&.
         
     | 
| 
       26805 
26871 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       26806 
26872 
     | 
    
         
             
            .TP
         
     | 
| 
       26807 
26873 
     | 
    
         
             
            .B パラメタ
         
     | 
| 
       26808 
26874 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       26809 
26875 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       26810 
     | 
    
         
            -
            \fBctx\fP \-\- no longer needed \fBgrn_ctx\fP 
     | 
| 
      
 26876 
     | 
    
         
            +
            \fBctx\fP \-\- no longer needed \fBgrn_ctx\fP\&.
         
     | 
| 
       26811 
26877 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26812 
26878 
     | 
    
         
             
            .TP
         
     | 
| 
       26813 
26879 
     | 
    
         
             
            .B 戻り値
         
     | 
| 
         @@ -26916,7 +26982,7 @@ TODO... 
     | 
|
| 
       26916 
26982 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26917 
26983 
     | 
    
         
             
            .TP
         
     | 
| 
       26918 
26984 
     | 
    
         
             
            .B grn_db_create_optarg
         
     | 
| 
       26919 
     | 
    
         
            -
            It is used for specifying options for \fBgrn_db_create()\fP 
     | 
| 
      
 26985 
     | 
    
         
            +
            It is used for specifying options for \fBgrn_db_create()\fP\&.
         
     | 
| 
       26920 
26986 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       26921 
26987 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       26922 
26988 
     | 
    
         
             
            .TP
         
     | 
| 
         @@ -27064,7 +27130,7 @@ is a list of what expression can do: 
     | 
|
| 
       27064 
27130 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       27065 
27131 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27066 
27132 
     | 
    
         
             
            Expression can apply some operations to a record by
         
     | 
| 
       27067 
     | 
    
         
            -
            \fBgrn_expr_exec()\fP 
     | 
| 
      
 27133 
     | 
    
         
            +
            \fBgrn_expr_exec()\fP\&.
         
     | 
| 
       27068 
27134 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27069 
27135 
     | 
    
         
             
            Expression can represents search condition. \fBgrn_table_select()\fP
         
     | 
| 
       27070 
27136 
     | 
    
         
             
            can select records that match against the search condition represented
         
     | 
| 
         @@ -27130,31 +27196,31 @@ TODO... 
     | 
|
| 
       27130 
27196 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       27131 
27197 
     | 
    
         
             
            .TP
         
     | 
| 
       27132 
27198 
     | 
    
         
             
            .B grn_rc grn_expr_syntax_escape(grn_ctx\fI\ *ctx\fP, const char\fI\ *string\fP, int\fI\ string_size\fP, const char\fI\ *target_characters\fP, char\fI\ escape_character\fP, grn_obj\fI\ *escaped_string\fP)
         
     | 
| 
       27133 
     | 
    
         
            -
            Escapes \fBtarget_characters\fP in \fBstring\fP by \fBescape_character\fP 
     | 
| 
      
 27199 
     | 
    
         
            +
            Escapes \fBtarget_characters\fP in \fBstring\fP by \fBescape_character\fP\&.
         
     | 
| 
       27134 
27200 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       27135 
27201 
     | 
    
         
             
            .TP
         
     | 
| 
       27136 
27202 
     | 
    
         
             
            .B パラメタ
         
     | 
| 
       27137 
27203 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       27138 
27204 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27139 
     | 
    
         
            -
            \fBctx\fP \-\- Its encoding must be the same encoding of \fBstring\fP 
     | 
| 
       27140 
     | 
    
         
            -
            It is used for allocating buffer for \fBescaped_string\fP 
     | 
| 
      
 27205 
     | 
    
         
            +
            \fBctx\fP \-\- Its encoding must be the same encoding of \fBstring\fP\&.
         
     | 
| 
      
 27206 
     | 
    
         
            +
            It is used for allocating buffer for \fBescaped_string\fP\&.
         
     | 
| 
       27141 
27207 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27142 
27208 
     | 
    
         
             
            \fBstring\fP \-\- String expression representation.
         
     | 
| 
       27143 
27209 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27144 
     | 
    
         
            -
            \fBstring_size\fP \-\- The byte size of \fBstring\fP 
     | 
| 
      
 27210 
     | 
    
         
            +
            \fBstring_size\fP \-\- The byte size of \fBstring\fP\&. \fB\-1\fP means \fBstring\fP
         
     | 
| 
       27145 
27211 
     | 
    
         
             
            is NULL terminated string.
         
     | 
| 
       27146 
27212 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27147 
27213 
     | 
    
         
             
            \fBtarget_characters\fP \-\- NULL terminated escape target characters.
         
     | 
| 
       27148 
27214 
     | 
    
         
             
            For example, \fB"+\-><~*()\e"\e\e:"\fP is
         
     | 
| 
       27149 
27215 
     | 
    
         
             
            \fBtarget_characters\fP for
         
     | 
| 
       27150 
     | 
    
         
            -
            \fB/reference/grn_expr/query_syntax\fP 
     | 
| 
      
 27216 
     | 
    
         
            +
            \fB/reference/grn_expr/query_syntax\fP\&.
         
     | 
| 
       27151 
27217 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27152 
27218 
     | 
    
         
             
            \fBescape_character\fP \-\- The character to use escape a character in
         
     | 
| 
       27153 
     | 
    
         
            -
            \fBtarget_characters\fP 
     | 
| 
      
 27219 
     | 
    
         
            +
            \fBtarget_characters\fP\&. For example, \fB\e\e\fP
         
     | 
| 
       27154 
27220 
     | 
    
         
             
            (backslash) is \fBescaped_character\fP for
         
     | 
| 
       27155 
     | 
    
         
            -
            \fB/reference/grn_expr/query_syntax\fP 
     | 
| 
      
 27221 
     | 
    
         
            +
            \fB/reference/grn_expr/query_syntax\fP\&.
         
     | 
| 
       27156 
27222 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27157 
     | 
    
         
            -
            \fBescaped_string\fP \-\- The output of escaped \fBstring\fP 
     | 
| 
      
 27223 
     | 
    
         
            +
            \fBescaped_string\fP \-\- The output of escaped \fBstring\fP\&. It should be
         
     | 
| 
       27158 
27224 
     | 
    
         
             
            text typed bulk.
         
     | 
| 
       27159 
27225 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       27160 
27226 
     | 
    
         
             
            .TP
         
     | 
| 
         @@ -27171,15 +27237,15 @@ text typed bulk. 
     | 
|
| 
       27171 
27237 
     | 
    
         
             
            .B パラメタ
         
     | 
| 
       27172 
27238 
     | 
    
         
             
            .INDENT 7.0
         
     | 
| 
       27173 
27239 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27174 
     | 
    
         
            -
            \fBctx\fP \-\- Its encoding must be the same encoding of \fBquery\fP 
     | 
| 
       27175 
     | 
    
         
            -
            It is used for allocating buffer for \fBescaped_query\fP 
     | 
| 
      
 27240 
     | 
    
         
            +
            \fBctx\fP \-\- Its encoding must be the same encoding of \fBquery\fP\&.
         
     | 
| 
      
 27241 
     | 
    
         
            +
            It is used for allocating buffer for \fBescaped_query\fP\&.
         
     | 
| 
       27176 
27242 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27177 
27243 
     | 
    
         
             
            \fBquery\fP \-\- \fB/reference/grn_expr/query_syntax\fP にある文字列式の表現。
         
     | 
| 
       27178 
27244 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27179 
     | 
    
         
            -
            \fBquery_size\fP \-\- The byte size of \fBquery\fP 
     | 
| 
      
 27245 
     | 
    
         
            +
            \fBquery_size\fP \-\- The byte size of \fBquery\fP\&. \fB\-1\fP means \fBquery\fP
         
     | 
| 
       27180 
27246 
     | 
    
         
             
            is NULL terminated string.
         
     | 
| 
       27181 
27247 
     | 
    
         
             
            .IP \(bu 2
         
     | 
| 
       27182 
     | 
    
         
            -
            \fBescaped_query\fP \-\- The output of escaped \fBquery\fP 
     | 
| 
      
 27248 
     | 
    
         
            +
            \fBescaped_query\fP \-\- The output of escaped \fBquery\fP\&. It should be
         
     | 
| 
       27183 
27249 
     | 
    
         
             
            text typed bulk.
         
     | 
| 
       27184 
27250 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       27185 
27251 
     | 
    
         
             
            .TP
         
     | 
| 
         @@ -29620,9 +29686,9 @@ sudo sysctl \-w vm.max_map_count=65536 で一時的に vm.max_map_count を調 
     | 
|
| 
       29620 
29686 
     | 
    
         
             
            .sp
         
     | 
| 
       29621 
29687 
     | 
    
         
             
            Travis CIは64\-bit版のUbuntu 12.04 LTS サーバ版を使っています。( \fI\%Travis CI: About Travis CI Environment\fP 参照。)Travis CIにGroongaをインストールするために、Groongaプロジェクトが提供しているUbuntu 12.04 LTS用のapt\-lineを使えます。
         
     | 
| 
       29622 
29688 
     | 
    
         
             
            .sp
         
     | 
| 
       29623 
     | 
    
         
            -
            \fB 
     | 
| 
      
 29689 
     | 
    
         
            +
            \fB\&.travis.yml\fP でビルド方法を変更することができます。( \fI\%Travis CI: Conifugration your Travis CI build with .travis.yml\fP 参照。) \fBbefore_install\fP フックまたは \fBinstall\fP フックを使います。もし、Travis CIがサポートしている言語(例えばRuby)を使ったソフトウェアの場合は \fBbefore_install\fP を使います。そうでない場合は \fBinstall\fP を使います。
         
     | 
| 
       29624 
29690 
     | 
    
         
             
            .sp
         
     | 
| 
       29625 
     | 
    
         
            -
            以下の \fBbefore_install\fP の設定を \fB 
     | 
| 
      
 29691 
     | 
    
         
            +
            以下の \fBbefore_install\fP の設定を \fB\&.travis.yml\fP に加えます:
         
     | 
| 
       29626 
29692 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       29627 
29693 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       29628 
29694 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -29728,9 +29794,9 @@ doc/source/*.txtを更新したら、翻訳を始めます。 
     | 
|
| 
       29728 
29794 
     | 
    
         
             
            .IP 1. 3
         
     | 
| 
       29729 
29795 
     | 
    
         
             
            Groongaのリポジトリをcloneします。
         
     | 
| 
       29730 
29796 
     | 
    
         
             
            .IP 2. 3
         
     | 
| 
       29731 
     | 
    
         
            -
             
     | 
| 
      
 29797 
     | 
    
         
            +
            \&.poファイルを更新します。
         
     | 
| 
       29732 
29798 
     | 
    
         
             
            .IP 3. 3
         
     | 
| 
       29733 
     | 
    
         
            -
             
     | 
| 
      
 29799 
     | 
    
         
            +
            \&.poファイルを編集します。
         
     | 
| 
       29734 
29800 
     | 
    
         
             
            .IP 4. 3
         
     | 
| 
       29735 
29801 
     | 
    
         
             
            HTMLファイルを生成します。
         
     | 
| 
       29736 
29802 
     | 
    
         
             
            .IP 5. 3
         
     | 
| 
         @@ -29795,7 +29861,7 @@ cloneした後はconfigureする必要があります。: 
     | 
|
| 
       29795 
29861 
     | 
    
         
             
            この作業は初回セットアップ時のみだけの作業です。
         
     | 
| 
       29796 
29862 
     | 
    
         
             
            .sp
         
     | 
| 
       29797 
29863 
     | 
    
         
             
            以上の作業で問題があった場合は、 \fI\%http://packages.groonga.org/source/groonga/\fP にあるソースファイルを利用してもよいです。
         
     | 
| 
       29798 
     | 
    
         
            -
            .SS  
     | 
| 
      
 29864 
     | 
    
         
            +
            .SS \&.poファイルの更新の仕方
         
     | 
| 
       29799 
29865 
     | 
    
         
             
            .sp
         
     | 
| 
       29800 
29866 
     | 
    
         
             
            doc/locale/${LANGUAGE}/LC_MESSAGESディレクトリで \fImake update\fP を実行すると.poファイルを更新できます。(\fI${LANGUAGE}\fP は\(aqja\(aqなど自分の言語の言語コードに置き換えてください。):
         
     | 
| 
       29801 
29867 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
         @@ -29809,16 +29875,16 @@ doc/locale/${LANGUAGE}/LC_MESSAGESディレクトリで \fImake update\fP を実 
     | 
|
| 
       29809 
29875 
     | 
    
         
             
            .fi
         
     | 
| 
       29810 
29876 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       29811 
29877 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       29812 
     | 
    
         
            -
            .SS  
     | 
| 
      
 29878 
     | 
    
         
            +
            .SS \&.poの編集の仕方
         
     | 
| 
       29813 
29879 
     | 
    
         
             
            .sp
         
     | 
| 
       29814 
     | 
    
         
            -
             
     | 
| 
      
 29880 
     | 
    
         
            +
            \&.poファイルを編集するためのツールがあります。.poファイルは単なるテキストなので好きなエディタで編集できます。以下は.poファイルの編集に特化したエディタのリストです。
         
     | 
| 
       29815 
29881 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       29816 
29882 
     | 
    
         
             
            .TP
         
     | 
| 
       29817 
29883 
     | 
    
         
             
            .B Emacs\(aqs \fI\%po\-mode\fP
         
     | 
| 
       29818 
29884 
     | 
    
         
             
            gettextに同梱されています。
         
     | 
| 
       29819 
29885 
     | 
    
         
             
            .TP
         
     | 
| 
       29820 
29886 
     | 
    
         
             
            .B \fI\%Poedit\fP
         
     | 
| 
       29821 
     | 
    
         
            -
             
     | 
| 
      
 29887 
     | 
    
         
            +
            \&.po専用エディタです。たくさんのプラットフォームで動作します。
         
     | 
| 
       29822 
29888 
     | 
    
         
             
            .TP
         
     | 
| 
       29823 
29889 
     | 
    
         
             
            .B gted
         
     | 
| 
       29824 
29890 
     | 
    
         
             
            これも.po専用エディタです。Eclipseプラグインとして実装されています。
         
     | 
| 
         @@ -29854,7 +29920,7 @@ doc/locale/${LANGUAGE}ディレクトリで \fImake html\fP を実行すると 
     | 
|
| 
       29854 
29920 
     | 
    
         
             
            \fBノート:\fP
         
     | 
| 
       29855 
29921 
     | 
    
         
             
            .INDENT 0.0
         
     | 
| 
       29856 
29922 
     | 
    
         
             
            .INDENT 3.5
         
     | 
| 
       29857 
     | 
    
         
            -
             
     | 
| 
      
 29923 
     | 
    
         
            +
            \&.moファイルは \fImake html\fP で自動的に更新されるので、.moファイルのことを気にする必要はありません。
         
     | 
| 
       29858 
29924 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       29859 
29925 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       29860 
29926 
     | 
    
         
             
            .SS HTML出力の確認の仕方
         
     | 
| 
         @@ -29921,7 +29987,7 @@ pull requestの送り方 
     | 
|
| 
       29921 
29987 
     | 
    
         
             
            \fB/community\fP に連絡先の情報があります。
         
     | 
| 
       29922 
29988 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       29923 
29989 
     | 
    
         
             
            .UNINDENT
         
     | 
| 
       29924 
     | 
    
         
            -
            .SS  
     | 
| 
      
 29990 
     | 
    
         
            +
            .SS \&.poファイルの送り方
         
     | 
| 
       29925 
29991 
     | 
    
         
             
            .sp
         
     | 
| 
       29926 
29992 
     | 
    
         
             
            doc/locale/${LANGUAGE}/LC_MESSAGES/以下を.tar.gzや.zipなどでアーカイブにしてGroongaプロジェクトに送ってください!(\fI${LANGUAGE}\fP は\(aqja\(aqなど自分の言語の言語コードに置き換えてください。)こちらでアーカイブの中の内容をマージします。
         
     | 
| 
       29927 
29993 
     | 
    
         
             
            .sp
         
     | 
| 
         @@ -31616,6 +31682,6 @@ configureは1度のみ実行する必要があります。 
     | 
|
| 
       31616 
31682 
     | 
    
         
             
            .SH AUTHOR
         
     | 
| 
       31617 
31683 
     | 
    
         
             
            Groonga Project
         
     | 
| 
       31618 
31684 
     | 
    
         
             
            .SH COPYRIGHT
         
     | 
| 
       31619 
     | 
    
         
            -
            2009- 
     | 
| 
      
 31685 
     | 
    
         
            +
            2009-2014, Brazil, Inc
         
     | 
| 
       31620 
31686 
     | 
    
         
             
            .\" Generated by docutils manpage writer.
         
     | 
| 
       31621 
31687 
     | 
    
         
             
            .
         
     |