rroonga 3.0.8-x64-mingw32 → 3.0.9-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/doc/text/news.textile +15 -1
 - data/ext/groonga/rb-grn-index-column.c +4 -0
 - data/ext/groonga/rb-grn-object.c +2 -3
 - data/ext/groonga/rb-grn.h +1 -1
 - data/lib/1.9/groonga.so +0 -0
 - data/lib/2.0/groonga.so +0 -0
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/groonga/schema.rb +1 -1
 - data/rroonga-build.rb +1 -1
 - data/rroonga.gemspec +1 -1
 - data/test/test-database.rb +74 -0
 - data/test/test-index-column.rb +22 -0
 - 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.exe +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/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/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/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/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpack.a +0 -0
 - data/vendor/local/lib/libmsgpack.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - 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/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +3 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/index.txt +0 -5
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +15 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +43 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +54 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/cache_limit.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_create.txt +38 -30
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalize.txt +81 -10
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_eval.txt +13 -19
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/ruby_load.txt +71 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +7 -6
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-httpd.txt +87 -33
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +0 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/tuning.txt +176 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/suggest/completion.txt +69 -0
 - data/vendor/local/share/doc/groonga/en/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
 - data/vendor/local/share/doc/groonga/en/html/_static/basic.css +0 -4
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +7 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/development.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +127 -7
 - data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/index.html +54 -42
 - data/vendor/local/share/doc/groonga/en/html/install.html +7 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +20 -8
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +46 -10
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news.html +226 -165
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +46 -36
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +35 -35
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +20 -20
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +16 -15
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +8 -8
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +48 -47
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +95 -14
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +24 -40
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +196 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +90 -90
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +45 -44
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +25 -25
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +7 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +61 -17
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +24 -12
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +221 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +174 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +7 -9
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +11 -11
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +290 -0
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +194 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +10 -5
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +10 -10
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +167 -0
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +3 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/index.txt +0 -5
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +15 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +43 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +54 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +1 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/cache_limit.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_create.txt +38 -30
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalize.txt +81 -10
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_eval.txt +13 -19
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/ruby_load.txt +71 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-httpd.txt +87 -33
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-create-dataset.txt +15 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +68 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +40 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +0 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tuning.txt +176 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/completion.txt +69 -0
 - data/vendor/local/share/doc/groonga/ja/html/_sources/troubleshooting/mmap_cannot_allocate_memory.txt +45 -0
 - data/vendor/local/share/doc/groonga/ja/html/_static/basic.css +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +127 -7
 - data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +55 -42
 - data/vendor/local/share/doc/groonga/ja/html/install.html +8 -7
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +17 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +43 -11
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +245 -169
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +47 -37
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -36
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +23 -23
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +25 -25
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +21 -21
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +17 -16
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +52 -48
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +93 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +24 -44
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +196 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +91 -91
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +32 -32
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +48 -48
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +28 -28
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +30 -30
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +44 -43
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +8 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +56 -20
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +26 -13
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +222 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +175 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +8 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +12 -12
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +289 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest.html +7 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +195 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +11 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +11 -11
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +170 -0
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
 - data/vendor/local/share/man/ja/man1/groonga.1 +1152 -241
 - data/vendor/local/share/man/man1/groonga.1 +1215 -269
 - metadata +150 -130
 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>8. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.15.1. grn_cache — Groonga v3.0.9 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.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.0.9',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,10 +25,10 @@ 
     | 
|
| 
       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=" 
     | 
| 
       29 
     | 
    
         
            -
                <link rel="up" title="8. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="next" title="8. 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="prev" title="8. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9 documentation" href="../../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="up" title="8.15. API" href="../api.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="next" title="8.15.2. grn_column" href="grn_column.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="prev" title="8.15. API" href="../api.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
33 
     | 
    
         
             
              <body>
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -55,14 +55,14 @@ 
     | 
|
| 
       55 
55 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       56 
56 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       57 
57 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       58 
     | 
    
         
            -
                      <a href="grn_column.html" title="8. 
     | 
| 
      
 58 
     | 
    
         
            +
                      <a href="grn_column.html" title="8.15.2. grn_column"
         
     | 
| 
       59 
59 
     | 
    
         
             
                         accesskey="N">next</a> |</li>
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
     | 
    
         
            -
                      <a href="../api.html" title="8. 
     | 
| 
      
 61 
     | 
    
         
            +
                      <a href="../api.html" title="8.15. API"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../api.html" accesskey="U">8. 
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../api.html" accesskey="U">8.15. API</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,9 +72,9 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="grn-cache">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1>8. 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>8.15.1. <tt class="docutils literal"><span class="pre">grn_cache</span></tt><a class="headerlink" href="#grn-cache" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       77 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 77 
     | 
    
         
            +
            <h2>8.15.1.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <div class="admonition note">
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p class="first admonition-title">Note</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <p class="last">This API is experimental.</p>
         
     | 
| 
         @@ -96,7 +96,7 @@ case. If you open only one database or don't use 
     | 
|
| 
       96 
96 
     | 
    
         
             
            <tt class="docutils literal"><span class="pre">grn_cache</span></tt> object. It is <a class="reference external" href="http://ranguba.org/#about-rroonga">rroonga</a> case.</p>
         
     | 
| 
       97 
97 
     | 
    
         
             
            </div>
         
     | 
| 
       98 
98 
     | 
    
         
             
            <div class="section" id="example">
         
     | 
| 
       99 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 99 
     | 
    
         
            +
            <h2>8.15.1.2. Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       100 
100 
     | 
    
         
             
            <p>Here is an example that change the current cache object.</p>
         
     | 
| 
       101 
101 
     | 
    
         
             
            <div class="highlight-c"><div class="highlight"><pre><span class="n">grn_cache</span> <span class="o">*</span><span class="n">cache</span><span class="p">;</span>
         
     | 
| 
       102 
102 
     | 
    
         
             
            <span class="n">grn_cache</span> <span class="o">*</span><span class="n">cache_previous</span><span class="p">;</span>
         
     | 
| 
         @@ -109,7 +109,7 @@ case. If you open only one database or don't use 
     | 
|
| 
       109 
109 
     | 
    
         
             
            </div>
         
     | 
| 
       110 
110 
     | 
    
         
             
            </div>
         
     | 
| 
       111 
111 
     | 
    
         
             
            <div class="section" id="reference">
         
     | 
| 
       112 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 112 
     | 
    
         
            +
            <h2>8.15.1.3. Reference<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       113 
113 
     | 
    
         
             
            <dl class="type">
         
     | 
| 
       114 
114 
     | 
    
         
             
            <dt id="grn_cache">
         
     | 
| 
       115 
115 
     | 
    
         
             
            <tt class="descname">grn_cache</tt><a class="headerlink" href="#grn_cache" title="Permalink to this definition">¶</a></dt>
         
     | 
| 
         @@ -262,20 +262,20 @@ unsigned int <tt class="descname">grn_cache_get_max_n_entries</tt><big>(</big><a 
     | 
|
| 
       262 
262 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       263 
263 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       264 
264 
     | 
    
         
             
              <ul>
         
     | 
| 
       265 
     | 
    
         
            -
            <li><a class="reference internal" href="#">8. 
     | 
| 
       266 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">8. 
     | 
| 
       267 
     | 
    
         
            -
            <li><a class="reference internal" href="#example">8. 
     | 
| 
       268 
     | 
    
         
            -
            <li><a class="reference internal" href="#reference">8. 
     | 
| 
      
 265 
     | 
    
         
            +
            <li><a class="reference internal" href="#">8.15.1. <tt class="docutils literal"><span class="pre">grn_cache</span></tt></a><ul>
         
     | 
| 
      
 266 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">8.15.1.1. Summary</a></li>
         
     | 
| 
      
 267 
     | 
    
         
            +
            <li><a class="reference internal" href="#example">8.15.1.2. Example</a></li>
         
     | 
| 
      
 268 
     | 
    
         
            +
            <li><a class="reference internal" href="#reference">8.15.1.3. Reference</a></li>
         
     | 
| 
       269 
269 
     | 
    
         
             
            </ul>
         
     | 
| 
       270 
270 
     | 
    
         
             
            </li>
         
     | 
| 
       271 
271 
     | 
    
         
             
            </ul>
         
     | 
| 
       272 
272 
     | 
    
         | 
| 
       273 
273 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       274 
274 
     | 
    
         
             
              <p class="topless"><a href="../api.html"
         
     | 
| 
       275 
     | 
    
         
            -
                                    title="previous chapter">8. 
     | 
| 
      
 275 
     | 
    
         
            +
                                    title="previous chapter">8.15. API</a></p>
         
     | 
| 
       276 
276 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       277 
277 
     | 
    
         
             
              <p class="topless"><a href="grn_column.html"
         
     | 
| 
       278 
     | 
    
         
            -
                                    title="next chapter">8. 
     | 
| 
      
 278 
     | 
    
         
            +
                                    title="next chapter">8.15.2. <tt class="docutils literal"><span class="pre">grn_column</span></tt></a></p>
         
     | 
| 
       279 
279 
     | 
    
         
             
              <h3>This Page</h3>
         
     | 
| 
       280 
280 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       281 
281 
     | 
    
         
             
                <li><a href="../../_sources/reference/api/grn_cache.txt"
         
     | 
| 
         @@ -305,14 +305,14 @@ unsigned int <tt class="descname">grn_cache_get_max_n_entries</tt><big>(</big><a 
     | 
|
| 
       305 
305 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       306 
306 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       307 
307 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       308 
     | 
    
         
            -
                      <a href="grn_column.html" title="8. 
     | 
| 
      
 308 
     | 
    
         
            +
                      <a href="grn_column.html" title="8.15.2. grn_column"
         
     | 
| 
       309 
309 
     | 
    
         
             
                         >next</a> |</li>
         
     | 
| 
       310 
310 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       311 
     | 
    
         
            -
                      <a href="../api.html" title="8. 
     | 
| 
      
 311 
     | 
    
         
            +
                      <a href="../api.html" title="8.15. API"
         
     | 
| 
       312 
312 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       313 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 313 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       314 
314 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       315 
     | 
    
         
            -
                      <li><a href="../api.html" >8. 
     | 
| 
      
 315 
     | 
    
         
            +
                      <li><a href="../api.html" >8.15. API</a> »</li> 
         
     | 
| 
       316 
316 
     | 
    
         
             
                  </ul>
         
     | 
| 
       317 
317 
     | 
    
         
             
                </div>
         
     | 
| 
       318 
318 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>8. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.15.2. grn_column — Groonga v3.0.9 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.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.0.9',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,10 +25,10 @@ 
     | 
|
| 
       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=" 
     | 
| 
       29 
     | 
    
         
            -
                <link rel="up" title="8. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="next" title="8. 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="prev" title="8. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9 documentation" href="../../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="up" title="8.15. API" href="../api.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="next" title="8.15.3. grn_command_version" href="grn_command_version.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="prev" title="8.15.1. grn_cache" href="grn_cache.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
33 
     | 
    
         
             
              <body>
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -55,14 +55,14 @@ 
     | 
|
| 
       55 
55 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       56 
56 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       57 
57 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       58 
     | 
    
         
            -
                      <a href="grn_command_version.html" title="8. 
     | 
| 
      
 58 
     | 
    
         
            +
                      <a href="grn_command_version.html" title="8.15.3. grn_command_version"
         
     | 
| 
       59 
59 
     | 
    
         
             
                         accesskey="N">next</a> |</li>
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
     | 
    
         
            -
                      <a href="grn_cache.html" title="8. 
     | 
| 
      
 61 
     | 
    
         
            +
                      <a href="grn_cache.html" title="8.15.1. grn_cache"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../api.html" accesskey="U">8. 
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../api.html" accesskey="U">8.15. API</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,17 +72,17 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="grn-column">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1>8. 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>8.15.2. <tt class="docutils literal"><span class="pre">grn_column</span></tt><a class="headerlink" href="#grn-column" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       77 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 77 
     | 
    
         
            +
            <h2>8.15.2.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <p>TODO...</p>
         
     | 
| 
       79 
79 
     | 
    
         
             
            </div>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="section" id="example">
         
     | 
| 
       81 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 81 
     | 
    
         
            +
            <h2>8.15.2.2. Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <p>TODO...</p>
         
     | 
| 
       83 
83 
     | 
    
         
             
            </div>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <div class="section" id="reference">
         
     | 
| 
       85 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 85 
     | 
    
         
            +
            <h2>8.15.2.3. Reference<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <dl class="function">
         
     | 
| 
       87 
87 
     | 
    
         
             
            <dt id="grn_column_create">
         
     | 
| 
       88 
88 
     | 
    
         
             
            <a class="reference internal" href="grn_obj.html#grn_obj" title="grn_obj">grn_obj</a> *<tt class="descname">grn_column_create</tt><big>(</big><a class="reference internal" href="grn_ctx.html#grn_ctx" title="grn_ctx">grn_ctx</a><em> *ctx</em>, <a class="reference internal" href="grn_obj.html#grn_obj" title="grn_obj">grn_obj</a><em> *table</em>, const char<em> *name</em>, unsigned int<em> name_size</em>, const char<em> *path</em>, grn_obj_flags<em> flags</em>, <a class="reference internal" href="grn_obj.html#grn_obj" title="grn_obj">grn_obj</a><em> *type</em><big>)</big><a class="headerlink" href="#grn_column_create" title="Permalink to this definition">¶</a></dt>
         
     | 
| 
         @@ -224,20 +224,20 @@ int <tt class="descname">grn_column_index</tt><big>(</big><a class="reference in 
     | 
|
| 
       224 
224 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       225 
225 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       226 
226 
     | 
    
         
             
              <ul>
         
     | 
| 
       227 
     | 
    
         
            -
            <li><a class="reference internal" href="#">8. 
     | 
| 
       228 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">8. 
     | 
| 
       229 
     | 
    
         
            -
            <li><a class="reference internal" href="#example">8. 
     | 
| 
       230 
     | 
    
         
            -
            <li><a class="reference internal" href="#reference">8. 
     | 
| 
      
 227 
     | 
    
         
            +
            <li><a class="reference internal" href="#">8.15.2. <tt class="docutils literal"><span class="pre">grn_column</span></tt></a><ul>
         
     | 
| 
      
 228 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">8.15.2.1. Summary</a></li>
         
     | 
| 
      
 229 
     | 
    
         
            +
            <li><a class="reference internal" href="#example">8.15.2.2. Example</a></li>
         
     | 
| 
      
 230 
     | 
    
         
            +
            <li><a class="reference internal" href="#reference">8.15.2.3. Reference</a></li>
         
     | 
| 
       231 
231 
     | 
    
         
             
            </ul>
         
     | 
| 
       232 
232 
     | 
    
         
             
            </li>
         
     | 
| 
       233 
233 
     | 
    
         
             
            </ul>
         
     | 
| 
       234 
234 
     | 
    
         | 
| 
       235 
235 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       236 
236 
     | 
    
         
             
              <p class="topless"><a href="grn_cache.html"
         
     | 
| 
       237 
     | 
    
         
            -
                                    title="previous chapter">8. 
     | 
| 
      
 237 
     | 
    
         
            +
                                    title="previous chapter">8.15.1. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">grn_cache</span></tt></a></p>
         
     | 
| 
       238 
238 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       239 
239 
     | 
    
         
             
              <p class="topless"><a href="grn_command_version.html"
         
     | 
| 
       240 
     | 
    
         
            -
                                    title="next chapter">8. 
     | 
| 
      
 240 
     | 
    
         
            +
                                    title="next chapter">8.15.3. <tt class="docutils literal"><span class="pre">grn_command_version</span></tt></a></p>
         
     | 
| 
       241 
241 
     | 
    
         
             
              <h3>This Page</h3>
         
     | 
| 
       242 
242 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       243 
243 
     | 
    
         
             
                <li><a href="../../_sources/reference/api/grn_column.txt"
         
     | 
| 
         @@ -267,14 +267,14 @@ int <tt class="descname">grn_column_index</tt><big>(</big><a class="reference in 
     | 
|
| 
       267 
267 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       268 
268 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       269 
269 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       270 
     | 
    
         
            -
                      <a href="grn_command_version.html" title="8. 
     | 
| 
      
 270 
     | 
    
         
            +
                      <a href="grn_command_version.html" title="8.15.3. grn_command_version"
         
     | 
| 
       271 
271 
     | 
    
         
             
                         >next</a> |</li>
         
     | 
| 
       272 
272 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       273 
     | 
    
         
            -
                      <a href="grn_cache.html" title="8. 
     | 
| 
      
 273 
     | 
    
         
            +
                      <a href="grn_cache.html" title="8.15.1. grn_cache"
         
     | 
| 
       274 
274 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       275 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 275 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       276 
276 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       277 
     | 
    
         
            -
                      <li><a href="../api.html" >8. 
     | 
| 
      
 277 
     | 
    
         
            +
                      <li><a href="../api.html" >8.15. API</a> »</li> 
         
     | 
| 
       278 
278 
     | 
    
         
             
                  </ul>
         
     | 
| 
       279 
279 
     | 
    
         
             
                </div>
         
     | 
| 
       280 
280 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>8. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.15.3. grn_command_version — Groonga v3.0.9 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.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.0.9',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,10 +25,10 @@ 
     | 
|
| 
       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=" 
     | 
| 
       29 
     | 
    
         
            -
                <link rel="up" title="8. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="next" title="8. 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="prev" title="8. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9 documentation" href="../../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="up" title="8.15. API" href="../api.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="next" title="8.15.4. grn_ctx" href="grn_ctx.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="prev" title="8.15.2. grn_column" href="grn_column.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
33 
     | 
    
         
             
              <body>
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -55,14 +55,14 @@ 
     | 
|
| 
       55 
55 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       56 
56 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       57 
57 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       58 
     | 
    
         
            -
                      <a href="grn_ctx.html" title="8. 
     | 
| 
      
 58 
     | 
    
         
            +
                      <a href="grn_ctx.html" title="8.15.4. grn_ctx"
         
     | 
| 
       59 
59 
     | 
    
         
             
                         accesskey="N">next</a> |</li>
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
     | 
    
         
            -
                      <a href="grn_column.html" title="8. 
     | 
| 
      
 61 
     | 
    
         
            +
                      <a href="grn_column.html" title="8.15.2. grn_column"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../api.html" accesskey="U">8. 
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../api.html" accesskey="U">8.15. API</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,17 +72,17 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="grn-command-version">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1>8. 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>8.15.3. <tt class="docutils literal"><span class="pre">grn_command_version</span></tt><a class="headerlink" href="#grn-command-version" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       77 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 77 
     | 
    
         
            +
            <h2>8.15.3.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <p>TODO...</p>
         
     | 
| 
       79 
79 
     | 
    
         
             
            </div>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <div class="section" id="example">
         
     | 
| 
       81 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 81 
     | 
    
         
            +
            <h2>8.15.3.2. Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       82 
82 
     | 
    
         
             
            <p>TODO...</p>
         
     | 
| 
       83 
83 
     | 
    
         
             
            </div>
         
     | 
| 
       84 
84 
     | 
    
         
             
            <div class="section" id="reference">
         
     | 
| 
       85 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 85 
     | 
    
         
            +
            <h2>8.15.3.3. Reference<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       86 
86 
     | 
    
         
             
            <dl class="type">
         
     | 
| 
       87 
87 
     | 
    
         
             
            <dt id="grn_command_version">
         
     | 
| 
       88 
88 
     | 
    
         
             
            <tt class="descname">grn_command_version</tt><a class="headerlink" href="#grn_command_version" title="Permalink to this definition">¶</a></dt>
         
     | 
| 
         @@ -137,20 +137,20 @@ grn_rc <tt class="descname">grn_set_default_command_version</tt><big>(</big><a c 
     | 
|
| 
       137 
137 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       138 
138 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       139 
139 
     | 
    
         
             
              <ul>
         
     | 
| 
       140 
     | 
    
         
            -
            <li><a class="reference internal" href="#">8. 
     | 
| 
       141 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">8. 
     | 
| 
       142 
     | 
    
         
            -
            <li><a class="reference internal" href="#example">8. 
     | 
| 
       143 
     | 
    
         
            -
            <li><a class="reference internal" href="#reference">8. 
     | 
| 
      
 140 
     | 
    
         
            +
            <li><a class="reference internal" href="#">8.15.3. <tt class="docutils literal"><span class="pre">grn_command_version</span></tt></a><ul>
         
     | 
| 
      
 141 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">8.15.3.1. Summary</a></li>
         
     | 
| 
      
 142 
     | 
    
         
            +
            <li><a class="reference internal" href="#example">8.15.3.2. Example</a></li>
         
     | 
| 
      
 143 
     | 
    
         
            +
            <li><a class="reference internal" href="#reference">8.15.3.3. Reference</a></li>
         
     | 
| 
       144 
144 
     | 
    
         
             
            </ul>
         
     | 
| 
       145 
145 
     | 
    
         
             
            </li>
         
     | 
| 
       146 
146 
     | 
    
         
             
            </ul>
         
     | 
| 
       147 
147 
     | 
    
         | 
| 
       148 
148 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       149 
149 
     | 
    
         
             
              <p class="topless"><a href="grn_column.html"
         
     | 
| 
       150 
     | 
    
         
            -
                                    title="previous chapter">8. 
     | 
| 
      
 150 
     | 
    
         
            +
                                    title="previous chapter">8.15.2. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">grn_column</span></tt></a></p>
         
     | 
| 
       151 
151 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       152 
152 
     | 
    
         
             
              <p class="topless"><a href="grn_ctx.html"
         
     | 
| 
       153 
     | 
    
         
            -
                                    title="next chapter">8. 
     | 
| 
      
 153 
     | 
    
         
            +
                                    title="next chapter">8.15.4. <tt class="docutils literal"><span class="pre">grn_ctx</span></tt></a></p>
         
     | 
| 
       154 
154 
     | 
    
         
             
              <h3>This Page</h3>
         
     | 
| 
       155 
155 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       156 
156 
     | 
    
         
             
                <li><a href="../../_sources/reference/api/grn_command_version.txt"
         
     | 
| 
         @@ -180,14 +180,14 @@ grn_rc <tt class="descname">grn_set_default_command_version</tt><big>(</big><a c 
     | 
|
| 
       180 
180 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       181 
181 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       182 
182 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       183 
     | 
    
         
            -
                      <a href="grn_ctx.html" title="8. 
     | 
| 
      
 183 
     | 
    
         
            +
                      <a href="grn_ctx.html" title="8.15.4. grn_ctx"
         
     | 
| 
       184 
184 
     | 
    
         
             
                         >next</a> |</li>
         
     | 
| 
       185 
185 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       186 
     | 
    
         
            -
                      <a href="grn_column.html" title="8. 
     | 
| 
      
 186 
     | 
    
         
            +
                      <a href="grn_column.html" title="8.15.2. grn_column"
         
     | 
| 
       187 
187 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       188 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 188 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       189 
189 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       190 
     | 
    
         
            -
                      <li><a href="../api.html" >8. 
     | 
| 
      
 190 
     | 
    
         
            +
                      <li><a href="../api.html" >8.15. API</a> »</li> 
         
     | 
| 
       191 
191 
     | 
    
         
             
                  </ul>
         
     | 
| 
       192 
192 
     | 
    
         
             
                </div>
         
     | 
| 
       193 
193 
     | 
    
         
             
                <div class="footer">
         
     | 
| 
         @@ -7,7 +7,7 @@ 
     | 
|
| 
       7 
7 
     | 
    
         
             
              <head>
         
     | 
| 
       8 
8 
     | 
    
         
             
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
     | 
    
         
            -
                <title>8. 
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.15.4. grn_ctx — Groonga v3.0.9 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.0. 
     | 
| 
      
 18 
     | 
    
         
            +
                    VERSION:     '3.0.9',
         
     | 
| 
       19 
19 
     | 
    
         
             
                    COLLAPSE_INDEX: false,
         
     | 
| 
       20 
20 
     | 
    
         
             
                    FILE_SUFFIX: '.html',
         
     | 
| 
       21 
21 
     | 
    
         
             
                    HAS_SOURCE:  true
         
     | 
| 
         @@ -25,10 +25,10 @@ 
     | 
|
| 
       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=" 
     | 
| 
       29 
     | 
    
         
            -
                <link rel="up" title="8. 
     | 
| 
       30 
     | 
    
         
            -
                <link rel="next" title="8. 
     | 
| 
       31 
     | 
    
         
            -
                <link rel="prev" title="8. 
     | 
| 
      
 28 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9 documentation" href="../../index.html" />
         
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="up" title="8.15. API" href="../api.html" />
         
     | 
| 
      
 30 
     | 
    
         
            +
                <link rel="next" title="8.15.5. grn_db" href="grn_db.html" />
         
     | 
| 
      
 31 
     | 
    
         
            +
                <link rel="prev" title="8.15.3. grn_command_version" href="grn_command_version.html" /> 
         
     | 
| 
       32 
32 
     | 
    
         
             
              </head>
         
     | 
| 
       33 
33 
     | 
    
         
             
              <body>
         
     | 
| 
       34 
34 
     | 
    
         
             
            <div class="header">
         
     | 
| 
         @@ -55,14 +55,14 @@ 
     | 
|
| 
       55 
55 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       56 
56 
     | 
    
         
             
                         accesskey="I">index</a></li>
         
     | 
| 
       57 
57 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       58 
     | 
    
         
            -
                      <a href="grn_db.html" title="8. 
     | 
| 
      
 58 
     | 
    
         
            +
                      <a href="grn_db.html" title="8.15.5. grn_db"
         
     | 
| 
       59 
59 
     | 
    
         
             
                         accesskey="N">next</a> |</li>
         
     | 
| 
       60 
60 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       61 
     | 
    
         
            -
                      <a href="grn_command_version.html" title="8. 
     | 
| 
      
 61 
     | 
    
         
            +
                      <a href="grn_command_version.html" title="8.15.3. grn_command_version"
         
     | 
| 
       62 
62 
     | 
    
         
             
                         accesskey="P">previous</a> |</li>
         
     | 
| 
       63 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 63 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       64 
64 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       65 
     | 
    
         
            -
                      <li><a href="../api.html" accesskey="U">8. 
     | 
| 
      
 65 
     | 
    
         
            +
                      <li><a href="../api.html" accesskey="U">8.15. API</a> »</li> 
         
     | 
| 
       66 
66 
     | 
    
         
             
                  </ul>
         
     | 
| 
       67 
67 
     | 
    
         
             
                </div>  
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
         @@ -72,9 +72,9 @@ 
     | 
|
| 
       72 
72 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       73 
73 
     | 
    
         | 
| 
       74 
74 
     | 
    
         
             
              <div class="section" id="grn-ctx">
         
     | 
| 
       75 
     | 
    
         
            -
            <h1>8. 
     | 
| 
      
 75 
     | 
    
         
            +
            <h1>8.15.4. <tt class="docutils literal"><span class="pre">grn_ctx</span></tt><a class="headerlink" href="#grn-ctx" title="Permalink to this headline">¶</a></h1>
         
     | 
| 
       76 
76 
     | 
    
         
             
            <div class="section" id="summary">
         
     | 
| 
       77 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 77 
     | 
    
         
            +
            <h2>8.15.4.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       78 
78 
     | 
    
         
             
            <p><a class="reference internal" href="#grn_ctx" title="grn_ctx"><tt class="xref c c-type docutils literal"><span class="pre">grn_ctx</span></tt></a> is the most important object. <a class="reference internal" href="#grn_ctx" title="grn_ctx"><tt class="xref c c-type docutils literal"><span class="pre">grn_ctx</span></tt></a>
         
     | 
| 
       79 
79 
     | 
    
         
             
            keeps the current infomation such as:</p>
         
     | 
| 
       80 
80 
     | 
    
         
             
            <ul class="simple">
         
     | 
| 
         @@ -95,11 +95,11 @@ more <a class="reference internal" href="#grn_ctx" title="grn_ctx"><tt class="xr 
     | 
|
| 
       95 
95 
     | 
    
         
             
            use-case.</p>
         
     | 
| 
       96 
96 
     | 
    
         
             
            </div>
         
     | 
| 
       97 
97 
     | 
    
         
             
            <div class="section" id="example">
         
     | 
| 
       98 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 98 
     | 
    
         
            +
            <h2>8.15.4.2. Example<a class="headerlink" href="#example" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       99 
99 
     | 
    
         
             
            <p>TODO...</p>
         
     | 
| 
       100 
100 
     | 
    
         
             
            </div>
         
     | 
| 
       101 
101 
     | 
    
         
             
            <div class="section" id="reference">
         
     | 
| 
       102 
     | 
    
         
            -
            <h2>8. 
     | 
| 
      
 102 
     | 
    
         
            +
            <h2>8.15.4.3. Reference<a class="headerlink" href="#reference" title="Permalink to this headline">¶</a></h2>
         
     | 
| 
       103 
103 
     | 
    
         
             
            <dl class="type">
         
     | 
| 
       104 
104 
     | 
    
         
             
            <dt id="grn_ctx">
         
     | 
| 
       105 
105 
     | 
    
         
             
            <tt class="descname">grn_ctx</tt><a class="headerlink" href="#grn_ctx" title="Permalink to this definition">¶</a></dt>
         
     | 
| 
         @@ -305,20 +305,20 @@ grn_rc <tt class="descname">grn_ctx_use</tt><big>(</big><a class="reference inte 
     | 
|
| 
       305 
305 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       306 
306 
     | 
    
         
             
              <h3><a href="../../index.html">Table Of Contents</a></h3>
         
     | 
| 
       307 
307 
     | 
    
         
             
              <ul>
         
     | 
| 
       308 
     | 
    
         
            -
            <li><a class="reference internal" href="#">8. 
     | 
| 
       309 
     | 
    
         
            -
            <li><a class="reference internal" href="#summary">8. 
     | 
| 
       310 
     | 
    
         
            -
            <li><a class="reference internal" href="#example">8. 
     | 
| 
       311 
     | 
    
         
            -
            <li><a class="reference internal" href="#reference">8. 
     | 
| 
      
 308 
     | 
    
         
            +
            <li><a class="reference internal" href="#">8.15.4. <tt class="docutils literal"><span class="pre">grn_ctx</span></tt></a><ul>
         
     | 
| 
      
 309 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">8.15.4.1. Summary</a></li>
         
     | 
| 
      
 310 
     | 
    
         
            +
            <li><a class="reference internal" href="#example">8.15.4.2. Example</a></li>
         
     | 
| 
      
 311 
     | 
    
         
            +
            <li><a class="reference internal" href="#reference">8.15.4.3. Reference</a></li>
         
     | 
| 
       312 
312 
     | 
    
         
             
            </ul>
         
     | 
| 
       313 
313 
     | 
    
         
             
            </li>
         
     | 
| 
       314 
314 
     | 
    
         
             
            </ul>
         
     | 
| 
       315 
315 
     | 
    
         | 
| 
       316 
316 
     | 
    
         
             
              <h4>Previous topic</h4>
         
     | 
| 
       317 
317 
     | 
    
         
             
              <p class="topless"><a href="grn_command_version.html"
         
     | 
| 
       318 
     | 
    
         
            -
                                    title="previous chapter">8. 
     | 
| 
      
 318 
     | 
    
         
            +
                                    title="previous chapter">8.15.3. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">grn_command_version</span></tt></a></p>
         
     | 
| 
       319 
319 
     | 
    
         
             
              <h4>Next topic</h4>
         
     | 
| 
       320 
320 
     | 
    
         
             
              <p class="topless"><a href="grn_db.html"
         
     | 
| 
       321 
     | 
    
         
            -
                                    title="next chapter">8. 
     | 
| 
      
 321 
     | 
    
         
            +
                                    title="next chapter">8.15.5. <tt class="docutils literal"><span class="pre">grn_db</span></tt></a></p>
         
     | 
| 
       322 
322 
     | 
    
         
             
              <h3>This Page</h3>
         
     | 
| 
       323 
323 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       324 
324 
     | 
    
         
             
                <li><a href="../../_sources/reference/api/grn_ctx.txt"
         
     | 
| 
         @@ -348,14 +348,14 @@ grn_rc <tt class="descname">grn_ctx_use</tt><big>(</big><a class="reference inte 
     | 
|
| 
       348 
348 
     | 
    
         
             
                      <a href="../../genindex.html" title="General Index"
         
     | 
| 
       349 
349 
     | 
    
         
             
                         >index</a></li>
         
     | 
| 
       350 
350 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       351 
     | 
    
         
            -
                      <a href="grn_db.html" title="8. 
     | 
| 
      
 351 
     | 
    
         
            +
                      <a href="grn_db.html" title="8.15.5. grn_db"
         
     | 
| 
       352 
352 
     | 
    
         
             
                         >next</a> |</li>
         
     | 
| 
       353 
353 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       354 
     | 
    
         
            -
                      <a href="grn_command_version.html" title="8. 
     | 
| 
      
 354 
     | 
    
         
            +
                      <a href="grn_command_version.html" title="8.15.3. grn_command_version"
         
     | 
| 
       355 
355 
     | 
    
         
             
                         >previous</a> |</li>
         
     | 
| 
       356 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 356 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9 documentation</a> »</li>
         
     | 
| 
       357 
357 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       358 
     | 
    
         
            -
                      <li><a href="../api.html" >8. 
     | 
| 
      
 358 
     | 
    
         
            +
                      <li><a href="../api.html" >8.15. API</a> »</li> 
         
     | 
| 
       359 
359 
     | 
    
         
             
                  </ul>
         
     | 
| 
       360 
360 
     | 
    
         
             
                </div>
         
     | 
| 
       361 
361 
     | 
    
         
             
                <div class="footer">
         
     |