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.3.7. column_create —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.7. column_create — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.8. column_list" href="column_list.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.6. clearlock" href="clearlock.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="clearlock.html" title="8.3.6. clearlock"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -73,24 +73,34 @@ 
     | 
|
| 
       73 
73 
     | 
    
         
             
                      <div class="body">
         
     | 
| 
       74 
74 
     | 
    
         | 
| 
       75 
75 
     | 
    
         
             
              <div class="section" id="column-create">
         
     | 
| 
       76 
     | 
    
         
            -
            <h1>8.3.7. column_create 
     | 
| 
       77 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       78 
     | 
    
         
            -
            <h2>8.3.7.1.  
     | 
| 
      
 76 
     | 
    
         
            +
            <h1>8.3.7. <tt class="docutils literal"><span class="pre">column_create</span></tt><a class="headerlink" href="#column-create" title="このヘッドラインへのパーマリンク">¶</a></h1>
         
     | 
| 
      
 77 
     | 
    
         
            +
            <div class="section" id="summary">
         
     | 
| 
      
 78 
     | 
    
         
            +
            <h2>8.3.7.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       79 
79 
     | 
    
         
             
            <p>column_create - カラムの追加</p>
         
     | 
| 
      
 80 
     | 
    
         
            +
            <p>groonga組込コマンドの一つであるcolumn_createについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
         
     | 
| 
      
 81 
     | 
    
         
            +
            <p>column_createは、使用しているデータベースのテーブルに対してカラムを追加します。</p>
         
     | 
| 
       80 
82 
     | 
    
         
             
            </div>
         
     | 
| 
       81 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       82 
     | 
    
         
            -
            <h2>8.3.7.2.  
     | 
| 
      
 83 
     | 
    
         
            +
            <div class="section" id="syntax">
         
     | 
| 
      
 84 
     | 
    
         
            +
            <h2>8.3.7.2. 構文<a class="headerlink" href="#syntax" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       83 
85 
     | 
    
         
             
            <div class="highlight-none"><div class="highlight"><pre>column_create table name flags type [source]
         
     | 
| 
       84 
86 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       85 
87 
     | 
    
         
             
            </div>
         
     | 
| 
       86 
88 
     | 
    
         
             
            </div>
         
     | 
| 
       87 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       88 
     | 
    
         
            -
            <h2>8.3.7.3.  
     | 
| 
       89 
     | 
    
         
            -
            <p 
     | 
| 
       90 
     | 
    
         
            -
            < 
     | 
| 
      
 89 
     | 
    
         
            +
            <div class="section" id="usage">
         
     | 
| 
      
 90 
     | 
    
         
            +
            <h2>8.3.7.3. 使い方<a class="headerlink" href="#usage" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 91 
     | 
    
         
            +
            <p>テーブルEntryに、ShortText型の値を格納するカラム、bodyを作成します。:</p>
         
     | 
| 
      
 92 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>column_create Entry body --type ShortText
         
     | 
| 
      
 93 
     | 
    
         
            +
            [true]
         
     | 
| 
      
 94 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
       91 
95 
     | 
    
         
             
            </div>
         
     | 
| 
       92 
     | 
    
         
            -
            < 
     | 
| 
       93 
     | 
    
         
            -
            < 
     | 
| 
      
 96 
     | 
    
         
            +
            <p>テーブルTermに、Entryテーブルのbodyカラムの値を対象とする完全転置インデックス型カラム、entry_bodyを作成します。:</p>
         
     | 
| 
      
 97 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>column_create Term entry_body COLUMN_INDEX|WITH_POSITION Entry body
         
     | 
| 
      
 98 
     | 
    
         
            +
            [true]
         
     | 
| 
      
 99 
     | 
    
         
            +
            </pre></div>
         
     | 
| 
      
 100 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 101 
     | 
    
         
            +
            </div>
         
     | 
| 
      
 102 
     | 
    
         
            +
            <div class="section" id="parameters">
         
     | 
| 
      
 103 
     | 
    
         
            +
            <h2>8.3.7.4. 引数<a class="headerlink" href="#parameters" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
       94 
104 
     | 
    
         
             
            <p><tt class="docutils literal"><span class="pre">table</span></tt></p>
         
     | 
| 
       95 
105 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       96 
106 
     | 
    
         
             
            <div>カラムを追加するテーブルの名前を指定します。</div></blockquote>
         
     | 
| 
         @@ -110,6 +120,15 @@ 
     | 
|
| 
       110 
120 
     | 
    
         
             
            <dt>2, <tt class="docutils literal"><span class="pre">COLUMN_INDEX</span></tt></dt>
         
     | 
| 
       111 
121 
     | 
    
         
             
            <dd>インデックス型のカラムを作成します。</dd>
         
     | 
| 
       112 
122 
     | 
    
         
             
            </dl>
         
     | 
| 
      
 123 
     | 
    
         
            +
            <p>カラムの値を圧縮するためのフラグが2つあります。ただしそれらのフラグを指定することは今のところできません。これはカラムの値を参照するときにメモリリークする問題 <a class="reference external" href="https://github.com/groonga/groonga/issues/6">GitHub#6</a> があるためです。 この問題はzlib、lzoいずれでも発生します。</p>
         
     | 
| 
      
 124 
     | 
    
         
            +
            <dl class="docutils">
         
     | 
| 
      
 125 
     | 
    
         
            +
            <dt>16, <tt class="docutils literal"><span class="pre">COMPRESS_ZLIB</span></tt></dt>
         
     | 
| 
      
 126 
     | 
    
         
            +
            <dd><p class="first last">予約済み。zlibを使ってカラムの値を圧縮します。このフラグはgroongaを <tt class="docutils literal"><span class="pre">--with-zlib</span></tt> つきでビルドしても使えません。</p>
         
     | 
| 
      
 127 
     | 
    
         
            +
            </dd>
         
     | 
| 
      
 128 
     | 
    
         
            +
            <dt>32, <tt class="docutils literal"><span class="pre">COMPRESS_LZO</span></tt></dt>
         
     | 
| 
      
 129 
     | 
    
         
            +
            <dd><p class="first last">予約済み。lzoを使ってカラムの値を圧縮します。このフラグはgroongaを <tt class="docutils literal"><span class="pre">--with-lzo</span></tt> つきでビルドしても使えません。</p>
         
     | 
| 
      
 130 
     | 
    
         
            +
            </dd>
         
     | 
| 
      
 131 
     | 
    
         
            +
            </dl>
         
     | 
| 
       113 
132 
     | 
    
         
             
            <p>インデックス型のカラムについては、flagsの値に以下の値を加えることによって、追加の属
         
     | 
| 
       114 
133 
     | 
    
         
             
            性を指定することができます。</p>
         
     | 
| 
       115 
134 
     | 
    
         
             
            <dl class="docutils">
         
     | 
| 
         @@ -128,30 +147,19 @@ 
     | 
|
| 
       128 
147 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       129 
148 
     | 
    
         
             
            <div>インデックス型のカラムを作成した場合は、インデックス対象となるカラムをsource引数に指定します。</div></blockquote>
         
     | 
| 
       130 
149 
     | 
    
         
             
            </div>
         
     | 
| 
       131 
     | 
    
         
            -
            <div class="section" id=" 
     | 
| 
       132 
     | 
    
         
            -
            <h2>8.3.7.5.  
     | 
| 
       133 
     | 
    
         
            -
            <div class=" 
     | 
| 
       134 
     | 
    
         
            -
            <h3>8.3.7.5.1. json形式<a class="headerlink" href="#json" title="このヘッドラインへのパーマリンク">¶</a></h3>
         
     | 
| 
       135 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
         
     | 
| 
      
 150 
     | 
    
         
            +
            <div class="section" id="return-value">
         
     | 
| 
      
 151 
     | 
    
         
            +
            <h2>8.3.7.5. 戻り値<a class="headerlink" href="#return-value" title="このヘッドラインへのパーマリンク">¶</a></h2>
         
     | 
| 
      
 152 
     | 
    
         
            +
            <div class="highlight-none"><div class="highlight"><pre>[HEADER, SUCCEEDED]
         
     | 
| 
       136 
153 
     | 
    
         
             
            </pre></div>
         
     | 
| 
       137 
154 
     | 
    
         
             
            </div>
         
     | 
| 
       138 
     | 
    
         
            -
            <p><tt class="docutils literal"><span class="pre" 
     | 
| 
      
 155 
     | 
    
         
            +
            <p><tt class="docutils literal"><span class="pre">HEADER</span></tt></p>
         
     | 
| 
       139 
156 
     | 
    
         
             
            <blockquote>
         
     | 
| 
       140 
     | 
    
         
            -
            <div 
     | 
| 
       141 
     | 
    
         
            -
            </div>
         
     | 
| 
       142 
     | 
    
         
            -
            </ 
     | 
| 
       143 
     | 
    
         
            -
            < 
     | 
| 
       144 
     | 
    
         
            -
            < 
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>column_create Entry body --type ShortText
         
     | 
| 
       147 
     | 
    
         
            -
            [true]
         
     | 
| 
       148 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       149 
     | 
    
         
            -
            </div>
         
     | 
| 
       150 
     | 
    
         
            -
            <p>テーブルTermに、Entryテーブルのbodyカラムの値を対象とする完全転置インデックス型カラム、entry_bodyを作成します。:</p>
         
     | 
| 
       151 
     | 
    
         
            -
            <div class="highlight-none"><div class="highlight"><pre>column_create Term entry_body COLUMN_INDEX|WITH_POSITION Entry body
         
     | 
| 
       152 
     | 
    
         
            -
            [true]
         
     | 
| 
       153 
     | 
    
         
            -
            </pre></div>
         
     | 
| 
       154 
     | 
    
         
            -
            </div>
         
     | 
| 
      
 157 
     | 
    
         
            +
            <div><p>HEADERのフォーマットは  [0, UNIX_TIME_WHEN_COMMAND_IS_STARTED, ELAPSED_TIME] です。HEADERについては <a class="reference internal" href="../command/output_format.html"><em>出力形式</em></a> を参照してください。</p>
         
     | 
| 
      
 158 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
      
 159 
     | 
    
         
            +
            <p><tt class="docutils literal"><span class="pre">SUCCEEDED</span></tt></p>
         
     | 
| 
      
 160 
     | 
    
         
            +
            <blockquote>
         
     | 
| 
      
 161 
     | 
    
         
            +
            <div><p>コマンドの実行が成功するとtrueを返します。失敗するとエラーとしてfalseを返します。</p>
         
     | 
| 
      
 162 
     | 
    
         
            +
            </div></blockquote>
         
     | 
| 
       155 
163 
     | 
    
         
             
            </div>
         
     | 
| 
       156 
164 
     | 
    
         
             
            </div>
         
     | 
| 
       157 
165 
     | 
    
         | 
| 
         @@ -163,16 +171,12 @@ 
     | 
|
| 
       163 
171 
     | 
    
         
             
                    <div class="sphinxsidebarwrapper">
         
     | 
| 
       164 
172 
     | 
    
         
             
              <h3><a href="../../index.html">目次</a></h3>
         
     | 
| 
       165 
173 
     | 
    
         
             
              <ul>
         
     | 
| 
       166 
     | 
    
         
            -
            <li><a class="reference internal" href="#">8.3.7. column_create</a><ul>
         
     | 
| 
       167 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       168 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       169 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       170 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       171 
     | 
    
         
            -
            <li><a class="reference internal" href="# 
     | 
| 
       172 
     | 
    
         
            -
            <li><a class="reference internal" href="#json">8.3.7.5.1. json形式</a></li>
         
     | 
| 
       173 
     | 
    
         
            -
            </ul>
         
     | 
| 
       174 
     | 
    
         
            -
            </li>
         
     | 
| 
       175 
     | 
    
         
            -
            <li><a class="reference internal" href="#id6">8.3.7.6. 例</a></li>
         
     | 
| 
      
 174 
     | 
    
         
            +
            <li><a class="reference internal" href="#">8.3.7. <tt class="docutils literal"><span class="pre">column_create</span></tt></a><ul>
         
     | 
| 
      
 175 
     | 
    
         
            +
            <li><a class="reference internal" href="#summary">8.3.7.1. 概要</a></li>
         
     | 
| 
      
 176 
     | 
    
         
            +
            <li><a class="reference internal" href="#syntax">8.3.7.2. 構文</a></li>
         
     | 
| 
      
 177 
     | 
    
         
            +
            <li><a class="reference internal" href="#usage">8.3.7.3. 使い方</a></li>
         
     | 
| 
      
 178 
     | 
    
         
            +
            <li><a class="reference internal" href="#parameters">8.3.7.4. 引数</a></li>
         
     | 
| 
      
 179 
     | 
    
         
            +
            <li><a class="reference internal" href="#return-value">8.3.7.5. 戻り値</a></li>
         
     | 
| 
       176 
180 
     | 
    
         
             
            </ul>
         
     | 
| 
       177 
181 
     | 
    
         
             
            </li>
         
     | 
| 
       178 
182 
     | 
    
         
             
            </ul>
         
     | 
| 
         @@ -186,7 +190,7 @@ 
     | 
|
| 
       186 
190 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       187 
191 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       188 
192 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/column_create.txt"
         
     | 
| 
       189 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 193 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       190 
194 
     | 
    
         
             
              </ul>
         
     | 
| 
       191 
195 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       192 
196 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -217,7 +221,7 @@ 
     | 
|
| 
       217 
221 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       218 
222 
     | 
    
         
             
                      <a href="clearlock.html" title="8.3.6. clearlock"
         
     | 
| 
       219 
223 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       220 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 224 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       221 
225 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       222 
226 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       223 
227 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -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.3.8. column_list —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.8. column_list — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.9. column_remove" href="column_remove.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.7. column_create" href="column_create.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="column_create.html" title="8.3.7. column_create"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -192,14 +192,14 @@ 
     | 
|
| 
       192 
192 
     | 
    
         | 
| 
       193 
193 
     | 
    
         
             
              <h4>前のトピックへ</h4>
         
     | 
| 
       194 
194 
     | 
    
         
             
              <p class="topless"><a href="column_create.html"
         
     | 
| 
       195 
     | 
    
         
            -
                                    title="前の章へ">8.3.7. column_create</a></p>
         
     | 
| 
      
 195 
     | 
    
         
            +
                                    title="前の章へ">8.3.7. <tt class="docutils literal docutils literal docutils literal docutils literal"><span class="pre">column_create</span></tt></a></p>
         
     | 
| 
       196 
196 
     | 
    
         
             
              <h4>次のトピックへ</h4>
         
     | 
| 
       197 
197 
     | 
    
         
             
              <p class="topless"><a href="column_remove.html"
         
     | 
| 
       198 
198 
     | 
    
         
             
                                    title="次の章へ">8.3.9. column_remove</a></p>
         
     | 
| 
       199 
199 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       200 
200 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       201 
201 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/column_list.txt"
         
     | 
| 
       202 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 202 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       203 
203 
     | 
    
         
             
              </ul>
         
     | 
| 
       204 
204 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       205 
205 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -230,7 +230,7 @@ 
     | 
|
| 
       230 
230 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       231 
231 
     | 
    
         
             
                      <a href="column_create.html" title="8.3.7. column_create"
         
     | 
| 
       232 
232 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       233 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 233 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       234 
234 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       235 
235 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       236 
236 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -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.3.9. column_remove —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.9. column_remove — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.10. column_rename" href="column_rename.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.8. column_list" href="column_list.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="column_list.html" title="8.3.8. column_list"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -159,7 +159,7 @@ 
     | 
|
| 
       159 
159 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       160 
160 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       161 
161 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/column_remove.txt"
         
     | 
| 
       162 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 162 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       163 
163 
     | 
    
         
             
              </ul>
         
     | 
| 
       164 
164 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       165 
165 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -190,7 +190,7 @@ 
     | 
|
| 
       190 
190 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       191 
191 
     | 
    
         
             
                      <a href="column_list.html" title="8.3.8. column_list"
         
     | 
| 
       192 
192 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       193 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 193 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       194 
194 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       195 
195 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       196 
196 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -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.3.10. column_rename —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.10. column_rename — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.11. define_selector" href="define_selector.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.9. column_remove" href="column_remove.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="column_remove.html" title="8.3.9. column_remove"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -280,7 +280,7 @@ select Users 
     | 
|
| 
       280 
280 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       281 
281 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       282 
282 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/column_rename.txt"
         
     | 
| 
       283 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 283 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       284 
284 
     | 
    
         
             
              </ul>
         
     | 
| 
       285 
285 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       286 
286 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -311,7 +311,7 @@ select Users 
     | 
|
| 
       311 
311 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       312 
312 
     | 
    
         
             
                      <a href="column_remove.html" title="8.3.9. column_remove"
         
     | 
| 
       313 
313 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       314 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 314 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       315 
315 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       316 
316 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       317 
317 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -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.3.11. define_selector —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.11. define_selector — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.12. defrag" href="defrag.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.10. column_rename" href="column_rename.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="column_rename.html" title="8.3.10. column_rename"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -197,7 +197,7 @@ 
     | 
|
| 
       197 
197 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       198 
198 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       199 
199 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/define_selector.txt"
         
     | 
| 
       200 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 200 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       201 
201 
     | 
    
         
             
              </ul>
         
     | 
| 
       202 
202 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       203 
203 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -228,7 +228,7 @@ 
     | 
|
| 
       228 
228 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       229 
229 
     | 
    
         
             
                      <a href="column_rename.html" title="8.3.10. column_rename"
         
     | 
| 
       230 
230 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       231 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 231 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       232 
232 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       233 
233 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       234 
234 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -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.3.12. defrag —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.12. defrag — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.13. delete" href="delete.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.11. define_selector" href="define_selector.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="define_selector.html" title="8.3.11. define_selector"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -153,7 +153,7 @@ 
     | 
|
| 
       153 
153 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       154 
154 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       155 
155 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/defrag.txt"
         
     | 
| 
       156 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 156 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       157 
157 
     | 
    
         
             
              </ul>
         
     | 
| 
       158 
158 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       159 
159 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -184,7 +184,7 @@ 
     | 
|
| 
       184 
184 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       185 
185 
     | 
    
         
             
                      <a href="define_selector.html" title="8.3.11. define_selector"
         
     | 
| 
       186 
186 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       187 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 187 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       188 
188 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       189 
189 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       190 
190 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -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.3.13. delete —  
     | 
| 
      
 10 
     | 
    
         
            +
                <title>8.3.13. delete — Groonga v3.0.9ドキュメント</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
         
     | 
| 
         @@ -26,7 +26,7 @@ 
     | 
|
| 
       26 
26 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/doctools.js"></script>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <script type="text/javascript" src="../../_static/translations.js"></script>
         
     | 
| 
       28 
28 
     | 
    
         
             
                <link rel="shortcut icon" href="../../_static/favicon.ico"/>
         
     | 
| 
       29 
     | 
    
         
            -
                <link rel="top" title=" 
     | 
| 
      
 29 
     | 
    
         
            +
                <link rel="top" title="Groonga v3.0.9ドキュメント" href="../../index.html" />
         
     | 
| 
       30 
30 
     | 
    
         
             
                <link rel="up" title="8.3. コマンド" href="../command.html" />
         
     | 
| 
       31 
31 
     | 
    
         
             
                <link rel="next" title="8.3.14. dump" href="dump.html" />
         
     | 
| 
       32 
32 
     | 
    
         
             
                <link rel="prev" title="8.3.12. defrag" href="defrag.html" /> 
         
     | 
| 
         @@ -61,7 +61,7 @@ 
     | 
|
| 
       61 
61 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       62 
62 
     | 
    
         
             
                      <a href="defrag.html" title="8.3.12. defrag"
         
     | 
| 
       63 
63 
     | 
    
         
             
                         accesskey="P">前へ</a> |</li>
         
     | 
| 
       64 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 64 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       65 
65 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       66 
66 
     | 
    
         
             
                      <li><a href="../command.html" accesskey="U">8.3. コマンド</a> »</li> 
         
     | 
| 
       67 
67 
     | 
    
         
             
                  </ul>
         
     | 
| 
         @@ -319,7 +319,7 @@ select Users 
     | 
|
| 
       319 
319 
     | 
    
         
             
              <h3>このページ</h3>
         
     | 
| 
       320 
320 
     | 
    
         
             
              <ul class="this-page-menu">
         
     | 
| 
       321 
321 
     | 
    
         
             
                <li><a href="../../_sources/reference/commands/delete.txt"
         
     | 
| 
       322 
     | 
    
         
            -
                       rel="nofollow" 
     | 
| 
      
 322 
     | 
    
         
            +
                       rel="nofollow">ソースコードを表示</a></li>
         
     | 
| 
       323 
323 
     | 
    
         
             
              </ul>
         
     | 
| 
       324 
324 
     | 
    
         
             
            <div id="searchbox" style="display: none">
         
     | 
| 
       325 
325 
     | 
    
         
             
              <h3>クイック検索</h3>
         
     | 
| 
         @@ -350,7 +350,7 @@ select Users 
     | 
|
| 
       350 
350 
     | 
    
         
             
                    <li class="right" >
         
     | 
| 
       351 
351 
     | 
    
         
             
                      <a href="defrag.html" title="8.3.12. defrag"
         
     | 
| 
       352 
352 
     | 
    
         
             
                         >前へ</a> |</li>
         
     | 
| 
       353 
     | 
    
         
            -
                    <li><a href="../../index.html"> 
     | 
| 
      
 353 
     | 
    
         
            +
                    <li><a href="../../index.html">Groonga v3.0.9ドキュメント</a> »</li>
         
     | 
| 
       354 
354 
     | 
    
         
             
                      <li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
         
     | 
| 
       355 
355 
     | 
    
         
             
                      <li><a href="../command.html" >8.3. コマンド</a> »</li> 
         
     | 
| 
       356 
356 
     | 
    
         
             
                  </ul>
         
     |