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.
|
12
|
+
<title>8.12. インデックス構築 — groonga v2.1.0-26-ge48bfb0ドキュメント</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
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
|
33
|
-
<link rel="next" title="8.
|
34
|
-
<link rel="prev" title="8.
|
33
|
+
<link rel="next" title="8.13. Log" href="log.html" />
|
34
|
+
<link rel="prev" title="8.11.7. snippet_html" href="functions/snippet_html.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,12 +58,12 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="log.html" title="8.
|
61
|
+
<a href="log.html" title="8.13. Log"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="functions/snippet_html.html" title="8.
|
64
|
+
<a href="functions/snippet_html.html" title="8.11.7. snippet_html"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -74,20 +74,20 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="indexing">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.12. インデックス構築<a class="headerlink" href="#indexing" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
78
78
|
<p>groongaは2.0.0から動的なインデックス構築方法と静的なインデックス構築方法を両方サポートしています。</p>
|
79
79
|
<div class="section" id="online-index-construction">
|
80
|
-
<h2>8.
|
80
|
+
<h2>8.12.1. 動的なインデックス構築方法<a class="headerlink" href="#online-index-construction" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
81
81
|
<p>動的なインデックス構築方法では、登録された文書はインデックス構築中にすぐに検索できるようになります。しかし、静的なインデックス構築方法に比べてコストがかかります。</p>
|
82
82
|
<p>動的なインデックス構築方法は鮮度が重要な検索システムに適しています。例えば、つぶやきやニュースやブログ記事などを検索するシステムは鮮度が重要になるでしょう。動的なインデックス構築方法はできたばかりの文書を検索できるようにし、インデックス構築中も検索できます。</p>
|
83
83
|
</div>
|
84
84
|
<div class="section" id="offline-index-construction">
|
85
|
-
<span id="id1"></span><h2>8.
|
85
|
+
<span id="id1"></span><h2>8.12.2. 静的なインデックス構築方法<a class="headerlink" href="#offline-index-construction" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
86
86
|
<p>静的なインデックス構築方法では、動的なインデックス構築方法よりもインデックス構築にかかるコストが小さくなります。インデックス構築時間は短くなるでしょう。インデックスは小さくなるでしょう。インデックス構築に必要なリソースは少なくなるでしょう。しかし、登録中の文書は登録しようとしている全ての文書のインデックス構築が終わるまで検索できません。</p>
|
87
87
|
<p>静的なインデックス構築方法は消費リソースが少ないことが重要な検索システムに適しています。鮮度が重要でないシステムであれば静的なインデックス構築方法が適しているでしょう。例えば、リファレンスマニュアルを検索するシステムは鮮度を重視しません。これは、リファレンスマニュアルはリリース時にだけ更新されるだけだからです。</p>
|
88
88
|
</div>
|
89
89
|
<div class="section" id="how-to-use">
|
90
|
-
<h2>8.
|
90
|
+
<h2>8.12.3. 使い方<a class="headerlink" href="#how-to-use" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
91
91
|
<p>groongaはデフォルトで動的なインデックス構築方法を使います。文書を登録するとすぐに検索できるようになります。</p>
|
92
92
|
<p>すでにデータが格納されているカラムにインデックスを追加した場合は静的なインデックス構築方法を使います。</p>
|
93
93
|
<p>スキーマを定義します。</p>
|
@@ -237,20 +237,20 @@ table_create Lexicon TABLE_HASH_KEY|KEY_NORMALIZE ShortText --default_tokenizer
|
|
237
237
|
<div class="sphinxsidebarwrapper">
|
238
238
|
<h3><a href="../index.html">目次</a></h3>
|
239
239
|
<ul>
|
240
|
-
<li><a class="reference internal" href="#">8.
|
241
|
-
<li><a class="reference internal" href="#online-index-construction">8.
|
242
|
-
<li><a class="reference internal" href="#offline-index-construction">8.
|
243
|
-
<li><a class="reference internal" href="#how-to-use">8.
|
240
|
+
<li><a class="reference internal" href="#">8.12. インデックス構築</a><ul>
|
241
|
+
<li><a class="reference internal" href="#online-index-construction">8.12.1. 動的なインデックス構築方法</a></li>
|
242
|
+
<li><a class="reference internal" href="#offline-index-construction">8.12.2. 静的なインデックス構築方法</a></li>
|
243
|
+
<li><a class="reference internal" href="#how-to-use">8.12.3. 使い方</a></li>
|
244
244
|
</ul>
|
245
245
|
</li>
|
246
246
|
</ul>
|
247
247
|
|
248
248
|
<h4>前のトピックへ</h4>
|
249
249
|
<p class="topless"><a href="functions/snippet_html.html"
|
250
|
-
title="前の章へ">8.
|
250
|
+
title="前の章へ">8.11.7. snippet_html</a></p>
|
251
251
|
<h4>次のトピックへ</h4>
|
252
252
|
<p class="topless"><a href="log.html"
|
253
|
-
title="次の章へ">8.
|
253
|
+
title="次の章へ">8.13. Log</a></p>
|
254
254
|
<h3>このページ</h3>
|
255
255
|
<ul class="this-page-menu">
|
256
256
|
<li><a href="../_sources/reference/indexing.txt"
|
@@ -280,12 +280,12 @@ table_create Lexicon TABLE_HASH_KEY|KEY_NORMALIZE ShortText --default_tokenizer
|
|
280
280
|
<a href="../genindex.html" title="総合索引"
|
281
281
|
>索引</a></li>
|
282
282
|
<li class="right" >
|
283
|
-
<a href="log.html" title="8.
|
283
|
+
<a href="log.html" title="8.13. Log"
|
284
284
|
>次へ</a> |</li>
|
285
285
|
<li class="right" >
|
286
|
-
<a href="functions/snippet_html.html" title="8.
|
286
|
+
<a href="functions/snippet_html.html" title="8.11.7. snippet_html"
|
287
287
|
>前へ</a> |</li>
|
288
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
288
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
289
289
|
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
290
290
|
</ul>
|
291
291
|
</div>
|
@@ -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.
|
12
|
+
<title>8.13. Log — groonga v2.1.0-26-ge48bfb0ドキュメント</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
|
@@ -28,10 +28,10 @@
|
|
28
28
|
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
29
|
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
30
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
-
<link rel="top" title="groonga v2.1.0ドキュメント" href="../index.html" />
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
32
|
<link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
|
33
|
-
<link rel="next" title="8.
|
34
|
-
<link rel="prev" title="8.
|
33
|
+
<link rel="next" title="8.14. API" href="api.html" />
|
34
|
+
<link rel="prev" title="8.12. インデックス構築" href="indexing.html" />
|
35
35
|
</head>
|
36
36
|
<body>
|
37
37
|
<div class="header">
|
@@ -58,12 +58,12 @@
|
|
58
58
|
<a href="../genindex.html" title="総合索引"
|
59
59
|
accesskey="I">索引</a></li>
|
60
60
|
<li class="right" >
|
61
|
-
<a href="api.html" title="8.
|
61
|
+
<a href="api.html" title="8.14. API"
|
62
62
|
accesskey="N">次へ</a> |</li>
|
63
63
|
<li class="right" >
|
64
|
-
<a href="indexing.html" title="8.
|
64
|
+
<a href="indexing.html" title="8.12. インデックス構築"
|
65
65
|
accesskey="P">前へ</a> |</li>
|
66
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
67
|
<li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> »</li>
|
68
68
|
</ul>
|
69
69
|
</div>
|
@@ -74,19 +74,19 @@
|
|
74
74
|
<div class="body">
|
75
75
|
|
76
76
|
<div class="section" id="log">
|
77
|
-
<h1>8.
|
77
|
+
<h1>8.13. Log<a class="headerlink" href="#log" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
78
78
|
<p>Groonga has two log files. They are process log and query
|
79
79
|
log. Process log is for all of <a class="reference internal" href="executables/groonga.html"><em>groongaコマンド</em></a>
|
80
80
|
works. Query log is just for query processing.</p>
|
81
81
|
<div class="section" id="process-log">
|
82
|
-
<h2>8.
|
82
|
+
<h2>8.13.1. Process log<a class="headerlink" href="#process-log" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
83
83
|
<p>Process log is enabled by default. Log path can be
|
84
84
|
customized by <a class="reference internal" href="executables/groonga.html#cmdoption--log-path"><em class="xref std std-option">--log-path</em></a> option. Each log has its
|
85
85
|
log level. If a log is smaller than groonga process' log
|
86
86
|
level, it's not logged. Log level can be customized by
|
87
87
|
<a class="reference internal" href="executables/groonga.html#cmdoption-l"><em class="xref std std-option">-l</em></a> or <a class="reference internal" href="commands/log_level.html"><em>log_level</em></a>.</p>
|
88
88
|
<div class="section" id="format">
|
89
|
-
<h3>8.
|
89
|
+
<h3>8.13.1.1. フォーマット<a class="headerlink" href="#format" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
90
90
|
<p>Process log uses the following format:</p>
|
91
91
|
<div class="highlight-none"><div class="highlight"><pre>#{TIME_STAMP}|#{L}| #{MESSAGE}
|
92
92
|
</pre></div>
|
@@ -162,11 +162,11 @@ level map.</p>
|
|
162
162
|
</div>
|
163
163
|
</div>
|
164
164
|
<div class="section" id="query-log">
|
165
|
-
<h2>8.
|
165
|
+
<h2>8.13.2. Query log<a class="headerlink" href="#query-log" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
166
166
|
<p>Query log is disabled by default. It can be enabled by
|
167
167
|
<a class="reference internal" href="executables/groonga.html#cmdoption--query-log-path"><em class="xref std std-option">--query-log-path</em></a> option.</p>
|
168
168
|
<div class="section" id="id1">
|
169
|
-
<h3>8.
|
169
|
+
<h3>8.13.2.1. フォーマット<a class="headerlink" href="#id1" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
170
170
|
<p>Query log uses the following formats:</p>
|
171
171
|
<div class="highlight-none"><div class="highlight"><pre>#{TIME_STAMP}|#{MESSAGE}
|
172
172
|
#{TIME_STAMP}|#{ID}|>#{QUERY}
|
@@ -282,13 +282,13 @@ a thread.</p>
|
|
282
282
|
<div class="sphinxsidebarwrapper">
|
283
283
|
<h3><a href="../index.html">目次</a></h3>
|
284
284
|
<ul>
|
285
|
-
<li><a class="reference internal" href="#">8.
|
286
|
-
<li><a class="reference internal" href="#process-log">8.
|
287
|
-
<li><a class="reference internal" href="#format">8.
|
285
|
+
<li><a class="reference internal" href="#">8.13. Log</a><ul>
|
286
|
+
<li><a class="reference internal" href="#process-log">8.13.1. Process log</a><ul>
|
287
|
+
<li><a class="reference internal" href="#format">8.13.1.1. フォーマット</a></li>
|
288
288
|
</ul>
|
289
289
|
</li>
|
290
|
-
<li><a class="reference internal" href="#query-log">8.
|
291
|
-
<li><a class="reference internal" href="#id1">8.
|
290
|
+
<li><a class="reference internal" href="#query-log">8.13.2. Query log</a><ul>
|
291
|
+
<li><a class="reference internal" href="#id1">8.13.2.1. フォーマット</a></li>
|
292
292
|
</ul>
|
293
293
|
</li>
|
294
294
|
</ul>
|
@@ -297,10 +297,10 @@ a thread.</p>
|
|
297
297
|
|
298
298
|
<h4>前のトピックへ</h4>
|
299
299
|
<p class="topless"><a href="indexing.html"
|
300
|
-
title="前の章へ">8.
|
300
|
+
title="前の章へ">8.12. インデックス構築</a></p>
|
301
301
|
<h4>次のトピックへ</h4>
|
302
302
|
<p class="topless"><a href="api.html"
|
303
|
-
title="次の章へ">8.
|
303
|
+
title="次の章へ">8.14. API</a></p>
|
304
304
|
<h3>このページ</h3>
|
305
305
|
<ul class="this-page-menu">
|
306
306
|
<li><a href="../_sources/reference/log.txt"
|
@@ -330,12 +330,12 @@ a thread.</p>
|
|
330
330
|
<a href="../genindex.html" title="総合索引"
|
331
331
|
>索引</a></li>
|
332
332
|
<li class="right" >
|
333
|
-
<a href="api.html" title="8.
|
333
|
+
<a href="api.html" title="8.14. API"
|
334
334
|
>次へ</a> |</li>
|
335
335
|
<li class="right" >
|
336
|
-
<a href="indexing.html" title="8.
|
336
|
+
<a href="indexing.html" title="8.12. インデックス構築"
|
337
337
|
>前へ</a> |</li>
|
338
|
-
<li><a href="../index.html">groonga v2.1.0ドキュメント</a> »</li>
|
338
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
339
339
|
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
340
340
|
</ul>
|
341
341
|
</div>
|
@@ -0,0 +1,289 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
|
4
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
5
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
6
|
+
|
7
|
+
|
8
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
9
|
+
<head>
|
10
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
11
|
+
|
12
|
+
<title>8.6. Normalizers — groonga v2.1.0-26-ge48bfb0ドキュメント</title>
|
13
|
+
|
14
|
+
<link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
|
15
|
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
16
|
+
|
17
|
+
<script type="text/javascript">
|
18
|
+
var DOCUMENTATION_OPTIONS = {
|
19
|
+
URL_ROOT: '../',
|
20
|
+
VERSION: '2.1.0-26-ge48bfb0',
|
21
|
+
COLLAPSE_INDEX: false,
|
22
|
+
FILE_SUFFIX: '.html',
|
23
|
+
HAS_SOURCE: true
|
24
|
+
};
|
25
|
+
</script>
|
26
|
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
27
|
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
28
|
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
29
|
+
<script type="text/javascript" src="../_static/translations.js"></script>
|
30
|
+
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
31
|
+
<link rel="top" title="groonga v2.1.0-26-ge48bfb0ドキュメント" href="../index.html" />
|
32
|
+
<link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
|
33
|
+
<link rel="next" title="8.7. Tokenizers" href="tokenizers.html" />
|
34
|
+
<link rel="prev" title="8.5. Tables" href="tables.html" />
|
35
|
+
</head>
|
36
|
+
<body>
|
37
|
+
<div class="header">
|
38
|
+
<h1 class="title">
|
39
|
+
<a id="top-link" href="../index.html">
|
40
|
+
<span class="project">groonga</span>
|
41
|
+
<span class="separator">-</span>
|
42
|
+
<span class="description">オープンソースのカラムストア機能付き全文検索エンジン</span>
|
43
|
+
</a>
|
44
|
+
</h1>
|
45
|
+
|
46
|
+
<div class="other-language-links">
|
47
|
+
<ul>
|
48
|
+
<li><a href="../../../en/html/reference/normalizers.html"><img src="../_static/us.png" alt="English">English page</a></li>
|
49
|
+
</ul>
|
50
|
+
</div>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
|
54
|
+
<div class="related">
|
55
|
+
<h3>ナビゲーション</h3>
|
56
|
+
<ul>
|
57
|
+
<li class="right" style="margin-right: 10px">
|
58
|
+
<a href="../genindex.html" title="総合索引"
|
59
|
+
accesskey="I">索引</a></li>
|
60
|
+
<li class="right" >
|
61
|
+
<a href="tokenizers.html" title="8.7. Tokenizers"
|
62
|
+
accesskey="N">次へ</a> |</li>
|
63
|
+
<li class="right" >
|
64
|
+
<a href="tables.html" title="8.5. Tables"
|
65
|
+
accesskey="P">前へ</a> |</li>
|
66
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
67
|
+
<li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> »</li>
|
68
|
+
</ul>
|
69
|
+
</div>
|
70
|
+
|
71
|
+
<div class="document">
|
72
|
+
<div class="documentwrapper">
|
73
|
+
<div class="bodywrapper">
|
74
|
+
<div class="body">
|
75
|
+
|
76
|
+
<div class="section" id="normalizers">
|
77
|
+
<h1>8.6. Normalizers<a class="headerlink" href="#normalizers" title="このヘッドラインへのパーマリンク">¶</a></h1>
|
78
|
+
<div class="section" id="summary">
|
79
|
+
<h2>8.6.1. 概要<a class="headerlink" href="#summary" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
80
|
+
<p>Groonga has normalizer module. It is used when tokenizing text and
|
81
|
+
storing table key. For example, <tt class="docutils literal"><span class="pre">A</span></tt> and <tt class="docutils literal"><span class="pre">a</span></tt> are processed as the
|
82
|
+
same character after normalization.</p>
|
83
|
+
<p>Normalizer module can be added as a plugin. You can customize text
|
84
|
+
normalization by registering your normalizer plugins to groonga.</p>
|
85
|
+
<p>A normalizer module is attached to a table. A table can have zero or
|
86
|
+
one normalizer module. You can attach a normalizer module to a table
|
87
|
+
by <em class="xref std std-ref">table-create-normalizer</em> option in
|
88
|
+
<a class="reference internal" href="commands/table_create.html"><em>table_create</em></a>.</p>
|
89
|
+
<p>Here is an example <tt class="docutils literal"><span class="pre">table_create</span></tt> that uses <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt>
|
90
|
+
normalizer module:</p>
|
91
|
+
<p>実行例:</p>
|
92
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create Dictionary TABLE_HASH_KEY ShortText --normalizer NormalizerAuto
|
93
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
94
|
+
</pre></div>
|
95
|
+
</div>
|
96
|
+
<div class="admonition note">
|
97
|
+
<p class="first admonition-title">ノート</p>
|
98
|
+
<p>Groonga 2.0.9 or earlier doesn't have <tt class="docutils literal"><span class="pre">--normalizer</span></tt> option in
|
99
|
+
<tt class="docutils literal"><span class="pre">table_create</span></tt>. <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag was used instead.</p>
|
100
|
+
<p class="last">You can open an old database by groonga 2.1.0 or later. An old
|
101
|
+
database means that the database is created by groonga 2.0.9 or
|
102
|
+
earlier. But you cannot open the opened old database by groonga
|
103
|
+
2.0.9 or earlier. Once you open the old database by groonga 2.1.0
|
104
|
+
or later, <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag information in the old database is
|
105
|
+
converted to normalizer information. So groogna 2.0.9 or earlier
|
106
|
+
cannot find <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag information in the opened old
|
107
|
+
database.</p>
|
108
|
+
</div>
|
109
|
+
<p>Keys of a table that has a normalizer module are normalized:</p>
|
110
|
+
<p>実行例:</p>
|
111
|
+
<div class="highlight-none"><div class="highlight"><pre>load --table Dictionary
|
112
|
+
[
|
113
|
+
{"_key": "Apple"},
|
114
|
+
{"_key": "black"},
|
115
|
+
{"_key": "COLOR"}
|
116
|
+
]
|
117
|
+
# [[0, 1337566253.89858, 0.000355720520019531], 3]
|
118
|
+
select Dictionary
|
119
|
+
# [
|
120
|
+
# [
|
121
|
+
# 0,
|
122
|
+
# 1337566253.89858,
|
123
|
+
# 0.000355720520019531
|
124
|
+
# ],
|
125
|
+
# [
|
126
|
+
# [
|
127
|
+
# [
|
128
|
+
# 3
|
129
|
+
# ],
|
130
|
+
# [
|
131
|
+
# [
|
132
|
+
# "_id",
|
133
|
+
# "UInt32"
|
134
|
+
# ],
|
135
|
+
# [
|
136
|
+
# "_key",
|
137
|
+
# "ShortText"
|
138
|
+
# ]
|
139
|
+
# ],
|
140
|
+
# [
|
141
|
+
# 1,
|
142
|
+
# "apple"
|
143
|
+
# ],
|
144
|
+
# [
|
145
|
+
# 2,
|
146
|
+
# "black"
|
147
|
+
# ],
|
148
|
+
# [
|
149
|
+
# 3,
|
150
|
+
# "color"
|
151
|
+
# ]
|
152
|
+
# ]
|
153
|
+
# ]
|
154
|
+
# ]
|
155
|
+
</pre></div>
|
156
|
+
</div>
|
157
|
+
<p><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> normalizer normalizes a text as a downcased text.
|
158
|
+
For example, <tt class="docutils literal"><span class="pre">"Apple"</span></tt> is normalized to <tt class="docutils literal"><span class="pre">"apple"</span></tt>, <tt class="docutils literal"><span class="pre">"black"</span></tt> is
|
159
|
+
normalized to <tt class="docutils literal"><span class="pre">"blank"</span></tt> and <tt class="docutils literal"><span class="pre">"COLOR"</span></tt> is normalized to
|
160
|
+
<tt class="docutils literal"><span class="pre">"color"</span></tt>.</p>
|
161
|
+
<p>If a table is a lexicon for fulltext search, tokenized tokens are
|
162
|
+
normalized. Because tokens are stored as table keys. Table keys are
|
163
|
+
normalized as described above.</p>
|
164
|
+
</div>
|
165
|
+
<div class="section" id="built-in-normalizers">
|
166
|
+
<h2>8.6.2. Built-in normalizers<a class="headerlink" href="#built-in-normalizers" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
167
|
+
<p>Here is a list of built-in-normalizers:</p>
|
168
|
+
<blockquote>
|
169
|
+
<div><ul class="simple">
|
170
|
+
<li><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt></li>
|
171
|
+
<li><tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt></li>
|
172
|
+
</ul>
|
173
|
+
</div></blockquote>
|
174
|
+
<div class="section" id="normalizerauto">
|
175
|
+
<h3>8.6.2.1. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt><a class="headerlink" href="#normalizerauto" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
176
|
+
<p>Normally you should use <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt>
|
177
|
+
normalizer. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> was the normalizer for groonga 2.0.9 or
|
178
|
+
earlier. <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag in <tt class="docutils literal"><span class="pre">table_create</span></tt> on groonga 2.0.9
|
179
|
+
or earlier equals to <tt class="docutils literal"><span class="pre">--normalizer</span> <span class="pre">NormalizerAuto</span></tt> option in
|
180
|
+
<tt class="docutils literal"><span class="pre">table</span></tt> on groonga 2.1.0 or later.</p>
|
181
|
+
<p><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> supports all encoding. It uses Unicode NFKC
|
182
|
+
(Normalization Form Compatibility Composition) for UTF-8 encoding
|
183
|
+
text. It uses encoding specific original normalization for other
|
184
|
+
encodings. The results of those original normalization are similar to
|
185
|
+
NFKC.</p>
|
186
|
+
<p>For example, half-width katakana (such as U+FF76 HALFWIDTH KATAKANA
|
187
|
+
LETTER KA) + half-width katakana voiced sound mark (U+FF9E HALFWIDTH
|
188
|
+
KATAKANA VOICED SOUND MARK) is normalized to full-width katakana with
|
189
|
+
voiced sound mark (U+30AC KATAKANA LETTER GA). The former is two
|
190
|
+
chracters but the latter is one character.</p>
|
191
|
+
<p>Here is an example that uses <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> normalizer:</p>
|
192
|
+
<p>実行例:</p>
|
193
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create NormalLexicon TABLE_HASH_KEY ShortText --normalizer NormalizerAuto
|
194
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
195
|
+
</pre></div>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
<div class="section" id="normalizernfkc51">
|
199
|
+
<h3>8.6.2.2. <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt><a class="headerlink" href="#normalizernfkc51" title="このヘッドラインへのパーマリンク">¶</a></h3>
|
200
|
+
<p><tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> normalizes texts by Unicode NFKC (Normalization
|
201
|
+
Form Compatibility Composition) for Unicode version 5.1. It supports
|
202
|
+
only UTF-8 encoding.</p>
|
203
|
+
<p>Normally you don't need to use <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> explicitly. You can
|
204
|
+
use <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> instead.</p>
|
205
|
+
<p>Here is an example that uses <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> normalizer:</p>
|
206
|
+
<p>実行例:</p>
|
207
|
+
<div class="highlight-none"><div class="highlight"><pre>table_create NFKC51Lexicon TABLE_HASH_KEY ShortText --normalizer NormalizerNFKC51
|
208
|
+
# [[0, 1337566253.89858, 0.000355720520019531], true]
|
209
|
+
</pre></div>
|
210
|
+
</div>
|
211
|
+
</div>
|
212
|
+
</div>
|
213
|
+
<div class="section" id="see-also">
|
214
|
+
<h2>8.6.3. 参考<a class="headerlink" href="#see-also" title="このヘッドラインへのパーマリンク">¶</a></h2>
|
215
|
+
<ul class="simple">
|
216
|
+
<li><a class="reference internal" href="commands/table_create.html"><em>table_create</em></a></li>
|
217
|
+
</ul>
|
218
|
+
</div>
|
219
|
+
</div>
|
220
|
+
|
221
|
+
|
222
|
+
</div>
|
223
|
+
</div>
|
224
|
+
</div>
|
225
|
+
<div class="sphinxsidebar">
|
226
|
+
<div class="sphinxsidebarwrapper">
|
227
|
+
<h3><a href="../index.html">目次</a></h3>
|
228
|
+
<ul>
|
229
|
+
<li><a class="reference internal" href="#">8.6. Normalizers</a><ul>
|
230
|
+
<li><a class="reference internal" href="#summary">8.6.1. 概要</a></li>
|
231
|
+
<li><a class="reference internal" href="#built-in-normalizers">8.6.2. Built-in normalizers</a><ul>
|
232
|
+
<li><a class="reference internal" href="#normalizerauto">8.6.2.1. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt></a></li>
|
233
|
+
<li><a class="reference internal" href="#normalizernfkc51">8.6.2.2. <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt></a></li>
|
234
|
+
</ul>
|
235
|
+
</li>
|
236
|
+
<li><a class="reference internal" href="#see-also">8.6.3. 参考</a></li>
|
237
|
+
</ul>
|
238
|
+
</li>
|
239
|
+
</ul>
|
240
|
+
|
241
|
+
<h4>前のトピックへ</h4>
|
242
|
+
<p class="topless"><a href="tables.html"
|
243
|
+
title="前の章へ">8.5. Tables</a></p>
|
244
|
+
<h4>次のトピックへ</h4>
|
245
|
+
<p class="topless"><a href="tokenizers.html"
|
246
|
+
title="次の章へ">8.7. Tokenizers</a></p>
|
247
|
+
<h3>このページ</h3>
|
248
|
+
<ul class="this-page-menu">
|
249
|
+
<li><a href="../_sources/reference/normalizers.txt"
|
250
|
+
rel="nofollow">ソースコードを表示</a></li>
|
251
|
+
</ul>
|
252
|
+
<div id="searchbox" style="display: none">
|
253
|
+
<h3>クイック検索</h3>
|
254
|
+
<form class="search" action="../search.html" method="get">
|
255
|
+
<input type="text" name="q" />
|
256
|
+
<input type="submit" value="検索" />
|
257
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
258
|
+
<input type="hidden" name="area" value="default" />
|
259
|
+
</form>
|
260
|
+
<p class="searchtip" style="font-size: 90%">
|
261
|
+
モジュール、クラス、または関数名を入力してください
|
262
|
+
</p>
|
263
|
+
</div>
|
264
|
+
<script type="text/javascript">$('#searchbox').show(0);</script>
|
265
|
+
</div>
|
266
|
+
</div>
|
267
|
+
<div class="clearer"></div>
|
268
|
+
</div>
|
269
|
+
<div class="related">
|
270
|
+
<h3>ナビゲーション</h3>
|
271
|
+
<ul>
|
272
|
+
<li class="right" style="margin-right: 10px">
|
273
|
+
<a href="../genindex.html" title="総合索引"
|
274
|
+
>索引</a></li>
|
275
|
+
<li class="right" >
|
276
|
+
<a href="tokenizers.html" title="8.7. Tokenizers"
|
277
|
+
>次へ</a> |</li>
|
278
|
+
<li class="right" >
|
279
|
+
<a href="tables.html" title="8.5. Tables"
|
280
|
+
>前へ</a> |</li>
|
281
|
+
<li><a href="../index.html">groonga v2.1.0-26-ge48bfb0ドキュメント</a> »</li>
|
282
|
+
<li><a href="../reference.html" >8. リファレンスマニュアル</a> »</li>
|
283
|
+
</ul>
|
284
|
+
</div>
|
285
|
+
<div class="footer">
|
286
|
+
© Copyright 2009-2012, Brazil, Inc.
|
287
|
+
</div>
|
288
|
+
</body>
|
289
|
+
</html>
|