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
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>13.2.2. 国際化 — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>13.2.2. 国際化 — Groonga v3.1.1-89-g7f6fcaeドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,12 +26,12 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="../../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcaeドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="13.2. ドキュメント関連のコントリビュート方法" href="../documentation.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="13.3. groonga開発者向け情報" href="../development.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="13.2.1. C API" href="c-api.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 34 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       36 
36 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       37 
37 
     | 
    
         
             
                <a id="top-link" href="../../index.html">
         
     | 
| 
         @@ -49,7 +49,7 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
            </div>
         
     | 
| 
       50 
50 
     | 
    
         | 
| 
       51 
51 
     | 
    
         | 
| 
       52 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       53 
53 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       54 
54 
     | 
    
         
             
                  <ul>
         
     | 
| 
       55 
55 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="c-api.html" title="13.2.1. C API"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../documentation.html" accesskey="U">13.2. ドキュメント関連のコントリビュート方法</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -70,7 +70,7 @@ 
     | 
|
| 
       70 
70 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       71 
71 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       72 
72 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       73 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 73 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
75 
     | 
    
         
             
              <div class="section" id="i18n">
         
     | 
| 
       76 
76 
     | 
    
         
             
            <h1>13.2.2. 国際化<a class="headerlink" href="#i18n" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
         @@ -234,7 +234,7 @@ 
     | 
|
| 
       234 
234 
     | 
    
         
             
                      </div>
         
     | 
| 
       235 
235 
     | 
    
         
             
                    </div>
         
     | 
| 
       236 
236 
     | 
    
         
             
                  </div>
         
     | 
| 
       237 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 237 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       238 
238 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       239 
239 
     | 
    
         
             
              <h3><a href="../../index.html">目次</a></h3>
         
     | 
| 
       240 
240 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -262,12 +262,14 @@ 
     | 
|
| 
       262 
262 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       263 
263 
     | 
    
         
             
              <p class="topless"><a href="../development.html"
         
     | 
| 
       264 
264 
     | 
    
         
             
                                    title="次の章へ">13.3. groonga開発者向け情報</a></p>
         
     | 
| 
       265 
     | 
    
         
            -
              < 
     | 
| 
       266 
     | 
    
         
            -
             
     | 
| 
       267 
     | 
    
         
            -
                < 
     | 
| 
       268 
     | 
    
         
            -
             
     | 
| 
       269 
     | 
    
         
            -
             
     | 
| 
       270 
     | 
    
         
            -
             
     | 
| 
      
 265 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 266 
     | 
    
         
            +
                <h3>このページ</h3>
         
     | 
| 
      
 267 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 268 
     | 
    
         
            +
                  <li><a href="../../_sources/contribution/documentation/i18n.txt"
         
     | 
| 
      
 269 
     | 
    
         
            +
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
      
 270 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 271 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 272 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       271 
273 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       272 
274 
     | 
    
         
             
                <form class="search" action="../../search.html" method="get">
         
     | 
| 
       273 
275 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -284,7 +286,7 @@ 
     | 
|
| 
       284 
286 
     | 
    
         
             
                  </div>
         
     | 
| 
       285 
287 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       286 
288 
     | 
    
         
             
                </div>
         
     | 
| 
       287 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 289 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       288 
290 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       289 
291 
     | 
    
         
             
                  <ul>
         
     | 
| 
       290 
292 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -296,13 +298,13 @@ 
     | 
|
| 
       296 
298 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       297 
299 
     | 
    
         
             
                      <a href="c-api.html" title="13.2.1. C API"
         
     | 
| 
       298 
300 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       299 
     | 
    
         
            -
                    <li><a href="../../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
      
 301 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li>
         
     | 
| 
       300 
302 
     | 
    
         
             
                      <li><a href="../../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li>
         
     | 
| 
       301 
303 
     | 
    
         
             
                      <li><a href="../documentation.html" >13.2. ドキュメント関連のコントリビュート方法</a> »</li> 
         
     | 
| 
       302 
304 
     | 
    
         
             
                  </ul>
         
     | 
| 
       303 
305 
     | 
    
         
             
                </div>
         
     | 
| 
       304 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       305 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 306 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 307 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       306 
308 
     | 
    
         
             
                </div>
         
     | 
| 
       307 
309 
     | 
    
         
             
              </body>
         
     | 
| 
       308 
310 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>13.1. バグレポートの送り方 — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>13.1. バグレポートの送り方 — Groonga v3.1.1-89-g7f6fcaeドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,12 +26,12 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcaeドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="13.2. ドキュメント関連のコントリビュート方法" href="documentation.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="13. Groongaへのコントリビュート方法" href="../contribution.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 34 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       36 
36 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       37 
37 
     | 
    
         
             
                <a id="top-link" href="../index.html">
         
     | 
| 
         @@ -49,7 +49,7 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
            </div>
         
     | 
| 
       50 
50 
     | 
    
         | 
| 
       51 
51 
     | 
    
         | 
| 
       52 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       53 
53 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       54 
54 
     | 
    
         
             
                  <ul>
         
     | 
| 
       55 
55 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../contribution.html" accesskey="U">13. Groongaへのコントリビュート方法</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -69,7 +69,7 @@ 
     | 
|
| 
       69 
69 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       70 
70 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       71 
71 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       72 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 72 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="how-to-report-a-bug">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <h1>13.1. バグレポートの送り方<a class="headerlink" href="#how-to-report-a-bug" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
         @@ -97,7 +97,7 @@ 
     | 
|
| 
       97 
97 
     | 
    
         
             
                      </div>
         
     | 
| 
       98 
98 
     | 
    
         
             
                    </div>
         
     | 
| 
       99 
99 
     | 
    
         
             
                  </div>
         
     | 
| 
       100 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 100 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       101 
101 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       102 
102 
     | 
    
         
             
              <h3><a href="../index.html">目次</a></h3>
         
     | 
| 
       103 
103 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -114,12 +114,14 @@ 
     | 
|
| 
       114 
114 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       115 
115 
     | 
    
         
             
              <p class="topless"><a href="documentation.html"
         
     | 
| 
       116 
116 
     | 
    
         
             
                                    title="次の章へ">13.2. ドキュメント関連のコントリビュート方法</a></p>
         
     | 
| 
       117 
     | 
    
         
            -
              < 
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
                < 
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
             
     | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
      
 117 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 118 
     | 
    
         
            +
                <h3>このページ</h3>
         
     | 
| 
      
 119 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 120 
     | 
    
         
            +
                  <li><a href="../_sources/contribution/report.txt"
         
     | 
| 
      
 121 
     | 
    
         
            +
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
      
 122 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 123 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       123 
125 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       124 
126 
     | 
    
         
             
                <form class="search" action="../search.html" method="get">
         
     | 
| 
       125 
127 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -136,7 +138,7 @@ 
     | 
|
| 
       136 
138 
     | 
    
         
             
                  </div>
         
     | 
| 
       137 
139 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       138 
140 
     | 
    
         
             
                </div>
         
     | 
| 
       139 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 141 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       140 
142 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       141 
143 
     | 
    
         
             
                  <ul>
         
     | 
| 
       142 
144 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -148,12 +150,12 @@ 
     | 
|
| 
       148 
150 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       149 
151 
     | 
    
         
             
                      <a href="../contribution.html" title="13. Groongaへのコントリビュート方法"
         
     | 
| 
       150 
152 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       151 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
      
 153 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li>
         
     | 
| 
       152 
154 
     | 
    
         
             
                      <li><a href="../contribution.html" >13. Groongaへのコントリビュート方法</a> »</li> 
         
     | 
| 
       153 
155 
     | 
    
         
             
                  </ul>
         
     | 
| 
       154 
156 
     | 
    
         
             
                </div>
         
     | 
| 
       155 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       156 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 157 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 158 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       157 
159 
     | 
    
         
             
                </div>
         
     | 
| 
       158 
160 
     | 
    
         
             
              </body>
         
     | 
| 
       159 
161 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>12. 開発 — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12. 開発 — Groonga v3.1.1-89-g7f6fcaeドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,11 +26,11 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcaeドキュメント" href="index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="12.1. Travis CI" href="development/travis-ci.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="11.2. mmap Cannot allocate memoryエラーを回避するには" href="troubleshooting/mmap_cannot_allocate_memory.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 33 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       35 
35 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       36 
36 
     | 
    
         
             
                <a id="top-link" href="index.html">
         
     | 
| 
         @@ -48,7 +48,7 @@ 
     | 
|
| 
       48 
48 
     | 
    
         
             
            </div>
         
     | 
| 
       49 
49 
     | 
    
         | 
| 
       50 
50 
     | 
    
         | 
| 
       51 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 51 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       52 
52 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       53 
53 
     | 
    
         
             
                  <ul>
         
     | 
| 
       54 
54 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -60,14 +60,14 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li> 
         
     | 
| 
       64 
64 
     | 
    
         
             
                  </ul>
         
     | 
| 
       65 
65 
     | 
    
         
             
                </div>  
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
       67 
67 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       68 
68 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       69 
69 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       70 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 70 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       71 
71 
     | 
    
         | 
| 
       72 
72 
     | 
    
         
             
              <div class="section" id="development">
         
     | 
| 
       73 
73 
     | 
    
         
             
            <h1>12. 開発<a class="headerlink" href="#development" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
         @@ -87,7 +87,7 @@ 
     | 
|
| 
       87 
87 
     | 
    
         
             
                      </div>
         
     | 
| 
       88 
88 
     | 
    
         
             
                    </div>
         
     | 
| 
       89 
89 
     | 
    
         
             
                  </div>
         
     | 
| 
       90 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 90 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       91 
91 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       92 
92 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       93 
93 
     | 
    
         
             
              <p class="topless"><a href="troubleshooting/mmap_cannot_allocate_memory.html"
         
     | 
| 
         @@ -95,12 +95,14 @@ 
     | 
|
| 
       95 
95 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       96 
96 
     | 
    
         
             
              <p class="topless"><a href="development/travis-ci.html"
         
     | 
| 
       97 
97 
     | 
    
         
             
                                    title="次の章へ">12.1. Travis CI</a></p>
         
     | 
| 
       98 
     | 
    
         
            -
              < 
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
                < 
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
      
 98 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 99 
     | 
    
         
            +
                <h3>このページ</h3>
         
     | 
| 
      
 100 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 101 
     | 
    
         
            +
                  <li><a href="_sources/development.txt"
         
     | 
| 
      
 102 
     | 
    
         
            +
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
      
 103 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 104 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 105 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       104 
106 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       105 
107 
     | 
    
         
             
                <form class="search" action="search.html" method="get">
         
     | 
| 
       106 
108 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -117,7 +119,7 @@ 
     | 
|
| 
       117 
119 
     | 
    
         
             
                  </div>
         
     | 
| 
       118 
120 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       119 
121 
     | 
    
         
             
                </div>
         
     | 
| 
       120 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 122 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       121 
123 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       122 
124 
     | 
    
         
             
                  <ul>
         
     | 
| 
       123 
125 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -129,11 +131,11 @@ 
     | 
|
| 
       129 
131 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       130 
132 
     | 
    
         
             
                      <a href="troubleshooting/mmap_cannot_allocate_memory.html" title="11.2. mmap Cannot allocate memoryエラーを回避するには"
         
     | 
| 
       131 
133 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       132 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
      
 134 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li> 
         
     | 
| 
       133 
135 
     | 
    
         
             
                  </ul>
         
     | 
| 
       134 
136 
     | 
    
         
             
                </div>
         
     | 
| 
       135 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       136 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 137 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 138 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       137 
139 
     | 
    
         
             
                </div>
         
     | 
| 
       138 
140 
     | 
    
         
             
              </body>
         
     | 
| 
       139 
141 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>12.1. Travis CI — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.1. Travis CI — Groonga v3.1.1-89-g7f6fcaeドキュメント</title>
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
12 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
         
     | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -15,7 +15,7 @@ 
     | 
|
| 
       15 
15 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       16 
16 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       17 
17 
     | 
    
         
             
                    URL_ROOT:    '../',
         
     | 
| 
       18 
     | 
    
         
            -
                    VERSION:     '3.1.1',
         
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -26,12 +26,12 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcaeドキュメント" href="../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="12. 開発" href="../development.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="13. Groongaへのコントリビュート方法" href="../contribution.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="12. 開発" href="../development.html" /> 
         
     | 
| 
       33 
33 
     | 
    
         
             
              </head>
         
     | 
| 
       34 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 34 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       35 
35 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       36 
36 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       37 
37 
     | 
    
         
             
                <a id="top-link" href="../index.html">
         
     | 
| 
         @@ -49,7 +49,7 @@ 
     | 
|
| 
       49 
49 
     | 
    
         
             
            </div>
         
     | 
| 
       50 
50 
     | 
    
         | 
| 
       51 
51 
     | 
    
         | 
| 
       52 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 52 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       53 
53 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       54 
54 
     | 
    
         
             
                  <ul>
         
     | 
| 
       55 
55 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="../development.html" title="12. 開発"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../development.html" accesskey="U">12. 開発</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -69,7 +69,7 @@ 
     | 
|
| 
       69 
69 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       70 
70 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       71 
71 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       72 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 72 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="travis-ci">
         
     | 
| 
       75 
75 
     | 
    
         
             
            <h1>12.1. Travis CI<a class="headerlink" href="#travis-ci" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
         @@ -124,7 +124,7 @@ 
     | 
|
| 
       124 
124 
     | 
    
         
             
                      </div>
         
     | 
| 
       125 
125 
     | 
    
         
             
                    </div>
         
     | 
| 
       126 
126 
     | 
    
         
             
                  </div>
         
     | 
| 
       127 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 127 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       128 
128 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       129 
129 
     | 
    
         
             
              <h3><a href="../index.html">目次</a></h3>
         
     | 
| 
       130 
130 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -141,12 +141,14 @@ 
     | 
|
| 
       141 
141 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       142 
142 
     | 
    
         
             
              <p class="topless"><a href="../contribution.html"
         
     | 
| 
       143 
143 
     | 
    
         
             
                                    title="次の章へ">13. Groongaへのコントリビュート方法</a></p>
         
     | 
| 
       144 
     | 
    
         
            -
              < 
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
                < 
     | 
| 
       147 
     | 
    
         
            -
             
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
      
 144 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 145 
     | 
    
         
            +
                <h3>このページ</h3>
         
     | 
| 
      
 146 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 147 
     | 
    
         
            +
                  <li><a href="../_sources/development/travis-ci.txt"
         
     | 
| 
      
 148 
     | 
    
         
            +
                        rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
      
 149 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 150 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 151 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       150 
152 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       151 
153 
     | 
    
         
             
                <form class="search" action="../search.html" method="get">
         
     | 
| 
       152 
154 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -163,7 +165,7 @@ 
     | 
|
| 
       163 
165 
     | 
    
         
             
                  </div>
         
     | 
| 
       164 
166 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       165 
167 
     | 
    
         
             
                </div>
         
     | 
| 
       166 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 168 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       167 
169 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       168 
170 
     | 
    
         
             
                  <ul>
         
     | 
| 
       169 
171 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -175,12 +177,12 @@ 
     | 
|
| 
       175 
177 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       176 
178 
     | 
    
         
             
                      <a href="../development.html" title="12. 開発"
         
     | 
| 
       177 
179 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       178 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1.1ドキュメント</a> »</li>
         
     | 
| 
      
 180 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li>
         
     | 
| 
       179 
181 
     | 
    
         
             
                      <li><a href="../development.html" >12. 開発</a> »</li> 
         
     | 
| 
       180 
182 
     | 
    
         
             
                  </ul>
         
     | 
| 
       181 
183 
     | 
    
         
             
                </div>
         
     | 
| 
       182 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       183 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 184 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 185 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       184 
186 
     | 
    
         
             
                </div>
         
     | 
| 
       185 
187 
     | 
    
         
             
              </body>
         
     | 
| 
       186 
188 
     | 
    
         
             
            </html>
         
     | 
| 
         @@ -8,7 +8,7 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
              <head>
         
     | 
| 
       9 
9 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       10 
10 
     | 
    
         | 
| 
       11 
     | 
    
         
            -
                <title>索引 — Groonga v3.1.1ドキュメント</title>
         
     | 
| 
      
 11 
     | 
    
         
            +
                <title>索引 — Groonga v3.1.1-89-g7f6fcaeドキュメント</title>
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
13 
     | 
    
         
             
                <link rel="stylesheet" href="_static/groonga.css" type="text/css" />
         
     | 
| 
       14 
14 
     | 
    
         
             
                <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
         
     | 
| 
         @@ -16,7 +16,7 @@ 
     | 
|
| 
       16 
16 
     | 
    
         
             
                <script type="text/javascript">
         
     | 
| 
       17 
17 
     | 
    
         
             
                  var DOCUMENTATION_OPTIONS = {
         
     | 
| 
       18 
18 
     | 
    
         
             
                    URL_ROOT:    './',
         
     | 
| 
       19 
     | 
    
         
            -
                    VERSION:     '3.1.1',
         
     | 
| 
      
 19 
     | 
    
         
            +
                    VERSION:     '3.1.1-89-g7f6fcae',
         
     | 
| 
       20 
20 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       21 
21 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       22 
22 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -27,9 +27,9 @@ 
     | 
|
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <script type="text/javascript" src="_static/translations.js"></script>
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       30 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1ドキュメント" href="index.html" /> 
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcaeドキュメント" href="index.html" /> 
         
     | 
| 
       31 
31 
     | 
    
         
             
              </head>
         
     | 
| 
       32 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 32 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       33 
33 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       34 
34 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       35 
35 
     | 
    
         
             
                <a id="top-link" href="index.html">
         
     | 
| 
         @@ -47,27 +47,30 @@ 
     | 
|
| 
       47 
47 
     | 
    
         
             
            </div>
         
     | 
| 
       48 
48 
     | 
    
         | 
| 
       49 
49 
     | 
    
         | 
| 
       50 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 50 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       51 
51 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       52 
52 
     | 
    
         
             
                  <ul>
         
     | 
| 
       53 
53 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       54 
54 
     | 
    
         
             
                      <a href="#" title="総合索引"
         
     | 
| 
       55 
55 
     | 
    
         
             
                         accesskey="I">索引</a></li>
         
     | 
| 
       56 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
      
 56 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li> 
         
     | 
| 
       57 
57 
     | 
    
         
             
                  </ul>
         
     | 
| 
       58 
58 
     | 
    
         
             
                </div>  
         
     | 
| 
       59 
59 
     | 
    
         | 
| 
       60 
60 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       61 
61 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       62 
62 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       63 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 63 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       64 
64 
     | 
    
         | 
| 
       65 
65 
     | 
    
         | 
| 
       66 
66 
     | 
    
         
             
            <h1 id="index">索引</h1>
         
     | 
| 
       67 
67 
     | 
    
         | 
| 
       68 
68 
     | 
    
         
             
            <div class="genindex-jumpbox">
         
     | 
| 
       69 
69 
     | 
    
         
             
             <a href="#シンボル"><strong>シンボル</strong></a>
         
     | 
| 
      
 70 
     | 
    
         
            +
             | <a href="#C"><strong>C</strong></a>
         
     | 
| 
      
 71 
     | 
    
         
            +
             | <a href="#D"><strong>D</strong></a>
         
     | 
| 
       70 
72 
     | 
    
         
             
             | <a href="#G"><strong>G</strong></a>
         
     | 
| 
      
 73 
     | 
    
         
            +
             | <a href="#S"><strong>S</strong></a>
         
     | 
| 
       71 
74 
     | 
    
         
             
             | <a href="#シンボル"><strong>シンボル</strong></a>
         
     | 
| 
       72 
75 
     | 
    
         | 
| 
       73 
76 
     | 
    
         
             
            </div>
         
     | 
| 
         @@ -475,694 +478,766 @@ 
     | 
|
| 
       475 
478 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       476 
479 
     | 
    
         
             
            </tr></table>
         
     | 
| 
       477 
480 
     | 
    
         | 
| 
      
 481 
     | 
    
         
            +
            <h2 id="C">C</h2>
         
     | 
| 
      
 482 
     | 
    
         
            +
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
      
 483 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 484 
     | 
    
         
            +
                  
         
     | 
| 
      
 485 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 486 
     | 
    
         
            +
                command [args]
         
     | 
| 
      
 487 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 488 
     | 
    
         
            +
             
     | 
| 
      
 489 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 490 
     | 
    
         
            +
                    
         
     | 
| 
      
 491 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-command">コマンドラインオプション</a>
         
     | 
| 
      
 492 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 493 
     | 
    
         
            +
             
     | 
| 
      
 494 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 495 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 496 
     | 
    
         
            +
            </tr></table>
         
     | 
| 
      
 497 
     | 
    
         
            +
             
     | 
| 
      
 498 
     | 
    
         
            +
            <h2 id="D">D</h2>
         
     | 
| 
      
 499 
     | 
    
         
            +
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
      
 500 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 501 
     | 
    
         
            +
                  
         
     | 
| 
      
 502 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 503 
     | 
    
         
            +
                db
         
     | 
| 
      
 504 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 505 
     | 
    
         
            +
             
     | 
| 
      
 506 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 507 
     | 
    
         
            +
                    
         
     | 
| 
      
 508 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db">コマンドラインオプション</a>
         
     | 
| 
      
 509 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 510 
     | 
    
         
            +
             
     | 
| 
      
 511 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 512 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 513 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 514 
     | 
    
         
            +
                  
         
     | 
| 
      
 515 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 516 
     | 
    
         
            +
                dest
         
     | 
| 
      
 517 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 518 
     | 
    
         
            +
             
     | 
| 
      
 519 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 520 
     | 
    
         
            +
                    
         
     | 
| 
      
 521 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-dest">コマンドラインオプション</a>, <a href="reference/executables/grnslap.html#cmdoption-arg-dest">[1]</a>
         
     | 
| 
      
 522 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 523 
     | 
    
         
            +
             
     | 
| 
      
 524 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 525 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 526 
     | 
    
         
            +
            </tr></table>
         
     | 
| 
      
 527 
     | 
    
         
            +
             
     | 
| 
       478 
528 
     | 
    
         
             
            <h2 id="G">G</h2>
         
     | 
| 
       479 
529 
     | 
    
         
             
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
       480 
530 
     | 
    
         
             
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       481 
531 
     | 
    
         | 
| 
       482 
     | 
    
         
            -
              <dt><a href="reference/api/grn_type.html#grn_builtin_type">grn_builtin_type (C のデータ型)</a>
         
     | 
| 
      
 532 
     | 
    
         
            +
              <dt><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C のデータ型)</a>
         
     | 
| 
       483 
533 
     | 
    
         
             
              </dt>
         
     | 
| 
       484 
534 
     | 
    
         | 
| 
       485 
535 
     | 
    
         | 
| 
       486 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache">grn_cache (C のデータ型)</a>
         
     | 
| 
      
 536 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C のデータ型)</a>
         
     | 
| 
       487 
537 
     | 
    
         
             
              </dt>
         
     | 
| 
       488 
538 
     | 
    
         | 
| 
       489 
539 
     | 
    
         | 
| 
       490 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache_close">grn_cache_close (C の関数)</a>
         
     | 
| 
      
 540 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C の関数)</a>
         
     | 
| 
       491 
541 
     | 
    
         
             
              </dt>
         
     | 
| 
       492 
542 
     | 
    
         | 
| 
       493 
543 
     | 
    
         | 
| 
       494 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache_current_get">grn_cache_current_get (C の関数)</a>
         
     | 
| 
      
 544 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C の関数)</a>
         
     | 
| 
       495 
545 
     | 
    
         
             
              </dt>
         
     | 
| 
       496 
546 
     | 
    
         | 
| 
       497 
547 
     | 
    
         | 
| 
       498 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache_current_set">grn_cache_current_set (C の関数)</a>
         
     | 
| 
      
 548 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C の関数)</a>
         
     | 
| 
       499 
549 
     | 
    
         
             
              </dt>
         
     | 
| 
       500 
550 
     | 
    
         | 
| 
       501 
551 
     | 
    
         | 
| 
       502 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C の関数)</a>
         
     | 
| 
      
 552 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C の関数)</a>
         
     | 
| 
       503 
553 
     | 
    
         
             
              </dt>
         
     | 
| 
       504 
554 
     | 
    
         | 
| 
       505 
555 
     | 
    
         | 
| 
       506 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache_open">grn_cache_open (C の関数)</a>
         
     | 
| 
      
 556 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C の関数)</a>
         
     | 
| 
       507 
557 
     | 
    
         
             
              </dt>
         
     | 
| 
       508 
558 
     | 
    
         | 
| 
       509 
559 
     | 
    
         | 
| 
       510 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html#grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C の関数)</a>
         
     | 
| 
      
 560 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C の関数)</a>
         
     | 
| 
       511 
561 
     | 
    
         
             
              </dt>
         
     | 
| 
       512 
562 
     | 
    
         | 
| 
       513 
563 
     | 
    
         | 
| 
       514 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#grn_column_create">grn_column_create (C の関数)</a>
         
     | 
| 
      
 564 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C の関数)</a>
         
     | 
| 
       515 
565 
     | 
    
         
             
              </dt>
         
     | 
| 
       516 
566 
     | 
    
         | 
| 
       517 
567 
     | 
    
         | 
| 
       518 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#grn_column_index">grn_column_index (C の関数)</a>
         
     | 
| 
      
 568 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C の関数)</a>
         
     | 
| 
       519 
569 
     | 
    
         
             
              </dt>
         
     | 
| 
       520 
570 
     | 
    
         | 
| 
       521 
571 
     | 
    
         | 
| 
       522 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#grn_column_index_update">grn_column_index_update (C の関数)</a>
         
     | 
| 
      
 572 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C の関数)</a>
         
     | 
| 
       523 
573 
     | 
    
         
             
              </dt>
         
     | 
| 
       524 
574 
     | 
    
         | 
| 
       525 
575 
     | 
    
         | 
| 
       526 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#grn_column_name">grn_column_name (C の関数)</a>
         
     | 
| 
      
 576 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C の関数)</a>
         
     | 
| 
       527 
577 
     | 
    
         
             
              </dt>
         
     | 
| 
       528 
578 
     | 
    
         | 
| 
       529 
579 
     | 
    
         | 
| 
       530 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C のマクロ)</a>
         
     | 
| 
      
 580 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C のマクロ)</a>
         
     | 
| 
       531 
581 
     | 
    
         
             
              </dt>
         
     | 
| 
       532 
582 
     | 
    
         | 
| 
       533 
583 
     | 
    
         | 
| 
       534 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C のマクロ)</a>
         
     | 
| 
      
 584 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C のマクロ)</a>
         
     | 
| 
       535 
585 
     | 
    
         
             
              </dt>
         
     | 
| 
       536 
586 
     | 
    
         | 
| 
       537 
587 
     | 
    
         | 
| 
       538 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C のマクロ)</a>
         
     | 
| 
      
 588 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C のマクロ)</a>
         
     | 
| 
       539 
589 
     | 
    
         
             
              </dt>
         
     | 
| 
       540 
590 
     | 
    
         | 
| 
       541 
591 
     | 
    
         | 
| 
       542 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C のマクロ)</a>
         
     | 
| 
      
 592 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C のマクロ)</a>
         
     | 
| 
       543 
593 
     | 
    
         
             
              </dt>
         
     | 
| 
       544 
594 
     | 
    
         | 
| 
       545 
595 
     | 
    
         | 
| 
       546 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C のマクロ)</a>
         
     | 
| 
      
 596 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C のマクロ)</a>
         
     | 
| 
       547 
597 
     | 
    
         
             
              </dt>
         
     | 
| 
       548 
598 
     | 
    
         | 
| 
       549 
599 
     | 
    
         | 
| 
       550 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C のマクロ)</a>
         
     | 
| 
      
 600 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C のマクロ)</a>
         
     | 
| 
       551 
601 
     | 
    
         
             
              </dt>
         
     | 
| 
       552 
602 
     | 
    
         | 
| 
       553 
603 
     | 
    
         | 
| 
       554 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C のマクロ)</a>
         
     | 
| 
      
 604 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C のマクロ)</a>
         
     | 
| 
       555 
605 
     | 
    
         
             
              </dt>
         
     | 
| 
       556 
606 
     | 
    
         | 
| 
       557 
607 
     | 
    
         | 
| 
       558 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C のマクロ)</a>
         
     | 
| 
      
 608 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C のマクロ)</a>
         
     | 
| 
       559 
609 
     | 
    
         
             
              </dt>
         
     | 
| 
       560 
610 
     | 
    
         | 
| 
       561 
611 
     | 
    
         | 
| 
       562 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C のマクロ)</a>
         
     | 
| 
      
 612 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C のマクロ)</a>
         
     | 
| 
       563 
613 
     | 
    
         
             
              </dt>
         
     | 
| 
       564 
614 
     | 
    
         | 
| 
       565 
615 
     | 
    
         | 
| 
       566 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C のマクロ)</a>
         
     | 
| 
      
 616 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C のマクロ)</a>
         
     | 
| 
       567 
617 
     | 
    
         
             
              </dt>
         
     | 
| 
       568 
618 
     | 
    
         | 
| 
       569 
619 
     | 
    
         | 
| 
       570 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#grn_column_rename">grn_column_rename (C の関数)</a>
         
     | 
| 
      
 620 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C の関数)</a>
         
     | 
| 
       571 
621 
     | 
    
         
             
              </dt>
         
     | 
| 
       572 
622 
     | 
    
         | 
| 
       573 
623 
     | 
    
         | 
| 
       574 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html#grn_column_table">grn_column_table (C の関数)</a>
         
     | 
| 
      
 624 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C の関数)</a>
         
     | 
| 
       575 
625 
     | 
    
         
             
              </dt>
         
     | 
| 
       576 
626 
     | 
    
         | 
| 
       577 
627 
     | 
    
         | 
| 
       578 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html#grn_command_version">grn_command_version (C のデータ型)</a>
         
     | 
| 
      
 628 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C のデータ型)</a>
         
     | 
| 
       579 
629 
     | 
    
         
             
              </dt>
         
     | 
| 
       580 
630 
     | 
    
         | 
| 
       581 
631 
     | 
    
         | 
| 
       582 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html#GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C のマクロ)</a>
         
     | 
| 
      
 632 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C のマクロ)</a>
         
     | 
| 
       583 
633 
     | 
    
         
             
              </dt>
         
     | 
| 
       584 
634 
     | 
    
         | 
| 
       585 
635 
     | 
    
         | 
| 
       586 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html#GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C のマクロ)</a>
         
     | 
| 
      
 636 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C のマクロ)</a>
         
     | 
| 
       587 
637 
     | 
    
         
             
              </dt>
         
     | 
| 
       588 
638 
     | 
    
         | 
| 
       589 
639 
     | 
    
         | 
| 
       590 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html#GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C のマクロ)</a>
         
     | 
| 
      
 640 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C のマクロ)</a>
         
     | 
| 
       591 
641 
     | 
    
         
             
              </dt>
         
     | 
| 
       592 
642 
     | 
    
         | 
| 
       593 
643 
     | 
    
         | 
| 
       594 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx">grn_ctx (C のデータ型)</a>
         
     | 
| 
      
 644 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C のデータ型)</a>
         
     | 
| 
       595 
645 
     | 
    
         
             
              </dt>
         
     | 
| 
       596 
646 
     | 
    
         | 
| 
       597 
647 
     | 
    
         | 
| 
       598 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_at">grn_ctx_at (C の関数)</a>
         
     | 
| 
      
 648 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C の関数)</a>
         
     | 
| 
       599 
649 
     | 
    
         
             
              </dt>
         
     | 
| 
       600 
650 
     | 
    
         | 
| 
       601 
651 
     | 
    
         | 
| 
       602 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_close">grn_ctx_close (C の関数)</a>
         
     | 
| 
      
 652 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C の関数)</a>
         
     | 
| 
       603 
653 
     | 
    
         
             
              </dt>
         
     | 
| 
       604 
654 
     | 
    
         | 
| 
       605 
655 
     | 
    
         | 
| 
       606 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_db">grn_ctx_db (C の関数)</a>
         
     | 
| 
      
 656 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C の関数)</a>
         
     | 
| 
       607 
657 
     | 
    
         
             
              </dt>
         
     | 
| 
       608 
658 
     | 
    
         | 
| 
       609 
659 
     | 
    
         | 
| 
       610 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_fin">grn_ctx_fin (C の関数)</a>
         
     | 
| 
      
 660 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C の関数)</a>
         
     | 
| 
       611 
661 
     | 
    
         
             
              </dt>
         
     | 
| 
       612 
662 
     | 
    
         | 
| 
       613 
663 
     | 
    
         | 
| 
       614 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_get">grn_ctx_get (C の関数)</a>
         
     | 
| 
      
 664 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C の関数)</a>
         
     | 
| 
       615 
665 
     | 
    
         
             
              </dt>
         
     | 
| 
       616 
666 
     | 
    
         | 
| 
       617 
667 
     | 
    
         | 
| 
       618 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_get_command_version">grn_ctx_get_command_version (C の関数)</a>
         
     | 
| 
      
 668 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C の関数)</a>
         
     | 
| 
       619 
669 
     | 
    
         
             
              </dt>
         
     | 
| 
       620 
670 
     | 
    
         | 
| 
       621 
671 
     | 
    
         | 
| 
       622 
     | 
    
         
            -
              <dt><a href="reference/api/grn_match_escalation.html#grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C の関数)</a>
         
     | 
| 
      
 672 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C の関数)</a>
         
     | 
| 
       623 
673 
     | 
    
         
             
              </dt>
         
     | 
| 
       624 
674 
     | 
    
         | 
| 
       625 
675 
     | 
    
         | 
| 
       626 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_init">grn_ctx_init (C の関数)</a>
         
     | 
| 
      
 676 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C の関数)</a>
         
     | 
| 
       627 
677 
     | 
    
         
             
              </dt>
         
     | 
| 
       628 
678 
     | 
    
         | 
| 
       629 
679 
     | 
    
         | 
| 
       630 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_open">grn_ctx_open (C の関数)</a>
         
     | 
| 
      
 680 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C の関数)</a>
         
     | 
| 
       631 
681 
     | 
    
         
             
              </dt>
         
     | 
| 
       632 
682 
     | 
    
         | 
| 
       633 
683 
     | 
    
         | 
| 
       634 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_set_command_version">grn_ctx_set_command_version (C の関数)</a>
         
     | 
| 
      
 684 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C の関数)</a>
         
     | 
| 
       635 
685 
     | 
    
         
             
              </dt>
         
     | 
| 
       636 
686 
     | 
    
         | 
| 
       637 
687 
     | 
    
         | 
| 
       638 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_set_finalizer">grn_ctx_set_finalizer (C の関数)</a>
         
     | 
| 
      
 688 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C の関数)</a>
         
     | 
| 
       639 
689 
     | 
    
         
             
              </dt>
         
     | 
| 
       640 
690 
     | 
    
         | 
| 
       641 
691 
     | 
    
         | 
| 
       642 
     | 
    
         
            -
              <dt><a href="reference/api/grn_match_escalation.html#grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C の関数)</a>
         
     | 
| 
      
 692 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C の関数)</a>
         
     | 
| 
       643 
693 
     | 
    
         
             
              </dt>
         
     | 
| 
       644 
694 
     | 
    
         | 
| 
       645 
695 
     | 
    
         | 
| 
       646 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html#grn_ctx_use">grn_ctx_use (C の関数)</a>
         
     | 
| 
      
 696 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C の関数)</a>
         
     | 
| 
       647 
697 
     | 
    
         
             
              </dt>
         
     | 
| 
       648 
698 
     | 
    
         | 
| 
       649 
699 
     | 
    
         | 
| 
       650 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db">grn_db (C のデータ型)</a>
         
     | 
| 
      
 700 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db">grn_db (C のデータ型)</a>
         
     | 
| 
       651 
701 
     | 
    
         
             
              </dt>
         
     | 
| 
       652 
702 
     | 
    
         | 
| 
       653 
703 
     | 
    
         | 
| 
       654 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_create">grn_db_create (C の関数)</a>
         
     | 
| 
      
 704 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C の関数)</a>
         
     | 
| 
       655 
705 
     | 
    
         
             
              </dt>
         
     | 
| 
       656 
706 
     | 
    
         | 
| 
       657 
707 
     | 
    
         | 
| 
       658 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_create_optarg">grn_db_create_optarg (C のデータ型)</a>
         
     | 
| 
      
 708 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C のデータ型)</a>
         
     | 
| 
       659 
709 
     | 
    
         
             
              </dt>
         
     | 
| 
       660 
710 
     | 
    
         | 
| 
       661 
711 
     | 
    
         | 
| 
       662 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C のメンバ変数)</a>
         
     | 
| 
      
 712 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C のメンバ変数)</a>
         
     | 
| 
       663 
713 
     | 
    
         
             
              </dt>
         
     | 
| 
       664 
714 
     | 
    
         | 
| 
       665 
715 
     | 
    
         | 
| 
       666 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_create_optarg.n_builtin_type_names">grn_db_create_optarg.n_builtin_type_names (C のメンバ変数)</a>
         
     | 
| 
      
 716 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg.n_builtin_type_names">grn_db_create_optarg.n_builtin_type_names (C のメンバ変数)</a>
         
     | 
| 
       667 
717 
     | 
    
         
             
              </dt>
         
     | 
| 
       668 
718 
     | 
    
         | 
| 
       669 
719 
     | 
    
         | 
| 
       670 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_open">grn_db_open (C の関数)</a>
         
     | 
| 
      
 720 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C の関数)</a>
         
     | 
| 
       671 
721 
     | 
    
         
             
              </dt>
         
     | 
| 
       672 
722 
     | 
    
         | 
| 
       673 
723 
     | 
    
         | 
| 
       674 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_touch">grn_db_touch (C の関数)</a>
         
     | 
| 
      
 724 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C の関数)</a>
         
     | 
| 
       675 
725 
     | 
    
         
             
              </dt>
         
     | 
| 
       676 
726 
     | 
    
         | 
| 
       677 
727 
     | 
    
         | 
| 
       678 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html#grn_encoding">grn_encoding (C のデータ型)</a>
         
     | 
| 
      
 728 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C のデータ型)</a>
         
     | 
| 
       679 
729 
     | 
    
         
             
              </dt>
         
     | 
| 
       680 
730 
     | 
    
         | 
| 
       681 
731 
     | 
    
         | 
| 
       682 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html#grn_encoding_parse">grn_encoding_parse (C の関数)</a>
         
     | 
| 
      
 732 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C の関数)</a>
         
     | 
| 
       683 
733 
     | 
    
         
             
              </dt>
         
     | 
| 
       684 
734 
     | 
    
         | 
| 
       685 
735 
     | 
    
         | 
| 
       686 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html#grn_encoding_to_string">grn_encoding_to_string (C の関数)</a>
         
     | 
| 
      
 736 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C の関数)</a>
         
     | 
| 
       687 
737 
     | 
    
         
             
              </dt>
         
     | 
| 
       688 
738 
     | 
    
         | 
| 
       689 
739 
     | 
    
         | 
| 
       690 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_add_var">grn_expr_add_var (C の関数)</a>
         
     | 
| 
      
 740 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C の関数)</a>
         
     | 
| 
       691 
741 
     | 
    
         
             
              </dt>
         
     | 
| 
       692 
742 
     | 
    
         | 
| 
       693 
743 
     | 
    
         | 
| 
       694 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_alloc">grn_expr_alloc (C の関数)</a>
         
     | 
| 
      
 744 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C の関数)</a>
         
     | 
| 
       695 
745 
     | 
    
         
             
              </dt>
         
     | 
| 
       696 
746 
     | 
    
         | 
| 
       697 
747 
     | 
    
         | 
| 
       698 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_append_const">grn_expr_append_const (C の関数)</a>
         
     | 
| 
      
 748 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C の関数)</a>
         
     | 
| 
       699 
749 
     | 
    
         
             
              </dt>
         
     | 
| 
       700 
750 
     | 
    
         | 
| 
       701 
751 
     | 
    
         | 
| 
       702 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_append_const_int">grn_expr_append_const_int (C の関数)</a>
         
     | 
| 
      
 752 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C の関数)</a>
         
     | 
| 
       703 
753 
     | 
    
         
             
              </dt>
         
     | 
| 
       704 
754 
     | 
    
         | 
| 
       705 
755 
     | 
    
         | 
| 
       706 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_append_const_str">grn_expr_append_const_str (C の関数)</a>
         
     | 
| 
      
 756 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C の関数)</a>
         
     | 
| 
       707 
757 
     | 
    
         
             
              </dt>
         
     | 
| 
       708 
758 
     | 
    
         | 
| 
       709 
759 
     | 
    
         | 
| 
       710 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_append_op">grn_expr_append_op (C の関数)</a>
         
     | 
| 
      
 760 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C の関数)</a>
         
     | 
| 
       711 
761 
     | 
    
         
             
              </dt>
         
     | 
| 
       712 
762 
     | 
    
         | 
| 
       713 
763 
     | 
    
         | 
| 
       714 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_close">grn_expr_close (C の関数)</a>
         
     | 
| 
      
 764 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C の関数)</a>
         
     | 
| 
       715 
765 
     | 
    
         
             
              </dt>
         
     | 
| 
       716 
766 
     | 
    
         | 
| 
       717 
767 
     | 
    
         | 
| 
       718 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_compile">grn_expr_compile (C の関数)</a>
         
     | 
| 
      
 768 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C の関数)</a>
         
     | 
| 
       719 
769 
     | 
    
         
             
              </dt>
         
     | 
| 
       720 
770 
     | 
    
         | 
| 
       721 
771 
     | 
    
         | 
| 
       722 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_create">grn_expr_create (C の関数)</a>
         
     | 
| 
      
 772 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C の関数)</a>
         
     | 
| 
       723 
773 
     | 
    
         
             
              </dt>
         
     | 
| 
       724 
774 
     | 
    
         | 
| 
       725 
775 
     | 
    
         | 
| 
       726 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_exec">grn_expr_exec (C の関数)</a>
         
     | 
| 
      
 776 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C の関数)</a>
         
     | 
| 
       727 
777 
     | 
    
         
             
              </dt>
         
     | 
| 
       728 
778 
     | 
    
         | 
| 
       729 
779 
     | 
    
         | 
| 
       730 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C の関数)</a>
         
     | 
| 
      
 780 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C の関数)</a>
         
     | 
| 
       731 
781 
     | 
    
         
             
              </dt>
         
     | 
| 
       732 
782 
     | 
    
         | 
| 
       733 
783 
     | 
    
         | 
| 
       734 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_syntax_escape">grn_expr_syntax_escape (C の関数)</a>
         
     | 
| 
      
 784 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C の関数)</a>
         
     | 
| 
       735 
785 
     | 
    
         
             
              </dt>
         
     | 
| 
       736 
786 
     | 
    
         | 
| 
       737 
787 
     | 
    
         | 
| 
       738 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html#grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C の関数)</a>
         
     | 
| 
      
 788 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C の関数)</a>
         
     | 
| 
       739 
789 
     | 
    
         
             
              </dt>
         
     | 
| 
       740 
790 
     | 
    
         | 
| 
       741 
791 
     | 
    
         | 
| 
       742 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html#grn_geo_cursor_next">grn_geo_cursor_next (C の関数)</a>
         
     | 
| 
      
 792 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C の関数)</a>
         
     | 
| 
       743 
793 
     | 
    
         
             
              </dt>
         
     | 
| 
       744 
794 
     | 
    
         | 
| 
       745 
795 
     | 
    
         | 
| 
       746 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html#grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C の関数)</a>
         
     | 
| 
      
 796 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C の関数)</a>
         
     | 
| 
       747 
797 
     | 
    
         
             
              </dt>
         
     | 
| 
       748 
798 
     | 
    
         | 
| 
       749 
799 
     | 
    
         | 
| 
       750 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html#grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C の関数)</a>
         
     | 
| 
      
 800 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C の関数)</a>
         
     | 
| 
       751 
801 
     | 
    
         
             
              </dt>
         
     | 
| 
       752 
802 
     | 
    
         | 
| 
       753 
803 
     | 
    
         | 
| 
       754 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html#grn_geo_point">grn_geo_point (C のデータ型)</a>
         
     | 
| 
      
 804 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C のデータ型)</a>
         
     | 
| 
       755 
805 
     | 
    
         
             
              </dt>
         
     | 
| 
       756 
806 
     | 
    
         | 
| 
       757 
807 
     | 
    
         | 
| 
       758 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html#grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C の関数)</a>
         
     | 
| 
      
 808 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C の関数)</a>
         
     | 
| 
       759 
809 
     | 
    
         
             
              </dt>
         
     | 
| 
       760 
810 
     | 
    
         | 
| 
       761 
811 
     | 
    
         | 
| 
       762 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html#grn_get_default_command_version">grn_get_default_command_version (C の関数)</a>
         
     | 
| 
      
 812 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C の関数)</a>
         
     | 
| 
       763 
813 
     | 
    
         
             
              </dt>
         
     | 
| 
       764 
814 
     | 
    
         | 
| 
       765 
815 
     | 
    
         | 
| 
       766 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html#grn_get_default_encoding">grn_get_default_encoding (C の関数)</a>
         
     | 
| 
      
 816 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C の関数)</a>
         
     | 
| 
       767 
817 
     | 
    
         
             
              </dt>
         
     | 
| 
       768 
818 
     | 
    
         | 
| 
       769 
819 
     | 
    
         | 
| 
       770 
     | 
    
         
            -
              <dt><a href="reference/api/grn_match_escalation.html#grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C の関数)</a>
         
     | 
| 
      
 820 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C の関数)</a>
         
     | 
| 
       771 
821 
     | 
    
         
             
              </dt>
         
     | 
| 
       772 
822 
     | 
    
         | 
| 
       773 
823 
     | 
    
         | 
| 
       774 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 824 
     | 
    
         
            +
              <dt><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C の関数)</a>
         
     | 
| 
       775 
825 
     | 
    
         
             
              </dt>
         
     | 
| 
       776 
826 
     | 
    
         | 
| 
       777 
827 
     | 
    
         | 
| 
       778 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 828 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C のデータ型)</a>
         
     | 
| 
       779 
829 
     | 
    
         
             
              </dt>
         
     | 
| 
       780 
830 
     | 
    
         | 
| 
       781 
831 
     | 
    
         | 
| 
       782 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html# 
     | 
| 
      
 832 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C のデータ型)</a>
         
     | 
| 
       783 
833 
     | 
    
         
             
              </dt>
         
     | 
| 
       784 
834 
     | 
    
         | 
| 
       785 
835 
     | 
    
         | 
| 
       786 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html# 
     | 
| 
      
 836 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C のデータ型)</a>
         
     | 
| 
       787 
837 
     | 
    
         
             
              </dt>
         
     | 
| 
       788 
838 
     | 
    
         | 
| 
       789 
839 
     | 
    
         | 
| 
       790 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html# 
     | 
| 
      
 840 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C の関数)</a>
         
     | 
| 
       791 
841 
     | 
    
         
             
              </dt>
         
     | 
| 
       792 
842 
     | 
    
         | 
| 
       793 
843 
     | 
    
         | 
| 
       794 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html# 
     | 
| 
      
 844 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C の関数)</a>
         
     | 
| 
       795 
845 
     | 
    
         
             
              </dt>
         
     | 
| 
       796 
846 
     | 
    
         | 
| 
       797 
847 
     | 
    
         | 
| 
       798 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html# 
     | 
| 
      
 848 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C の関数)</a>
         
     | 
| 
       799 
849 
     | 
    
         
             
              </dt>
         
     | 
| 
       800 
850 
     | 
    
         | 
| 
       801 
851 
     | 
    
         | 
| 
       802 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 852 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C の関数)</a>
         
     | 
| 
       803 
853 
     | 
    
         
             
              </dt>
         
     | 
| 
       804 
854 
     | 
    
         | 
| 
       805 
855 
     | 
    
         | 
| 
       806 
     | 
    
         
            -
              <dt><a href="reference/api/grn_index_cursor.html# 
     | 
| 
      
 856 
     | 
    
         
            +
              <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C の関数)</a>
         
     | 
| 
       807 
857 
     | 
    
         
             
              </dt>
         
     | 
| 
       808 
858 
     | 
    
         | 
| 
       809 
859 
     | 
    
         | 
| 
       810 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 860 
     | 
    
         
            +
              <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C の関数)</a>
         
     | 
| 
       811 
861 
     | 
    
         
             
              </dt>
         
     | 
| 
       812 
862 
     | 
    
         | 
| 
       813 
863 
     | 
    
         | 
| 
       814 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 864 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C のデータ型)</a>
         
     | 
| 
       815 
865 
     | 
    
         
             
              </dt>
         
     | 
| 
       816 
866 
     | 
    
         | 
| 
       817 
867 
     | 
    
         | 
| 
       818 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 868 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C のデータ型)</a>
         
     | 
| 
      
 869 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 870 
     | 
    
         
            +
             
     | 
| 
      
 871 
     | 
    
         
            +
                  
         
     | 
| 
      
 872 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C の関数)</a>
         
     | 
| 
       819 
873 
     | 
    
         
             
              </dt>
         
     | 
| 
       820 
874 
     | 
    
         | 
| 
       821 
875 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       822 
876 
     | 
    
         
             
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       823 
877 
     | 
    
         | 
| 
       824 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
         
     | 
| 
      
 878 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C のマクロ)</a>
         
     | 
| 
      
 879 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 880 
     | 
    
         
            +
             
     | 
| 
      
 881 
     | 
    
         
            +
                  
         
     | 
| 
      
 882 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C の関数)</a>
         
     | 
| 
       825 
883 
     | 
    
         
             
              </dt>
         
     | 
| 
       826 
884 
     | 
    
         | 
| 
       827 
885 
     | 
    
         | 
| 
       828 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 886 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C の関数)</a>
         
     | 
| 
       829 
887 
     | 
    
         
             
              </dt>
         
     | 
| 
       830 
888 
     | 
    
         | 
| 
       831 
889 
     | 
    
         | 
| 
       832 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 890 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C の関数)</a>
         
     | 
| 
       833 
891 
     | 
    
         
             
              </dt>
         
     | 
| 
       834 
892 
     | 
    
         | 
| 
       835 
893 
     | 
    
         | 
| 
       836 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 894 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C の関数)</a>
         
     | 
| 
       837 
895 
     | 
    
         
             
              </dt>
         
     | 
| 
       838 
896 
     | 
    
         | 
| 
       839 
897 
     | 
    
         | 
| 
       840 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 898 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C のマクロ)</a>
         
     | 
| 
       841 
899 
     | 
    
         
             
              </dt>
         
     | 
| 
       842 
900 
     | 
    
         | 
| 
       843 
901 
     | 
    
         | 
| 
       844 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 902 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C の関数)</a>
         
     | 
| 
       845 
903 
     | 
    
         
             
              </dt>
         
     | 
| 
       846 
904 
     | 
    
         | 
| 
       847 
905 
     | 
    
         | 
| 
       848 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 906 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C のマクロ)</a>
         
     | 
| 
       849 
907 
     | 
    
         
             
              </dt>
         
     | 
| 
       850 
908 
     | 
    
         | 
| 
       851 
909 
     | 
    
         | 
| 
       852 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 910 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C の関数)</a>
         
     | 
| 
       853 
911 
     | 
    
         
             
              </dt>
         
     | 
| 
       854 
912 
     | 
    
         | 
| 
       855 
913 
     | 
    
         | 
| 
       856 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 914 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C の関数)</a>
         
     | 
| 
       857 
915 
     | 
    
         
             
              </dt>
         
     | 
| 
       858 
916 
     | 
    
         | 
| 
       859 
917 
     | 
    
         | 
| 
       860 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 918 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C の関数)</a>
         
     | 
| 
       861 
919 
     | 
    
         
             
              </dt>
         
     | 
| 
       862 
920 
     | 
    
         | 
| 
       863 
921 
     | 
    
         | 
| 
       864 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 922 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C の関数)</a>
         
     | 
| 
       865 
923 
     | 
    
         
             
              </dt>
         
     | 
| 
       866 
924 
     | 
    
         | 
| 
       867 
925 
     | 
    
         | 
| 
       868 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 926 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C のマクロ)</a>
         
     | 
| 
       869 
927 
     | 
    
         
             
              </dt>
         
     | 
| 
       870 
928 
     | 
    
         | 
| 
       871 
929 
     | 
    
         | 
| 
       872 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 930 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C の関数)</a>
         
     | 
| 
       873 
931 
     | 
    
         
             
              </dt>
         
     | 
| 
       874 
932 
     | 
    
         | 
| 
       875 
933 
     | 
    
         | 
| 
       876 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 934 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C の関数)</a>
         
     | 
| 
       877 
935 
     | 
    
         
             
              </dt>
         
     | 
| 
       878 
936 
     | 
    
         | 
| 
       879 
937 
     | 
    
         | 
| 
       880 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 938 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C の関数)</a>
         
     | 
| 
       881 
939 
     | 
    
         
             
              </dt>
         
     | 
| 
       882 
940 
     | 
    
         | 
| 
       883 
941 
     | 
    
         | 
| 
       884 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 942 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C の関数)</a>
         
     | 
| 
       885 
943 
     | 
    
         
             
              </dt>
         
     | 
| 
       886 
944 
     | 
    
         | 
| 
       887 
945 
     | 
    
         | 
| 
       888 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 946 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C の関数)</a>
         
     | 
| 
       889 
947 
     | 
    
         
             
              </dt>
         
     | 
| 
       890 
948 
     | 
    
         | 
| 
       891 
949 
     | 
    
         | 
| 
       892 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 950 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C の関数)</a>
         
     | 
| 
       893 
951 
     | 
    
         
             
              </dt>
         
     | 
| 
       894 
952 
     | 
    
         | 
| 
       895 
953 
     | 
    
         | 
| 
       896 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 954 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C の関数)</a>
         
     | 
| 
       897 
955 
     | 
    
         
             
              </dt>
         
     | 
| 
       898 
956 
     | 
    
         | 
| 
       899 
957 
     | 
    
         | 
| 
       900 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 958 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C の関数)</a>
         
     | 
| 
       901 
959 
     | 
    
         
             
              </dt>
         
     | 
| 
       902 
960 
     | 
    
         | 
| 
       903 
961 
     | 
    
         | 
| 
       904 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 962 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C のマクロ)</a>
         
     | 
| 
       905 
963 
     | 
    
         
             
              </dt>
         
     | 
| 
       906 
964 
     | 
    
         | 
| 
       907 
965 
     | 
    
         | 
| 
       908 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 966 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C の関数)</a>
         
     | 
| 
       909 
967 
     | 
    
         
             
              </dt>
         
     | 
| 
       910 
968 
     | 
    
         | 
| 
       911 
969 
     | 
    
         | 
| 
       912 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 970 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C の関数)</a>
         
     | 
| 
       913 
971 
     | 
    
         
             
              </dt>
         
     | 
| 
       914 
972 
     | 
    
         | 
| 
       915 
973 
     | 
    
         | 
| 
       916 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 974 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C のマクロ)</a>
         
     | 
| 
       917 
975 
     | 
    
         
             
              </dt>
         
     | 
| 
       918 
976 
     | 
    
         | 
| 
       919 
977 
     | 
    
         | 
| 
       920 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 978 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C の関数)</a>
         
     | 
| 
       921 
979 
     | 
    
         
             
              </dt>
         
     | 
| 
       922 
980 
     | 
    
         | 
| 
       923 
981 
     | 
    
         | 
| 
       924 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 982 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C の関数)</a>
         
     | 
| 
       925 
983 
     | 
    
         
             
              </dt>
         
     | 
| 
       926 
984 
     | 
    
         | 
| 
       927 
985 
     | 
    
         | 
| 
       928 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 986 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C の関数)</a>
         
     | 
| 
       929 
987 
     | 
    
         
             
              </dt>
         
     | 
| 
       930 
988 
     | 
    
         | 
| 
       931 
989 
     | 
    
         | 
| 
       932 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 990 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C の関数)</a>
         
     | 
| 
       933 
991 
     | 
    
         
             
              </dt>
         
     | 
| 
       934 
992 
     | 
    
         | 
| 
       935 
993 
     | 
    
         | 
| 
       936 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 994 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C のマクロ)</a>
         
     | 
| 
       937 
995 
     | 
    
         
             
              </dt>
         
     | 
| 
       938 
996 
     | 
    
         | 
| 
       939 
997 
     | 
    
         | 
| 
       940 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 998 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C の関数)</a>
         
     | 
| 
       941 
999 
     | 
    
         
             
              </dt>
         
     | 
| 
       942 
1000 
     | 
    
         | 
| 
       943 
1001 
     | 
    
         | 
| 
       944 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 1002 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C の関数)</a>
         
     | 
| 
       945 
1003 
     | 
    
         
             
              </dt>
         
     | 
| 
       946 
1004 
     | 
    
         | 
| 
       947 
1005 
     | 
    
         | 
| 
       948 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 1006 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C の関数)</a>
         
     | 
| 
       949 
1007 
     | 
    
         
             
              </dt>
         
     | 
| 
       950 
1008 
     | 
    
         | 
| 
       951 
1009 
     | 
    
         | 
| 
       952 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1010 
     | 
    
         
            +
              <dt><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C の関数)</a>
         
     | 
| 
       953 
1011 
     | 
    
         
             
              </dt>
         
     | 
| 
       954 
1012 
     | 
    
         | 
| 
       955 
1013 
     | 
    
         | 
| 
       956 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1014 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C のマクロ)</a>
         
     | 
| 
       957 
1015 
     | 
    
         
             
              </dt>
         
     | 
| 
       958 
1016 
     | 
    
         | 
| 
       959 
1017 
     | 
    
         | 
| 
       960 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1018 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C の関数)</a>
         
     | 
| 
       961 
1019 
     | 
    
         
             
              </dt>
         
     | 
| 
       962 
1020 
     | 
    
         | 
| 
       963 
1021 
     | 
    
         | 
| 
       964 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1022 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C の関数)</a>
         
     | 
| 
       965 
1023 
     | 
    
         
             
              </dt>
         
     | 
| 
       966 
1024 
     | 
    
         | 
| 
       967 
1025 
     | 
    
         | 
| 
       968 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1026 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C の関数)</a>
         
     | 
| 
       969 
1027 
     | 
    
         
             
              </dt>
         
     | 
| 
       970 
1028 
     | 
    
         | 
| 
       971 
1029 
     | 
    
         | 
| 
       972 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1030 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C のマクロ)</a>
         
     | 
| 
       973 
1031 
     | 
    
         
             
              </dt>
         
     | 
| 
       974 
1032 
     | 
    
         | 
| 
       975 
1033 
     | 
    
         | 
| 
       976 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 1034 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C の関数)</a>
         
     | 
| 
       977 
1035 
     | 
    
         
             
              </dt>
         
     | 
| 
       978 
1036 
     | 
    
         | 
| 
       979 
1037 
     | 
    
         | 
| 
       980 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 1038 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C の関数)</a>
         
     | 
| 
       981 
1039 
     | 
    
         
             
              </dt>
         
     | 
| 
       982 
1040 
     | 
    
         | 
| 
       983 
1041 
     | 
    
         | 
| 
       984 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 1042 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C のマクロ)</a>
         
     | 
| 
       985 
1043 
     | 
    
         
             
              </dt>
         
     | 
| 
       986 
1044 
     | 
    
         | 
| 
       987 
1045 
     | 
    
         | 
| 
       988 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html# 
     | 
| 
      
 1046 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C の関数)</a>
         
     | 
| 
       989 
1047 
     | 
    
         
             
              </dt>
         
     | 
| 
       990 
1048 
     | 
    
         | 
| 
       991 
1049 
     | 
    
         | 
| 
       992 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1050 
     | 
    
         
            +
              <dt><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C の関数)</a>
         
     | 
| 
       993 
1051 
     | 
    
         
             
              </dt>
         
     | 
| 
       994 
1052 
     | 
    
         | 
| 
       995 
1053 
     | 
    
         | 
| 
       996 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1054 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C の関数)</a>
         
     | 
| 
       997 
1055 
     | 
    
         
             
              </dt>
         
     | 
| 
       998 
1056 
     | 
    
         | 
| 
       999 
1057 
     | 
    
         | 
| 
       1000 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html# 
     | 
| 
      
 1058 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C のデータ型)</a>
         
     | 
| 
       1001 
1059 
     | 
    
         
             
              </dt>
         
     | 
| 
       1002 
1060 
     | 
    
         | 
| 
       1003 
1061 
     | 
    
         | 
| 
       1004 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html# 
     | 
| 
      
 1062 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C の関数)</a>
         
     | 
| 
       1005 
1063 
     | 
    
         
             
              </dt>
         
     | 
| 
       1006 
1064 
     | 
    
         | 
| 
       1007 
1065 
     | 
    
         | 
| 
       1008 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html# 
     | 
| 
      
 1066 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C のデータ型)</a>
         
     | 
| 
       1009 
1067 
     | 
    
         
             
              </dt>
         
     | 
| 
       1010 
1068 
     | 
    
         | 
| 
       1011 
1069 
     | 
    
         | 
| 
       1012 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1070 
     | 
    
         
            +
              <dt><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C のデータ型)</a>
         
     | 
| 
       1013 
1071 
     | 
    
         
             
              </dt>
         
     | 
| 
       1014 
1072 
     | 
    
         | 
| 
       1015 
1073 
     | 
    
         | 
| 
       1016 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1074 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C の関数)</a>
         
     | 
| 
       1017 
1075 
     | 
    
         
             
              </dt>
         
     | 
| 
       1018 
1076 
     | 
    
         | 
| 
       1019 
1077 
     | 
    
         | 
| 
       1020 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1078 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C の関数)</a>
         
     | 
| 
       1021 
1079 
     | 
    
         
             
              </dt>
         
     | 
| 
       1022 
1080 
     | 
    
         | 
| 
       1023 
1081 
     | 
    
         | 
| 
       1024 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1082 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C の関数)</a>
         
     | 
| 
       1025 
1083 
     | 
    
         
             
              </dt>
         
     | 
| 
       1026 
1084 
     | 
    
         | 
| 
       1027 
1085 
     | 
    
         | 
| 
       1028 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1086 
     | 
    
         
            +
              <dt><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C の関数)</a>
         
     | 
| 
       1029 
1087 
     | 
    
         
             
              </dt>
         
     | 
| 
       1030 
1088 
     | 
    
         | 
| 
       1031 
1089 
     | 
    
         | 
| 
       1032 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_add">grn_table_add (C の関数)</a>
         
     | 
| 
      
 1090 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C の関数)</a>
         
     | 
| 
       1033 
1091 
     | 
    
         
             
              </dt>
         
     | 
| 
       1034 
1092 
     | 
    
         | 
| 
       1035 
1093 
     | 
    
         | 
| 
       1036 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_at">grn_table_at (C の関数)</a>
         
     | 
| 
      
 1094 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C の関数)</a>
         
     | 
| 
       1037 
1095 
     | 
    
         
             
              </dt>
         
     | 
| 
       1038 
1096 
     | 
    
         | 
| 
       1039 
1097 
     | 
    
         | 
| 
       1040 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_columns">grn_table_columns (C の関数)</a>
         
     | 
| 
      
 1098 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C の関数)</a>
         
     | 
| 
       1041 
1099 
     | 
    
         
             
              </dt>
         
     | 
| 
       1042 
1100 
     | 
    
         | 
| 
       1043 
1101 
     | 
    
         | 
| 
       1044 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_create">grn_table_create (C の関数)</a>
         
     | 
| 
      
 1102 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C の関数)</a>
         
     | 
| 
       1045 
1103 
     | 
    
         
             
              </dt>
         
     | 
| 
       1046 
1104 
     | 
    
         | 
| 
       1047 
1105 
     | 
    
         | 
| 
       1048 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor">grn_table_cursor (C のデータ型)</a>
         
     | 
| 
      
 1106 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C のデータ型)</a>
         
     | 
| 
       1049 
1107 
     | 
    
         
             
              </dt>
         
     | 
| 
       1050 
1108 
     | 
    
         | 
| 
       1051 
1109 
     | 
    
         | 
| 
       1052 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_close">grn_table_cursor_close (C の関数)</a>
         
     | 
| 
      
 1110 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C の関数)</a>
         
     | 
| 
       1053 
1111 
     | 
    
         
             
              </dt>
         
     | 
| 
       1054 
1112 
     | 
    
         | 
| 
       1055 
1113 
     | 
    
         | 
| 
       1056 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_delete">grn_table_cursor_delete (C の関数)</a>
         
     | 
| 
      
 1114 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C の関数)</a>
         
     | 
| 
       1057 
1115 
     | 
    
         
             
              </dt>
         
     | 
| 
       1058 
1116 
     | 
    
         | 
| 
       1059 
1117 
     | 
    
         | 
| 
       1060 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_get_key">grn_table_cursor_get_key (C の関数)</a>
         
     | 
| 
      
 1118 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C の関数)</a>
         
     | 
| 
       1061 
1119 
     | 
    
         
             
              </dt>
         
     | 
| 
       1062 
1120 
     | 
    
         | 
| 
       1063 
1121 
     | 
    
         | 
| 
       1064 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_get_value">grn_table_cursor_get_value (C の関数)</a>
         
     | 
| 
      
 1122 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C の関数)</a>
         
     | 
| 
       1065 
1123 
     | 
    
         
             
              </dt>
         
     | 
| 
       1066 
1124 
     | 
    
         | 
| 
       1067 
1125 
     | 
    
         | 
| 
       1068 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_next">grn_table_cursor_next (C の関数)</a>
         
     | 
| 
      
 1126 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C の関数)</a>
         
     | 
| 
       1069 
1127 
     | 
    
         
             
              </dt>
         
     | 
| 
       1070 
1128 
     | 
    
         | 
| 
       1071 
1129 
     | 
    
         | 
| 
       1072 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_open">grn_table_cursor_open (C の関数)</a>
         
     | 
| 
      
 1130 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C の関数)</a>
         
     | 
| 
       1073 
1131 
     | 
    
         
             
              </dt>
         
     | 
| 
       1074 
1132 
     | 
    
         | 
| 
       1075 
1133 
     | 
    
         | 
| 
       1076 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_set_value">grn_table_cursor_set_value (C の関数)</a>
         
     | 
| 
      
 1134 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C の関数)</a>
         
     | 
| 
       1077 
1135 
     | 
    
         
             
              </dt>
         
     | 
| 
       1078 
1136 
     | 
    
         | 
| 
       1079 
1137 
     | 
    
         | 
| 
       1080 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html#grn_table_cursor_table">grn_table_cursor_table (C の関数)</a>
         
     | 
| 
      
 1138 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C の関数)</a>
         
     | 
| 
       1081 
1139 
     | 
    
         
             
              </dt>
         
     | 
| 
       1082 
1140 
     | 
    
         | 
| 
       1083 
1141 
     | 
    
         | 
| 
       1084 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_delete">grn_table_delete (C の関数)</a>
         
     | 
| 
      
 1142 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C の関数)</a>
         
     | 
| 
       1085 
1143 
     | 
    
         
             
              </dt>
         
     | 
| 
       1086 
1144 
     | 
    
         | 
| 
       1087 
1145 
     | 
    
         | 
| 
       1088 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_delete_by_id">grn_table_delete_by_id (C の関数)</a>
         
     | 
| 
      
 1146 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C の関数)</a>
         
     | 
| 
       1089 
1147 
     | 
    
         
             
              </dt>
         
     | 
| 
       1090 
1148 
     | 
    
         | 
| 
       1091 
1149 
     | 
    
         | 
| 
       1092 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_difference">grn_table_difference (C の関数)</a>
         
     | 
| 
      
 1150 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C の関数)</a>
         
     | 
| 
       1093 
1151 
     | 
    
         
             
              </dt>
         
     | 
| 
       1094 
1152 
     | 
    
         | 
| 
       1095 
1153 
     | 
    
         | 
| 
       1096 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_get">grn_table_get (C の関数)</a>
         
     | 
| 
      
 1154 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C の関数)</a>
         
     | 
| 
       1097 
1155 
     | 
    
         
             
              </dt>
         
     | 
| 
       1098 
1156 
     | 
    
         | 
| 
       1099 
1157 
     | 
    
         | 
| 
       1100 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_get_key">grn_table_get_key (C の関数)</a>
         
     | 
| 
      
 1158 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C の関数)</a>
         
     | 
| 
       1101 
1159 
     | 
    
         
             
              </dt>
         
     | 
| 
       1102 
1160 
     | 
    
         | 
| 
       1103 
1161 
     | 
    
         | 
| 
       1104 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_group">grn_table_group (C の関数)</a>
         
     | 
| 
      
 1162 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C の関数)</a>
         
     | 
| 
       1105 
1163 
     | 
    
         
             
              </dt>
         
     | 
| 
       1106 
1164 
     | 
    
         | 
| 
       1107 
1165 
     | 
    
         | 
| 
       1108 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_group_flags">grn_table_group_flags (C のデータ型)</a>
         
     | 
| 
      
 1166 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C のデータ型)</a>
         
     | 
| 
       1109 
1167 
     | 
    
         
             
              </dt>
         
     | 
| 
       1110 
1168 
     | 
    
         | 
| 
       1111 
1169 
     | 
    
         | 
| 
       1112 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_group_result">grn_table_group_result (C のデータ型)</a>
         
     | 
| 
      
 1170 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C のデータ型)</a>
         
     | 
| 
       1113 
1171 
     | 
    
         
             
              </dt>
         
     | 
| 
       1114 
1172 
     | 
    
         | 
| 
       1115 
1173 
     | 
    
         | 
| 
       1116 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_lcp_search">grn_table_lcp_search (C の関数)</a>
         
     | 
| 
      
 1174 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C の関数)</a>
         
     | 
| 
       1117 
1175 
     | 
    
         
             
              </dt>
         
     | 
| 
       1118 
1176 
     | 
    
         | 
| 
       1119 
1177 
     | 
    
         | 
| 
       1120 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_rename">grn_table_rename (C の関数)</a>
         
     | 
| 
      
 1178 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C の関数)</a>
         
     | 
| 
       1121 
1179 
     | 
    
         
             
              </dt>
         
     | 
| 
       1122 
1180 
     | 
    
         | 
| 
       1123 
1181 
     | 
    
         | 
| 
       1124 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_setoperation">grn_table_setoperation (C の関数)</a>
         
     | 
| 
      
 1182 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C の関数)</a>
         
     | 
| 
       1125 
1183 
     | 
    
         
             
              </dt>
         
     | 
| 
       1126 
1184 
     | 
    
         | 
| 
       1127 
1185 
     | 
    
         | 
| 
       1128 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_size">grn_table_size (C の関数)</a>
         
     | 
| 
      
 1186 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C の関数)</a>
         
     | 
| 
       1129 
1187 
     | 
    
         
             
              </dt>
         
     | 
| 
       1130 
1188 
     | 
    
         | 
| 
       1131 
1189 
     | 
    
         | 
| 
       1132 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_sort">grn_table_sort (C の関数)</a>
         
     | 
| 
      
 1190 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C の関数)</a>
         
     | 
| 
       1133 
1191 
     | 
    
         
             
              </dt>
         
     | 
| 
       1134 
1192 
     | 
    
         | 
| 
       1135 
1193 
     | 
    
         | 
| 
       1136 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_sort_flags">grn_table_sort_flags (C のデータ型)</a>
         
     | 
| 
      
 1194 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C のデータ型)</a>
         
     | 
| 
       1137 
1195 
     | 
    
         
             
              </dt>
         
     | 
| 
       1138 
1196 
     | 
    
         | 
| 
       1139 
1197 
     | 
    
         | 
| 
       1140 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_sort_key">grn_table_sort_key (C のデータ型)</a>
         
     | 
| 
      
 1198 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C のデータ型)</a>
         
     | 
| 
       1141 
1199 
     | 
    
         
             
              </dt>
         
     | 
| 
       1142 
1200 
     | 
    
         | 
| 
       1143 
1201 
     | 
    
         | 
| 
       1144 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_truncate">grn_table_truncate (C の関数)</a>
         
     | 
| 
      
 1202 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C の関数)</a>
         
     | 
| 
       1145 
1203 
     | 
    
         
             
              </dt>
         
     | 
| 
       1146 
1204 
     | 
    
         | 
| 
       1147 
1205 
     | 
    
         | 
| 
       1148 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_update">grn_table_update (C の関数)</a>
         
     | 
| 
      
 1206 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C の関数)</a>
         
     | 
| 
       1149 
1207 
     | 
    
         
             
              </dt>
         
     | 
| 
       1150 
1208 
     | 
    
         | 
| 
       1151 
1209 
     | 
    
         | 
| 
       1152 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html#grn_table_update_by_id">grn_table_update_by_id (C の関数)</a>
         
     | 
| 
      
 1210 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C の関数)</a>
         
     | 
| 
       1153 
1211 
     | 
    
         
             
              </dt>
         
     | 
| 
       1154 
1212 
     | 
    
         | 
| 
       1155 
1213 
     | 
    
         | 
| 
       1156 
     | 
    
         
            -
              <dt><a href="reference/api/grn_type.html#grn_type_create">grn_type_create (C の関数)</a>
         
     | 
| 
      
 1214 
     | 
    
         
            +
              <dt><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C の関数)</a>
         
     | 
| 
       1157 
1215 
     | 
    
         
             
              </dt>
         
     | 
| 
       1158 
1216 
     | 
    
         | 
| 
       1159 
1217 
     | 
    
         | 
| 
       1160 
     | 
    
         
            -
              <dt><a href="reference/api/grn_user_data.html#grn_user_data">grn_user_data (C のデータ型)</a>
         
     | 
| 
      
 1218 
     | 
    
         
            +
              <dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C のデータ型)</a>
         
     | 
| 
       1161 
1219 
     | 
    
         
             
              </dt>
         
     | 
| 
       1162 
1220 
     | 
    
         | 
| 
       1163 
1221 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       1164 
1222 
     | 
    
         
             
            </tr></table>
         
     | 
| 
       1165 
1223 
     | 
    
         | 
| 
      
 1224 
     | 
    
         
            +
            <h2 id="S">S</h2>
         
     | 
| 
      
 1225 
     | 
    
         
            +
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
      
 1226 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 1227 
     | 
    
         
            +
                  
         
     | 
| 
      
 1228 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 1229 
     | 
    
         
            +
                script
         
     | 
| 
      
 1230 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1231 
     | 
    
         
            +
             
     | 
| 
      
 1232 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 1233 
     | 
    
         
            +
                    
         
     | 
| 
      
 1234 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">コマンドラインオプション</a>
         
     | 
| 
      
 1235 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1236 
     | 
    
         
            +
             
     | 
| 
      
 1237 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 1238 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 1239 
     | 
    
         
            +
            </tr></table>
         
     | 
| 
      
 1240 
     | 
    
         
            +
             
     | 
| 
       1166 
1241 
     | 
    
         
             
            <h2 id="シンボル">シンボル</h2>
         
     | 
| 
       1167 
1242 
     | 
    
         
             
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
       1168 
1243 
     | 
    
         
             
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
         @@ -1316,6 +1391,22 @@ 
     | 
|
| 
       1316 
1391 
     | 
    
         
             
              <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-t">-t, --n-threads</a>
         
     | 
| 
       1317 
1392 
     | 
    
         
             
              </dt>
         
     | 
| 
       1318 
1393 
     | 
    
         | 
| 
      
 1394 
     | 
    
         
            +
                    
         
     | 
| 
      
 1395 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-command">command [args]</a>
         
     | 
| 
      
 1396 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1397 
     | 
    
         
            +
             
     | 
| 
      
 1398 
     | 
    
         
            +
                    
         
     | 
| 
      
 1399 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db">db</a>
         
     | 
| 
      
 1400 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1401 
     | 
    
         
            +
             
     | 
| 
      
 1402 
     | 
    
         
            +
                    
         
     | 
| 
      
 1403 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-dest">dest</a>, <a href="reference/executables/grnslap.html#cmdoption-arg-dest">[1]</a>
         
     | 
| 
      
 1404 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1405 
     | 
    
         
            +
             
     | 
| 
      
 1406 
     | 
    
         
            +
                    
         
     | 
| 
      
 1407 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">script</a>
         
     | 
| 
      
 1408 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1409 
     | 
    
         
            +
             
     | 
| 
       1319 
1410 
     | 
    
         
             
                  </dl></dd>
         
     | 
| 
       1320 
1411 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       1321 
1412 
     | 
    
         
             
            </tr></table>
         
     | 
| 
         @@ -1325,12 +1416,12 @@ 
     | 
|
| 
       1325 
1416 
     | 
    
         
             
                      </div>
         
     | 
| 
       1326 
1417 
     | 
    
         
             
                    </div>
         
     | 
| 
       1327 
1418 
     | 
    
         
             
                  </div>
         
     | 
| 
       1328 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 1419 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       1329 
1420 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       1330 
1421 
     | 
    
         | 
| 
       1331 
1422 
     | 
    
         | 
| 
       1332 
1423 
     | 
    
         | 
| 
       1333 
     | 
    
         
            -
            <div id="searchbox" style="display: none">
         
     | 
| 
      
 1424 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       1334 
1425 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
       1335 
1426 
     | 
    
         
             
                <form class="search" action="search.html" method="get">
         
     | 
| 
       1336 
1427 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -1347,17 +1438,17 @@ 
     | 
|
| 
       1347 
1438 
     | 
    
         
             
                  </div>
         
     | 
| 
       1348 
1439 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       1349 
1440 
     | 
    
         
             
                </div>
         
     | 
| 
       1350 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 1441 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       1351 
1442 
     | 
    
         
             
                  <h3>ナビゲーション</h3>
         
     | 
| 
       1352 
1443 
     | 
    
         
             
                  <ul>
         
     | 
| 
       1353 
1444 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1354 
1445 
     | 
    
         
             
                      <a href="#" title="総合索引"
         
     | 
| 
       1355 
1446 
     | 
    
         
             
                         >索引</a></li>
         
     | 
| 
       1356 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1ドキュメント</a> »</li> 
         
     | 
| 
      
 1447 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcaeドキュメント</a> »</li> 
         
     | 
| 
       1357 
1448 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1358 
1449 
     | 
    
         
             
                </div>
         
     | 
| 
       1359 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       1360 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 1450 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 1451 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       1361 
1452 
     | 
    
         
             
                </div>
         
     | 
| 
       1362 
1453 
     | 
    
         
             
              </body>
         
     | 
| 
       1363 
1454 
     | 
    
         
             
            </html>
         
     |