rroonga 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/doc/text/news.textile +7 -0
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/1.8/groonga.so +0 -0
- data/lib/1.9/groonga.so +0 -0
- data/rroonga-build.rb +1 -1
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +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/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab-config +2 -2
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
- data/vendor/local/include/groonga/groonga.h +0 -6
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +3 -3
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmecab.la +1 -1
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +2 -2
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +2 -2
- data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +24 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
- data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
- 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/document.html +5 -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/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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
- data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
- 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 +54 -39
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -7
- 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 +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- 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/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/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +9 -9
- 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 +5 -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 +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +15 -8
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +19 -19
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -0
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/en/html/reference/{type.html → types.html} +12 -12
- data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
- 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 +6 -6
- 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/spec.html +10 -10
- 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 -6
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -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 +6 -6
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
- 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 +9 -9
- 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/news.txt +24 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
- 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 +9 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
- data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference.html +54 -39
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- 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 +9 -9
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +15 -8
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
- data/vendor/local/share/doc/groonga/ja/html/reference/{type.html → types.html} +12 -12
- data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- 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 +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +4 -4
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
- data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
- data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
- data/vendor/local/share/doc/groonga/source/news.txt +24 -4
- data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
- data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
- data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
- data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
- data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
- data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
- data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
- data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
- data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
- data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
- data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
- data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
- data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
- data/vendor/local/share/man/man1/groonga.1 +794 -165
- data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
- data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
- metadata +1257 -1240
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.3.20. select — groonga v2.1.0 documentation</title>
|
12
|
+
<title>8.3.20. select — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
32
|
<link rel="next" title="8.3.21. shutdown" href="shutdown.html" />
|
33
33
|
<link rel="prev" title="8.3.19. register" href="register.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="register.html" title="8.3.19. register"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
65
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
67
|
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
@@ -74,7 +74,7 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="select">
|
77
|
-
<h1>8.3.20. select
|
77
|
+
<h1>8.3.20. <tt class="docutils literal"><span class="pre">select</span></tt><a class="headerlink" href="#select" title="Permalink to this headline">¶</a></h1>
|
78
78
|
<div class="section" id="summary">
|
79
79
|
<h2>8.3.20.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
80
80
|
<p><tt class="docutils literal"><span class="pre">select</span></tt> searches records that are matched to specified conditions
|
@@ -2229,7 +2229,7 @@ records. It's very useful value to show all records.</p>
|
|
2229
2229
|
<div class="sphinxsidebarwrapper">
|
2230
2230
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
2231
2231
|
<ul>
|
2232
|
-
<li><a class="reference internal" href="#">8.3.20. select</a><ul>
|
2232
|
+
<li><a class="reference internal" href="#">8.3.20. <tt class="docutils literal"><span class="pre">select</span></tt></a><ul>
|
2233
2233
|
<li><a class="reference internal" href="#summary">8.3.20.1. Summary</a></li>
|
2234
2234
|
<li><a class="reference internal" href="#syntax">8.3.20.2. Syntax</a></li>
|
2235
2235
|
<li><a class="reference internal" href="#usage">8.3.20.3. Usage</a><ul>
|
@@ -2328,7 +2328,7 @@ records. It's very useful value to show all records.</p>
|
|
2328
2328
|
<li class="right" >
|
2329
2329
|
<a href="register.html" title="8.3.19. register"
|
2330
2330
|
>previous</a> |</li>
|
2331
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
2331
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
2332
2332
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
2333
2333
|
<li><a href="../command.html" >8.3. Command</a> »</li>
|
2334
2334
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.3.21. shutdown — groonga v2.1.0 documentation</title>
|
12
|
+
<title>8.3.21. shutdown — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
32
|
<link rel="next" title="8.3.22. status" href="status.html" />
|
33
33
|
<link rel="prev" title="8.3.20. select" href="select.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="select.html" title="8.3.20. select"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
65
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
67
|
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
@@ -127,7 +127,7 @@
|
|
127
127
|
|
128
128
|
<h4>Previous topic</h4>
|
129
129
|
<p class="topless"><a href="select.html"
|
130
|
-
title="previous chapter">8.3.20. select</a></p>
|
130
|
+
title="previous chapter">8.3.20. <tt class="docutils literal docutils literal docutils literal"><span class="pre">select</span></tt></a></p>
|
131
131
|
<h4>Next topic</h4>
|
132
132
|
<p class="topless"><a href="status.html"
|
133
133
|
title="next chapter">8.3.22. status</a></p>
|
@@ -165,7 +165,7 @@
|
|
165
165
|
<li class="right" >
|
166
166
|
<a href="select.html" title="8.3.20. select"
|
167
167
|
>previous</a> |</li>
|
168
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
168
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
169
169
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
170
170
|
<li><a href="../command.html" >8.3. Command</a> »</li>
|
171
171
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.3.22. status — groonga v2.1.0 documentation</title>
|
12
|
+
<title>8.3.22. status — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
32
|
<link rel="next" title="8.3.23. suggest" href="suggest.html" />
|
33
33
|
<link rel="prev" title="8.3.21. shutdown" href="shutdown.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="shutdown.html" title="8.3.21. shutdown"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
65
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
67
|
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
@@ -126,14 +126,14 @@
|
|
126
126
|
# 0.000355720520019531
|
127
127
|
# ],
|
128
128
|
# {
|
129
|
-
# "uptime":
|
129
|
+
# "uptime": 6,
|
130
130
|
# "max_command_version": 2,
|
131
131
|
# "n_queries": 30,
|
132
132
|
# "cache_hit_rate": 0.0,
|
133
|
-
# "version": "2.0
|
134
|
-
# "alloc_count":
|
133
|
+
# "version": "2.1.0",
|
134
|
+
# "alloc_count": 280,
|
135
135
|
# "command_version": 1,
|
136
|
-
# "starttime":
|
136
|
+
# "starttime": 1356678580,
|
137
137
|
# "default_command_version": 1
|
138
138
|
# }
|
139
139
|
# ]
|
@@ -204,7 +204,7 @@
|
|
204
204
|
<li class="right" >
|
205
205
|
<a href="shutdown.html" title="8.3.21. shutdown"
|
206
206
|
>previous</a> |</li>
|
207
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
207
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
208
208
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
209
209
|
<li><a href="../command.html" >8.3. Command</a> »</li>
|
210
210
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.3.23. suggest — groonga v2.1.0 documentation</title>
|
12
|
+
<title>8.3.23. suggest — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
32
|
<link rel="next" title="8.3.24. table_create" href="table_create.html" />
|
33
33
|
<link rel="prev" title="8.3.22. status" href="status.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="status.html" title="8.3.22. status"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
65
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
67
|
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
@@ -529,7 +529,7 @@ default.</div></blockquote>
|
|
529
529
|
title="previous chapter">8.3.22. status</a></p>
|
530
530
|
<h4>Next topic</h4>
|
531
531
|
<p class="topless"><a href="table_create.html"
|
532
|
-
title="next chapter">8.3.24. table_create</a></p>
|
532
|
+
title="next chapter">8.3.24. <tt class="docutils literal"><span class="pre">table_create</span></tt></a></p>
|
533
533
|
<h3>This Page</h3>
|
534
534
|
<ul class="this-page-menu">
|
535
535
|
<li><a href="../../_sources/reference/commands/suggest.txt"
|
@@ -564,7 +564,7 @@ default.</div></blockquote>
|
|
564
564
|
<li class="right" >
|
565
565
|
<a href="status.html" title="8.3.22. status"
|
566
566
|
>previous</a> |</li>
|
567
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
567
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
568
568
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
569
569
|
<li><a href="../command.html" >8.3. Command</a> »</li>
|
570
570
|
</ul>
|
@@ -9,7 +9,7 @@
|
|
9
9
|
<head>
|
10
10
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
11
|
|
12
|
-
<title>8.3.24. table_create — groonga v2.1.0 documentation</title>
|
12
|
+
<title>8.3.24. table_create — groonga v2.1.0-26-ge48bfb0 documentation</title>
|
13
13
|
|
14
14
|
<link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
|
15
15
|
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
@@ -17,7 +17,7 @@
|
|
17
17
|
<script type="text/javascript">
|
18
18
|
var DOCUMENTATION_OPTIONS = {
|
19
19
|
URL_ROOT: '../../',
|
20
|
-
VERSION: '2.1.0',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
21
|
COLLAPSE_INDEX: false,
|
22
22
|
FILE_SUFFIX: '.html',
|
23
23
|
HAS_SOURCE: true
|
@@ -27,7 +27,7 @@
|
|
27
27
|
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
28
28
|
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
29
29
|
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
|
30
|
-
<link rel="top" title="groonga v2.1.0 documentation" href="../../index.html" />
|
30
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../../index.html" />
|
31
31
|
<link rel="up" title="8.3. Command" href="../command.html" />
|
32
32
|
<link rel="next" title="8.3.25. table_list" href="table_list.html" />
|
33
33
|
<link rel="prev" title="8.3.23. suggest" href="suggest.html" />
|
@@ -62,7 +62,7 @@
|
|
62
62
|
<li class="right" >
|
63
63
|
<a href="suggest.html" title="8.3.23. suggest"
|
64
64
|
accesskey="P">previous</a> |</li>
|
65
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
65
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
66
66
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
67
67
|
<li><a href="../command.html" accesskey="U">8.3. Command</a> »</li>
|
68
68
|
</ul>
|
@@ -74,100 +74,248 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="table-create">
|
77
|
-
<h1>8.3.24. table_create
|
78
|
-
<div class="section" id="
|
79
|
-
<h2>8.3.24.1.
|
80
|
-
<p>table_create
|
81
|
-
|
82
|
-
|
83
|
-
<
|
84
|
-
<
|
77
|
+
<h1>8.3.24. <tt class="docutils literal"><span class="pre">table_create</span></tt><a class="headerlink" href="#table-create" title="Permalink to this headline">¶</a></h1>
|
78
|
+
<div class="section" id="summary">
|
79
|
+
<h2>8.3.24.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
|
80
|
+
<p><tt class="docutils literal"><span class="pre">table_create</span></tt> creates a new table in the current database. You need
|
81
|
+
to create one or more tables to store and search data.</p>
|
82
|
+
</div>
|
83
|
+
<div class="section" id="syntax">
|
84
|
+
<h2>8.3.24.2. Syntax<a class="headerlink" href="#syntax" title="Permalink to this headline">¶</a></h2>
|
85
|
+
<p><tt class="docutils literal"><span class="pre">table_create</span></tt> has many parameters. The required parameter is only
|
86
|
+
<tt class="docutils literal"><span class="pre">name</span></tt> and otehrs are optional:</p>
|
87
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create name
|
88
|
+
[flags=TABLE_HASH_KEY]
|
89
|
+
[key_type=null]
|
90
|
+
[value_type=null]
|
91
|
+
[default_tokenizer=null]
|
92
|
+
[normalizer=null]
|
85
93
|
</pre></div>
|
86
94
|
</div>
|
87
95
|
</div>
|
88
|
-
<div class="section" id="
|
89
|
-
<h2>8.3.24.3.
|
90
|
-
<p>
|
91
|
-
<
|
92
|
-
<
|
93
|
-
|
94
|
-
<
|
95
|
-
<
|
96
|
-
<p><tt class="docutils literal"><span class="pre">
|
97
|
-
<
|
98
|
-
<
|
99
|
-
<
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
<
|
104
|
-
|
105
|
-
<
|
106
|
-
|
107
|
-
|
108
|
-
<
|
109
|
-
<
|
110
|
-
|
111
|
-
|
112
|
-
<
|
113
|
-
<
|
114
|
-
<
|
115
|
-
<
|
116
|
-
|
117
|
-
<
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
<p><tt class="docutils literal"><span class="pre">key_type</span></tt></p>
|
122
|
-
<blockquote>
|
123
|
-
<div>主キー値の型を指定します。主キー値を持つテーブルに限り有効です。型にはgroongaの組込型か、同一データベースに定義済みのユーザ定義型、定義済みのテーブルを指定することができます。</div></blockquote>
|
124
|
-
<p><tt class="docutils literal"><span class="pre">value_type</span></tt></p>
|
125
|
-
<blockquote>
|
126
|
-
<div>値の型を指定します。tableの値には固定長の型のみが指定できます。(可変長の値が必要な場合は別途カラムを作成します) 型にはgroongaの組込型か、同一データベースに定義済みのユーザ定義型、またはテーブルを指定することができます。(デフォルトはvalueなし)</div></blockquote>
|
127
|
-
<p><tt class="docutils literal"><span class="pre">default_tokenizer</span></tt></p>
|
128
|
-
<blockquote>
|
129
|
-
<div><p>作成するテーブルを語彙表として使用する場合、文字列を分割するトークナイザを指定します。</p>
|
130
|
-
<p>組込のトークナイザとして、以下が準備されています。</p>
|
131
|
-
<dl class="docutils">
|
132
|
-
<dt><tt class="docutils literal"><span class="pre">TokenDelimit</span></tt></dt>
|
133
|
-
<dd>空白で区切られた文字列をトークンとする</dd>
|
134
|
-
<dt><tt class="docutils literal"><span class="pre">TokenUnigram</span></tt></dt>
|
135
|
-
<dd>unigram(1文字を1トークンとする)</dd>
|
136
|
-
<dt><tt class="docutils literal"><span class="pre">TokenBigram</span></tt></dt>
|
137
|
-
<dd>bigram(2文字の文字列要素をトークンとする)</dd>
|
138
|
-
<dt><tt class="docutils literal"><span class="pre">TokenTrigram</span></tt></dt>
|
139
|
-
<dd>trigram(3文字の文字列要素をトークンとする)</dd>
|
140
|
-
<dt><tt class="docutils literal"><span class="pre">TokenMecab</span></tt></dt>
|
141
|
-
<dd>形態素解析器mecabで解析した形態素をトークンとする。(mecabを組み込んだ場合のみ有効)</dd>
|
142
|
-
</dl>
|
143
|
-
<p>トークナイザが指定されなかった場合は、対象の文字列を分割せずに語彙表に登録します。</p>
|
144
|
-
</div></blockquote>
|
145
|
-
</div>
|
146
|
-
<div class="section" id="id5">
|
147
|
-
<h2>8.3.24.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
|
148
|
-
<div class="section" id="json">
|
149
|
-
<h3>8.3.24.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
|
150
|
-
<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
|
151
|
-
|
152
|
-
``成功かどうかのフラグ``
|
153
|
-
|
154
|
-
エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
|
96
|
+
<div class="section" id="usage">
|
97
|
+
<h2>8.3.24.3. Usage<a class="headerlink" href="#usage" title="Permalink to this headline">¶</a></h2>
|
98
|
+
<p><tt class="docutils literal"><span class="pre">table_create</span></tt> command creates a new persistent table. See
|
99
|
+
<a class="reference internal" href="../tables.html"><em>Tables</em></a> for table details.</p>
|
100
|
+
<div class="section" id="create-data-store-table">
|
101
|
+
<h3>8.3.24.3.1. Create data store table<a class="headerlink" href="#create-data-store-table" title="Permalink to this headline">¶</a></h3>
|
102
|
+
<p>You can use all table types for data store table. See
|
103
|
+
<a class="reference internal" href="../tables.html"><em>Tables</em></a> for all table types.</p>
|
104
|
+
<p>Table type is specified as <tt class="docutils literal"><span class="pre">TABLE_${TYPE}</span></tt> to <tt class="docutils literal"><span class="pre">flags</span></tt> parameter.</p>
|
105
|
+
<p>Here is an example to create <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> table:</p>
|
106
|
+
<p>Execution example:</p>
|
107
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create Logs TABLE_NO_KEY
|
108
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
109
|
+
</pre></div>
|
110
|
+
</div>
|
111
|
+
<p>The <tt class="docutils literal"><span class="pre">table_create</span></tt> command creates a table that is named <tt class="docutils literal"><span class="pre">Logs</span></tt>
|
112
|
+
and is <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> type.</p>
|
113
|
+
<p>If your records aren't searched by key, <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> type table is
|
114
|
+
suitable. Because <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't support key but it is fast
|
115
|
+
and small table. Storing logs into groonga database is the case.</p>
|
116
|
+
<p>If your records are searched by key or referenced by one or more
|
117
|
+
columns, <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> type isn't suitable. Lexicon for fulltext
|
118
|
+
search is the case.</p>
|
119
|
+
</div>
|
120
|
+
<div class="section" id="create-lexicon-table">
|
121
|
+
<h3>8.3.24.3.2. Create lexicon table<a class="headerlink" href="#create-lexicon-table" title="Permalink to this headline">¶</a></h3>
|
122
|
+
<p>You can use all table types except <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> for lexicon table.
|
123
|
+
Lexicon table needs key support but <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't support
|
124
|
+
key.</p>
|
125
|
+
<p>Here is an example to create <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> table:</p>
|
126
|
+
<p>Execution example:</p>
|
127
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create Lexicon TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
|
128
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
155
129
|
</pre></div>
|
156
130
|
</div>
|
131
|
+
<p>The <tt class="docutils literal"><span class="pre">table_create</span></tt> command creates the following table:</p>
|
132
|
+
<ul class="simple">
|
133
|
+
<li>The table is named <tt class="docutils literal"><span class="pre">Lexicon</span></tt>.</li>
|
134
|
+
<li>The table is <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> type table.</li>
|
135
|
+
<li>The table's key is <tt class="docutils literal"><span class="pre">ShortText</span></tt> type.</li>
|
136
|
+
<li>The table uses <tt class="docutils literal"><span class="pre">TokenBigram</span></tt> tokenizer to extract tokens from a
|
137
|
+
normalized text.</li>
|
138
|
+
<li>The table uses <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> normalizer to normalize a text.</li>
|
139
|
+
</ul>
|
140
|
+
<p><tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> is suitable table type for lexicon table. Lexicon
|
141
|
+
table is used for fulltext search.</p>
|
142
|
+
<p>In fulltext search, predictive search may be used for fuzzy
|
143
|
+
search. Predictive search is supported by <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> and
|
144
|
+
<tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt>.</p>
|
145
|
+
<p>Lexicon table has many keys because a fulltext target text has many
|
146
|
+
tokens. Table that has many keys should consider table size because
|
147
|
+
large table requires large memory. Requiring large memory causes disk
|
148
|
+
I/O. It blocks fast search. So table size is important for a table
|
149
|
+
that has many keys. <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> is less table size than
|
150
|
+
<tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt>.</p>
|
151
|
+
<p>Because of the above reasons, <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> is suitable table type
|
152
|
+
for lexicon table.</p>
|
153
|
+
</div>
|
154
|
+
<div class="section" id="create-tag-index-table">
|
155
|
+
<h3>8.3.24.3.3. Create tag index table<a class="headerlink" href="#create-tag-index-table" title="Permalink to this headline">¶</a></h3>
|
156
|
+
<p>You can use all table types except <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> for tag index
|
157
|
+
table. Tag index table needs key support but <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't
|
158
|
+
support key.</p>
|
159
|
+
<p>Here is an example to create <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> table:</p>
|
160
|
+
<p>Execution example:</p>
|
161
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create Ages TABLE_DAT_KEY UInt32
|
162
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
163
|
+
</pre></div>
|
157
164
|
</div>
|
165
|
+
<p>The <tt class="docutils literal"><span class="pre">table_create</span></tt> command creates a table that is named <tt class="docutils literal"><span class="pre">Tags</span></tt>,
|
166
|
+
is <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> type and has <tt class="docutils literal"><span class="pre">ShortText</span></tt> type key.</p>
|
167
|
+
<p><tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> or <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> are suitable table types for
|
168
|
+
tag index table.</p>
|
169
|
+
<p>If you need only exact match tag search feature, <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> is
|
170
|
+
suitable. It is the common case.</p>
|
171
|
+
<p>If you also need predictive tag search feature (for example, searching
|
172
|
+
<tt class="docutils literal"><span class="pre">"groonga"</span></tt> by <tt class="docutils literal"><span class="pre">"gr"</span></tt> keyword.), <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> is suitable.
|
173
|
+
<tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> is large table size but it is not important because
|
174
|
+
the number of tags will not be large.</p>
|
158
175
|
</div>
|
159
|
-
<div class="section" id="
|
160
|
-
<
|
161
|
-
<p>
|
162
|
-
|
163
|
-
|
176
|
+
<div class="section" id="create-range-index-table">
|
177
|
+
<h3>8.3.24.3.4. Create range index table<a class="headerlink" href="#create-range-index-table" title="Permalink to this headline">¶</a></h3>
|
178
|
+
<p>You can use <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> and <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table types for
|
179
|
+
range index table. Range index table needs range search support but
|
180
|
+
<tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> and <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> don't support it.</p>
|
181
|
+
<p>Here is an example to create <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> table:</p>
|
182
|
+
<p>Execution example:</p>
|
183
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create Ages TABLE_DAT_KEY UInt32
|
184
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
164
185
|
</pre></div>
|
165
186
|
</div>
|
166
|
-
<p>
|
167
|
-
<
|
168
|
-
|
187
|
+
<p>The <tt class="docutils literal"><span class="pre">table_create</span></tt> command creates a table that is named <tt class="docutils literal"><span class="pre">Ages</span></tt>,
|
188
|
+
is <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> type and has <tt class="docutils literal"><span class="pre">UInt32</span></tt> type key.</p>
|
189
|
+
<p><tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> and <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> are suitable table types for
|
190
|
+
range index table.</p>
|
191
|
+
<p>If you don't have many indexed items, <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> is
|
192
|
+
suitable. Index for age is the case in the above example. Index for
|
193
|
+
age will have only 0-100 items because human doesn't live so long.</p>
|
194
|
+
<p>If you have many indexed items, <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> is suitable. Because
|
195
|
+
<tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> is smaller than <tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt>.</p>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
<div class="section" id="parameters">
|
199
|
+
<h2>8.3.24.4. Parameters<a class="headerlink" href="#parameters" title="Permalink to this headline">¶</a></h2>
|
200
|
+
<p>This section describes all parameters.</p>
|
201
|
+
<div class="section" id="name">
|
202
|
+
<h3>8.3.24.4.1. <tt class="docutils literal"><span class="pre">name</span></tt><a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h3>
|
203
|
+
<p>It specifies a table name to be created. <tt class="docutils literal"><span class="pre">name</span></tt> must be specified.</p>
|
204
|
+
<p>Here are available characters:</p>
|
205
|
+
<ul class="simple">
|
206
|
+
<li><tt class="docutils literal"><span class="pre">0</span></tt> .. <tt class="docutils literal"><span class="pre">9</span></tt> (digit)</li>
|
207
|
+
<li><tt class="docutils literal"><span class="pre">a</span></tt> .. <tt class="docutils literal"><span class="pre">z</span></tt> (alphabet, lower case)</li>
|
208
|
+
<li><tt class="docutils literal"><span class="pre">A</span></tt> .. <tt class="docutils literal"><span class="pre">Z</span></tt> (alphabet, upper case)</li>
|
209
|
+
<li><tt class="docutils literal"><span class="pre">#</span></tt> (hash)</li>
|
210
|
+
<li><tt class="docutils literal"><span class="pre">@</span></tt> (at mark)</li>
|
211
|
+
<li><tt class="docutils literal"><span class="pre">-</span></tt> (hyphen)</li>
|
212
|
+
<li><tt class="docutils literal"><span class="pre">_</span></tt> (underscore) (NOTE: Underscore can't be used as the first
|
213
|
+
character.)</li>
|
214
|
+
</ul>
|
215
|
+
<p>You need to create a name with one or more the above chracters. Note
|
216
|
+
that you cannot use <tt class="docutils literal"><span class="pre">_</span></tt> as the first charcter such as
|
217
|
+
<tt class="docutils literal"><span class="pre">_name</span></tt>.</p>
|
218
|
+
</div>
|
219
|
+
<div class="section" id="flags">
|
220
|
+
<h3>8.3.24.4.2. <tt class="docutils literal"><span class="pre">flags</span></tt><a class="headerlink" href="#flags" title="Permalink to this headline">¶</a></h3>
|
221
|
+
<p>It specifies a table type and table customize options.</p>
|
222
|
+
<p>Here are available flags:</p>
|
223
|
+
<table border="1" class="docutils">
|
224
|
+
<colgroup>
|
225
|
+
<col width="40%" />
|
226
|
+
<col width="60%" />
|
227
|
+
</colgroup>
|
228
|
+
<tbody valign="top">
|
229
|
+
<tr class="row-odd"><td>flags</td>
|
230
|
+
<td>description</td>
|
231
|
+
</tr>
|
232
|
+
<tr class="row-even"><td><tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt></td>
|
233
|
+
<td>Array table.</td>
|
234
|
+
</tr>
|
235
|
+
<tr class="row-odd"><td><tt class="docutils literal"><span class="pre">TABLE_HASH_HEY</span></tt></td>
|
236
|
+
<td>Hash table.</td>
|
237
|
+
</tr>
|
238
|
+
<tr class="row-even"><td><tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt></td>
|
239
|
+
<td>Patricia trie.</td>
|
240
|
+
</tr>
|
241
|
+
<tr class="row-odd"><td><tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt></td>
|
242
|
+
<td>Double Array trie.</td>
|
243
|
+
</tr>
|
244
|
+
<tr class="row-even"><td><tt class="docutils literal"><span class="pre">KEY_WITH_SIS</span></tt></td>
|
245
|
+
<td>Enable Semi Infinite String.
|
246
|
+
Require <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt>.</td>
|
247
|
+
</tr>
|
248
|
+
</tbody>
|
249
|
+
</table>
|
250
|
+
<div class="admonition note">
|
251
|
+
<p class="first admonition-title">Note</p>
|
252
|
+
<p class="last">Since groonga 2.1.0 <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag is deprecated. Use
|
253
|
+
<tt class="docutils literal"><span class="pre">normalizer</span></tt> option with <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> instead.</p>
|
254
|
+
</div>
|
255
|
+
<p>You must specify one of <tt class="docutils literal"><span class="pre">TABLE_${TYPE}</span></tt> flags. You cannot specify two
|
256
|
+
or more <tt class="docutils literal"><span class="pre">TABLE_${TYPE}</span></tt> flags. For example,
|
257
|
+
<tt class="docutils literal"><span class="pre">TABLE_NO_KEY|TABLE_HASH_KEY</span></tt> is invalid.</p>
|
258
|
+
<p>You can combine flags with <tt class="docutils literal"><span class="pre">|</span></tt> (vertical bar) such as
|
259
|
+
<tt class="docutils literal"><span class="pre">TABLE_PAT_KEY|KEY_WITH_SIS</span></tt>.</p>
|
260
|
+
<p>See <a class="reference internal" href="../tables.html"><em>Tables</em></a> for difference between table types.</p>
|
261
|
+
<p>The default flags are <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt>.</p>
|
262
|
+
</div>
|
263
|
+
<div class="section" id="key-type">
|
264
|
+
<h3>8.3.24.4.3. <tt class="docutils literal"><span class="pre">key_type</span></tt><a class="headerlink" href="#key-type" title="Permalink to this headline">¶</a></h3>
|
265
|
+
<p>It specifies key type.</p>
|
266
|
+
<p>If you specify <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt>, <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> or
|
267
|
+
<tt class="docutils literal"><span class="pre">TABLE_DAT_KEY</span></tt> as <tt class="docutils literal"><span class="pre">flags</span></tt> parameter, you need to specify
|
268
|
+
<tt class="docutils literal"><span class="pre">key_type</span></tt> option.</p>
|
269
|
+
<p>See <a class="reference internal" href="../types.html"><em>データ型</em></a> for all types.</p>
|
270
|
+
<p>The default value is none.</p>
|
271
|
+
</div>
|
272
|
+
<div class="section" id="value-type">
|
273
|
+
<h3>8.3.24.4.4. <tt class="docutils literal"><span class="pre">value_type</span></tt><a class="headerlink" href="#value-type" title="Permalink to this headline">¶</a></h3>
|
274
|
+
<p>It specifies value type.</p>
|
275
|
+
<p>You can use value when you specify <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt>,
|
276
|
+
<tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt> or <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt> as <tt class="docutils literal"><span class="pre">flags</span></tt> parameter. Value
|
277
|
+
type must be a fixed size type. For example, <tt class="docutils literal"><span class="pre">UInt32</span></tt> can be used
|
278
|
+
but <tt class="docutils literal"><span class="pre">ShortText</span></tt> cannot be used. Use columns instead of value.</p>
|
279
|
+
<p>The default value is none.</p>
|
280
|
+
</div>
|
281
|
+
<div class="section" id="default-tokenizer">
|
282
|
+
<h3>8.3.24.4.5. <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt><a class="headerlink" href="#default-tokenizer" title="Permalink to this headline">¶</a></h3>
|
283
|
+
<p>It specifies the default tokenizer that is used on searching and data
|
284
|
+
loading.</p>
|
285
|
+
<p>You cannot use <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt> with <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> because
|
286
|
+
<tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> cannot be used for index.</p>
|
287
|
+
<p>You must specify <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt> for a table that is used for
|
288
|
+
fulltext search index.</p>
|
289
|
+
<p>See <a class="reference internal" href="../tokenizers.html"><em>Tokenizers</em></a> for all tokenizers</p>
|
290
|
+
<p>The default value is none.</p>
|
291
|
+
</div>
|
292
|
+
<div class="section" id="normalizer">
|
293
|
+
<h3>8.3.24.4.6. <tt class="docutils literal"><span class="pre">normalizer</span></tt><a class="headerlink" href="#normalizer" title="Permalink to this headline">¶</a></h3>
|
294
|
+
<p>It specifies a normalizer that is used to normalize key.</p>
|
295
|
+
<p>You cannot use <tt class="docutils literal"><span class="pre">normalizer</span></tt> with <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> because
|
296
|
+
<tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt> doesn't support key.</p>
|
297
|
+
<p>See <a class="reference internal" href="../normalizers.html"><em>Normalizers</em></a> for all normalizsers.</p>
|
298
|
+
<p>The default value is none.</p>
|
299
|
+
</div>
|
300
|
+
</div>
|
301
|
+
<div class="section" id="return-value">
|
302
|
+
<h2>8.3.24.5. Return value<a class="headerlink" href="#return-value" title="Permalink to this headline">¶</a></h2>
|
303
|
+
<p><tt class="docutils literal"><span class="pre">table_create</span></tt> returns <tt class="docutils literal"><span class="pre">true</span></tt> as body on success such as:</p>
|
304
|
+
<div class="highlight-none"><div class="highlight"><pre>[HEADER, true]
|
169
305
|
</pre></div>
|
170
306
|
</div>
|
307
|
+
<p>If <tt class="docutils literal"><span class="pre">table_create</span></tt> fails, error details are in <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
|
308
|
+
<p>See <a class="reference internal" href="../command/output_format.html"><em>Output format</em></a> for <tt class="docutils literal"><span class="pre">HEADER</span></tt>.</p>
|
309
|
+
</div>
|
310
|
+
<div class="section" id="see-also">
|
311
|
+
<h2>8.3.24.6. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
312
|
+
<ul class="simple">
|
313
|
+
<li><a class="reference internal" href="../tables.html"><em>Tables</em></a></li>
|
314
|
+
<li><a class="reference internal" href="column_create.html"><em>column_create</em></a></li>
|
315
|
+
<li><a class="reference internal" href="../tokenizers.html"><em>Tokenizers</em></a></li>
|
316
|
+
<li><a class="reference internal" href="../normalizers.html"><em>Normalizers</em></a></li>
|
317
|
+
<li><a class="reference internal" href="../command/output_format.html"><em>Output format</em></a></li>
|
318
|
+
</ul>
|
171
319
|
</div>
|
172
320
|
</div>
|
173
321
|
|
@@ -179,16 +327,27 @@
|
|
179
327
|
<div class="sphinxsidebarwrapper">
|
180
328
|
<h3><a href="../../index.html">Table Of Contents</a></h3>
|
181
329
|
<ul>
|
182
|
-
<li><a class="reference internal" href="#">8.3.24. table_create</a><ul>
|
183
|
-
<li><a class="reference internal" href="#
|
184
|
-
<li><a class="reference internal" href="#
|
185
|
-
<li><a class="reference internal" href="#
|
186
|
-
<li><a class="reference internal" href="#
|
187
|
-
<li><a class="reference internal" href="#
|
188
|
-
<li><a class="reference internal" href="#
|
330
|
+
<li><a class="reference internal" href="#">8.3.24. <tt class="docutils literal"><span class="pre">table_create</span></tt></a><ul>
|
331
|
+
<li><a class="reference internal" href="#summary">8.3.24.1. Summary</a></li>
|
332
|
+
<li><a class="reference internal" href="#syntax">8.3.24.2. Syntax</a></li>
|
333
|
+
<li><a class="reference internal" href="#usage">8.3.24.3. Usage</a><ul>
|
334
|
+
<li><a class="reference internal" href="#create-data-store-table">8.3.24.3.1. Create data store table</a></li>
|
335
|
+
<li><a class="reference internal" href="#create-lexicon-table">8.3.24.3.2. Create lexicon table</a></li>
|
336
|
+
<li><a class="reference internal" href="#create-tag-index-table">8.3.24.3.3. Create tag index table</a></li>
|
337
|
+
<li><a class="reference internal" href="#create-range-index-table">8.3.24.3.4. Create range index table</a></li>
|
338
|
+
</ul>
|
339
|
+
</li>
|
340
|
+
<li><a class="reference internal" href="#parameters">8.3.24.4. Parameters</a><ul>
|
341
|
+
<li><a class="reference internal" href="#name">8.3.24.4.1. <tt class="docutils literal"><span class="pre">name</span></tt></a></li>
|
342
|
+
<li><a class="reference internal" href="#flags">8.3.24.4.2. <tt class="docutils literal"><span class="pre">flags</span></tt></a></li>
|
343
|
+
<li><a class="reference internal" href="#key-type">8.3.24.4.3. <tt class="docutils literal"><span class="pre">key_type</span></tt></a></li>
|
344
|
+
<li><a class="reference internal" href="#value-type">8.3.24.4.4. <tt class="docutils literal"><span class="pre">value_type</span></tt></a></li>
|
345
|
+
<li><a class="reference internal" href="#default-tokenizer">8.3.24.4.5. <tt class="docutils literal"><span class="pre">default_tokenizer</span></tt></a></li>
|
346
|
+
<li><a class="reference internal" href="#normalizer">8.3.24.4.6. <tt class="docutils literal"><span class="pre">normalizer</span></tt></a></li>
|
189
347
|
</ul>
|
190
348
|
</li>
|
191
|
-
<li><a class="reference internal" href="#
|
349
|
+
<li><a class="reference internal" href="#return-value">8.3.24.5. Return value</a></li>
|
350
|
+
<li><a class="reference internal" href="#see-also">8.3.24.6. See also</a></li>
|
192
351
|
</ul>
|
193
352
|
</li>
|
194
353
|
</ul>
|
@@ -233,7 +392,7 @@
|
|
233
392
|
<li class="right" >
|
234
393
|
<a href="suggest.html" title="8.3.23. suggest"
|
235
394
|
>previous</a> |</li>
|
236
|
-
<li><a href="../../index.html">groonga v2.1.0 documentation</a> »</li>
|
395
|
+
<li><a href="../../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> »</li>
|
237
396
|
<li><a href="../../reference.html" >8. リファレンスマニュアル</a> »</li>
|
238
397
|
<li><a href="../command.html" >8.3. Command</a> »</li>
|
239
398
|
</ul>
|