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>12.1. Travis CI — Groonga v3.1.1 documentation</title>
         
     | 
| 
      
 10 
     | 
    
         
            +
                <title>12.1. Travis CI — Groonga v3.1.1-89-g7f6fcae documentation</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
         
     | 
| 
         @@ -25,12 +25,12 @@ 
     | 
|
| 
       25 
25 
     | 
    
         
             
                <script type="text/javascript" src="../_static/underscore.js"></script>
         
     | 
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <link rel="shortcut icon" href="../_static/favicon.ico"/>
         
     | 
| 
       28 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1 documentation" href="../index.html" />
         
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcae documentation" href="../index.html" />
         
     | 
| 
       29 
29 
     | 
    
         
             
                <link rel="up" title="12. Development" href="../development.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="next" title="13. How to contribute to groonga" href="../contribution.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="prev" title="12. Development" href="../development.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>Navigation</h3>
         
     | 
| 
       53 
53 
     | 
    
         
             
                  <ul>
         
     | 
| 
       54 
54 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -60,7 +60,7 @@ 
     | 
|
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
61 
     | 
    
         
             
                      <a href="../development.html" title="12. Development"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../development.html" accesskey="U">12. Development</a> »</li> 
         
     | 
| 
       65 
65 
     | 
    
         
             
                  </ul>
         
     | 
| 
       66 
66 
     | 
    
         
             
                </div>  
         
     | 
| 
         @@ -68,22 +68,22 @@ 
     | 
|
| 
       68 
68 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       69 
69 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       70 
70 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       71 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 71 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       72 
72 
     | 
    
         | 
| 
       73 
73 
     | 
    
         
             
              <div class="section" id="travis-ci">
         
     | 
| 
       74 
74 
     | 
    
         
             
            <h1>12.1. Travis CI<a class="headerlink" href="#travis-ci" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
       75 
     | 
    
         
            -
            <p>This section describes about using  
     | 
| 
      
 75 
     | 
    
         
            +
            <p>This section describes about using Groonga on <a class="reference external" href="http://travis-ci.org/">Travis CI</a>. Travis CI is a hosted continuous
         
     | 
| 
       76 
76 
     | 
    
         
             
            integration service for the open source community.</p>
         
     | 
| 
       77 
77 
     | 
    
         
             
            <p>You can use Travis CI for your open source software. This section only
         
     | 
| 
       78 
     | 
    
         
            -
            describes about  
     | 
| 
      
 78 
     | 
    
         
            +
            describes about Groonga related configuration. See <a class="reference external" href="http://about.travis-ci.org/docs/">Travis CI:
         
     | 
| 
       79 
79 
     | 
    
         
             
            Documentation</a> about general
         
     | 
| 
       80 
80 
     | 
    
         
             
            Travis CI.</p>
         
     | 
| 
       81 
81 
     | 
    
         
             
            <div class="section" id="configuration">
         
     | 
| 
       82 
82 
     | 
    
         
             
            <h2>12.1.1. Configuration<a class="headerlink" href="#configuration" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       83 
83 
     | 
    
         
             
            <p>Travis CI is running on 64-bit Ubuntu 12.04 LTS Server Edition. (See <a class="reference external" href="http://about.travis-ci.org/docs/user/ci-environment/">Travis CI: About
         
     | 
| 
       84 
84 
     | 
    
         
             
            Travis CI Environment</a>.)  You can
         
     | 
| 
       85 
     | 
    
         
            -
            use apt-line for Ubuntu 12.04 LTS provided by  
     | 
| 
       86 
     | 
    
         
            -
             
     | 
| 
      
 85 
     | 
    
         
            +
            use apt-line for Ubuntu 12.04 LTS provided by Groonga project to install
         
     | 
| 
      
 86 
     | 
    
         
            +
            Groonga on Travis CI.</p>
         
     | 
| 
       87 
87 
     | 
    
         
             
            <p>You can custom build lifecycle by <tt class="docutils literal"><span class="pre">.travis.yml</span></tt>. (See <a class="reference external" href="http://about.travis-ci.org/docs/user/build-configuration/">Travis CI:
         
     | 
| 
       88 
88 
     | 
    
         
             
            Conifugration your Travis CI build with .travis.yml</a>.) You
         
     | 
| 
       89 
89 
     | 
    
         
             
            can use <tt class="docutils literal"><span class="pre">before_install</span></tt> hook or <tt class="docutils literal"><span class="pre">install</span></tt> hook. You should use
         
     | 
| 
         @@ -96,11 +96,11 @@ by Travis CI such as Ruby. You should use <tt class="docutils literal"><span cla 
     | 
|
| 
       96 
96 
     | 
    
         
             
            </div>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <p>If you need to use <tt class="docutils literal"><span class="pre">install</span></tt> hook instead of <tt class="docutils literal"><span class="pre">before_install</span></tt>, you
         
     | 
| 
       98 
98 
     | 
    
         
             
            just substitute <tt class="docutils literal"><span class="pre">before_install:</span></tt> with <tt class="docutils literal"><span class="pre">install:</span></tt>.</p>
         
     | 
| 
       99 
     | 
    
         
            -
            <p>With the above configuration, you can use  
     | 
| 
      
 99 
     | 
    
         
            +
            <p>With the above configuration, you can use Groonga for your build.</p>
         
     | 
| 
       100 
100 
     | 
    
         
             
            </div>
         
     | 
| 
       101 
101 
     | 
    
         
             
            <div class="section" id="examples">
         
     | 
| 
       102 
102 
     | 
    
         
             
            <h2>12.1.2. Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       103 
     | 
    
         
            -
            <p>Here are open source softwares that use  
     | 
| 
      
 103 
     | 
    
         
            +
            <p>Here are open source softwares that use Groonga on Travis CI:</p>
         
     | 
| 
       104 
104 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       105 
105 
     | 
    
         
             
            <div><ul class="simple">
         
     | 
| 
       106 
106 
     | 
    
         
             
            <li><a class="reference external" href="http://groonga.rubyforge.org/#about-rroonga">rroonga</a> (Ruby bindings)<ul>
         
     | 
| 
         @@ -127,7 +127,7 @@ just substitute <tt class="docutils literal"><span class="pre">before_install:</ 
     | 
|
| 
       127 
127 
     | 
    
         
             
                      </div>
         
     | 
| 
       128 
128 
     | 
    
         
             
                    </div>
         
     | 
| 
       129 
129 
     | 
    
         
             
                  </div>
         
     | 
| 
       130 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 130 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       131 
131 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       132 
132 
     | 
    
         
             
              <h3><a href="../index.html">Table Of Contents</a></h3>
         
     | 
| 
       133 
133 
     | 
    
         
             
              <ul>
         
     | 
| 
         @@ -144,12 +144,14 @@ just substitute <tt class="docutils literal"><span class="pre">before_install:</ 
     | 
|
| 
       144 
144 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       145 
145 
     | 
    
         
             
              <p class="topless"><a href="../contribution.html"
         
     | 
| 
       146 
146 
     | 
    
         
             
                                    title="next chapter">13. How to contribute to groonga</a></p>
         
     | 
| 
       147 
     | 
    
         
            -
              < 
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
                < 
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
      
 147 
     | 
    
         
            +
              <div role="note" aria-label="source link">
         
     | 
| 
      
 148 
     | 
    
         
            +
                <h3>This Page</h3>
         
     | 
| 
      
 149 
     | 
    
         
            +
                <ul class="this-page-menu">
         
     | 
| 
      
 150 
     | 
    
         
            +
                  <li><a href="../_sources/development/travis-ci.txt"
         
     | 
| 
      
 151 
     | 
    
         
            +
                        rel="nofollow">Show Source</a></li>
         
     | 
| 
      
 152 
     | 
    
         
            +
                </ul>
         
     | 
| 
      
 153 
     | 
    
         
            +
               </div>
         
     | 
| 
      
 154 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       153 
155 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       154 
156 
     | 
    
         
             
                <form class="search" action="../search.html" method="get">
         
     | 
| 
       155 
157 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -166,7 +168,7 @@ just substitute <tt class="docutils literal"><span class="pre">before_install:</ 
     | 
|
| 
       166 
168 
     | 
    
         
             
                  </div>
         
     | 
| 
       167 
169 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       168 
170 
     | 
    
         
             
                </div>
         
     | 
| 
       169 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 171 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       170 
172 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       171 
173 
     | 
    
         
             
                  <ul>
         
     | 
| 
       172 
174 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
         @@ -178,12 +180,12 @@ just substitute <tt class="docutils literal"><span class="pre">before_install:</ 
     | 
|
| 
       178 
180 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       179 
181 
     | 
    
         
             
                      <a href="../development.html" title="12. Development"
         
     | 
| 
       180 
182 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       181 
     | 
    
         
            -
                    <li><a href="../index.html">Groonga v3.1.1 documentation</a> »</li>
         
     | 
| 
      
 183 
     | 
    
         
            +
                    <li><a href="../index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li>
         
     | 
| 
       182 
184 
     | 
    
         
             
                      <li><a href="../development.html" >12. Development</a> »</li> 
         
     | 
| 
       183 
185 
     | 
    
         
             
                  </ul>
         
     | 
| 
       184 
186 
     | 
    
         
             
                </div>
         
     | 
| 
       185 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       186 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 187 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 188 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       187 
189 
     | 
    
         
             
                </div>
         
     | 
| 
       188 
190 
     | 
    
         
             
              </body>
         
     | 
| 
       189 
191 
     | 
    
         
             
            </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>Index — Groonga v3.1.1 documentation</title>
         
     | 
| 
      
 11 
     | 
    
         
            +
                <title>Index — Groonga v3.1.1-89-g7f6fcae documentation</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
         
     | 
| 
         @@ -26,9 +26,9 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="_static/underscore.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="_static/doctools.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title="Groonga v3.1.1 documentation" href="index.html" /> 
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.1.1-89-g7f6fcae documentation" href="index.html" /> 
         
     | 
| 
       30 
30 
     | 
    
         
             
              </head>
         
     | 
| 
       31 
     | 
    
         
            -
              <body>
         
     | 
| 
      
 31 
     | 
    
         
            +
              <body role="document">
         
     | 
| 
       32 
32 
     | 
    
         
             
            <div class="header">
         
     | 
| 
       33 
33 
     | 
    
         
             
              <h1 class="title">
         
     | 
| 
       34 
34 
     | 
    
         
             
                <a id="top-link" href="index.html">
         
     | 
| 
         @@ -46,20 +46,20 @@ 
     | 
|
| 
       46 
46 
     | 
    
         
             
            </div>
         
     | 
| 
       47 
47 
     | 
    
         | 
| 
       48 
48 
     | 
    
         | 
| 
       49 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 49 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       50 
50 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       51 
51 
     | 
    
         
             
                  <ul>
         
     | 
| 
       52 
52 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       53 
53 
     | 
    
         
             
                      <a href="#" title="General Index"
         
     | 
| 
       54 
54 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       55 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
      
 55 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li> 
         
     | 
| 
       56 
56 
     | 
    
         
             
                  </ul>
         
     | 
| 
       57 
57 
     | 
    
         
             
                </div>  
         
     | 
| 
       58 
58 
     | 
    
         | 
| 
       59 
59 
     | 
    
         
             
                <div class="document">
         
     | 
| 
       60 
60 
     | 
    
         
             
                  <div class="documentwrapper">
         
     | 
| 
       61 
61 
     | 
    
         
             
                    <div class="bodywrapper">
         
     | 
| 
       62 
     | 
    
         
            -
                      <div class="body">
         
     | 
| 
      
 62 
     | 
    
         
            +
                      <div class="body" role="main">
         
     | 
| 
       63 
63 
     | 
    
         | 
| 
       64 
64 
     | 
    
         | 
| 
       65 
65 
     | 
    
         
             
            <h1 id="index">Index</h1>
         
     | 
| 
         @@ -67,7 +67,9 @@ 
     | 
|
| 
       67 
67 
     | 
    
         
             
            <div class="genindex-jumpbox">
         
     | 
| 
       68 
68 
     | 
    
         
             
             <a href="#Symbols"><strong>Symbols</strong></a>
         
     | 
| 
       69 
69 
     | 
    
         
             
             | <a href="#C"><strong>C</strong></a>
         
     | 
| 
      
 70 
     | 
    
         
            +
             | <a href="#D"><strong>D</strong></a>
         
     | 
| 
       70 
71 
     | 
    
         
             
             | <a href="#G"><strong>G</strong></a>
         
     | 
| 
      
 72 
     | 
    
         
            +
             | <a href="#S"><strong>S</strong></a>
         
     | 
| 
       71 
73 
     | 
    
         | 
| 
       72 
74 
     | 
    
         
             
            </div>
         
     | 
| 
       73 
75 
     | 
    
         
             
            <h2 id="Symbols">Symbols</h2>
         
     | 
| 
         @@ -478,6 +480,19 @@ 
     | 
|
| 
       478 
480 
     | 
    
         
             
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
       479 
481 
     | 
    
         
             
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       480 
482 
     | 
    
         | 
| 
      
 483 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 484 
     | 
    
         
            +
                command [args]
         
     | 
| 
      
 485 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 486 
     | 
    
         
            +
             
     | 
| 
      
 487 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 488 
     | 
    
         
            +
                    
         
     | 
| 
      
 489 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-command">command line option</a>
         
     | 
| 
      
 490 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 491 
     | 
    
         
            +
             
     | 
| 
      
 492 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 493 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 494 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 495 
     | 
    
         
            +
                  
         
     | 
| 
       481 
496 
     | 
    
         
             
              <dt>
         
     | 
| 
       482 
497 
     | 
    
         
             
                command line option
         
     | 
| 
       483 
498 
     | 
    
         
             
              </dt>
         
     | 
| 
         @@ -627,6 +642,52 @@ 
     | 
|
| 
       627 
642 
     | 
    
         
             
              <dt><a href="reference/executables/groonga-suggest-httpd.html#cmdoption-t">-t, --n-threads</a>
         
     | 
| 
       628 
643 
     | 
    
         
             
              </dt>
         
     | 
| 
       629 
644 
     | 
    
         | 
| 
      
 645 
     | 
    
         
            +
                    
         
     | 
| 
      
 646 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-command">command [args]</a>
         
     | 
| 
      
 647 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 648 
     | 
    
         
            +
             
     | 
| 
      
 649 
     | 
    
         
            +
                    
         
     | 
| 
      
 650 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db">db</a>
         
     | 
| 
      
 651 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 652 
     | 
    
         
            +
             
     | 
| 
      
 653 
     | 
    
         
            +
                    
         
     | 
| 
      
 654 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-dest">dest</a>, <a href="reference/executables/grnslap.html#cmdoption-arg-dest">[1]</a>
         
     | 
| 
      
 655 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 656 
     | 
    
         
            +
             
     | 
| 
      
 657 
     | 
    
         
            +
                    
         
     | 
| 
      
 658 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">script</a>
         
     | 
| 
      
 659 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 660 
     | 
    
         
            +
             
     | 
| 
      
 661 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 662 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 663 
     | 
    
         
            +
            </tr></table>
         
     | 
| 
      
 664 
     | 
    
         
            +
             
     | 
| 
      
 665 
     | 
    
         
            +
            <h2 id="D">D</h2>
         
     | 
| 
      
 666 
     | 
    
         
            +
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
      
 667 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 668 
     | 
    
         
            +
                  
         
     | 
| 
      
 669 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 670 
     | 
    
         
            +
                db
         
     | 
| 
      
 671 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 672 
     | 
    
         
            +
             
     | 
| 
      
 673 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 674 
     | 
    
         
            +
                    
         
     | 
| 
      
 675 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-db">command line option</a>
         
     | 
| 
      
 676 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 677 
     | 
    
         
            +
             
     | 
| 
      
 678 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
      
 679 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 680 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 681 
     | 
    
         
            +
                  
         
     | 
| 
      
 682 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 683 
     | 
    
         
            +
                dest
         
     | 
| 
      
 684 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 685 
     | 
    
         
            +
             
     | 
| 
      
 686 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 687 
     | 
    
         
            +
                    
         
     | 
| 
      
 688 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga.html#cmdoption-arg-dest">command line option</a>, <a href="reference/executables/grnslap.html#cmdoption-arg-dest">[1]</a>
         
     | 
| 
      
 689 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 690 
     | 
    
         
            +
             
     | 
| 
       630 
691 
     | 
    
         
             
                  </dl></dd>
         
     | 
| 
       631 
692 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       632 
693 
     | 
    
         
             
            </tr></table>
         
     | 
| 
         @@ -635,687 +696,712 @@ 
     | 
|
| 
       635 
696 
     | 
    
         
             
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
       636 
697 
     | 
    
         
             
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       637 
698 
     | 
    
         | 
| 
       638 
     | 
    
         
            -
              <dt><a href="reference/api/grn_type.html#grn_builtin_type">grn_builtin_type (C type)</a>
         
     | 
| 
      
 699 
     | 
    
         
            +
              <dt><a href="reference/api/grn_type.html#c.grn_builtin_type">grn_builtin_type (C type)</a>
         
     | 
| 
      
 700 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 701 
     | 
    
         
            +
             
     | 
| 
      
 702 
     | 
    
         
            +
                  
         
     | 
| 
      
 703 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache">grn_cache (C type)</a>
         
     | 
| 
       639 
704 
     | 
    
         
             
              </dt>
         
     | 
| 
       640 
705 
     | 
    
         | 
| 
       641 
706 
     | 
    
         | 
| 
       642 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html# 
     | 
| 
      
 707 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_close">grn_cache_close (C function)</a>
         
     | 
| 
       643 
708 
     | 
    
         
             
              </dt>
         
     | 
| 
       644 
709 
     | 
    
         | 
| 
       645 
710 
     | 
    
         | 
| 
       646 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html# 
     | 
| 
      
 711 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_get">grn_cache_current_get (C function)</a>
         
     | 
| 
       647 
712 
     | 
    
         
             
              </dt>
         
     | 
| 
       648 
713 
     | 
    
         | 
| 
       649 
714 
     | 
    
         | 
| 
       650 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html# 
     | 
| 
      
 715 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_current_set">grn_cache_current_set (C function)</a>
         
     | 
| 
       651 
716 
     | 
    
         
             
              </dt>
         
     | 
| 
       652 
717 
     | 
    
         | 
| 
       653 
718 
     | 
    
         | 
| 
       654 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html# 
     | 
| 
      
 719 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_get_max_n_entries">grn_cache_get_max_n_entries (C function)</a>
         
     | 
| 
       655 
720 
     | 
    
         
             
              </dt>
         
     | 
| 
       656 
721 
     | 
    
         | 
| 
       657 
722 
     | 
    
         | 
| 
       658 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html# 
     | 
| 
      
 723 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_open">grn_cache_open (C function)</a>
         
     | 
| 
       659 
724 
     | 
    
         
             
              </dt>
         
     | 
| 
       660 
725 
     | 
    
         | 
| 
       661 
726 
     | 
    
         | 
| 
       662 
     | 
    
         
            -
              <dt><a href="reference/api/grn_cache.html# 
     | 
| 
      
 727 
     | 
    
         
            +
              <dt><a href="reference/api/grn_cache.html#c.grn_cache_set_max_n_entries">grn_cache_set_max_n_entries (C function)</a>
         
     | 
| 
       663 
728 
     | 
    
         
             
              </dt>
         
     | 
| 
       664 
729 
     | 
    
         | 
| 
       665 
730 
     | 
    
         | 
| 
       666 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 731 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_create">grn_column_create (C function)</a>
         
     | 
| 
       667 
732 
     | 
    
         
             
              </dt>
         
     | 
| 
       668 
733 
     | 
    
         | 
| 
       669 
734 
     | 
    
         | 
| 
       670 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 735 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_index">grn_column_index (C function)</a>
         
     | 
| 
       671 
736 
     | 
    
         
             
              </dt>
         
     | 
| 
       672 
737 
     | 
    
         | 
| 
       673 
738 
     | 
    
         | 
| 
       674 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 739 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_index_update">grn_column_index_update (C function)</a>
         
     | 
| 
       675 
740 
     | 
    
         
             
              </dt>
         
     | 
| 
       676 
741 
     | 
    
         | 
| 
       677 
742 
     | 
    
         | 
| 
       678 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 743 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_name">grn_column_name (C function)</a>
         
     | 
| 
       679 
744 
     | 
    
         
             
              </dt>
         
     | 
| 
       680 
745 
     | 
    
         | 
| 
       681 
746 
     | 
    
         | 
| 
       682 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 747 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID">GRN_COLUMN_NAME_ID (C macro)</a>
         
     | 
| 
       683 
748 
     | 
    
         
             
              </dt>
         
     | 
| 
       684 
749 
     | 
    
         | 
| 
       685 
750 
     | 
    
         | 
| 
       686 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 751 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_ID_LEN">GRN_COLUMN_NAME_ID_LEN (C macro)</a>
         
     | 
| 
       687 
752 
     | 
    
         
             
              </dt>
         
     | 
| 
       688 
753 
     | 
    
         | 
| 
       689 
754 
     | 
    
         | 
| 
       690 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 755 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY">GRN_COLUMN_NAME_KEY (C macro)</a>
         
     | 
| 
       691 
756 
     | 
    
         
             
              </dt>
         
     | 
| 
       692 
757 
     | 
    
         | 
| 
       693 
758 
     | 
    
         | 
| 
       694 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 759 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_KEY_LEN">GRN_COLUMN_NAME_KEY_LEN (C macro)</a>
         
     | 
| 
       695 
760 
     | 
    
         
             
              </dt>
         
     | 
| 
       696 
761 
     | 
    
         | 
| 
       697 
762 
     | 
    
         | 
| 
       698 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 763 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS">GRN_COLUMN_NAME_NSUBRECS (C macro)</a>
         
     | 
| 
       699 
764 
     | 
    
         
             
              </dt>
         
     | 
| 
       700 
765 
     | 
    
         | 
| 
       701 
766 
     | 
    
         | 
| 
       702 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 767 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_NSUBRECS_LEN">GRN_COLUMN_NAME_NSUBRECS_LEN (C macro)</a>
         
     | 
| 
       703 
768 
     | 
    
         
             
              </dt>
         
     | 
| 
       704 
769 
     | 
    
         | 
| 
       705 
770 
     | 
    
         | 
| 
       706 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 771 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE">GRN_COLUMN_NAME_SCORE (C macro)</a>
         
     | 
| 
       707 
772 
     | 
    
         
             
              </dt>
         
     | 
| 
       708 
773 
     | 
    
         | 
| 
       709 
774 
     | 
    
         | 
| 
       710 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 775 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_SCORE_LEN">GRN_COLUMN_NAME_SCORE_LEN (C macro)</a>
         
     | 
| 
       711 
776 
     | 
    
         
             
              </dt>
         
     | 
| 
       712 
777 
     | 
    
         | 
| 
       713 
778 
     | 
    
         | 
| 
       714 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 779 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE">GRN_COLUMN_NAME_VALUE (C macro)</a>
         
     | 
| 
       715 
780 
     | 
    
         
             
              </dt>
         
     | 
| 
       716 
781 
     | 
    
         | 
| 
       717 
782 
     | 
    
         | 
| 
       718 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 783 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.GRN_COLUMN_NAME_VALUE_LEN">GRN_COLUMN_NAME_VALUE_LEN (C macro)</a>
         
     | 
| 
       719 
784 
     | 
    
         
             
              </dt>
         
     | 
| 
       720 
785 
     | 
    
         | 
| 
       721 
786 
     | 
    
         | 
| 
       722 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 787 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_rename">grn_column_rename (C function)</a>
         
     | 
| 
       723 
788 
     | 
    
         
             
              </dt>
         
     | 
| 
       724 
789 
     | 
    
         | 
| 
       725 
790 
     | 
    
         | 
| 
       726 
     | 
    
         
            -
              <dt><a href="reference/api/grn_column.html# 
     | 
| 
      
 791 
     | 
    
         
            +
              <dt><a href="reference/api/grn_column.html#c.grn_column_table">grn_column_table (C function)</a>
         
     | 
| 
       727 
792 
     | 
    
         
             
              </dt>
         
     | 
| 
       728 
793 
     | 
    
         | 
| 
       729 
794 
     | 
    
         | 
| 
       730 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 795 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.grn_command_version">grn_command_version (C type)</a>
         
     | 
| 
       731 
796 
     | 
    
         
             
              </dt>
         
     | 
| 
       732 
797 
     | 
    
         | 
| 
       733 
798 
     | 
    
         | 
| 
       734 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html# 
     | 
| 
      
 799 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MAX">GRN_COMMAND_VERSION_MAX (C macro)</a>
         
     | 
| 
       735 
800 
     | 
    
         
             
              </dt>
         
     | 
| 
       736 
801 
     | 
    
         | 
| 
       737 
802 
     | 
    
         | 
| 
       738 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html# 
     | 
| 
      
 803 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_MIN">GRN_COMMAND_VERSION_MIN (C macro)</a>
         
     | 
| 
       739 
804 
     | 
    
         
             
              </dt>
         
     | 
| 
       740 
805 
     | 
    
         | 
| 
       741 
806 
     | 
    
         | 
| 
       742 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html# 
     | 
| 
      
 807 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.GRN_COMMAND_VERSION_STABLE">GRN_COMMAND_VERSION_STABLE (C macro)</a>
         
     | 
| 
       743 
808 
     | 
    
         
             
              </dt>
         
     | 
| 
       744 
809 
     | 
    
         | 
| 
       745 
810 
     | 
    
         | 
| 
       746 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 811 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx">grn_ctx (C type)</a>
         
     | 
| 
       747 
812 
     | 
    
         
             
              </dt>
         
     | 
| 
       748 
813 
     | 
    
         | 
| 
       749 
814 
     | 
    
         | 
| 
       750 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 815 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_at">grn_ctx_at (C function)</a>
         
     | 
| 
       751 
816 
     | 
    
         
             
              </dt>
         
     | 
| 
       752 
817 
     | 
    
         | 
| 
       753 
818 
     | 
    
         | 
| 
       754 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 819 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_close">grn_ctx_close (C function)</a>
         
     | 
| 
       755 
820 
     | 
    
         
             
              </dt>
         
     | 
| 
       756 
821 
     | 
    
         | 
| 
       757 
822 
     | 
    
         | 
| 
       758 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 823 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_db">grn_ctx_db (C function)</a>
         
     | 
| 
       759 
824 
     | 
    
         
             
              </dt>
         
     | 
| 
       760 
825 
     | 
    
         | 
| 
       761 
826 
     | 
    
         | 
| 
       762 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 827 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_fin">grn_ctx_fin (C function)</a>
         
     | 
| 
       763 
828 
     | 
    
         
             
              </dt>
         
     | 
| 
       764 
829 
     | 
    
         | 
| 
       765 
830 
     | 
    
         | 
| 
       766 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 831 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get">grn_ctx_get (C function)</a>
         
     | 
| 
       767 
832 
     | 
    
         
             
              </dt>
         
     | 
| 
       768 
833 
     | 
    
         | 
| 
       769 
834 
     | 
    
         | 
| 
       770 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 835 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_get_command_version">grn_ctx_get_command_version (C function)</a>
         
     | 
| 
       771 
836 
     | 
    
         
             
              </dt>
         
     | 
| 
       772 
837 
     | 
    
         | 
| 
       773 
838 
     | 
    
         | 
| 
       774 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 839 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_get_match_escalation_threshold">grn_ctx_get_match_escalation_threshold (C function)</a>
         
     | 
| 
       775 
840 
     | 
    
         
             
              </dt>
         
     | 
| 
       776 
841 
     | 
    
         | 
| 
       777 
842 
     | 
    
         | 
| 
       778 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 843 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_init">grn_ctx_init (C function)</a>
         
     | 
| 
       779 
844 
     | 
    
         
             
              </dt>
         
     | 
| 
       780 
845 
     | 
    
         | 
| 
       781 
846 
     | 
    
         | 
| 
       782 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 847 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_open">grn_ctx_open (C function)</a>
         
     | 
| 
       783 
848 
     | 
    
         
             
              </dt>
         
     | 
| 
       784 
849 
     | 
    
         | 
| 
       785 
850 
     | 
    
         | 
| 
       786 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 851 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_command_version">grn_ctx_set_command_version (C function)</a>
         
     | 
| 
       787 
852 
     | 
    
         
             
              </dt>
         
     | 
| 
       788 
853 
     | 
    
         | 
| 
       789 
854 
     | 
    
         | 
| 
       790 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ctx.html# 
     | 
| 
      
 855 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_set_finalizer">grn_ctx_set_finalizer (C function)</a>
         
     | 
| 
       791 
856 
     | 
    
         
             
              </dt>
         
     | 
| 
       792 
857 
     | 
    
         | 
| 
       793 
858 
     | 
    
         | 
| 
       794 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 859 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_ctx_set_match_escalation_threshold">grn_ctx_set_match_escalation_threshold (C function)</a>
         
     | 
| 
       795 
860 
     | 
    
         
             
              </dt>
         
     | 
| 
       796 
861 
     | 
    
         | 
| 
       797 
862 
     | 
    
         | 
| 
       798 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 863 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ctx.html#c.grn_ctx_use">grn_ctx_use (C function)</a>
         
     | 
| 
       799 
864 
     | 
    
         
             
              </dt>
         
     | 
| 
       800 
865 
     | 
    
         | 
| 
       801 
866 
     | 
    
         | 
| 
       802 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 867 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db">grn_db (C type)</a>
         
     | 
| 
       803 
868 
     | 
    
         
             
              </dt>
         
     | 
| 
       804 
869 
     | 
    
         | 
| 
       805 
870 
     | 
    
         | 
| 
       806 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html# 
     | 
| 
      
 871 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create">grn_db_create (C function)</a>
         
     | 
| 
       807 
872 
     | 
    
         
             
              </dt>
         
     | 
| 
       808 
873 
     | 
    
         | 
| 
       809 
874 
     | 
    
         | 
| 
       810 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html# 
     | 
| 
      
 875 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg">grn_db_create_optarg (C type)</a>
         
     | 
| 
       811 
876 
     | 
    
         
             
              </dt>
         
     | 
| 
       812 
877 
     | 
    
         | 
| 
       813 
878 
     | 
    
         | 
| 
       814 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_create_optarg">grn_db_create_optarg (C  
     | 
| 
      
 879 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_create_optarg.builtin_type_names">grn_db_create_optarg.builtin_type_names (C member)</a>
         
     | 
| 
       815 
880 
     | 
    
         
             
              </dt>
         
     | 
| 
       816 
881 
     | 
    
         | 
| 
       817 
882 
     | 
    
         | 
| 
       818 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_db_create_optarg. 
     | 
| 
      
 883 
     | 
    
         
            +
              <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 member)</a>
         
     | 
| 
       819 
884 
     | 
    
         
             
              </dt>
         
     | 
| 
       820 
885 
     | 
    
         | 
| 
       821 
886 
     | 
    
         | 
| 
       822 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html# 
     | 
| 
      
 887 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_open">grn_db_open (C function)</a>
         
     | 
| 
       823 
888 
     | 
    
         
             
              </dt>
         
     | 
| 
       824 
889 
     | 
    
         | 
| 
       825 
890 
     | 
    
         | 
| 
       826 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html# 
     | 
| 
      
 891 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_db_touch">grn_db_touch (C function)</a>
         
     | 
| 
       827 
892 
     | 
    
         
             
              </dt>
         
     | 
| 
       828 
893 
     | 
    
         | 
| 
       829 
894 
     | 
    
         | 
| 
       830 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 895 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_encoding">grn_encoding (C type)</a>
         
     | 
| 
       831 
896 
     | 
    
         
             
              </dt>
         
     | 
| 
       832 
897 
     | 
    
         | 
| 
       833 
898 
     | 
    
         | 
| 
       834 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html# 
     | 
| 
      
 899 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_parse">grn_encoding_parse (C function)</a>
         
     | 
| 
       835 
900 
     | 
    
         
             
              </dt>
         
     | 
| 
       836 
901 
     | 
    
         | 
| 
       837 
902 
     | 
    
         | 
| 
       838 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html# 
     | 
| 
      
 903 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_encoding_to_string">grn_encoding_to_string (C function)</a>
         
     | 
| 
       839 
904 
     | 
    
         
             
              </dt>
         
     | 
| 
       840 
905 
     | 
    
         | 
| 
       841 
906 
     | 
    
         | 
| 
       842 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 907 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_add_var">grn_expr_add_var (C function)</a>
         
     | 
| 
       843 
908 
     | 
    
         
             
              </dt>
         
     | 
| 
       844 
909 
     | 
    
         | 
| 
       845 
910 
     | 
    
         | 
| 
       846 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 911 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_alloc">grn_expr_alloc (C function)</a>
         
     | 
| 
       847 
912 
     | 
    
         
             
              </dt>
         
     | 
| 
       848 
913 
     | 
    
         | 
| 
       849 
914 
     | 
    
         | 
| 
       850 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 915 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const">grn_expr_append_const (C function)</a>
         
     | 
| 
       851 
916 
     | 
    
         
             
              </dt>
         
     | 
| 
       852 
917 
     | 
    
         | 
| 
       853 
918 
     | 
    
         | 
| 
       854 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 919 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_int">grn_expr_append_const_int (C function)</a>
         
     | 
| 
       855 
920 
     | 
    
         
             
              </dt>
         
     | 
| 
       856 
921 
     | 
    
         | 
| 
       857 
922 
     | 
    
         | 
| 
       858 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 923 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_const_str">grn_expr_append_const_str (C function)</a>
         
     | 
| 
       859 
924 
     | 
    
         
             
              </dt>
         
     | 
| 
       860 
925 
     | 
    
         | 
| 
       861 
926 
     | 
    
         | 
| 
       862 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 927 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_append_op">grn_expr_append_op (C function)</a>
         
     | 
| 
       863 
928 
     | 
    
         
             
              </dt>
         
     | 
| 
       864 
929 
     | 
    
         | 
| 
       865 
930 
     | 
    
         | 
| 
       866 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 931 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_close">grn_expr_close (C function)</a>
         
     | 
| 
       867 
932 
     | 
    
         
             
              </dt>
         
     | 
| 
       868 
933 
     | 
    
         | 
| 
       869 
934 
     | 
    
         | 
| 
       870 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 935 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_compile">grn_expr_compile (C function)</a>
         
     | 
| 
       871 
936 
     | 
    
         
             
              </dt>
         
     | 
| 
       872 
937 
     | 
    
         | 
| 
       873 
938 
     | 
    
         | 
| 
       874 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 939 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_create">grn_expr_create (C function)</a>
         
     | 
| 
       875 
940 
     | 
    
         
             
              </dt>
         
     | 
| 
       876 
941 
     | 
    
         | 
| 
       877 
942 
     | 
    
         | 
| 
       878 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 943 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_exec">grn_expr_exec (C function)</a>
         
     | 
| 
       879 
944 
     | 
    
         
             
              </dt>
         
     | 
| 
       880 
945 
     | 
    
         | 
| 
       881 
946 
     | 
    
         | 
| 
       882 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 947 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_get_var_by_offset">grn_expr_get_var_by_offset (C function)</a>
         
     | 
| 
       883 
948 
     | 
    
         
             
              </dt>
         
     | 
| 
       884 
949 
     | 
    
         | 
| 
       885 
950 
     | 
    
         | 
| 
       886 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 951 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape">grn_expr_syntax_escape (C function)</a>
         
     | 
| 
       887 
952 
     | 
    
         
             
              </dt>
         
     | 
| 
       888 
953 
     | 
    
         | 
| 
       889 
954 
     | 
    
         | 
| 
       890 
     | 
    
         
            -
              <dt><a href="reference/api/grn_expr.html# 
     | 
| 
      
 955 
     | 
    
         
            +
              <dt><a href="reference/api/grn_expr.html#c.grn_expr_syntax_escape_query">grn_expr_syntax_escape_query (C function)</a>
         
     | 
| 
       891 
956 
     | 
    
         
             
              </dt>
         
     | 
| 
       892 
957 
     | 
    
         | 
| 
       893 
958 
     | 
    
         | 
| 
       894 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 959 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_next">grn_geo_cursor_next (C function)</a>
         
     | 
| 
       895 
960 
     | 
    
         
             
              </dt>
         
     | 
| 
       896 
961 
     | 
    
         | 
| 
       897 
962 
     | 
    
         | 
| 
       898 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html# 
     | 
| 
      
 963 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_cursor_open_in_rectangle">grn_geo_cursor_open_in_rectangle (C function)</a>
         
     | 
| 
       899 
964 
     | 
    
         
             
              </dt>
         
     | 
| 
       900 
965 
     | 
    
         | 
| 
       901 
966 
     | 
    
         | 
| 
       902 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html# 
     | 
| 
      
 967 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_estimate_in_rectangle">grn_geo_estimate_in_rectangle (C function)</a>
         
     | 
| 
       903 
968 
     | 
    
         
             
              </dt>
         
     | 
| 
       904 
969 
     | 
    
         | 
| 
       905 
970 
     | 
    
         | 
| 
       906 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html# 
     | 
| 
      
 971 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_point">grn_geo_point (C type)</a>
         
     | 
| 
       907 
972 
     | 
    
         
             
              </dt>
         
     | 
| 
       908 
973 
     | 
    
         | 
| 
       909 
974 
     | 
    
         | 
| 
       910 
     | 
    
         
            -
              <dt><a href="reference/api/grn_geo.html# 
     | 
| 
      
 975 
     | 
    
         
            +
              <dt><a href="reference/api/grn_geo.html#c.grn_geo_select_in_rectangle">grn_geo_select_in_rectangle (C function)</a>
         
     | 
| 
       911 
976 
     | 
    
         
             
              </dt>
         
     | 
| 
       912 
977 
     | 
    
         | 
| 
       913 
978 
     | 
    
         | 
| 
       914 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 979 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.grn_get_default_command_version">grn_get_default_command_version (C function)</a>
         
     | 
| 
       915 
980 
     | 
    
         
             
              </dt>
         
     | 
| 
       916 
981 
     | 
    
         | 
| 
       917 
982 
     | 
    
         | 
| 
       918 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 983 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_get_default_encoding">grn_get_default_encoding (C function)</a>
         
     | 
| 
       919 
984 
     | 
    
         
             
              </dt>
         
     | 
| 
       920 
985 
     | 
    
         | 
| 
       921 
986 
     | 
    
         | 
| 
       922 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 987 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_get_default_match_escalation_threshold">grn_get_default_match_escalation_threshold (C function)</a>
         
     | 
| 
       923 
988 
     | 
    
         
             
              </dt>
         
     | 
| 
       924 
989 
     | 
    
         | 
| 
       925 
990 
     | 
    
         | 
| 
       926 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 991 
     | 
    
         
            +
              <dt><a href="reference/api/global_configurations.html#c.grn_get_lock_timeout">grn_get_lock_timeout (C function)</a>
         
     | 
| 
       927 
992 
     | 
    
         
             
              </dt>
         
     | 
| 
       928 
993 
     | 
    
         | 
| 
       929 
994 
     | 
    
         | 
| 
       930 
     | 
    
         
            -
              <dt><a href="reference/api/grn_hook.html#grn_hook_entry">grn_hook_entry (C type)</a>
         
     | 
| 
      
 995 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_hook_entry">grn_hook_entry (C type)</a>
         
     | 
| 
       931 
996 
     | 
    
         
             
              </dt>
         
     | 
| 
       932 
997 
     | 
    
         | 
| 
       933 
998 
     | 
    
         | 
| 
       934 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html#grn_ii">grn_ii (C type)</a>
         
     | 
| 
      
 999 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii">grn_ii (C type)</a>
         
     | 
| 
       935 
1000 
     | 
    
         
             
              </dt>
         
     | 
| 
       936 
1001 
     | 
    
         | 
| 
       937 
1002 
     | 
    
         | 
| 
       938 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html#grn_ii_buffer">grn_ii_buffer (C type)</a>
         
     | 
| 
      
 1003 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer">grn_ii_buffer (C type)</a>
         
     | 
| 
       939 
1004 
     | 
    
         
             
              </dt>
         
     | 
| 
       940 
1005 
     | 
    
         | 
| 
       941 
1006 
     | 
    
         | 
| 
       942 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html#grn_ii_buffer_append">grn_ii_buffer_append (C function)</a>
         
     | 
| 
      
 1007 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_append">grn_ii_buffer_append (C function)</a>
         
     | 
| 
       943 
1008 
     | 
    
         
             
              </dt>
         
     | 
| 
       944 
1009 
     | 
    
         | 
| 
       945 
1010 
     | 
    
         | 
| 
       946 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html#grn_ii_buffer_close">grn_ii_buffer_close (C function)</a>
         
     | 
| 
      
 1011 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_close">grn_ii_buffer_close (C function)</a>
         
     | 
| 
       947 
1012 
     | 
    
         
             
              </dt>
         
     | 
| 
       948 
1013 
     | 
    
         | 
| 
       949 
1014 
     | 
    
         | 
| 
       950 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html#grn_ii_buffer_commit">grn_ii_buffer_commit (C function)</a>
         
     | 
| 
      
 1015 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_commit">grn_ii_buffer_commit (C function)</a>
         
     | 
| 
       951 
1016 
     | 
    
         
             
              </dt>
         
     | 
| 
       952 
1017 
     | 
    
         | 
| 
       953 
1018 
     | 
    
         | 
| 
       954 
     | 
    
         
            -
              <dt><a href="reference/api/grn_ii.html#grn_ii_buffer_open">grn_ii_buffer_open (C function)</a>
         
     | 
| 
      
 1019 
     | 
    
         
            +
              <dt><a href="reference/api/grn_ii.html#c.grn_ii_buffer_open">grn_ii_buffer_open (C function)</a>
         
     | 
| 
       955 
1020 
     | 
    
         
             
              </dt>
         
     | 
| 
       956 
1021 
     | 
    
         | 
| 
       957 
1022 
     | 
    
         | 
| 
       958 
     | 
    
         
            -
              <dt><a href="reference/api/grn_index_cursor.html#grn_index_cursor_next">grn_index_cursor_next (C function)</a>
         
     | 
| 
      
 1023 
     | 
    
         
            +
              <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_next">grn_index_cursor_next (C function)</a>
         
     | 
| 
       959 
1024 
     | 
    
         
             
              </dt>
         
     | 
| 
       960 
1025 
     | 
    
         | 
| 
       961 
1026 
     | 
    
         | 
| 
       962 
     | 
    
         
            -
              <dt><a href="reference/api/grn_index_cursor.html#grn_index_cursor_open">grn_index_cursor_open (C function)</a>
         
     | 
| 
      
 1027 
     | 
    
         
            +
              <dt><a href="reference/api/grn_index_cursor.html#c.grn_index_cursor_open">grn_index_cursor_open (C function)</a>
         
     | 
| 
       963 
1028 
     | 
    
         
             
              </dt>
         
     | 
| 
       964 
1029 
     | 
    
         | 
| 
       965 
1030 
     | 
    
         | 
| 
       966 
     | 
    
         
            -
              <dt><a href="reference/api/grn_info.html#grn_info_type">grn_info_type (C type)</a>
         
     | 
| 
      
 1031 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_info_type">grn_info_type (C type)</a>
         
     | 
| 
       967 
1032 
     | 
    
         
             
              </dt>
         
     | 
| 
       968 
1033 
     | 
    
         | 
| 
       969 
1034 
     | 
    
         | 
| 
       970 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj">grn_obj (C type)</a>
         
     | 
| 
      
 1035 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj">grn_obj (C type)</a>
         
     | 
| 
       971 
1036 
     | 
    
         
             
              </dt>
         
     | 
| 
       972 
1037 
     | 
    
         | 
| 
       973 
1038 
     | 
    
         | 
| 
       974 
     | 
    
         
            -
              <dt><a href="reference/api/grn_hook.html#grn_obj_add_hook">grn_obj_add_hook (C function)</a>
         
     | 
| 
      
 1039 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_add_hook">grn_obj_add_hook (C function)</a>
         
     | 
| 
       975 
1040 
     | 
    
         
             
              </dt>
         
     | 
| 
       976 
1041 
     | 
    
         | 
| 
       977 
1042 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       978 
1043 
     | 
    
         
             
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
       979 
1044 
     | 
    
         | 
| 
       980 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_APPEND">GRN_OBJ_APPEND (C macro)</a>
         
     | 
| 
      
 1045 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_APPEND">GRN_OBJ_APPEND (C macro)</a>
         
     | 
| 
       981 
1046 
     | 
    
         
             
              </dt>
         
     | 
| 
       982 
1047 
     | 
    
         | 
| 
       983 
1048 
     | 
    
         | 
| 
       984 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_check">grn_obj_check (C function)</a>
         
     | 
| 
      
 1049 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_check">grn_obj_check (C function)</a>
         
     | 
| 
       985 
1050 
     | 
    
         
             
              </dt>
         
     | 
| 
       986 
1051 
     | 
    
         | 
| 
       987 
1052 
     | 
    
         | 
| 
       988 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_clear_lock">grn_obj_clear_lock (C function)</a>
         
     | 
| 
      
 1053 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_clear_lock">grn_obj_clear_lock (C function)</a>
         
     | 
| 
       989 
1054 
     | 
    
         
             
              </dt>
         
     | 
| 
       990 
1055 
     | 
    
         | 
| 
       991 
1056 
     | 
    
         | 
| 
       992 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_close">grn_obj_close (C function)</a>
         
     | 
| 
      
 1057 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_close">grn_obj_close (C function)</a>
         
     | 
| 
       993 
1058 
     | 
    
         
             
              </dt>
         
     | 
| 
       994 
1059 
     | 
    
         | 
| 
       995 
1060 
     | 
    
         | 
| 
       996 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_column">grn_obj_column (C function)</a>
         
     | 
| 
      
 1061 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_column">grn_obj_column (C function)</a>
         
     | 
| 
       997 
1062 
     | 
    
         
             
              </dt>
         
     | 
| 
       998 
1063 
     | 
    
         | 
| 
       999 
1064 
     | 
    
         | 
| 
       1000 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C macro)</a>
         
     | 
| 
      
 1065 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_COMPARE">GRN_OBJ_COMPARE (C macro)</a>
         
     | 
| 
       1001 
1066 
     | 
    
         
             
              </dt>
         
     | 
| 
       1002 
1067 
     | 
    
         | 
| 
       1003 
1068 
     | 
    
         | 
| 
       1004 
     | 
    
         
            -
              <dt><a href="reference/api/grn_db.html#grn_obj_db">grn_obj_db (C function)</a>
         
     | 
| 
      
 1069 
     | 
    
         
            +
              <dt><a href="reference/api/grn_db.html#c.grn_obj_db">grn_obj_db (C function)</a>
         
     | 
| 
       1005 
1070 
     | 
    
         
             
              </dt>
         
     | 
| 
       1006 
1071 
     | 
    
         | 
| 
       1007 
1072 
     | 
    
         | 
| 
       1008 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_DECR">GRN_OBJ_DECR (C macro)</a>
         
     | 
| 
      
 1073 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_DECR">GRN_OBJ_DECR (C macro)</a>
         
     | 
| 
       1009 
1074 
     | 
    
         
             
              </dt>
         
     | 
| 
       1010 
1075 
     | 
    
         | 
| 
       1011 
1076 
     | 
    
         | 
| 
       1012 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_defrag">grn_obj_defrag (C function)</a>
         
     | 
| 
      
 1077 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_defrag">grn_obj_defrag (C function)</a>
         
     | 
| 
       1013 
1078 
     | 
    
         
             
              </dt>
         
     | 
| 
       1014 
1079 
     | 
    
         | 
| 
       1015 
1080 
     | 
    
         | 
| 
       1016 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_delete_by_id">grn_obj_delete_by_id (C function)</a>
         
     | 
| 
      
 1081 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_delete_by_id">grn_obj_delete_by_id (C function)</a>
         
     | 
| 
       1017 
1082 
     | 
    
         
             
              </dt>
         
     | 
| 
       1018 
1083 
     | 
    
         | 
| 
       1019 
1084 
     | 
    
         | 
| 
       1020 
     | 
    
         
            -
              <dt><a href="reference/api/grn_hook.html#grn_obj_delete_hook">grn_obj_delete_hook (C function)</a>
         
     | 
| 
      
 1085 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_delete_hook">grn_obj_delete_hook (C function)</a>
         
     | 
| 
       1021 
1086 
     | 
    
         
             
              </dt>
         
     | 
| 
       1022 
1087 
     | 
    
         | 
| 
       1023 
1088 
     | 
    
         | 
| 
       1024 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_expire">grn_obj_expire (C function)</a>
         
     | 
| 
      
 1089 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_expire">grn_obj_expire (C function)</a>
         
     | 
| 
       1025 
1090 
     | 
    
         
             
              </dt>
         
     | 
| 
       1026 
1091 
     | 
    
         | 
| 
       1027 
1092 
     | 
    
         | 
| 
       1028 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_GET">GRN_OBJ_GET (C macro)</a>
         
     | 
| 
      
 1093 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_GET">GRN_OBJ_GET (C macro)</a>
         
     | 
| 
       1029 
1094 
     | 
    
         
             
              </dt>
         
     | 
| 
       1030 
1095 
     | 
    
         | 
| 
       1031 
1096 
     | 
    
         | 
| 
       1032 
     | 
    
         
            -
              <dt><a href="reference/api/grn_info.html#grn_obj_get_element_info">grn_obj_get_element_info (C function)</a>
         
     | 
| 
      
 1097 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_get_element_info">grn_obj_get_element_info (C function)</a>
         
     | 
| 
       1033 
1098 
     | 
    
         
             
              </dt>
         
     | 
| 
       1034 
1099 
     | 
    
         | 
| 
       1035 
1100 
     | 
    
         | 
| 
       1036 
     | 
    
         
            -
              <dt><a href="reference/api/grn_hook.html#grn_obj_get_hook">grn_obj_get_hook (C function)</a>
         
     | 
| 
      
 1101 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_hook">grn_obj_get_hook (C function)</a>
         
     | 
| 
       1037 
1102 
     | 
    
         
             
              </dt>
         
     | 
| 
       1038 
1103 
     | 
    
         | 
| 
       1039 
1104 
     | 
    
         | 
| 
       1040 
     | 
    
         
            -
              <dt><a href="reference/api/grn_info.html#grn_obj_get_info">grn_obj_get_info (C function)</a>
         
     | 
| 
      
 1105 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_get_info">grn_obj_get_info (C function)</a>
         
     | 
| 
       1041 
1106 
     | 
    
         
             
              </dt>
         
     | 
| 
       1042 
1107 
     | 
    
         | 
| 
       1043 
1108 
     | 
    
         | 
| 
       1044 
     | 
    
         
            -
              <dt><a href="reference/api/grn_hook.html#grn_obj_get_nhooks">grn_obj_get_nhooks (C function)</a>
         
     | 
| 
      
 1109 
     | 
    
         
            +
              <dt><a href="reference/api/grn_hook.html#c.grn_obj_get_nhooks">grn_obj_get_nhooks (C function)</a>
         
     | 
| 
       1045 
1110 
     | 
    
         
             
              </dt>
         
     | 
| 
       1046 
1111 
     | 
    
         | 
| 
       1047 
1112 
     | 
    
         | 
| 
       1048 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_get_range">grn_obj_get_range (C function)</a>
         
     | 
| 
      
 1113 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_range">grn_obj_get_range (C function)</a>
         
     | 
| 
       1049 
1114 
     | 
    
         
             
              </dt>
         
     | 
| 
       1050 
1115 
     | 
    
         | 
| 
       1051 
1116 
     | 
    
         | 
| 
       1052 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_get_value">grn_obj_get_value (C function)</a>
         
     | 
| 
      
 1117 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_value">grn_obj_get_value (C function)</a>
         
     | 
| 
       1053 
1118 
     | 
    
         
             
              </dt>
         
     | 
| 
       1054 
1119 
     | 
    
         | 
| 
       1055 
1120 
     | 
    
         | 
| 
       1056 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_get_values">grn_obj_get_values (C function)</a>
         
     | 
| 
      
 1121 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_get_values">grn_obj_get_values (C function)</a>
         
     | 
| 
       1057 
1122 
     | 
    
         
             
              </dt>
         
     | 
| 
       1058 
1123 
     | 
    
         | 
| 
       1059 
1124 
     | 
    
         | 
| 
       1060 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_id">grn_obj_id (C function)</a>
         
     | 
| 
      
 1125 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_id">grn_obj_id (C function)</a>
         
     | 
| 
       1061 
1126 
     | 
    
         
             
              </dt>
         
     | 
| 
       1062 
1127 
     | 
    
         | 
| 
       1063 
1128 
     | 
    
         | 
| 
       1064 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_INCR">GRN_OBJ_INCR (C macro)</a>
         
     | 
| 
      
 1129 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_INCR">GRN_OBJ_INCR (C macro)</a>
         
     | 
| 
       1065 
1130 
     | 
    
         
             
              </dt>
         
     | 
| 
       1066 
1131 
     | 
    
         | 
| 
       1067 
1132 
     | 
    
         | 
| 
       1068 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_is_builtin">grn_obj_is_builtin (C function)</a>
         
     | 
| 
      
 1133 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_builtin">grn_obj_is_builtin (C function)</a>
         
     | 
| 
       1069 
1134 
     | 
    
         
             
              </dt>
         
     | 
| 
       1070 
1135 
     | 
    
         | 
| 
       1071 
1136 
     | 
    
         | 
| 
       1072 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_is_locked">grn_obj_is_locked (C function)</a>
         
     | 
| 
      
 1137 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_is_locked">grn_obj_is_locked (C function)</a>
         
     | 
| 
       1073 
1138 
     | 
    
         
             
              </dt>
         
     | 
| 
       1074 
1139 
     | 
    
         | 
| 
       1075 
1140 
     | 
    
         | 
| 
       1076 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_lock">grn_obj_lock (C function)</a>
         
     | 
| 
      
 1141 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_lock">grn_obj_lock (C function)</a>
         
     | 
| 
       1077 
1142 
     | 
    
         
             
              </dt>
         
     | 
| 
       1078 
1143 
     | 
    
         | 
| 
       1079 
1144 
     | 
    
         | 
| 
       1080 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_LOCK">GRN_OBJ_LOCK (C macro)</a>
         
     | 
| 
      
 1145 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_LOCK">GRN_OBJ_LOCK (C macro)</a>
         
     | 
| 
       1081 
1146 
     | 
    
         
             
              </dt>
         
     | 
| 
       1082 
1147 
     | 
    
         | 
| 
       1083 
1148 
     | 
    
         | 
| 
       1084 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_name">grn_obj_name (C function)</a>
         
     | 
| 
      
 1149 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_name">grn_obj_name (C function)</a>
         
     | 
| 
       1085 
1150 
     | 
    
         
             
              </dt>
         
     | 
| 
       1086 
1151 
     | 
    
         | 
| 
       1087 
1152 
     | 
    
         | 
| 
       1088 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_path">grn_obj_path (C function)</a>
         
     | 
| 
      
 1153 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_path">grn_obj_path (C function)</a>
         
     | 
| 
       1089 
1154 
     | 
    
         
             
              </dt>
         
     | 
| 
       1090 
1155 
     | 
    
         | 
| 
       1091 
1156 
     | 
    
         | 
| 
       1092 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_path_by_id">grn_obj_path_by_id (C function)</a>
         
     | 
| 
      
 1157 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_path_by_id">grn_obj_path_by_id (C function)</a>
         
     | 
| 
       1093 
1158 
     | 
    
         
             
              </dt>
         
     | 
| 
       1094 
1159 
     | 
    
         | 
| 
       1095 
1160 
     | 
    
         | 
| 
       1096 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C macro)</a>
         
     | 
| 
      
 1161 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_PREPEND">GRN_OBJ_PREPEND (C macro)</a>
         
     | 
| 
       1097 
1162 
     | 
    
         
             
              </dt>
         
     | 
| 
       1098 
1163 
     | 
    
         | 
| 
       1099 
1164 
     | 
    
         | 
| 
       1100 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_reinit">grn_obj_reinit (C function)</a>
         
     | 
| 
      
 1165 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_reinit">grn_obj_reinit (C function)</a>
         
     | 
| 
       1101 
1166 
     | 
    
         
             
              </dt>
         
     | 
| 
       1102 
1167 
     | 
    
         | 
| 
       1103 
1168 
     | 
    
         | 
| 
       1104 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_remove">grn_obj_remove (C function)</a>
         
     | 
| 
      
 1169 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_remove">grn_obj_remove (C function)</a>
         
     | 
| 
       1105 
1170 
     | 
    
         
             
              </dt>
         
     | 
| 
       1106 
1171 
     | 
    
         | 
| 
       1107 
1172 
     | 
    
         | 
| 
       1108 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_rename">grn_obj_rename (C function)</a>
         
     | 
| 
      
 1173 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_rename">grn_obj_rename (C function)</a>
         
     | 
| 
       1109 
1174 
     | 
    
         
             
              </dt>
         
     | 
| 
       1110 
1175 
     | 
    
         | 
| 
       1111 
1176 
     | 
    
         | 
| 
       1112 
     | 
    
         
            -
              <dt><a href="reference/api/grn_search.html#grn_obj_search">grn_obj_search (C function)</a>
         
     | 
| 
      
 1177 
     | 
    
         
            +
              <dt><a href="reference/api/grn_search.html#c.grn_obj_search">grn_obj_search (C function)</a>
         
     | 
| 
       1113 
1178 
     | 
    
         
             
              </dt>
         
     | 
| 
       1114 
1179 
     | 
    
         | 
| 
       1115 
1180 
     | 
    
         | 
| 
       1116 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_SET">GRN_OBJ_SET (C macro)</a>
         
     | 
| 
      
 1181 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET">GRN_OBJ_SET (C macro)</a>
         
     | 
| 
       1117 
1182 
     | 
    
         
             
              </dt>
         
     | 
| 
       1118 
1183 
     | 
    
         | 
| 
       1119 
1184 
     | 
    
         | 
| 
       1120 
     | 
    
         
            -
              <dt><a href="reference/api/grn_info.html#grn_obj_set_element_info">grn_obj_set_element_info (C function)</a>
         
     | 
| 
      
 1185 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_set_element_info">grn_obj_set_element_info (C function)</a>
         
     | 
| 
       1121 
1186 
     | 
    
         
             
              </dt>
         
     | 
| 
       1122 
1187 
     | 
    
         | 
| 
       1123 
1188 
     | 
    
         | 
| 
       1124 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html#grn_obj_set_finalizer">grn_obj_set_finalizer (C function)</a>
         
     | 
| 
      
 1189 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_obj_set_finalizer">grn_obj_set_finalizer (C function)</a>
         
     | 
| 
       1125 
1190 
     | 
    
         
             
              </dt>
         
     | 
| 
       1126 
1191 
     | 
    
         | 
| 
       1127 
1192 
     | 
    
         | 
| 
       1128 
     | 
    
         
            -
              <dt><a href="reference/api/grn_info.html#grn_obj_set_info">grn_obj_set_info (C function)</a>
         
     | 
| 
      
 1193 
     | 
    
         
            +
              <dt><a href="reference/api/grn_info.html#c.grn_obj_set_info">grn_obj_set_info (C function)</a>
         
     | 
| 
       1129 
1194 
     | 
    
         
             
              </dt>
         
     | 
| 
       1130 
1195 
     | 
    
         | 
| 
       1131 
1196 
     | 
    
         | 
| 
       1132 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C macro)</a>
         
     | 
| 
      
 1197 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_SET_MASK">GRN_OBJ_SET_MASK (C macro)</a>
         
     | 
| 
       1133 
1198 
     | 
    
         
             
              </dt>
         
     | 
| 
       1134 
1199 
     | 
    
         | 
| 
       1135 
1200 
     | 
    
         | 
| 
       1136 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_set_value">grn_obj_set_value (C function)</a>
         
     | 
| 
      
 1201 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_set_value">grn_obj_set_value (C function)</a>
         
     | 
| 
       1137 
1202 
     | 
    
         
             
              </dt>
         
     | 
| 
       1138 
1203 
     | 
    
         | 
| 
       1139 
1204 
     | 
    
         | 
| 
       1140 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_unlink">grn_obj_unlink (C function)</a>
         
     | 
| 
      
 1205 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlink">grn_obj_unlink (C function)</a>
         
     | 
| 
       1141 
1206 
     | 
    
         
             
              </dt>
         
     | 
| 
       1142 
1207 
     | 
    
         | 
| 
       1143 
1208 
     | 
    
         | 
| 
       1144 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#grn_obj_unlock">grn_obj_unlock (C function)</a>
         
     | 
| 
      
 1209 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.grn_obj_unlock">grn_obj_unlock (C function)</a>
         
     | 
| 
       1145 
1210 
     | 
    
         
             
              </dt>
         
     | 
| 
       1146 
1211 
     | 
    
         | 
| 
       1147 
1212 
     | 
    
         | 
| 
       1148 
     | 
    
         
            -
              <dt><a href="reference/api/grn_obj.html#GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C macro)</a>
         
     | 
| 
      
 1213 
     | 
    
         
            +
              <dt><a href="reference/api/grn_obj.html#c.GRN_OBJ_UNLOCK">GRN_OBJ_UNLOCK (C macro)</a>
         
     | 
| 
       1149 
1214 
     | 
    
         
             
              </dt>
         
     | 
| 
       1150 
1215 
     | 
    
         | 
| 
       1151 
1216 
     | 
    
         | 
| 
       1152 
     | 
    
         
            -
              <dt><a href="reference/api/grn_user_data.html#grn_obj_user_data">grn_obj_user_data (C function)</a>
         
     | 
| 
      
 1217 
     | 
    
         
            +
              <dt><a href="reference/api/grn_user_data.html#c.grn_obj_user_data">grn_obj_user_data (C function)</a>
         
     | 
| 
       1153 
1218 
     | 
    
         
             
              </dt>
         
     | 
| 
       1154 
1219 
     | 
    
         | 
| 
       1155 
1220 
     | 
    
         | 
| 
       1156 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html#grn_proc_create">grn_proc_create (C function)</a>
         
     | 
| 
      
 1221 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_create">grn_proc_create (C function)</a>
         
     | 
| 
       1157 
1222 
     | 
    
         
             
              </dt>
         
     | 
| 
       1158 
1223 
     | 
    
         | 
| 
       1159 
1224 
     | 
    
         | 
| 
       1160 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html#grn_proc_func">grn_proc_func (C type)</a>
         
     | 
| 
      
 1225 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_func">grn_proc_func (C type)</a>
         
     | 
| 
       1161 
1226 
     | 
    
         
             
              </dt>
         
     | 
| 
       1162 
1227 
     | 
    
         | 
| 
       1163 
1228 
     | 
    
         | 
| 
       1164 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html#grn_proc_get_info">grn_proc_get_info (C function)</a>
         
     | 
| 
      
 1229 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_get_info">grn_proc_get_info (C function)</a>
         
     | 
| 
       1165 
1230 
     | 
    
         
             
              </dt>
         
     | 
| 
       1166 
1231 
     | 
    
         | 
| 
       1167 
1232 
     | 
    
         | 
| 
       1168 
     | 
    
         
            -
              <dt><a href="reference/api/grn_proc.html#grn_proc_type">grn_proc_type (C type)</a>
         
     | 
| 
      
 1233 
     | 
    
         
            +
              <dt><a href="reference/api/grn_proc.html#c.grn_proc_type">grn_proc_type (C type)</a>
         
     | 
| 
       1169 
1234 
     | 
    
         
             
              </dt>
         
     | 
| 
       1170 
1235 
     | 
    
         | 
| 
       1171 
1236 
     | 
    
         | 
| 
       1172 
     | 
    
         
            -
              <dt><a href="reference/api/grn_search.html#grn_search_optarg">grn_search_optarg (C type)</a>
         
     | 
| 
      
 1237 
     | 
    
         
            +
              <dt><a href="reference/api/grn_search.html#c.grn_search_optarg">grn_search_optarg (C type)</a>
         
     | 
| 
       1173 
1238 
     | 
    
         
             
              </dt>
         
     | 
| 
       1174 
1239 
     | 
    
         | 
| 
       1175 
1240 
     | 
    
         | 
| 
       1176 
     | 
    
         
            -
              <dt><a href="reference/api/grn_command_version.html#grn_set_default_command_version">grn_set_default_command_version (C function)</a>
         
     | 
| 
      
 1241 
     | 
    
         
            +
              <dt><a href="reference/api/grn_command_version.html#c.grn_set_default_command_version">grn_set_default_command_version (C function)</a>
         
     | 
| 
       1177 
1242 
     | 
    
         
             
              </dt>
         
     | 
| 
       1178 
1243 
     | 
    
         | 
| 
       1179 
1244 
     | 
    
         | 
| 
       1180 
     | 
    
         
            -
              <dt><a href="reference/api/grn_encoding.html#grn_set_default_encoding">grn_set_default_encoding (C function)</a>
         
     | 
| 
      
 1245 
     | 
    
         
            +
              <dt><a href="reference/api/grn_encoding.html#c.grn_set_default_encoding">grn_set_default_encoding (C function)</a>
         
     | 
| 
       1181 
1246 
     | 
    
         
             
              </dt>
         
     | 
| 
       1182 
1247 
     | 
    
         | 
| 
       1183 
1248 
     | 
    
         | 
| 
       1184 
     | 
    
         
            -
              <dt><a href="reference/api/grn_match_escalation.html#grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C function)</a>
         
     | 
| 
      
 1249 
     | 
    
         
            +
              <dt><a href="reference/api/grn_match_escalation.html#c.grn_set_default_match_escalation_threshold">grn_set_default_match_escalation_threshold (C function)</a>
         
     | 
| 
       1185 
1250 
     | 
    
         
             
              </dt>
         
     | 
| 
       1186 
1251 
     | 
    
         | 
| 
       1187 
1252 
     | 
    
         | 
| 
       1188 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1253 
     | 
    
         
            +
              <dt><a href="reference/api/global_configurations.html#c.grn_set_lock_timeout">grn_set_lock_timeout (C function)</a>
         
     | 
| 
       1189 
1254 
     | 
    
         
             
              </dt>
         
     | 
| 
       1190 
1255 
     | 
    
         | 
| 
       1191 
1256 
     | 
    
         | 
| 
       1192 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1257 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_add">grn_table_add (C function)</a>
         
     | 
| 
       1193 
1258 
     | 
    
         
             
              </dt>
         
     | 
| 
       1194 
1259 
     | 
    
         | 
| 
       1195 
1260 
     | 
    
         | 
| 
       1196 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1261 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_at">grn_table_at (C function)</a>
         
     | 
| 
       1197 
1262 
     | 
    
         
             
              </dt>
         
     | 
| 
       1198 
1263 
     | 
    
         | 
| 
       1199 
1264 
     | 
    
         | 
| 
       1200 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1265 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_columns">grn_table_columns (C function)</a>
         
     | 
| 
       1201 
1266 
     | 
    
         
             
              </dt>
         
     | 
| 
       1202 
1267 
     | 
    
         | 
| 
       1203 
1268 
     | 
    
         | 
| 
       1204 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1269 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_create">grn_table_create (C function)</a>
         
     | 
| 
       1205 
1270 
     | 
    
         
             
              </dt>
         
     | 
| 
       1206 
1271 
     | 
    
         | 
| 
       1207 
1272 
     | 
    
         | 
| 
       1208 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1273 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor">grn_table_cursor (C type)</a>
         
     | 
| 
       1209 
1274 
     | 
    
         
             
              </dt>
         
     | 
| 
       1210 
1275 
     | 
    
         | 
| 
       1211 
1276 
     | 
    
         | 
| 
       1212 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1277 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_close">grn_table_cursor_close (C function)</a>
         
     | 
| 
       1213 
1278 
     | 
    
         
             
              </dt>
         
     | 
| 
       1214 
1279 
     | 
    
         | 
| 
       1215 
1280 
     | 
    
         | 
| 
       1216 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1281 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_delete">grn_table_cursor_delete (C function)</a>
         
     | 
| 
       1217 
1282 
     | 
    
         
             
              </dt>
         
     | 
| 
       1218 
1283 
     | 
    
         | 
| 
       1219 
1284 
     | 
    
         | 
| 
       1220 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1285 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_key">grn_table_cursor_get_key (C function)</a>
         
     | 
| 
       1221 
1286 
     | 
    
         
             
              </dt>
         
     | 
| 
       1222 
1287 
     | 
    
         | 
| 
       1223 
1288 
     | 
    
         | 
| 
       1224 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1289 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_get_value">grn_table_cursor_get_value (C function)</a>
         
     | 
| 
       1225 
1290 
     | 
    
         
             
              </dt>
         
     | 
| 
       1226 
1291 
     | 
    
         | 
| 
       1227 
1292 
     | 
    
         | 
| 
       1228 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1293 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_next">grn_table_cursor_next (C function)</a>
         
     | 
| 
       1229 
1294 
     | 
    
         
             
              </dt>
         
     | 
| 
       1230 
1295 
     | 
    
         | 
| 
       1231 
1296 
     | 
    
         | 
| 
       1232 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1297 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_open">grn_table_cursor_open (C function)</a>
         
     | 
| 
       1233 
1298 
     | 
    
         
             
              </dt>
         
     | 
| 
       1234 
1299 
     | 
    
         | 
| 
       1235 
1300 
     | 
    
         | 
| 
       1236 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table_cursor.html# 
     | 
| 
      
 1301 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_set_value">grn_table_cursor_set_value (C function)</a>
         
     | 
| 
       1237 
1302 
     | 
    
         
             
              </dt>
         
     | 
| 
       1238 
1303 
     | 
    
         | 
| 
       1239 
1304 
     | 
    
         | 
| 
       1240 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1305 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table_cursor.html#c.grn_table_cursor_table">grn_table_cursor_table (C function)</a>
         
     | 
| 
       1241 
1306 
     | 
    
         
             
              </dt>
         
     | 
| 
       1242 
1307 
     | 
    
         | 
| 
       1243 
1308 
     | 
    
         | 
| 
       1244 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1309 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_delete">grn_table_delete (C function)</a>
         
     | 
| 
       1245 
1310 
     | 
    
         
             
              </dt>
         
     | 
| 
       1246 
1311 
     | 
    
         | 
| 
       1247 
1312 
     | 
    
         | 
| 
       1248 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1313 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_delete_by_id">grn_table_delete_by_id (C function)</a>
         
     | 
| 
       1249 
1314 
     | 
    
         
             
              </dt>
         
     | 
| 
       1250 
1315 
     | 
    
         | 
| 
       1251 
1316 
     | 
    
         | 
| 
       1252 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1317 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_difference">grn_table_difference (C function)</a>
         
     | 
| 
       1253 
1318 
     | 
    
         
             
              </dt>
         
     | 
| 
       1254 
1319 
     | 
    
         | 
| 
       1255 
1320 
     | 
    
         | 
| 
       1256 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1321 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_get">grn_table_get (C function)</a>
         
     | 
| 
       1257 
1322 
     | 
    
         
             
              </dt>
         
     | 
| 
       1258 
1323 
     | 
    
         | 
| 
       1259 
1324 
     | 
    
         | 
| 
       1260 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1325 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_get_key">grn_table_get_key (C function)</a>
         
     | 
| 
       1261 
1326 
     | 
    
         
             
              </dt>
         
     | 
| 
       1262 
1327 
     | 
    
         | 
| 
       1263 
1328 
     | 
    
         | 
| 
       1264 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1329 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_group">grn_table_group (C function)</a>
         
     | 
| 
       1265 
1330 
     | 
    
         
             
              </dt>
         
     | 
| 
       1266 
1331 
     | 
    
         | 
| 
       1267 
1332 
     | 
    
         | 
| 
       1268 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1333 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_group_flags">grn_table_group_flags (C type)</a>
         
     | 
| 
       1269 
1334 
     | 
    
         
             
              </dt>
         
     | 
| 
       1270 
1335 
     | 
    
         | 
| 
       1271 
1336 
     | 
    
         | 
| 
       1272 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1337 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_group_result">grn_table_group_result (C type)</a>
         
     | 
| 
       1273 
1338 
     | 
    
         
             
              </dt>
         
     | 
| 
       1274 
1339 
     | 
    
         | 
| 
       1275 
1340 
     | 
    
         | 
| 
       1276 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1341 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_lcp_search">grn_table_lcp_search (C function)</a>
         
     | 
| 
       1277 
1342 
     | 
    
         
             
              </dt>
         
     | 
| 
       1278 
1343 
     | 
    
         | 
| 
       1279 
1344 
     | 
    
         | 
| 
       1280 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1345 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_rename">grn_table_rename (C function)</a>
         
     | 
| 
       1281 
1346 
     | 
    
         
             
              </dt>
         
     | 
| 
       1282 
1347 
     | 
    
         | 
| 
       1283 
1348 
     | 
    
         | 
| 
       1284 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1349 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_setoperation">grn_table_setoperation (C function)</a>
         
     | 
| 
       1285 
1350 
     | 
    
         
             
              </dt>
         
     | 
| 
       1286 
1351 
     | 
    
         | 
| 
       1287 
1352 
     | 
    
         | 
| 
       1288 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1353 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_size">grn_table_size (C function)</a>
         
     | 
| 
       1289 
1354 
     | 
    
         
             
              </dt>
         
     | 
| 
       1290 
1355 
     | 
    
         | 
| 
       1291 
1356 
     | 
    
         | 
| 
       1292 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1357 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_sort">grn_table_sort (C function)</a>
         
     | 
| 
       1293 
1358 
     | 
    
         
             
              </dt>
         
     | 
| 
       1294 
1359 
     | 
    
         | 
| 
       1295 
1360 
     | 
    
         | 
| 
       1296 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1361 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_sort_flags">grn_table_sort_flags (C type)</a>
         
     | 
| 
       1297 
1362 
     | 
    
         
             
              </dt>
         
     | 
| 
       1298 
1363 
     | 
    
         | 
| 
       1299 
1364 
     | 
    
         | 
| 
       1300 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1365 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_sort_key">grn_table_sort_key (C type)</a>
         
     | 
| 
       1301 
1366 
     | 
    
         
             
              </dt>
         
     | 
| 
       1302 
1367 
     | 
    
         | 
| 
       1303 
1368 
     | 
    
         | 
| 
       1304 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1369 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_truncate">grn_table_truncate (C function)</a>
         
     | 
| 
       1305 
1370 
     | 
    
         
             
              </dt>
         
     | 
| 
       1306 
1371 
     | 
    
         | 
| 
       1307 
1372 
     | 
    
         | 
| 
       1308 
     | 
    
         
            -
              <dt><a href="reference/api/grn_table.html# 
     | 
| 
      
 1373 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_update">grn_table_update (C function)</a>
         
     | 
| 
       1309 
1374 
     | 
    
         
             
              </dt>
         
     | 
| 
       1310 
1375 
     | 
    
         | 
| 
       1311 
1376 
     | 
    
         | 
| 
       1312 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1377 
     | 
    
         
            +
              <dt><a href="reference/api/grn_table.html#c.grn_table_update_by_id">grn_table_update_by_id (C function)</a>
         
     | 
| 
       1313 
1378 
     | 
    
         
             
              </dt>
         
     | 
| 
       1314 
1379 
     | 
    
         | 
| 
       1315 
1380 
     | 
    
         | 
| 
       1316 
     | 
    
         
            -
              <dt><a href="reference/api/ 
     | 
| 
      
 1381 
     | 
    
         
            +
              <dt><a href="reference/api/grn_type.html#c.grn_type_create">grn_type_create (C function)</a>
         
     | 
| 
       1317 
1382 
     | 
    
         
             
              </dt>
         
     | 
| 
       1318 
1383 
     | 
    
         | 
| 
      
 1384 
     | 
    
         
            +
                  
         
     | 
| 
      
 1385 
     | 
    
         
            +
              <dt><a href="reference/api/grn_user_data.html#c.grn_user_data">grn_user_data (C type)</a>
         
     | 
| 
      
 1386 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1387 
     | 
    
         
            +
             
     | 
| 
      
 1388 
     | 
    
         
            +
              </dl></td>
         
     | 
| 
      
 1389 
     | 
    
         
            +
            </tr></table>
         
     | 
| 
      
 1390 
     | 
    
         
            +
             
     | 
| 
      
 1391 
     | 
    
         
            +
            <h2 id="S">S</h2>
         
     | 
| 
      
 1392 
     | 
    
         
            +
            <table style="width: 100%" class="indextable genindextable"><tr>
         
     | 
| 
      
 1393 
     | 
    
         
            +
              <td style="width: 33%" valign="top"><dl>
         
     | 
| 
      
 1394 
     | 
    
         
            +
                  
         
     | 
| 
      
 1395 
     | 
    
         
            +
              <dt>
         
     | 
| 
      
 1396 
     | 
    
         
            +
                script
         
     | 
| 
      
 1397 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1398 
     | 
    
         
            +
             
     | 
| 
      
 1399 
     | 
    
         
            +
                  <dd><dl>
         
     | 
| 
      
 1400 
     | 
    
         
            +
                    
         
     | 
| 
      
 1401 
     | 
    
         
            +
              <dt><a href="reference/executables/groonga-benchmark.html#cmdoption-arg-script">command line option</a>
         
     | 
| 
      
 1402 
     | 
    
         
            +
              </dt>
         
     | 
| 
      
 1403 
     | 
    
         
            +
             
     | 
| 
      
 1404 
     | 
    
         
            +
                  </dl></dd>
         
     | 
| 
       1319 
1405 
     | 
    
         
             
              </dl></td>
         
     | 
| 
       1320 
1406 
     | 
    
         
             
            </tr></table>
         
     | 
| 
       1321 
1407 
     | 
    
         | 
| 
         @@ -1324,12 +1410,12 @@ 
     | 
|
| 
       1324 
1410 
     | 
    
         
             
                      </div>
         
     | 
| 
       1325 
1411 
     | 
    
         
             
                    </div>
         
     | 
| 
       1326 
1412 
     | 
    
         
             
                  </div>
         
     | 
| 
       1327 
     | 
    
         
            -
                  <div class="sphinxsidebar">
         
     | 
| 
      
 1413 
     | 
    
         
            +
                  <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
         
     | 
| 
       1328 
1414 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       1329 
1415 
     | 
    
         | 
| 
       1330 
1416 
     | 
    
         | 
| 
       1331 
1417 
     | 
    
         | 
| 
       1332 
     | 
    
         
            -
            <div id="searchbox" style="display: none">
         
     | 
| 
      
 1418 
     | 
    
         
            +
            <div id="searchbox" style="display: none" role="search">
         
     | 
| 
       1333 
1419 
     | 
    
         
             
              <h3>Quick search</h3>
         
     | 
| 
       1334 
1420 
     | 
    
         
             
                <form class="search" action="search.html" method="get">
         
     | 
| 
       1335 
1421 
     | 
    
         
             
                  <input type="text" name="q" />
         
     | 
| 
         @@ -1346,17 +1432,17 @@ 
     | 
|
| 
       1346 
1432 
     | 
    
         
             
                  </div>
         
     | 
| 
       1347 
1433 
     | 
    
         
             
                  <div class="clearer"></div>
         
     | 
| 
       1348 
1434 
     | 
    
         
             
                </div>
         
     | 
| 
       1349 
     | 
    
         
            -
                <div class="related">
         
     | 
| 
      
 1435 
     | 
    
         
            +
                <div class="related" role="navigation" aria-label="related navigation">
         
     | 
| 
       1350 
1436 
     | 
    
         
             
                  <h3>Navigation</h3>
         
     | 
| 
       1351 
1437 
     | 
    
         
             
                  <ul>
         
     | 
| 
       1352 
1438 
     | 
    
         
             
                    <li class="right" style="margin-right: 10px">
         
     | 
| 
       1353 
1439 
     | 
    
         
             
                      <a href="#" title="General Index"
         
     | 
| 
       1354 
1440 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       1355 
     | 
    
         
            -
                    <li><a href="index.html">Groonga v3.1.1 documentation</a> »</li> 
         
     | 
| 
      
 1441 
     | 
    
         
            +
                    <li><a href="index.html">Groonga v3.1.1-89-g7f6fcae documentation</a> »</li> 
         
     | 
| 
       1356 
1442 
     | 
    
         
             
                  </ul>
         
     | 
| 
       1357 
1443 
     | 
    
         
             
                </div>
         
     | 
| 
       1358 
     | 
    
         
            -
                <div class="footer">
         
     | 
| 
       1359 
     | 
    
         
            -
                    © Copyright 2009- 
     | 
| 
      
 1444 
     | 
    
         
            +
                <div class="footer" role="contentinfo">
         
     | 
| 
      
 1445 
     | 
    
         
            +
                    © Copyright 2009-2014, Brazil, Inc.
         
     | 
| 
       1360 
1446 
     | 
    
         
             
                </div>
         
     | 
| 
       1361 
1447 
     | 
    
         
             
              </body>
         
     | 
| 
       1362 
1448 
     | 
    
         
             
            </html>
         
     |